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