| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix last message edit impersonation | Ingo Bauersachs | 2017-01-15 | 1 | -2/+5 |
* | 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 |
* | 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 |
* | Ignore any routes in the SIP header when an outbound proxy is used | Ingo Bauersachs | 2017-01-07 | 1 | -2/+24 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Add 'removePresenceExtension' to OperationSetJitsiMeetTools | paweldomas | 2016-08-23 | 4 | -0/+48 |
* | Reformat certificate panel's signature and modulus fields | Ingo Bauersachs | 2016-07-27 | 1 | -14/+36 |
* | Remove workaround for JDK-6483657 | Ingo Bauersachs | 2016-07-27 | 1 | -47/+0 |
* | Remove RTP payload number from Opus (max)ptime attributes | Ingo Bauersachs | 2016-07-16 | 1 | -2/+15 |
* | Show SHA-256 thumbprint of certificate instead of MD5 | Ingo Bauersachs | 2016-07-16 | 1 | -16/+50 |
* | Strip invalid characters when receiving a file | Ingo Bauersachs | 2016-07-16 | 1 | -0/+4 |
* | Add RETRYING status to Jibri | paweldomas | 2016-07-07 | 1 | -0/+6 |
* | Add rtpLevelRelayType handling in ColibriBuilder class. (#261) | matteocampana | 2016-07-05 | 1 | -0/+33 |
* | code clean up (#277) | Nik | 2016-07-05 | 9 | -208/+269 |
* | call window can now be dragged (#279) | Nik | 2016-07-05 | 1 | -1/+5 |
* | Add a few improvements for reg-less SIP accounts | Ingo Bauersachs | 2016-06-28 | 3 | -1/+14 |
* | Fix a NPE when a domain has non-SIP NAPTR records | Ingo Bauersachs | 2016-06-26 | 1 | -9/+19 |