| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Warp around color codes so that it is always possible to find a color in | Danny van Heumen | 2014-07-30 | 1 | -2/+3 |
* | Typo | Danny van Heumen | 2014-07-30 | 1 | -1/+1 |
* | More code clean-up and added tests for new role management approach. | Danny van Heumen | 2014-07-30 | 4 | -18/+82 |
* | Formatting of message, notice, action. | Danny van Heumen | 2014-07-30 | 1 | -0/+22 |
* | Reworked formatting behavior because of IRC color requirements. | Danny van Heumen | 2014-07-30 | 3 | -35/+57 |
* | Implemented separate text formatter for IRC control codes. | Danny van Heumen | 2014-07-30 | 2 | -7/+64 |
* | Working on formatted text builder for IRC control chars. | Danny van Heumen | 2014-07-30 | 2 | -0/+63 |
* | Added support for 'b' channel mode. | Danny van Heumen | 2014-07-30 | 1 | -0/+13 |
* | Removed unnecessary alternative constructor for ModeParser. | Danny van Heumen | 2014-07-30 | 1 | -15/+1 |
* | ChatRoomMemberIrcImpl tweaked + tests. | Danny van Heumen | 2014-07-30 | 1 | -0/+253 |
* | Support for IRC control codes. | Danny van Heumen | 2014-07-30 | 3 | -14/+184 |
* | Tests specifying desired control code parsing behavior. | Danny van Heumen | 2014-07-30 | 1 | -0/+69 |
* | Added license header. | Danny van Heumen | 2014-07-30 | 1 | -0/+6 |
* | Use Result instance for synchronization while getting list to handle | Danny van Heumen | 2014-07-30 | 1 | -0/+11 |
* | Some testing of helper classes. | Danny van Heumen | 2014-07-30 | 3 | -6/+273 |
* | While loop around sync waiting. | Danny van Heumen | 2014-07-30 | 1 | -0/+56 |
* | Fixes the compilation on JDK 8. | Lyubomir Marinov | 2014-07-25 | 2 | -2/+2 |
* | Does not try to modify metacontact list storage when adding contact to a non ... | Damian Minkov | 2014-07-21 | 1 | -0/+7 |
* | Adds some logging to investigate failing builds. | Damian Minkov | 2014-07-03 | 1 | -4/+4 |
* | Unescape in history reader, the escaped chars that were written by history wr... | Damian Minkov | 2014-06-12 | 1 | -7/+17 |
* | Fixes manifest files. | Damian Minkov | 2014-04-23 | 8 | -14/+14 |
* | Adds option to limit the number of history records stored, FIFO. Updates time... | Damian Minkov | 2014-03-13 | 1 | -0/+62 |
* | Adds searching for existing histories and finding recent contacted contacts. ... | Damian Minkov | 2014-02-21 | 1 | -0/+34 |
* | Fixes history corrupting records when they contain utf chars < 0x20, reported... | Damian Minkov | 2014-02-18 | 2 | -1/+49 |
* | Fixes removing properties with partial match, and adds tests for it. | Damian Minkov | 2014-02-06 | 1 | -0/+51 |
* | Trusts all certs when running tests, as they normally run in headless mode. | Damian Minkov | 2013-12-13 | 1 | -0/+6 |