Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stops msn protocol from building and starting. | Damian Minkov | 2014-11-25 | 1 | -2/+2 |
| | |||||
* | Moved IRC command implementations to separate plugin package: irccommands | Danny van Heumen | 2014-11-20 | 1 | -1/+11 |
| | |||||
* | Does not include the class files from the protocol.media package in the ↵ | Boris Grozev | 2014-10-07 | 1 | -1/+4 |
| | | | | protocol bundle. | ||||
* | Different approach to (plain text) chat message processing. | Danny van Heumen | 2014-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This modification fixes issues w.r.t. message caused by loss of styling due to opening/closing <plaintext> tags. Additionally it simplifies html / plain text message handling and text replacement. Implemented a different approach to ChatMessage processing. This new implementation strictly watches for the moment when a chat message (possibly HTML already, but might also be plain text) is definitely converted into HTML. This happens when certain processing steps are taken. As soon as these processing steps are taken, the approach changes into HTML by default and every piece of text that still is plain text will be HTML-escaped. Just before appending the new text message to the (HTML) chat document, we always have HTML "text" and as soon as a processing step is used of which we know that it definitely converts to HTML, we start using the HTML content type. This also means that on a number of occasions we have removed the contentType parameter, since we already know or have this information. Since we now know for sure that from a certain moment on, we are strictly dealing with HTML "text" and we also know that everything plain text will be HTML-escaped, we can adopt a different plain text search pattern (TEXT_TO_REPLACE_PATTERN). This search approach searches for all text in between lesser than (<) and greater than (>) signs, since we can be sure that that is normal (escaped) text. We unescape these pieces of text before running through the replacement services such that they can behave as they always have. This shouldn't break (much of) the Replacement Services implementations. Also check and tag hyperlinks for HTML messages. Added dependency to Apache Commons Lang to swing-ui. Removed option skipSmiley. It is not needed anymore, now that hyperlink hrefs aren't found anymore. | ||||
* | Merge branch 'master' into webstart | Boris Grozev | 2014-08-23 | 1 | -4/+15 |
|\ | |||||
| * | Add bundle-irc-api to all bundles target. | Danny van Heumen | 2014-07-30 | 1 | -1/+1 |
| | | |||||
| * | Converted irc-api library to OSGi bundle. | Danny van Heumen | 2014-07-30 | 1 | -2/+6 |
| | | |||||
| * | Replaced slf4j simple logger with jdk14 logger. | Danny van Heumen | 2014-07-30 | 1 | -1/+1 |
| | | |||||
| * | Fix incorrect indent. | Danny van Heumen | 2014-07-30 | 1 | -4/+3 |
| | | |||||
| * | tweaks to the configuration | Danny van Heumen | 2014-07-30 | 1 | -6/+6 |
| | | |||||
| * | Moved slf4j-{api,simple} into separate bundle. | Danny van Heumen | 2014-07-30 | 1 | -7/+9 |
| | | |||||
| * | Minimal IRC stack set-up. | Danny van Heumen | 2014-07-30 | 1 | -0/+6 |
| | | |||||
| * | Intermediate commit to save clean up (not currently working right now) | Danny van Heumen | 2014-07-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into webstart | Boris Grozev | 2014-08-07 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | Conflicts: .gitignore | ||||
| * | Updates BouncyCastle to v1.51. Fixes issues with certain DTLS cipher suites. ↵ | Lyubomir Marinov | 2014-07-29 | 1 | -2/+2 |
| | | | | | | | | Supports DTLS v1.2. | ||||
* | | Merge branch 'master' into webstart | Emil Ivov | 2014-07-10 | 1 | -39/+79 |
|\ \ | |/ | |||||
| * | Fixes several issues when building deb-src, missing classes. | Damian Minkov | 2014-07-08 | 1 | -25/+24 |
| | | |||||
| * | Adds option to set custom logging config file for tests target. | Damian Minkov | 2014-07-03 | 1 | -1/+7 |
| | | |||||
| * | Adding connection information frame. Patch provided by Markus Kilås. | Damian Minkov | 2014-07-01 | 1 | -0/+10 |
| | | |||||
| * | Separates phone number service, to be a service in separate bundle and ↵ | Damian Minkov | 2014-04-10 | 1 | -1/+12 |
| | | | | | | | | improves the number matching when searching for phone numbers. | ||||
| * | Adds CalendarService implementation. The Calendar service calculates the ↵ | hristoterezov | 2014-04-02 | 1 | -0/+2 |
| | | | | | | | | free busy status based on outlook meetings. | ||||
| * | Removes a reference to Google Talk which is no longer supported. | Lyubomir Marinov | 2014-02-21 | 1 | -4/+0 |
| | | |||||
| * | Updates run target in order to be able to start using java 1.7 under macosx ↵ | Damian Minkov | 2014-02-18 | 1 | -5/+11 |
| | | | | | | | | without error during initialization of VM. | ||||
| * | Fixes the sending of RTCP feedback messages to support Full Intra Refresh ↵ | Lyubomir Marinov | 2014-02-18 | 1 | -2/+2 |
| | | | | | | | | (FIR). Updates bouncycastle to 1.50. Allows getting the complexity set on the Opus encoder (for debugging/informational purposes). | ||||
| * | Implements user search contact source. | hristoterezov | 2014-02-11 | 1 | -1/+11 |
| | | |||||
* | | Webstart-launcher (with HUGE hacks) | Ingo Bauersachs | 2014-02-03 | 1 | -1/+1 |
|/ | |||||
* | ConfigService based on HSQLDB (through JDBC) | Ingo Bauersachs | 2014-01-12 | 1 | -1/+5 |
| | |||||
* | Update Google Collections RC1 to Guava 15 | Ingo Bauersachs | 2014-01-12 | 1 | -3/+8 |
| | |||||
* | Stop rebundling HttpClient and HttpCore | Ingo Bauersachs | 2014-01-11 | 1 | -13/+4 |
| | |||||
* | Adds splash screen. | Damian Minkov | 2014-01-10 | 1 | -1/+18 |
| | |||||
* | Use variable for installer-exclude directory | Ingo Bauersachs | 2013-12-08 | 1 | -4/+4 |
| | |||||
* | Update log4j to 1.2.17 | Ingo Bauersachs | 2013-12-08 | 1 | -15/+0 |
| | |||||
* | Remove RSS protocol | Ingo Bauersachs | 2013-12-08 | 1 | -39/+0 |
| | |||||
* | Stop rebundling commons-lang and commons-codec | Ingo Bauersachs | 2013-12-07 | 1 | -16/+4 |
| | |||||
* | Replace System-Bundle header by BSN and a list that defines sys-bundles | Ingo Bauersachs | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | Property editor search field is now case insensitive and searching by value ↵ | Marin | 2013-12-06 | 1 | -1/+13 |
| | | | | is possible. | ||||
* | Adds the possibility to edit account details. Patch provided by Marin | yanas | 2013-11-12 | 1 | -2/+3 |
| | | | Dzhigarov on dev (Nov 8, 2013). | ||||
* | Adds new MUC bundle to handle the chat rooms. Moves ChatRoomWrapper, | hristoterezov | 2013-11-07 | 1 | -0/+2 |
| | | | | | ChatRoomList and ChatRoomProviderWrapper classes from GUI to the MUC bundle. Moves most of ConferenceChatManager methods in MUCService. | ||||
* | Adds chat room contacts to the search filter in the contact list. | hristoterezov | 2013-11-01 | 1 | -2/+13 |
| | |||||
* | Removes false jar signing. | Lyubomir Marinov | 2013-10-10 | 1 | -1/+2 |
| | |||||
* | Adds support for DTLS-SRTP with SIP. | Lyubomir Marinov | 2013-10-03 | 1 | -1/+2 |
| | |||||
* | Implements an editor which allows the user to edit Jitsi's configuration ↵ | Lyubomir Marinov | 2013-08-28 | 1 | -1/+11 |
| | | | | properties from within the application. (Marin Dzhigarov) | ||||
* | Adds Windows's system path variable to Ant's path variable on Windows ↵ | Lyubomir Marinov | 2013-06-30 | 1 | -3/+7 |
| | | | | versions which name it Path instead of PATH. | ||||
* | Merge branch 'Android-settings' | paweldomas | 2013-06-19 | 1 | -0/+96 |
|\ | |||||
| * | Adds debug target | paweldomas | 2013-06-11 | 1 | -0/+96 |
| | | |||||
* | | Fixes some errors for missing folders when running/debuging in Idea. | Damian Minkov | 2013-06-12 | 1 | -2/+2 |
| | | |||||
* | | Fixes build, checking for missing folders. | Damian Minkov | 2013-06-11 | 1 | -5/+20 |
| | | |||||
* | | Removes jdic dependency used for java 1.5 campatibility. | Damian Minkov | 2013-06-11 | 1 | -10/+1 |
|/ | | | | | Removes duplicate lib commons-logging. Update deb-src build target to fix clean procedure to run building package twice, updates the use of the debian povided bouncycastle lib. | ||||
* | Attempts to fix failures of the Windows Audio Session API (WASAPI) ↵ | Lyubomir Marinov | 2013-05-21 | 1 | -3/+3 |
| | | | | integration which reportedly break the very capture and playback functionality. | ||||
* | Adds jitsi-defaults.properties to the dmg,deb and msi. | Damian Minkov | 2013-05-21 | 1 | -0/+6 |
| |