aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removes msn protocol.damencho2015-07-1685-14825/+3
|
* Adds SSRCInfoPacketExtension used to signal SSRC owner in jitsi-meet.paweldomas2015-07-143-6/+130
|
* Commit from translate.jitsi.org by user ibauersachs.: 1634 of 1634 strings ↵ibauersachs2015-07-091-0/+11
| | | | translated (0 fuzzy).
* Fixes handling callto: URIs and cleans up documentation.Boris Grozev2015-07-033-12/+6
|
* Updates links to contributor agreement.Emil Ivov2015-06-211-5/+5
|
* ice4j SVN revision 506: Fixes a stack overflow reported by James B. Byrne, ↵Lyubomir Marinov2015-06-191-0/+0
| | | | investigated by Danny van Heumen.
* Merge pull request #130 from marclaporte/patch-1Ingo Bauersachs2015-06-191-11/+16
|\ | | | | Improve clarity of instructions for new contributors
| * Improve clarity of instructions for new contributorsMarc Laporte2015-06-031-11/+16
| | | | | | | | | | Fix some typos and grammar Some rewording Clarifying how to make a more useful bug report
* | Update LICENSEEmil Ivov2015-06-181-502/+202
| |
* | Fixes typo in colibri XML generation.George Politis2015-06-101-1/+1
| |
* | Updates libjitsi.jar to 3be1a20b08.Boris Grozev2015-06-101-0/+0
| |
* | Updates smackx.jar to libsrc 4fa2072214079e82e9e315de677e58fb0e82216apaweldomas2015-06-091-0/+0
| |
* | Updates smackx.jar to libsrc ea2255ff5c6cd7129f3b5cb52e2e157d2d930deepaweldomas2015-06-081-0/+0
|/
* Extends the COLIBRI channel IQ with a simulcast-mode attribute.George Politis2015-06-034-0/+101
|
* Adds new line at the end of file.Damian Minkov2015-06-031-1/+1
|
* Builds irc-api for debian src using mvn-debian.Damian Minkov2015-06-034-57/+122
|
* Updates dpkg-cross instructions.Damian Minkov2015-06-031-1/+1
|
* Merge branch 'deb-src-release-2.8.5426'Damian Minkov2015-06-035-5/+13
|\ | | | | | | | | Conflicts: resources/install/debian/control-src.tmpl
| * Adds libhttpclient version and to the depends for debian src package.Damian Minkov2015-05-191-1/+1
| |
| * Adds changelog message for fixing bug 785299.Damian Minkov2015-05-181-0/+2
| |
| * Makes sure we do not try to process incoming reply errors for xmpp ping packets.Damian Minkov2015-05-181-1/+5
| |
| * Fixes long changelog line.Damian Minkov2015-04-081-1/+2
| |
| * Fixes httpclient dependency version.Damian Minkov2015-04-081-1/+1
| |
| * Updates the changelog.Damian Minkov2015-04-081-1/+3
| |
| * Removes java6 runtime alternative.Damian Minkov2015-04-082-2/+2
| |
| * control: adjust build-time deps for easier backporting. Closes: #729904Damian Minkov2015-04-082-1/+2
| |
| * README.embedded-libraries: add ITP info where applicable.Damian Minkov2015-04-081-0/+2
| |
| * Updates debian src dependency of dnsjava with version.Damian Minkov2015-04-081-2/+2
| |
| * Adds specific package version dependencies for the debian src package. Fix ↵Damian Minkov2015-04-082-4/+9
| | | | | | | | some copyright missing definitions.
| * Updates jitsi-common package.Damian Minkov2015-04-081-0/+22
| |
| * Updates dnsjava to 2.1.7 with included in upstream patch to set packet logger.Damian Minkov2015-04-085-156/+5
| |
| * Changes watch file.Damian Minkov2015-04-081-1/+1
| |
* | Added IRCv3 multi-prefix capability support.Danny van Heumen2015-05-302-0/+7
| |
* | Fix formatting.Danny van Heumen2015-05-301-4/+9
| |
* | Handle CAP away-notify events.Danny van Heumen2015-05-301-15/+43
| |
* | Partial support for IRC away notifications.Danny van Heumen2015-05-302-20/+92
| | | | | | | | | | | | Implemented state management for away notify capability. Now only missing the handling of AWAY messages that are sent by the IRC server when away-notify is active.
* | Updated comments (TODO, FIXME)Danny van Heumen2015-05-301-3/+4
| |
* | Proxy support for DCC receive operation added to irc-api client library.Danny van Heumen2015-05-302-0/+25
| |
* | Updates smack jar files to the version which contains all patches from ↵paweldomas2015-05-292-0/+0
| | | | | | | | libsrc repo.
* | Introduces the Ant property dynamic.linking (for lack of better words) which ↵Lyubomir Marinov2015-05-281-15/+38
| | | | | | | | controls the bundling of dependent libraries (for OSGi bundles which choose to support it).
* | Introduces the Ant property dynamic.linking (for lack of better words) which ↵Lyubomir Marinov2015-05-281-11/+19
| | | | | | | | controls the bundling of dependent libraries (for OSGi bundles which choose to support it).
* | Moves the FFmpeg and G722 JNI libraries from libjitsi to ↵Lyubomir Marinov2015-05-274-1/+8
| | | | | | | | jitsi-lgpl-dependencies because they statically link to LGPL objects.
* | Updates the JNA library to version 4.1.0 because it is dual-licensed under ↵Lyubomir Marinov2015-05-273-13/+45
| | | | | | | | LGPL 2.1 and Apache License 2.0.
* | Fixes grammar.Lyubomir Marinov2015-05-271-2/+2
| |
* | FMJ r96, ICE4J r501.Lyubomir Marinov2015-05-272-0/+0
| |
* | Manually fixes formatting.Lyubomir Marinov2015-05-271-13/+17
| |
* | Updates fmj to r96 (fix parsing RTCP BYE packets).Boris Grozev2015-05-261-0/+0
| |
* | Define ContactResource equality based on resourceName. (fixes OTR issue)Danny van Heumen2015-05-241-0/+31
| | | | | | | | | | | | | | New ContactResource instances will be created after recovering from network connectivity loss. (Initiated by suspending the system.) UI behaviour fails because ContactResource instances themselves do not have the same reference address and no custom equality was defined.
* | Converts "cache non caps" constant into field in ScServiceDiscoveryManager. ↵paweldomas2015-05-213-9/+16
| | | | | | | | Fixes "copy" method in IceTransportPacketExtension.
* | Updates custom headers, a corner case where jsip casts some headers and ↵Damian Minkov2015-05-201-1/+4
| | | | | | | | cannot use custom one for them.