aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/irc/MessageManager.java
Commit message (Expand)AuthorAgeFilesLines
* Created AbstractIrcMessageListener that implements support for connection man...Danny van Heumen2015-01-121-27/+4
* Implemented (approximate) computation of overhead to get most nicks in single...Danny van Heumen2015-01-121-1/+1
* Improved exception handling.Danny van Heumen2014-12-061-7/+6
* IRC commands: Handle IllegalStateException in the same way as IllegalArgument...Danny van Heumen2014-12-061-0/+6
* Display error first, then help text, in system message feedback.Danny van Heumen2014-11-201-1/+3
* Improved error handling for commands.Danny van Heumen2014-11-201-5/+23
* Moved IRC command implementations to separate plugin package: irccommandsDanny van Heumen2014-11-201-17/+0
* Improved the Command - CommandFactory implementation.Danny van Heumen2014-11-201-3/+15
* Log exceptions caused by command execution and added markers for improvements.Danny van Heumen2014-11-161-1/+12
* Fixed bug where command without parameters would not be recognized.Danny van Heumen2014-11-161-2/+7
* Use Jitsi /me display support instead of IRC formatting it itself.Danny van Heumen2014-11-121-1/+1
* Synchronize CommandFactory static methods that manipulate the command registry.Danny van Heumen2014-11-121-0/+4
* Implemented /mode command for making mode changes. (Querying mode is notDanny van Heumen2014-11-091-0/+2
* Remove redundant .intValue() call.Danny van Heumen2014-11-091-1/+1
* Implemented Command Factory such that commands can be implemented asDanny van Heumen2014-11-091-73/+55
* Consider onUserQuit event of local user as a connection interruption.Danny van Heumen2014-10-281-1/+1
* Unregister listeners upon receiving an ERROR message.Danny van Heumen2014-10-281-0/+13
* Tweaks.Danny van Heumen2014-10-281-0/+5
* Tweaks and marker updates.Danny van Heumen2014-10-281-8/+3
* Implemented /nick command.Danny van Heumen2014-10-281-4/+18
* Unknown commands now result in failed message delivery.Danny van Heumen2014-10-281-4/+5
* Tweaks and TODOs.Danny van Heumen2014-10-281-0/+1
* Support nick changes except on chat room join.Danny van Heumen2014-10-281-0/+2
* Implemented 'ban' operation + fine tuning and TODO markers.Danny van Heumen2014-10-281-1/+2
* Created and used synchronized wrapper for IRCApi instance.Danny van Heumen2014-10-281-27/+9
* Extracted MessageManager and fine tuned other manager implementations.Danny van Heumen2014-10-281-0/+430