aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/irc/OperationSetPersistentPresenceIrcImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* MONITOR/WATCH pubsub presence watchers initialize with existing persistent ni...Danny van Heumen2015-03-131-2/+0
* Implemented querying contact status using WHOIS query.Danny van Heumen2015-03-131-5/+23
* Basic non-volatile contacts support.Danny van Heumen2015-03-131-69/+134
* Fix NPE: Do not update nick for users that have no corresponding contact.Danny van Heumen2015-01-121-0/+5
* Added support for IRC contact renames on nick change event.Danny van Heumen2015-01-121-3/+18
* Fixed some warnings.Danny van Heumen2015-01-121-5/+6
* Fix line longer than 80 chars.Danny van Heumen2015-01-121-1/+2
* Clean up.Danny van Heumen2015-01-121-6/+8
* Improved contact presence support:Danny van Heumen2015-01-121-17/+48
* Primitive implementation of presence watcher for Contacts.Danny van Heumen2015-01-121-0/+35
* Call listeners inside try-catch block to catch implementation bugs.Danny van Heumen2014-11-131-4/+2
* Tweaks.Danny van Heumen2014-10-281-5/+0
* Removed TRACE logging for findContactByID: it slows things down a lotDanny van Heumen2014-10-281-2/+0
* Check if connection != null before using it. (Throws IllegalStateExceptions b...Danny van Heumen2014-10-281-2/+2
* Manage presence using presence manager directly.Danny van Heumen2014-10-281-7/+7
* Restructured and extract IrcConnection type for better separation ofDanny van Heumen2014-10-281-7/+19
* Fine-tuning away behaviour: empty message implies no message.Danny van Heumen2014-09-291-3/+1
* Tweaking presence communication.Danny van Heumen2014-09-291-15/+10
* Added markers for future work w.r.t. Away-support.Danny van Heumen2014-09-291-1/+3
* Support for away status in Jitsi presence Operation Set.Danny van Heumen2014-09-291-11/+60
* Implemented createUnresolvedContact and unresolvedContactGroup.Danny van Heumen2014-08-021-16/+45
* Reviewed some TODOs.Danny van Heumen2014-08-011-1/+1
* Loads of fixes, TODOs and comments.Danny van Heumen2014-08-011-49/+159
* Tiny improvements.Danny van Heumen2014-07-301-9/+17
* Added style tweaks and license header.Danny van Heumen2014-07-301-14/+43
* Disable presence updates on UserQuit event.Danny van Heumen2014-07-301-2/+1
* Update presence status upon receiving UserQuit message.Danny van Heumen2014-07-301-1/+2
* Re-use earlier retrieved internationalization string.Danny van Heumen2014-07-301-2/+1
* Create new volatile contact for incoming private message if necessary.Danny van Heumen2014-07-301-16/+12
* Made distinction between finding contacts and creating them when calledDanny van Heumen2014-07-301-4/+18
* Store multiple modes for IRC member and select strongest.Danny van Heumen2014-07-301-6/+6
* Add parent group to contact.Danny van Heumen2014-07-301-4/+4
* Basic, rough implementation of instant messaging.Danny van Heumen2014-07-301-0/+264