aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* Implemented 'ban' operation + fine tuning and TODO markers.Danny van Heumen2014-10-281-29/+86
* Extracted channel manager for chat room-related operations.Danny van Heumen2014-10-281-43/+58
* Restructured and extract IrcConnection type for better separation ofDanny van Heumen2014-10-281-40/+63
* More precise keyword replacement: does not highlight 'fo' in "for".Danny van Heumen2014-10-211-0/+143
* Initial support for updated otr4j with support for outgoing message fragmenta...Danny van Heumen2014-09-301-3/+4
* Created separate class for IRC presence management.Danny van Heumen2014-09-291-6/+9
* More advanced Text pattern that will take quotes into account.Danny van Heumen2014-09-161-0/+111
* Fix contract violation of GroupNode's node comparator.Danny van Heumen2014-08-221-0/+89
|\
| * Simplified implementation for 2 unknowns. Added regression tests.Danny van Heumen2014-08-211-0/+89
* | Better checking of IRC chat room name.Danny van Heumen2014-08-151-0/+36
* | Add test with rare prefix to ensure that it stays useable.Danny van Heumen2014-08-141-1/+16
* | Auto-prefix channel name with # if no valid prefix found.Danny van Heumen2014-08-141-10/+4
|/
* Added test for remaining methods of IrcAccountID.Danny van Heumen2014-08-121-0/+62
* Added tests for IrcAccountID and fine tuned equals implementation.Danny van Heumen2014-08-121-0/+126
* Added additional tests.Danny van Heumen2014-08-112-0/+355
* Redundant method.Danny van Heumen2014-08-111-5/+0
* Fixed remaining failing cases to work with JUnit 3.Danny van Heumen2014-08-111-6/+48
* Store parent provider by actual type.Danny van Heumen2014-08-051-46/+49
* Simplified hashCode() and additional tests.Danny van Heumen2014-08-021-0/+44
* Added some tests, but they still fail since we don't have JUnit4 active yet.Danny van Heumen2014-08-021-0/+77
* Implemented tests for MessageIrcImpl.Danny van Heumen2014-08-021-0/+49
* Specialized hashCode(), includes test.Danny van Heumen2014-08-021-0/+11
* Escape html entities while parsing the IRC message.Danny van Heumen2014-08-011-16/+13
* Loads of fixes, TODOs and comments.Danny van Heumen2014-08-011-20/+27
* Warp around color codes so that it is always possible to find a color inDanny van Heumen2014-07-301-2/+3
* TypoDanny van Heumen2014-07-301-1/+1
* More code clean-up and added tests for new role management approach.Danny van Heumen2014-07-304-18/+82
* Formatting of message, notice, action.Danny van Heumen2014-07-301-0/+22
* Reworked formatting behavior because of IRC color requirements.Danny van Heumen2014-07-303-35/+57
* Implemented separate text formatter for IRC control codes.Danny van Heumen2014-07-302-7/+64
* Working on formatted text builder for IRC control chars.Danny van Heumen2014-07-302-0/+63
* Added support for 'b' channel mode.Danny van Heumen2014-07-301-0/+13
* Removed unnecessary alternative constructor for ModeParser.Danny van Heumen2014-07-301-15/+1
* ChatRoomMemberIrcImpl tweaked + tests.Danny van Heumen2014-07-301-0/+253
* Support for IRC control codes.Danny van Heumen2014-07-303-14/+184
* Tests specifying desired control code parsing behavior.Danny van Heumen2014-07-301-0/+69
* Added license header.Danny van Heumen2014-07-301-0/+6
* Use Result instance for synchronization while getting list to handleDanny van Heumen2014-07-301-0/+11
* Some testing of helper classes.Danny van Heumen2014-07-303-6/+273
* While loop around sync waiting.Danny van Heumen2014-07-301-0/+56
* Fixes the compilation on JDK 8.Lyubomir Marinov2014-07-252-2/+2
* Does not try to modify metacontact list storage when adding contact to a non ...Damian Minkov2014-07-211-0/+7
* Adds some logging to investigate failing builds.Damian Minkov2014-07-031-4/+4
* Unescape in history reader, the escaped chars that were written by history wr...Damian Minkov2014-06-121-7/+17
* Fixes manifest files.Damian Minkov2014-04-238-14/+14
* Adds option to limit the number of history records stored, FIFO. Updates time...Damian Minkov2014-03-131-0/+62
* Adds searching for existing histories and finding recent contacted contacts. ...Damian Minkov2014-02-211-0/+34
* Fixes history corrupting records when they contain utf chars < 0x20, reported...Damian Minkov2014-02-182-1/+49
* Fixes removing properties with partial match, and adds tests for it.Damian Minkov2014-02-061-0/+51
* Trusts all certs when running tests, as they normally run in headless mode.Damian Minkov2013-12-131-0/+6