aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/otr
Commit message (Expand)AuthorAgeFilesLines
* Don't split resource strings, remove unused resourcesIngo Bauersachs2017-01-181-11/+9
* Normalize line endingsIngo Bauersachs2016-02-281-1327/+1327
* Converts CRLF line endings to LF, as suggested by @champtar.Boris Grozev2016-02-235-613/+613
* Updates the license headers.Damian Minkov2015-07-2029-75/+400
* Fix for OTR UI in case of multiple OTR session.Danny van Heumen2015-03-072-5/+1
* Always show OTR session switcher, disable for single session.Danny van Heumen2015-03-071-1/+2
* Removes unused code snippet.Danny van Heumen2015-02-221-4/+0
* Let every message pass through to otr4j, since otr4j will already correctly h...Danny van Heumen2015-02-211-31/+0
* Rename some strings SC to Jitsi.Damian Minkov2015-01-121-1/+1
* Renamed methods of BasicInstantMessagingTransport.Danny van Heumen2014-09-301-2/+3
* Defined and implemented Operation Set Basic Instant Messaging TransportDanny van Heumen2014-09-302-26/+34
* Initial support for updated otr4j with support for outgoing message fragmenta...Danny van Heumen2014-09-304-42/+92
* Fixes warnings, bugs. Reduces source code duplication. Simplifies, clarifies ...Lyubomir Marinov2014-09-291-50/+30
* Fixes the compilation on JDK 8.Lyubomir Marinov2014-07-251-1/+1
* Fixes IllegalArgumentException if otr is disabled.Damian Minkov2014-07-101-2/+6
* Merge branch 'master' of https://github.com:/jitsi/jitsiGeorge Politis2014-06-092-35/+73
|\
| * Removes an unnecessary implicit field.Lyubomir Marinov2014-06-082-35/+73
* | Fixes IllegalStateException: Invalid BundleContext in the OTR bundle.George Politis2014-06-091-3/+11
|/
* Removes the execute Unix permission from .java files.Lyubomir Marinov2014-05-314-0/+0
* Suppress a warning.Boris Grozev2014-02-261-0/+1
* Implements XEP-0280 (message carbons).hristoterezov2014-01-271-0/+6
* Changes back the otr policy so that otr sessions won't start automatically.Marin2014-01-242-69/+11
* Improves the OTR policy so that automatic sessions will no longer be reinitia...Marin2014-01-214-30/+35
* Improves the OTR information messages displayed to the user when the session ...Marin2014-01-201-6/+3
* Fixes the problem with the not working 'automatically initiate private conver...Marin2014-01-161-3/+46
* Fixes a problem with the OtrContactMenu which was causing lags in the UI espe...Marin2014-01-152-10/+10
* Fixes NPE in the OTR plugin when a chat panel is closedMarin2014-01-141-5/+5
* Moves getters and setters for chat history properties in MessageHistoryServic...hristoterezov2014-01-133-5/+26
* Removes unnecessary method invocations in the OTR plugin.Marin2014-01-132-2/+9
* Fixes NPE in the OTR plugin when the contact policy of a null Contact is chan...Marin2014-01-132-2/+4
* Fixes the problem with OTR's policy ALLOW_V3 bit not being automatically set ...Marin2014-01-121-0/+20
* Adds the ability for the OTR plugin to work with Jabber resourcesMarin2014-01-1021-379/+880
* Updates the otr plugin to use the latest version of the OTR protocol.Marin2014-01-1016-80/+840
* Fixes warnings.Lyubomir Marinov2014-01-091-11/+12
* Fixes HTML being shown in OTR messagesMarin2014-01-062-3/+28
* Cleans up an accidently commited file from the last commit 5a7657667304a23ce9...Marin2014-01-021-86/+0
* Fixes last message correction when OTR is enabledMarin2014-01-022-2/+90
* Fixes a bug in plugin.otr.ScOtrEngineImpl that caused OTR to misbehave when a...Marin2013-12-101-1/+33
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
* Fixes the issue with OTR padlock icon not being transparent when displaying ....Marin2013-12-021-11/+61
* Fixed a bug with OTR not displaying cyrillic in the Question authentication d...Marin2013-12-021-1/+1
* Added improvements to OTR user interface, among which new icons andyanas2013-11-257-237/+416
* Changes default otr policy to non-auto, till we update to latest otr version....Marin2013-11-152-19/+48
* Moved OTR dialogs in separate package. Fixed some broken javadocMarin2013-11-1113-344/+380
* Added support for SMP for the OTR plugin.Marin2013-11-0710-204/+1278
* Adds method to match PluginComponent to parent factory, used when unregisteri...Damian Minkov2013-09-303-6/+8
* Fixes otr chat toolbar menu entry.Damian Minkov2013-09-241-1/+5
* Adds PluginComponentFactory which is responsible for creating the PluginCompo...Damian Minkov2013-09-241-11/+31
* Fixes build.Damian Minkov2013-09-121-1/+2
* Adds message when otr session is enabled whether chat logging history is on o...Damian Minkov2013-09-113-11/+80