aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Option for new behaviour of detecting a contact's capabilitiesTimur Masar2015-11-092-0/+125
| | | | | | | | | | | | | This reintroduces some old code in order to give the user the option to switch between those two behaviours. It also prevents the removal of all caps nodes (and thusly breaking the new detection) when a rogue offline presence event comes in. This is such an event in which a contact is falsely assumed as offline, if the preferred resource of two or more same prioritised resources goes offline. We are checking this by looking whether it is a "resourceChanged"-event. This should probably be changed again, after those offline presence updates have been fixed.
* Merge pull request #41 from SkaceKamen/patch-1Ingo Bauersachs2015-10-051-1/+1
|\ | | | | Check mac-address for zero-length values
| * Could cause unnecessary exceptionSkaceKamen2014-07-211-1/+1
| | | | | | Windows allows you to have interface without MAC address, when using VPN for example.
* | Merge pull request #154 from iant-gmbh/masterIngo Bauersachs2015-10-052-4/+65
|\ \ | | | | | | Support for HA PBX
| * | - Fixed additional 80 chars wrapClaas Beyersdorf2015-10-051-3/+4
| | |
| * | - Fixed 80 chars wrapClaas Beyersdorf2015-10-052-8/+12
| | | | | | | | | | | | | | | | | | - Fixed format of comment ...ommunicator/plugin/sipaccregwizz/ConnectionPanel.java - Changed description of configuration checkbox like ibauersachs has recommended
| * | Fixed copy paste error. Now FORCE_PROXY_BYPASS works as expected.Claas Beyersdorf2015-09-232-3/+3
| | |
| * | fixed wrongly changed code refactorinsClaas Beyersdorf2015-09-231-239/+215
| | |
| * | Added abbility to set option FORCE_PROXY_BYPASS via SipAccountClaas Beyersdorf2015-09-232-213/+293
| | | | | | | | | settingspage.
* | | Move SDES default ciphers from settings to default configIngo Bauersachs2015-10-041-2/+4
| | |
* | | Fix type warningIngo Bauersachs2015-10-041-2/+2
| | |
* | | Obtain available SDES ciphers from libjitsiIngo Bauersachs2015-10-041-9/+9
| | |
* | | Does not store global proxy config if no server or port is entered.damencho2015-09-281-4/+15
|/ /
* | Remove MSN protocol leftoversIngo Bauersachs2015-08-231-1/+0
| |
* | Move security events back from libjitsi as they are solely used here.Ingo Bauersachs2015-08-232-6/+5
| | | | | | | | Corresponds to commit jitsi/libjitsi@263cc1e53e4d2ebd3f4762c42b2c27462b4d830c
* | Disable XMPP inband account registration because of security issuesIngo Bauersachs2015-08-122-10/+10
| | | | | | Closes #136
* | Update URL for XMPP server listIngo Bauersachs2015-08-081-1/+1
| |
* | Correctly set SIP display names (Closes #134)Ingo Bauersachs2015-08-082-5/+6
| |
* | Updates the license headers.Damian Minkov2015-07-20428-952/+5755
| |
* | Removes msn protocol.damencho2015-07-168-989/+0
| |
* | Added option for resolving all DNS lookups through SOCKS proxy.Danny van Heumen2015-04-033-10/+97
| |
* | GUI improvements for IRC account registration wizard.Danny van Heumen2015-04-033-44/+34
| |
* | Started work on SASL authentication panel in IRC account configuration.Danny van Heumen2015-04-033-10/+142
| |
* | Saves only the call dialog location, skipping the size. And restores it if ↵Damian Minkov2015-04-032-46/+80
| | | | | | | | available.
* | Adds plugin that adds contact source services (groups to the contact list) ↵Damian Minkov2015-04-017-0/+885
| | | | | | | | with the monitored lines of OperationSetTelephonyBLF. Adds custom action button to pickup calls is possible.
* | Adds stacktrace when tracing enabled in reconnect plugin.Damian Minkov2015-04-011-1/+2
| |
* | Fix for OTR UI in case of multiple OTR session.Danny van Heumen2015-03-072-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Okay, so this was a real PITA. The otr4j library behaves as expected. The OTR plugin, on the other hand, hides controls and does not get updated on the actual selected resouce (chat transport) at all. So as a consequence the OTR plugin is actually giving a lot of misinformation. There is still an outstanding issue where you establish an OTR encrypted session for a particular session ID and the OTR session selector box does not automatically select the encrypted session. I'm not sure if this should be the desired behaviour, though. What if there are 2 OTR encrypted sessions, would you want to switch? That is something to think about ...
* | Always show OTR session switcher, disable for single session.Danny van Heumen2015-03-071-1/+2
| |
* | Merge pull request #68 from jitsi/clean-gtalk-stuffbgrozev2015-02-232-32/+0
|\ \ | | | | | | Clean gtalk stuff
| * | Removes the "google ICE" option from the GUI, and some Gtalk-related code.Boris Grozev2015-02-132-32/+0
| | |
* | | Removes unused code snippet.Danny van Heumen2015-02-221-4/+0
| | |
* | | Let every message pass through to otr4j, since otr4j will already correctly ↵Danny van Heumen2015-02-211-31/+0
|/ / | | | | | | handle (not) transforming if session state is PlainText.
* | Show country/region information in language dropdown if applicableIngo Bauersachs2015-02-121-2/+2
| |
* | Adds custom header to indicate screen sharing initiated calls.Damian Minkov2015-02-101-4/+9
| |
* | Make comboboxes in AccountInfoPanel and ConnectionInfoPanel transparent.Danny van Heumen2015-02-082-0/+2
| |
* | Adds properties to disable account and connect info menu entries.Damian Minkov2015-02-054-72/+124
| |
* | Escape html entities for plain text messages in notifications.Danny van Heumen2015-01-252-10/+45
| |
* | Some i18n fixes in IRC wizard UI.Danny van Heumen2015-01-152-15/+24
| |
* | IRC: check nick according to nick pattern in RFC 1459.Danny van Heumen2015-01-141-1/+1
| |
* | Extended IRC account dialog to include options for contact and chat room ↵Danny van Heumen2015-01-124-7/+113
| | | | | | | | presence.
* | Introduced constant for end of ME command prefix index.Danny van Heumen2015-01-121-0/+4
| |
* | Rename some strings SC to Jitsi.Damian Minkov2015-01-1210-11/+11
| |
* | Proxy: check for non-null user name before returning PasswordAuthentication ↵Danny van Heumen2015-01-031-1/+5
| | | | | | | | instance.
* | Fix NPE: empty password will be null, handle this caseDanny van Heumen2015-01-031-2/+11
| |
* | Uses the XMLUtils.newDocumentBuilderFactory() method to obtainBoris Grozev2014-12-292-10/+8
| | | | | | | | | | DocumentBuilderFactories in order to have external entities and doctype declarations disabled while parsing.
* | Adds an option to disable advanced configuration for accounts which do not ↵Damian Minkov2014-12-092-0/+20
| | | | | | | | need it.
* | Add property to disable the avatar menu.Ingo Bauersachs2014-12-061-0/+15
| |
* | Adds NPE check.Damian Minkov2014-12-041-0/+3
| |
* | Revert "Disable XML external entities before parsing."Boris Grozev2014-12-042-6/+2
| | | | | | | | This reverts commit b1e75a29614352a74693c838be234238aaa2fb0f.
* | Disable XML external entities before parsing.Boris Grozev2014-12-042-2/+6
| |