Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Voicemail URI editing in UI | Ingo Bauersachs | 2017-02-28 | 1 | -12/+26 |
| | | | | Closes #333 | ||||
* | Add UI option to disable Outlook Calendar presence integration | Ingo Bauersachs | 2017-02-27 | 1 | -4/+15 |
| | | | | Closes #289 | ||||
* | Fix handling of sip: URIs | Ingo Bauersachs | 2017-02-24 | 1 | -0/+2 |
| | | | | Closes #315 | ||||
* | Updates libjitsi and sends hole punch packets for audio. | damencho | 2017-02-07 | 2 | -5/+46 |
| | | | | | When sending hole punch packets, use as a content a generated rtp packet. | ||||
* | Changes version to 2.11. Closes #203. | damencho | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | Changes version to 2.10. | damencho | 2017-02-04 | 1 | -1/+1 |
| | |||||
* | Checks from for received carbon messages, should be bare jid. | damencho | 2017-01-26 | 1 | -0/+11 |
| | |||||
* | VoiceCall Target resource (#37) | Thomas M | 2017-01-18 | 2 | -5/+13 |
| | | | | | | * VoiceCall Target resource in chat/toolBars/ added. * Unneeded change forgotten to remove | ||||
* | Fix tray icon to open window on double click on Windows | Ingo Bauersachs | 2017-01-18 | 1 | -5/+22 |
| | |||||
* | Don't split resource strings, remove unused resources | Ingo Bauersachs | 2017-01-18 | 9 | -100/+43 |
| | |||||
* | Adds a property to enable rtpTranslator for conferences. | damencho | 2017-01-18 | 4 | -5/+70 |
| | | | | Account property that enables rtpTranslator instead of mixing in conferences. | ||||
* | BLF: Enable plugin and add workaround for Asterisk | Ingo Bauersachs | 2017-01-15 | 4 | -28/+84 |
| | |||||
* | Fix last message edit impersonation | Ingo Bauersachs | 2017-01-15 | 1 | -2/+5 |
| | | | | Closes #299 | ||||
* | General config: correctly show which key is used to send messages | Ingo Bauersachs | 2017-01-14 | 1 | -11/+3 |
| | |||||
* | Let the config service override the embedded resources | Ingo Bauersachs | 2017-01-14 | 2 | -0/+40 |
| | |||||
* | Update about window to current license, remove in-app splashscreen | Ingo Bauersachs | 2017-01-14 | 3 | -638/+44 |
| | |||||
* | Remove long disabled sip2sip account wizard | Ingo Bauersachs | 2017-01-14 | 4 | -830/+0 |
| | |||||
* | Remove SIP Communicator rename information | Ingo Bauersachs | 2017-01-14 | 2 | -207/+0 |
| | |||||
* | Fix layout of call config options in general config | Ingo Bauersachs | 2017-01-14 | 1 | -50/+12 |
| | |||||
* | Use Java 7 instead of JNA to update home dir permissions | Ingo Bauersachs | 2017-01-14 | 1 | -25/+21 |
| | |||||
* | Replace deprecated calls to ice4j | Ingo Bauersachs | 2017-01-14 | 5 | -32/+34 |
| | |||||
* | Add option to choose tray icon mode (Native, Disabled, AppIndicator) | Ingo Bauersachs | 2017-01-14 | 9 | -108/+258 |
| | |||||
* | Update systray to handle old libdbusmenu quirks (Debian, RPM distros) | Ingo Bauersachs | 2017-01-14 | 3 | -32/+109 |
| | |||||
* | AppIndicator logging and clean up | Ingo Bauersachs | 2017-01-14 | 3 | -55/+88 |
| | |||||
* | Ignore SystemTray when running in headless mode | Ingo Bauersachs | 2017-01-10 | 1 | -1/+3 |
| | |||||
* | Add support for AppIndicators | Ingo Bauersachs | 2017-01-10 | 13 | -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 FromFilter | Ingo Bauersachs | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | ZRTP: stop encryption processing if added to SDP | Ingo Bauersachs | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Ignore all unknown MediaTypes | Ingo Bauersachs | 2017-01-07 | 2 | -17/+2 |
| | |||||
* | Remove redundant casts | Ingo Bauersachs | 2017-01-07 | 4 | -7/+6 |
| | |||||
* | Remove unused and long deprecated method | Ingo Bauersachs | 2017-01-07 | 2 | -24/+0 |
| | |||||
* | Add hashCode to classes overriding equals | Ingo Bauersachs | 2017-01-07 | 11 | -0/+140 |
| | |||||
* | Load JNI lib into classloader of bundle rather than of libjitsi | Ingo Bauersachs | 2017-01-07 | 1 | -1/+1 |
| | | | | | Needs libjitsi >= 912 Closes #288 | ||||
* | Ignore any routes in the SIP header when an outbound proxy is used | Ingo Bauersachs | 2017-01-07 | 1 | -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 fails | Ingo Bauersachs | 2017-01-07 | 1 | -0/+3 |
| | |||||
* | Log Java IP stack properties | Ingo Bauersachs | 2017-01-07 | 1 | -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 Bauersachs | 2017-01-07 | 1 | -0/+9 |
| | |||||
* | Use NetworkUtils to handle all IPv6 formats | Ingo Bauersachs | 2017-01-07 | 1 | -11/+1 |
| | |||||
* | Properly log IPv6 frames into .pcap | Ingo Bauersachs | 2017-01-07 | 1 | -2/+11 |
| | |||||
* | Switch to database based configuration by default | Ingo Bauersachs | 2017-01-04 | 1 | -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 set | paweldomas | 2016-12-28 | 2 | -9/+27 |
| | |||||
* | Adds BOSH_URL property to JabberAccountID | paweldomas | 2016-12-28 | 1 | -0/+29 |
| | |||||
* | Use base Connection class instead of XMPPConnection | paweldomas | 2016-12-28 | 18 | -53/+68 |
| | | | | Tries to use base Connection class instead of XMPPConnection where possible. | ||||
* | Strip scope/interface identifier from IPv6 Jingle Nodes relay addresses | Ingo Bauersachs | 2016-12-27 | 1 | -0/+10 |
| | |||||
* | Ignore invalid (empty) Jingle Nodes relay IPs | Ingo Bauersachs | 2016-12-27 | 1 | -1/+8 |
| | |||||
* | Ignore invalid ICE candidates | Ingo Bauersachs | 2016-12-27 | 1 | -0/+6 |
| | |||||
* | Adds an option to specify custom header names for meet room name. | damencho | 2016-12-08 | 1 | -4/+23 |
| | |||||
* | Remove Yahoo protocol | Ingo Bauersachs | 2016-10-24 | 44 | -9028/+20 |
| | | | | Closes #76, #293 | ||||
* | Escape to XML text fields in the JibriIq | paweldomas | 2016-10-05 | 1 | -0/+3 |
| | |||||
* | Fixes memory leak when unavailable presence does not contain 'caps' extension. | paweldomas | 2016-09-07 | 1 | -41/+36 |
| |