aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | The sorting introduced in commit 4c665742027d7e89f0c136d1e30ea946be2a1c0f didn't take into account that TreeSet mandates that the ordering "...must be consistent with equals if it is to correctly implement the Set interface.". This was not the case as the comparator only checks for the timestamp of a history event and as such it can have two or more events at exactly the same time (and thus ordering) which would be overwritten in the resulting set.
* 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
| | | | The check for existing history files was performed outside of the lock, so multiple threads attempted to create them and failed. This lead to missing entries in the logs.
* Adds 'channel last N', 'adaptive last n' and 'adaptive simulcast' options to ↵paweldomas2014-11-271-0/+95
| | | | Colibri Builder.
* Updated IRC client library irc-api to custom version to test bug fix.Danny van Heumen2014-11-261-0/+0
| | | | | | | | | | | | | There's this bug in irc-api where *every* channel message arrives as a private message to the local user. This quickly results in lots of notifications, a contact for every message sender and lots of new tabs in the chat window. (See http://lists.jitsi.org/pipermail/dev/2014-November/022755.html) I believe that this is fixed now. The fix that is applied can be found at https://code.google.com/p/irc-api/issues/detail?id=20 . While I am waiting for upstream to incorporate the fix, I'll use this version and ask George to test this out and see if the problem disappears.
* 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 ↵paweldomas2014-11-261-0/+4
| | | | they are the only contents of a Channel.
* 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 bug where sent message would be listed as many times as there were fragments required to send the message. (+ some tweaks)
* Fixed some (outdated) unit tests for IRC command implementations.Danny van Heumen2014-11-255-7/+56
| | | | | I forgot to update the unit tests during the last changes to IRC command implementations.
* 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
| | | | This is against the specification, but allows us to receives messages from Openfire's misbehaving packet filter plugin.
* 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 ↵Damian Minkov2014-11-251-4/+1
| | | | local address can be dispatched.
* 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 ↵ibauersachs2014-11-241-10/+2
| | | | translated (7 fuzzy).
* 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 ↵ibauersachs2014-11-241-16/+16
| | | | translated (0 fuzzy).
* Commit from translate.jitsi.org by user ibauersachs.: 1611 of 1611 strings ↵ibauersachs2014-11-241-2/+2
| | | | translated (0 fuzzy).
* Fix spelling of CALL_SECURED_TOOLTIPIngo Bauersachs2014-11-241-1/+1
|
* Fixes issues with JAWTRenderer on Java 7 under OS X. Based on contributions ↵Lyubomir Marinov2014-11-232-0/+0
| | | | by Ingo Bauersachs.
* 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 ↵Danny van Heumen2014-11-201-1/+5
| | | | lastMessageUID cannot be found, as there is a standard use case in which this happens.
* 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
| | | | | | | | | | | | | | In case of bad command usage, throw an IllegalArgumentException. IllegalArgumentException will be caught and handled specially. Whenever IAE is thrown, it will be caught and command.help() will be called so that we can receive additional usage instructions. The error and the help information will be thrown inside a BadCommandInvocationException which will be handled by the appropriate OperationSet. In case of such an event, a system message will be fired with the usage instructions as to inform the user on how to use the command. Other exceptions will be logged as an error, as they are not expected and considered to be an implementation issue.
* 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
| | | | | | | | | | | | | | | * Moved from 'init' method to constructor. * Expected format for the constructor described in the Command interface comments. * Distinguish between exceptions that occur during construction of the command, log these and inform the user of an error; and exception occurring during the execution of the command. * Better error handling for commands. To do: * Add 'help' method to the Command interface. * Catch IllegalArgumentException and automatically display help() information to the user.
* Removes dependency on running ProtocolProviderServiceJabberImpl from ↵paweldomas2014-11-204-9/+52
| | | | ScServiceDiscoveryManager.
* Makes ChatRoomJabberImpl.smackRoleToScRole() utility method public.paweldomas2014-11-201-1/+1
|
* Adds utility method for copying IceUdpTransportPacketExtension. Adds utility ↵paweldomas2014-11-205-79/+110
| | | | method for getting MediaType for ContentPacketExtension.
* 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 ↵paweldomas2014-11-202-0/+870
| | | | responses.
* Fixes warnings.Lyubomir Marinov2014-11-201-11/+6
|
* Adds parsing of SourcePacketExtension to ColibriIQProvider. Adds methods for ↵paweldomas2014-11-193-1/+78
| | | | copying AbstractPacketExtension and SourcePacketExtension..