aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HTML-Encode the nickname in the chat window (closes #1216)Ingo Bauersachs2014-11-272-3/+9
* Make the history "unit" tests a little more independent from each otherIngo Bauersachs2014-11-275-271/+497
* Remove most pre-sorting in the history service to avoid eliminations.Ingo Bauersachs2014-11-272-73/+57
* Add API to erase the call historyIngo Bauersachs2014-11-272-0/+23
* Close history documents after readIngo Bauersachs2014-11-271-1/+4
* Update libjitsi to baafc205d3aa1cef0b8583385308cd5547122f43Ingo Bauersachs2014-11-271-0/+0
* Fix a race condition in the HistoryServiceIngo Bauersachs2014-11-276-81/+13
* Adds 'channel last N', 'adaptive last n' and 'adaptive simulcast' options to ...paweldomas2014-11-271-0/+95
* Updated IRC client library irc-api to custom version to test bug fix.Danny van Heumen2014-11-261-0/+0
* Adds factory method for creating simulcast SourceGroupPacketExtension.paweldomas2014-11-261-0/+21
* Adds utility methods.paweldomas2014-11-262-0/+48
* Removes checked Exception from utility clone methods.paweldomas2014-11-264-52/+28
* Fixes issue with SourceGroupPacketExtension not being printed to XML when the...paweldomas2014-11-261-0/+4
* Fixes high file system usage when disabling history.Damian Minkov2014-11-261-0/+6
* Updates the list of files allowed to be exclude from the embedded jre.Damian Minkov2014-11-261-25/+88
* Fixes problem with inconsistent name of the application.Damian Minkov2014-11-262-1/+6
* Fixes possible ArrayIndexOutOfBoundsException.Damian Minkov2014-11-261-2/+10
* Fix bug in conjuction with OTR fragmentation support.Danny van Heumen2014-11-261-16/+17
* Fixed some (outdated) unit tests for IRC command implementations.Danny van Heumen2014-11-255-7/+56
* Added marker for minor clean up issue.Danny van Heumen2014-11-251-0/+2
* Renames agent binary used to dylib, as this is the supported by java 1.7+.Damian Minkov2014-11-253-7/+3
* Support type=error without the an error elementIngo Bauersachs2014-11-251-10/+19
* Updates macosx launcher for better selection from available java distributions.Damian Minkov2014-11-255-16/+69
* Changes dev mailinglist email.Damian Minkov2014-11-252-6/+6
* Stops msn protocol from building and starting.Damian Minkov2014-11-253-6/+2
* Removes unused and unsupported architectures in macosx targets.Damian Minkov2014-11-251-57/+1
* Dispatches multiple VMOptions (space delimited).Damian Minkov2014-11-251-13/+30
* Removes unnecessary call to getLocalHost() and fixes a problem where wrong lo...Damian Minkov2014-11-251-4/+1
* Bundles Java Runtime Environment (JRE) 8u25 on Windows.Lyubomir Marinov2014-11-251-2/+2
* Commit from translate.jitsi.org by user ibauersachs.: 1564 of 1611 strings tr...ibauersachs2014-11-241-10/+2
* Make SIP handle tel: URIs as wellIngo Bauersachs2014-11-244-16/+34
* SIP Communicator -> JitsiIngo Bauersachs2014-11-241-380/+380
* Commit from translate.jitsi.org by user ibauersachs.: 1611 of 1611 strings tr...ibauersachs2014-11-241-16/+16
* Commit from translate.jitsi.org by user ibauersachs.: 1611 of 1611 strings tr...ibauersachs2014-11-241-2/+2
* Fix spelling of CALL_SECURED_TOOLTIPIngo Bauersachs2014-11-241-1/+1
* Fixes issues with JAWTRenderer on Java 7 under OS X. Based on contributions b...Lyubomir Marinov2014-11-232-0/+0
* Successful command should also be represented as a system message.Danny van Heumen2014-11-201-1/+8
* Lowered logging severity and added clarification for case where lastMessageUI...Danny van Heumen2014-11-201-1/+5
* Display error first, then help text, in system message feedback.Danny van Heumen2014-11-201-1/+3
* Modified commands to make use of IllegalArgumentException handling.Danny van Heumen2014-11-205-7/+9
* Improved error handling for commands.Danny van Heumen2014-11-2011-7/+177
* Moved IRC command implementations to separate plugin package: irccommandsDanny van Heumen2014-11-2018-33/+131
* Improved the Command - CommandFactory implementation.Danny van Heumen2014-11-2017-170/+216
* Removes dependency on running ProtocolProviderServiceJabberImpl from ScServic...paweldomas2014-11-204-9/+52
* Makes ChatRoomJabberImpl.smackRoleToScRole() utility method public.paweldomas2014-11-201-1/+1
* Adds utility method for copying IceUdpTransportPacketExtension. Adds utility ...paweldomas2014-11-205-79/+110
* Adds method for creating 'transport-info' Jingle IQs to JinglePacketFactory.paweldomas2014-11-201-0/+39
* Adds utility classes for constructing Colibri queries and analysing bridge re...paweldomas2014-11-202-0/+870
* Fixes warnings.Lyubomir Marinov2014-11-201-11/+6
* Adds parsing of SourcePacketExtension to ColibriIQProvider. Adds methods for ...paweldomas2014-11-193-1/+78