aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix Voicemail URI editing in UIIngo Bauersachs2017-02-281-12/+26
| | | | Closes #333
* Add UI option to disable Outlook Calendar presence integrationIngo Bauersachs2017-02-271-4/+15
| | | | Closes #289
* Fix handling of sip: URIsIngo Bauersachs2017-02-241-0/+2
| | | | Closes #315
* Updates libjitsi and sends hole punch packets for audio.damencho2017-02-072-5/+46
| | | | | When sending hole punch packets, use as a content a generated rtp packet.
* Changes version to 2.11. Closes #203.damencho2017-02-071-1/+1
|
* Changes version to 2.10.damencho2017-02-041-1/+1
|
* Checks from for received carbon messages, should be bare jid.damencho2017-01-261-0/+11
|
* VoiceCall Target resource (#37)Thomas M2017-01-182-5/+13
| | | | | | * VoiceCall Target resource in chat/toolBars/ added. * Unneeded change forgotten to remove
* Fix tray icon to open window on double click on WindowsIngo Bauersachs2017-01-181-5/+22
|
* Don't split resource strings, remove unused resourcesIngo Bauersachs2017-01-189-100/+43
|
* Adds a property to enable rtpTranslator for conferences.damencho2017-01-184-5/+70
| | | | Account property that enables rtpTranslator instead of mixing in conferences.
* BLF: Enable plugin and add workaround for AsteriskIngo Bauersachs2017-01-154-28/+84
|
* Fix last message edit impersonationIngo Bauersachs2017-01-151-2/+5
| | | | Closes #299
* General config: correctly show which key is used to send messagesIngo Bauersachs2017-01-141-11/+3
|
* Let the config service override the embedded resourcesIngo Bauersachs2017-01-142-0/+40
|
* Update about window to current license, remove in-app splashscreenIngo Bauersachs2017-01-143-638/+44
|
* Remove long disabled sip2sip account wizardIngo Bauersachs2017-01-144-830/+0
|
* Remove SIP Communicator rename informationIngo Bauersachs2017-01-142-207/+0
|
* Fix layout of call config options in general configIngo Bauersachs2017-01-141-50/+12
|
* Use Java 7 instead of JNA to update home dir permissionsIngo Bauersachs2017-01-141-25/+21
|
* Replace deprecated calls to ice4jIngo Bauersachs2017-01-145-32/+34
|
* Add option to choose tray icon mode (Native, Disabled, AppIndicator)Ingo Bauersachs2017-01-149-108/+258
|
* Update systray to handle old libdbusmenu quirks (Debian, RPM distros)Ingo Bauersachs2017-01-143-32/+109
|
* AppIndicator logging and clean upIngo Bauersachs2017-01-143-55/+88
|
* Ignore SystemTray when running in headless modeIngo Bauersachs2017-01-101-1/+3
|
* Add support for AppIndicatorsIngo Bauersachs2017-01-1013-61/+1147
| | | | | | | | See #192 Doesn't properly work on Debian because of outdated/mismatching GTK dependencies. Fixed in Ubuntu Launchpad bug #1203888, but not imported in Debian. See bug #850769.
* Use non-deprecated way to create FromFilterIngo Bauersachs2017-01-071-1/+1
|
* ZRTP: stop encryption processing if added to SDPIngo Bauersachs2017-01-071-1/+1
|
* Ignore all unknown MediaTypesIngo Bauersachs2017-01-072-17/+2
|
* Remove redundant castsIngo Bauersachs2017-01-074-7/+6
|
* Remove unused and long deprecated methodIngo Bauersachs2017-01-072-24/+0
|
* Add hashCode to classes overriding equalsIngo Bauersachs2017-01-0711-0/+140
|
* Load JNI lib into classloader of bundle rather than of libjitsiIngo Bauersachs2017-01-071-1/+1
| | | | | Needs libjitsi >= 912 Closes #288
* Ignore any routes in the SIP header when an outbound proxy is usedIngo Bauersachs2017-01-071-2/+24
| | | | | | | If this isn't done, the next Hop will be DNS resolved to - a foreign address - another address than to which the account is currently connected - not resolved at all (e.g. an internal name behind the proxy)
* Log getting local address as this often failsIngo Bauersachs2017-01-071-0/+3
|
* Log Java IP stack propertiesIngo Bauersachs2017-01-071-0/+8
| | | | | | The generic logging of all system properties wouldn't log them if not set. Also specifically doesn't use Boolean.getBoolean to handle empty cases.
* Handle RFC2732 IPv6 addresses ([::1] or [::1%1])Ingo Bauersachs2017-01-071-0/+9
|
* Use NetworkUtils to handle all IPv6 formatsIngo Bauersachs2017-01-071-11/+1
|
* Properly log IPv6 frames into .pcapIngo Bauersachs2017-01-071-2/+11
|
* Switch to database based configuration by defaultIngo Bauersachs2017-01-041-12/+11
| | | | | | The properties file based configuration can be re-enabled by creating an empty text file named .usepropfileconfig in Jitsi's configuration directory (~/.jitsi, %appdata%\Jitsi)
* Create BOSH XMPP connection when BOSH_URL is setpaweldomas2016-12-282-9/+27
|
* Adds BOSH_URL property to JabberAccountIDpaweldomas2016-12-281-0/+29
|
* Use base Connection class instead of XMPPConnectionpaweldomas2016-12-2818-53/+68
| | | | Tries to use base Connection class instead of XMPPConnection where possible.
* Strip scope/interface identifier from IPv6 Jingle Nodes relay addressesIngo Bauersachs2016-12-271-0/+10
|
* Ignore invalid (empty) Jingle Nodes relay IPsIngo Bauersachs2016-12-271-1/+8
|
* Ignore invalid ICE candidatesIngo Bauersachs2016-12-271-0/+6
|
* Adds an option to specify custom header names for meet room name.damencho2016-12-081-4/+23
|
* Remove Yahoo protocolIngo Bauersachs2016-10-2444-9028/+20
| | | | Closes #76, #293
* Escape to XML text fields in the JibriIqpaweldomas2016-10-051-0/+3
|
* Fixes memory leak when unavailable presence does not contain 'caps' extension.paweldomas2016-09-071-41/+36
|