Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move security events back from libjitsi as they are solely used here. | Ingo Bauersachs | 2015-08-23 | 21 | -29/+162 |
| | | | | Corresponds to commit jitsi/libjitsi@263cc1e53e4d2ebd3f4762c42b2c27462b4d830c | ||||
* | ICQ: Remove 8 character password truncation. (This is apparently outdated ↵ | Danny van Heumen | 2015-08-17 | 1 | -6/+0 |
| | | | | since 2006?!?) | ||||
* | Adds optional name attribute to the conference element in colibri. | damencho | 2015-08-14 | 4 | -1/+69 |
| | |||||
* | Disable XMPP inband account registration because of security issues | Ingo Bauersachs | 2015-08-12 | 2 | -10/+10 |
| | | | Closes #136 | ||||
* | Update URL for XMPP server list | Ingo Bauersachs | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | Correctly set SIP display names (Closes #134) | Ingo Bauersachs | 2015-08-08 | 3 | -29/+8 |
| | |||||
* | Don't duplicate RTP/SAVP profile when both SDES and ZRTP are enabled | Ingo Bauersachs | 2015-08-08 | 1 | -1/+1 |
| | | | Closes #140 | ||||
* | Replaces boolean recording state with on, off and pending in colibri ↵ | damencho | 2015-08-04 | 3 | -102/+72 |
| | | | | extension. Removes unused packet extension. | ||||
* | Fixes compilation in some environments. | bgrozev | 2015-07-29 | 1 | -16/+17 |
| | |||||
* | Catch ExceptionInInitializerError for better traceability of programming errors. | Danny van Heumen | 2015-07-30 | 1 | -2/+7 |
| | |||||
* | Fixes possible NPE, peer going from failed to connected and a dispatching of ↵ | damencho | 2015-07-28 | 1 | -1/+4 |
| | | | | a DialogTerminatedEvent (fixes damencho/jigasi#5 issue). | ||||
* | Fixes possible NPE when debug enabled and no ssl context available (fixes ↵ | damencho | 2015-07-28 | 1 | -1/+1 |
| | | | | damencho/jigasi#12). | ||||
* | Adds google api token file to repo, it is auto-updated if needed to. | damencho | 2015-07-27 | 1 | -0/+35 |
| | |||||
* | Java starts counting months at zero, fix this in the log output | Ingo Bauersachs | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | Polishes Google Contacts authorization dialog. | damencho | 2015-07-22 | 1 | -10/+17 |
| | |||||
* | Added dialog title, fine tuned instructions. | Danny van Heumen | 2015-07-22 | 1 | -0/+7 |
| | |||||
* | Number of improvements to Google Contacts OAuth dialog after feedback. | Danny van Heumen | 2015-07-22 | 1 | -15/+62 |
| | | | | | | | * i18n support. * Show instructions at top of dialog. * Explicitly say "click here" in hyperlink text for opening approval page. * Changed text of Done button to "Save". (Depending on i18n.) | ||||
* | Avoids a compile-time ambiguity of a class | Lyubomir Marinov | 2015-07-21 | 1 | -2/+1 |
| | |||||
* | Avoids compiling (certain) classes from .plugin.desktop when compiling ↵ | Lyubomir Marinov | 2015-07-20 | 3 | -12/+11 |
| | | | | classes from .util. | ||||
* | Adds template to store google api id and secret. | damencho | 2015-07-20 | 2 | -2/+39 |
| | |||||
* | Updates the license headers. | Damian Minkov | 2015-07-20 | 2157 | -4711/+28703 |
| | |||||
* | Throw IllegalStateException in case client ID or client secret is missing. | Danny van Heumen | 2015-07-20 | 1 | -0/+6 |
| | |||||
* | Removed notion of a 'password' from Google Contacts implementation. | Danny van Heumen | 2015-07-20 | 8 | -127/+38 |
| | | | | | | | | Removed all references to using/requesting/storing a password, since client login authentication is now deprecated and there is no reason to believe that this is coming back any time soon. + a bit of fine-tuning in exception handling | ||||
* | Tweaked the Google OAuth 2 approval dialog and added Eclipse classpath ↵ | Danny van Heumen | 2015-07-20 | 2 | -8/+71 |
| | | | | modifications. | ||||
* | Added browser launcher to hyperlink. Now opens the approval URL upon ↵ | Danny van Heumen | 2015-07-20 | 3 | -7/+30 |
| | | | | clicking the hyperlink. | ||||
* | Added automatic refresh token retrieval + secure storage in credentials store. | Danny van Heumen | 2015-07-20 | 5 | -56/+194 |
| | | | | | | | | | | | Google Contacts plugin now automatically requests initial access token and refresh token at token server. The refresh token is stored using the credentials store. And Activator is cleaned up a bit. To fix: 1. size of OAuth 2 approval dialog such that requested identity is clearly visible. 2. Automatically open web browser on Google OAuth 2 approval page. | ||||
* | Add lots of comments to OAuth 2 implementation. | Danny van Heumen | 2015-07-20 | 2 | -4/+68 |
| | |||||
* | Working on simple UI to facilitate user approval process. | Danny van Heumen | 2015-07-20 | 2 | -122/+354 |
| | |||||
* | Working prototype OAuth 2 authentication for Google Contacts plugin. | Danny van Heumen | 2015-07-20 | 3 | -17/+177 |
| | |||||
* | Adds a constant for FID. | Boris Grozev | 2015-07-16 | 1 | -1/+5 |
| | |||||
* | Removes msn protocol. | damencho | 2015-07-16 | 44 | -10419/+0 |
| | |||||
* | Adds SSRCInfoPacketExtension used to signal SSRC owner in jitsi-meet. | paweldomas | 2015-07-14 | 3 | -6/+130 |
| | |||||
* | Fixes handling callto: URIs and cleans up documentation. | Boris Grozev | 2015-07-03 | 3 | -12/+6 |
| | |||||
* | Fixes typo in colibri XML generation. | George Politis | 2015-06-10 | 1 | -1/+1 |
| | |||||
* | Extends the COLIBRI channel IQ with a simulcast-mode attribute. | George Politis | 2015-06-03 | 4 | -0/+101 |
| | |||||
* | Added IRCv3 multi-prefix capability support. | Danny van Heumen | 2015-05-30 | 2 | -0/+7 |
| | |||||
* | Fix formatting. | Danny van Heumen | 2015-05-30 | 1 | -4/+9 |
| | |||||
* | Handle CAP away-notify events. | Danny van Heumen | 2015-05-30 | 1 | -15/+43 |
| | |||||
* | Partial support for IRC away notifications. | Danny van Heumen | 2015-05-30 | 2 | -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 Heumen | 2015-05-30 | 1 | -3/+4 |
| | |||||
* | Proxy support for DCC receive operation added to irc-api client library. | Danny van Heumen | 2015-05-30 | 1 | -0/+25 |
| | |||||
* | Updates the JNA library to version 4.1.0 because it is dual-licensed under ↵ | Lyubomir Marinov | 2015-05-27 | 1 | -13/+45 |
| | | | | LGPL 2.1 and Apache License 2.0. | ||||
* | Manually fixes formatting. | Lyubomir Marinov | 2015-05-27 | 1 | -13/+17 |
| | |||||
* | Define ContactResource equality based on resourceName. (fixes OTR issue) | Danny van Heumen | 2015-05-24 | 1 | -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. ↵ | paweldomas | 2015-05-21 | 3 | -9/+16 |
| | | | | Fixes "copy" method in IceTransportPacketExtension. | ||||
* | Updates custom headers, a corner case where jsip casts some headers and ↵ | Damian Minkov | 2015-05-20 | 1 | -1/+4 |
| | | | | cannot use custom one for them. | ||||
* | Makes possible overriding original headers through custom one. | Damian Minkov | 2015-05-19 | 1 | -1/+11 |
| | |||||
* | Changes custom headers to use headers list in order to avoid combining ↵ | Damian Minkov | 2015-05-18 | 3 | -51/+154 |
| | | | | multiple headers in one sip message. Adds from.userID parameter that can be processed in custom headers. | ||||
* | Makes sure we do not try to process incoming reply errors for xmpp ping packets. | Damian Minkov | 2015-05-18 | 1 | -1/+5 |
| | |||||
* | Adds 'setup' attribute to DtlsFingerprintPacketExtension. Registers ↵ | paweldomas | 2015-05-14 | 2 | -0/+43 |
| | | | | SctpMapExtension parser. |