aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/irc/OperationSetBasicInstantMessagingIrcImpl.java
Commit message (Expand)AuthorAgeFilesLines
* IRC: use content type and encoding from transformed messageDanny van Heumen2015-01-141-6/+5
* Improved exception handling.Danny van Heumen2014-12-061-1/+7
* Fix bug in conjuction with OTR fragmentation support.Danny van Heumen2014-11-261-16/+17
* Successful command should also be represented as a system message.Danny van Heumen2014-11-201-1/+8
* Improved error handling for commands.Danny van Heumen2014-11-201-0/+21
* Improved the Command - CommandFactory implementation.Danny van Heumen2014-11-201-0/+8
* Fix overlooked insignificant merge conflict.Danny van Heumen2014-10-281-4/+0
* Removed FIXME: don't care, for now, until there's reason to care.Danny van Heumen2014-10-281-3/+1
* Check if connection != null before using it. (Throws IllegalStateExceptions b...Danny van Heumen2014-10-281-2/+6
* Unknown commands now result in failed message delivery.Danny van Heumen2014-10-281-2/+13
* Extracted MessageManager and fine tuned other manager implementations.Danny van Heumen2014-10-281-3/+4
* Restructured and extract IrcConnection type for better separation ofDanny van Heumen2014-10-281-4/+17
* Check if message originates from encrypted message event beforeDanny van Heumen2014-09-301-1/+1
* In case event is null, continue with next event instead of finishing.Danny van Heumen2014-09-301-1/+1
* Renamed methods of BasicInstantMessagingTransport.Danny van Heumen2014-09-301-2/+2
* Defined and implemented Operation Set Basic Instant Messaging TransportDanny van Heumen2014-09-301-3/+31
* Initial support for updated otr4j with support for outgoing message fragmenta...Danny van Heumen2014-09-301-7/+60
* Comments and style.Danny van Heumen2014-07-301-19/+28
* Re-enabled commands for IM messages.Danny van Heumen2014-07-301-6/+14
* Added style tweaks and license header.Danny van Heumen2014-07-301-0/+5
* Implemented IM delivery events.Danny van Heumen2014-07-301-1/+27
* Better handling of commands in ChatRoom message. Ignoring commands inDanny van Heumen2014-07-301-9/+5
* Implemented support for commands in Instant Messaging.Danny van Heumen2014-07-301-1/+9
* Removed duplicate IRC Message implementation.Danny van Heumen2014-07-301-48/+3
* Added support for IRC NOTICE and ACTION messages.Danny van Heumen2014-07-301-1/+3
* Basic, rough implementation of instant messaging.Danny van Heumen2014-07-301-0/+142