aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/irc
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant castsIngo Bauersachs2017-01-071-1/+1
* Updates the license headers.Damian Minkov2015-07-2049-99/+638
* Added IRCv3 multi-prefix capability support.Danny van Heumen2015-05-302-0/+7
* Fix formatting.Danny van Heumen2015-05-301-4/+9
* Handle CAP away-notify events.Danny van Heumen2015-05-301-15/+43
* Partial support for IRC away notifications.Danny van Heumen2015-05-302-20/+92
* Updated comments (TODO, FIXME)Danny van Heumen2015-05-301-3/+4
* Proxy support for DCC receive operation added to irc-api client library.Danny van Heumen2015-05-301-0/+25
* Throw OperationFailedException in case of too large message and fire message ...Danny van Heumen2015-05-062-6/+36
* Added default safety net of 5 chars in calculation of max message size.Danny van Heumen2015-05-062-5/+57
* Added closing apostrophe to trace log message.Danny van Heumen2015-05-051-1/+1
* Added option for resolving all DNS lookups through SOCKS proxy.Danny van Heumen2015-04-033-38/+74
* GUI improvements for IRC account registration wizard.Danny van Heumen2015-04-032-9/+2
* Created SASL entry in client configuration. Connected SASL configuration to I...Danny van Heumen2015-04-035-40/+183
* Started work on SASL authentication panel in IRC account configuration.Danny van Heumen2015-04-034-1/+55
* Use proxy settings from Global Proxy configuration.Danny van Heumen2015-04-032-4/+87
* Basic implementation of SOCKS support.Danny van Heumen2015-04-034-2/+91
* Improved error handling including signaling for client-side errors.Danny van Heumen2015-04-039-10/+136
* Mostly complete implementation of IRC v3 capability negotiation and SASL auth...Danny van Heumen2015-04-037-8/+103
* Reformat line of more than 80 chars wide.Danny van Heumen2015-03-131-1/+2
* Conditionally enable basic poller as fall back mechanism next to MONITOR/WATC...Danny van Heumen2015-03-131-20/+33
* MONITOR/WATCH pubsub presence watchers initialize with existing persistent ni...Danny van Heumen2015-03-131-2/+0
* Removed TODO for WATCH support, since this is now supported.Danny van Heumen2015-03-131-2/+0
* Immediately remove nick from MONITOR monitored list, after 'MONITOR - nick' c...Danny van Heumen2015-03-131-2/+18
* Added support for WATCH publish/subscribe mechanism for contact presence.Danny van Heumen2015-03-134-34/+439
* Implementation of using Basic Poller as the fall back scenario when the MONIT...Danny van Heumen2015-03-135-21/+266
* Use MONITOR maximum list size. Some clean-up.Danny van Heumen2015-03-132-12/+27
* Now computes maximum command size + formatting.Danny van Heumen2015-03-131-8/+13
* Improved support for MONITOR presence watcher.Danny van Heumen2015-03-134-41/+148
* Working on MONITOR support for online presence.Danny van Heumen2015-03-133-4/+271
* Extracted the concept of a presence watcher from PresenceManager and defined ...Danny van Heumen2015-03-133-495/+620
* Change nick presence behaviour upon nick change.Danny van Heumen2015-03-131-3/+2
* Implemented querying contact status using WHOIS query.Danny van Heumen2015-03-132-5/+204
* Basic non-volatile contacts support.Danny van Heumen2015-03-135-81/+258
* IRC: classify channel action as ACTION_MESSAGE_RECEIVED in event.Danny van Heumen2015-01-171-1/+1
* IRC: Updated nick pattern to RFC2812 standards.Danny van Heumen2015-01-151-2/+3
* IRC: use content type and encoding from transformed messageDanny van Heumen2015-01-141-6/+5
* IRC: check nick according to nick pattern in RFC 1459.Danny van Heumen2015-01-141-28/+10
* Add constant for indicator of AWAY members ("G")Danny van Heumen2015-01-121-1/+6
* Finishing up some loose ends w.r.t. presence.Danny van Heumen2015-01-124-12/+8
* Translate IRC presence statuses.Danny van Heumen2015-01-121-4/+19
* Store unmodifiable collection of IRC statuses.Danny van Heumen2015-01-121-5/+7
* Extended IRC account dialog to include options for contact and chat room pres...Danny van Heumen2015-01-122-6/+3
* IRC: Only report chat room presence status if it has changed.Danny van Heumen2015-01-121-0/+5
* Implemented ClientConfig interface for regulating periodic presence tasks.Danny van Heumen2015-01-128-25/+204
* Removed TODO/FIXME markers and added clarification for not deleting listener ...Danny van Heumen2015-01-121-5/+6
* Reordered supported statuses.Danny van Heumen2015-01-121-2/+2
* Verify number of message components and target channel before processing RPL_...Danny van Heumen2015-01-121-1/+8
* Fix NPE race condition in case where ISON query is fired before first ServerN...Danny van Heumen2015-01-121-1/+7
* Work-in-progress on MUC member presence.Danny van Heumen2015-01-123-11/+140