| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable config service persistency test | Ingo Bauersachs | 2017-01-07 | 1 | -1/+1 |
* | Remove Yahoo protocol | Ingo Bauersachs | 2016-10-24 | 16 | -4069/+2 |
* | Temporary disable sip message tests. | damencho | 2016-06-10 | 1 | -1/+1 |
* | Improved SIP Contact comparison. (#7) | Tom Uijldert | 2016-05-12 | 1 | -1/+24 |
* | Normalize line endings | Ingo Bauersachs | 2016-02-28 | 2 | -537/+537 |
* | Move security events back from libjitsi as they are solely used here. | Ingo Bauersachs | 2015-08-23 | 10 | -10/+9 |
* | Updates the license headers. | Damian Minkov | 2015-07-20 | 134 | -270/+1808 |
* | Removes msn protocol. | damencho | 2015-07-16 | 14 | -4306/+0 |
* | Updates tests always-trust mode settings. | Damian Minkov | 2015-05-04 | 1 | -0/+6 |
* | Enables sip testing. | Damian Minkov | 2015-02-11 | 1 | -1/+1 |
* | Work-in-progress on MUC member presence. | Danny van Heumen | 2015-01-12 | 1 | -33/+45 |
* | Make the history "unit" tests a little more independent from each other | Ingo Bauersachs | 2014-11-27 | 5 | -271/+497 |
* | Fix a race condition in the HistoryService | Ingo Bauersachs | 2014-11-27 | 1 | -6/+1 |
* | Fixed some (outdated) unit tests for IRC command implementations. | Danny van Heumen | 2014-11-25 | 5 | -7/+56 |
* | Improved error handling for commands. | Danny van Heumen | 2014-11-20 | 1 | -0/+18 |
* | Moved IRC command implementations to separate plugin package: irccommands | Danny van Heumen | 2014-11-20 | 5 | -5/+5 |
* | Improved the Command - CommandFactory implementation. | Danny van Heumen | 2014-11-20 | 6 | -117/+44 |
* | Adds advanced msg history service, to allow plugins to insert messages into t... | Damian Minkov | 2014-11-18 | 1 | -0/+22 |
* | Use Jitsi /me display support instead of IRC formatting it itself. | Danny van Heumen | 2014-11-12 | 2 | -18/+4 |
* | Added Jitsi license headers to some new files. | Danny van Heumen | 2014-11-09 | 4 | -0/+24 |
* | Improved CommandFactory implementation. | Danny van Heumen | 2014-11-09 | 1 | -0/+314 |
* | Fine-tuned commands Mode, Join + added unit tests. | Danny van Heumen | 2014-11-09 | 2 | -0/+192 |
* | Fine-tuned /me command and added unit tests. | Danny van Heumen | 2014-11-09 | 1 | -0/+86 |
* | Fine-tuned implementation for Msg and Nick command and unit tests. | Danny van Heumen | 2014-11-09 | 2 | -0/+242 |
* | Explicitly acknowledge and handle case of unknown mode symbol. | Danny van Heumen | 2014-11-02 | 1 | -3/+4 |
* | Added support for ISUPPORT CHANLIMIT server parameter. | Danny van Heumen | 2014-10-28 | 1 | -0/+98 |
* | Implemented 'ban' operation + fine tuning and TODO markers. | Danny van Heumen | 2014-10-28 | 1 | -29/+86 |
* | Extracted channel manager for chat room-related operations. | Danny van Heumen | 2014-10-28 | 1 | -43/+58 |
* | Restructured and extract IrcConnection type for better separation of | Danny van Heumen | 2014-10-28 | 1 | -40/+63 |
* | More precise keyword replacement: does not highlight 'fo' in "for". | Danny van Heumen | 2014-10-21 | 1 | -0/+143 |
* | Initial support for updated otr4j with support for outgoing message fragmenta... | Danny van Heumen | 2014-09-30 | 1 | -3/+4 |
* | Created separate class for IRC presence management. | Danny van Heumen | 2014-09-29 | 1 | -6/+9 |
* | More advanced Text pattern that will take quotes into account. | Danny van Heumen | 2014-09-16 | 1 | -0/+111 |
* | Fix contract violation of GroupNode's node comparator. | Danny van Heumen | 2014-08-22 | 1 | -0/+89 |
|\ |
|
| * | Simplified implementation for 2 unknowns. Added regression tests. | Danny van Heumen | 2014-08-21 | 1 | -0/+89 |
* | | Better checking of IRC chat room name. | Danny van Heumen | 2014-08-15 | 1 | -0/+36 |
* | | Add test with rare prefix to ensure that it stays useable. | Danny van Heumen | 2014-08-14 | 1 | -1/+16 |
* | | Auto-prefix channel name with # if no valid prefix found. | Danny van Heumen | 2014-08-14 | 1 | -10/+4 |
|/ |
|
* | Added test for remaining methods of IrcAccountID. | Danny van Heumen | 2014-08-12 | 1 | -0/+62 |
* | Added tests for IrcAccountID and fine tuned equals implementation. | Danny van Heumen | 2014-08-12 | 1 | -0/+126 |
* | Added additional tests. | Danny van Heumen | 2014-08-11 | 2 | -0/+355 |
* | Redundant method. | Danny van Heumen | 2014-08-11 | 1 | -5/+0 |
* | Fixed remaining failing cases to work with JUnit 3. | Danny van Heumen | 2014-08-11 | 1 | -6/+48 |
* | Store parent provider by actual type. | Danny van Heumen | 2014-08-05 | 1 | -46/+49 |
* | Simplified hashCode() and additional tests. | Danny van Heumen | 2014-08-02 | 1 | -0/+44 |
* | Added some tests, but they still fail since we don't have JUnit4 active yet. | Danny van Heumen | 2014-08-02 | 1 | -0/+77 |
* | Implemented tests for MessageIrcImpl. | Danny van Heumen | 2014-08-02 | 1 | -0/+49 |
* | Specialized hashCode(), includes test. | Danny van Heumen | 2014-08-02 | 1 | -0/+11 |
* | Escape html entities while parsing the IRC message. | Danny van Heumen | 2014-08-01 | 1 | -16/+13 |
* | Loads of fixes, TODOs and comments. | Danny van Heumen | 2014-08-01 | 1 | -20/+27 |