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
/
IrcConnection.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finishing up some loose ends w.r.t. presence.
Danny van Heumen
2015-01-12
1
-5
/
+0
*
Implemented ClientConfig interface for regulating periodic presence tasks.
Danny van Heumen
2015-01-12
1
-3
/
+17
*
Created AbstractIrcMessageListener that implements support for connection man...
Danny van Heumen
2015-01-12
1
-5
/
+2
*
Added support for IRC contact renames on nick change event.
Danny van Heumen
2015-01-12
1
-1
/
+3
*
Watch list now persistent over (dis)connects.
Danny van Heumen
2015-01-12
1
-16
/
+17
*
Primitive implementation of presence watcher for Contacts.
Danny van Heumen
2015-01-12
1
-0
/
+11
*
Fix incorrect registration state in case user cancels IRC connection because ...
Danny van Heumen
2014-11-16
1
-1
/
+3
*
Implemented Command Factory such that commands can be implemented as
Danny van Heumen
2014-11-09
1
-2
/
+12
*
Consider onUserQuit event of local user as a connection interruption.
Danny van Heumen
2014-10-28
1
-5
/
+13
*
Identify unintentional connection interruptions by comparing interrupted IrcC...
Danny van Heumen
2014-10-28
1
-10
/
+17
*
Unregister listeners upon receiving an ERROR message.
Danny van Heumen
2014-10-28
1
-7
/
+15
*
Added comments for guaranteed instances and a TODO w.r.t. password changing.
Danny van Heumen
2014-10-28
1
-4
/
+5
*
Tweaks and marker updates.
Danny van Heumen
2014-10-28
1
-9
/
+0
*
Combined nested ifs.
Danny van Heumen
2014-10-28
1
-7
/
+5
*
Implemented 'ban' operation + fine tuning and TODO markers.
Danny van Heumen
2014-10-28
1
-13
/
+3
*
Rearranged managers.
Danny van Heumen
2014-10-28
1
-12
/
+12
*
Created and used synchronized wrapper for IRCApi instance.
Danny van Heumen
2014-10-28
1
-5
/
+3
*
Extracted MessageManager and fine tuned other manager implementations.
Danny van Heumen
2014-10-28
1
-371
/
+20
*
Added notes w.r.t. expected synchronized use.
Danny van Heumen
2014-10-28
1
-0
/
+2
*
Extracted channel manager for chat room-related operations.
Danny van Heumen
2014-10-28
1
-1197
/
+11
*
Moved getNick() to IdentityManager.
Danny van Heumen
2014-10-28
1
-12
/
+1
*
Made identity field final.
Danny van Heumen
2014-10-28
1
-1
/
+1
*
Various small tweaks.
Danny van Heumen
2014-10-28
1
-1
/
+0
*
Introducted Identity Manager instance responsible for identity-related
Danny van Heumen
2014-10-28
1
-103
/
+14
*
Manage presence using presence manager directly.
Danny van Heumen
2014-10-28
1
-38
/
+25
*
Tweaks + fix missing synchronized block.
Danny van Heumen
2014-10-28
1
-12
/
+11
*
Fix NPE during IRC connection process.
Danny van Heumen
2014-10-28
1
-2
/
+3
*
Moved channel listing operations to separate class.
Danny van Heumen
2014-10-28
1
-366
/
+21
*
Restructured and extract IrcConnection type for better separation of
Danny van Heumen
2014-10-28
1
-0
/
+2392