aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Stops msn protocol from building and starting.Damian Minkov2014-11-251-2/+2
|
* Moved IRC command implementations to separate plugin package: irccommandsDanny van Heumen2014-11-201-1/+11
|
* Does not include the class files from the protocol.media package in the ↵Boris Grozev2014-10-071-1/+4
| | | | protocol bundle.
* Different approach to (plain text) chat message processing.Danny van Heumen2014-09-161-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 webstartBoris Grozev2014-08-231-4/+15
|\
| * Add bundle-irc-api to all bundles target.Danny van Heumen2014-07-301-1/+1
| |
| * Converted irc-api library to OSGi bundle.Danny van Heumen2014-07-301-2/+6
| |
| * Replaced slf4j simple logger with jdk14 logger.Danny van Heumen2014-07-301-1/+1
| |
| * Fix incorrect indent.Danny van Heumen2014-07-301-4/+3
| |
| * tweaks to the configurationDanny van Heumen2014-07-301-6/+6
| |
| * Moved slf4j-{api,simple} into separate bundle.Danny van Heumen2014-07-301-7/+9
| |
| * Minimal IRC stack set-up.Danny van Heumen2014-07-301-0/+6
| |
| * Intermediate commit to save clean up (not currently working right now)Danny van Heumen2014-07-301-1/+1
| |
* | Merge branch 'master' into webstartBoris Grozev2014-08-071-2/+2
|\ \ | |/ | | | | | | Conflicts: .gitignore
| * Updates BouncyCastle to v1.51. Fixes issues with certain DTLS cipher suites. ↵Lyubomir Marinov2014-07-291-2/+2
| | | | | | | | Supports DTLS v1.2.
* | Merge branch 'master' into webstartEmil Ivov2014-07-101-39/+79
|\ \ | |/
| * Fixes several issues when building deb-src, missing classes.Damian Minkov2014-07-081-25/+24
| |
| * Adds option to set custom logging config file for tests target.Damian Minkov2014-07-031-1/+7
| |
| * Adding connection information frame. Patch provided by Markus Kilås.Damian Minkov2014-07-011-0/+10
| |
| * Separates phone number service, to be a service in separate bundle and ↵Damian Minkov2014-04-101-1/+12
| | | | | | | | improves the number matching when searching for phone numbers.
| * Adds CalendarService implementation. The Calendar service calculates the ↵hristoterezov2014-04-021-0/+2
| | | | | | | | free busy status based on outlook meetings.
| * Removes a reference to Google Talk which is no longer supported.Lyubomir Marinov2014-02-211-4/+0
| |
| * Updates run target in order to be able to start using java 1.7 under macosx ↵Damian Minkov2014-02-181-5/+11
| | | | | | | | without error during initialization of VM.
| * Fixes the sending of RTCP feedback messages to support Full Intra Refresh ↵Lyubomir Marinov2014-02-181-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.hristoterezov2014-02-111-1/+11
| |
* | Webstart-launcher (with HUGE hacks)Ingo Bauersachs2014-02-031-1/+1
|/
* ConfigService based on HSQLDB (through JDBC)Ingo Bauersachs2014-01-121-1/+5
|
* Update Google Collections RC1 to Guava 15Ingo Bauersachs2014-01-121-3/+8
|
* Stop rebundling HttpClient and HttpCoreIngo Bauersachs2014-01-111-13/+4
|
* Adds splash screen.Damian Minkov2014-01-101-1/+18
|
* Use variable for installer-exclude directoryIngo Bauersachs2013-12-081-4/+4
|
* Update log4j to 1.2.17Ingo Bauersachs2013-12-081-15/+0
|
* Remove RSS protocolIngo Bauersachs2013-12-081-39/+0
|
* Stop rebundling commons-lang and commons-codecIngo Bauersachs2013-12-071-16/+4
|
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
|
* Property editor search field is now case insensitive and searching by value ↵Marin2013-12-061-1/+13
| | | | is possible.
* Adds the possibility to edit account details. Patch provided by Marinyanas2013-11-121-2/+3
| | | Dzhigarov on dev (Nov 8, 2013).
* Adds new MUC bundle to handle the chat rooms. Moves ChatRoomWrapper,hristoterezov2013-11-071-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.hristoterezov2013-11-011-2/+13
|
* Removes false jar signing.Lyubomir Marinov2013-10-101-1/+2
|
* Adds support for DTLS-SRTP with SIP.Lyubomir Marinov2013-10-031-1/+2
|
* Implements an editor which allows the user to edit Jitsi's configuration ↵Lyubomir Marinov2013-08-281-1/+11
| | | | properties from within the application. (Marin Dzhigarov)
* Adds Windows's system path variable to Ant's path variable on Windows ↵Lyubomir Marinov2013-06-301-3/+7
| | | | versions which name it Path instead of PATH.
* Merge branch 'Android-settings'paweldomas2013-06-191-0/+96
|\
| * Adds debug targetpaweldomas2013-06-111-0/+96
| |
* | Fixes some errors for missing folders when running/debuging in Idea.Damian Minkov2013-06-121-2/+2
| |
* | Fixes build, checking for missing folders.Damian Minkov2013-06-111-5/+20
| |
* | Removes jdic dependency used for java 1.5 campatibility.Damian Minkov2013-06-111-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 Marinov2013-05-211-3/+3
| | | | integration which reportedly break the very capture and playback functionality.
* Adds jitsi-defaults.properties to the dmg,deb and msi.Damian Minkov2013-05-211-0/+6
|