Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gotr
AgeCommit message (Collapse)Author
2017-10-25[otr] Add Warning to manifest.iniPhilipp Hörist
2017-02-04[gotr] Update manifest.iniPhilipp Hörist
2017-02-04[gotr] Fix importing python-otr Fixes #187Philipp Hörist
2017-01-24[gotr] Update manifest.iniPhilipp Hörist
2017-01-24[gotr] Version bump 1.9.6 -> 1.9.7Nikolay Yakimov
2017-01-24[gotr] Fix sending OTR adv. tag in handle_outgoing_msg_stanzaNikolay Yakimov
Note: Messages with OTR advertisement shouldn't be considered encrypted.
2017-01-24[gotr] Fix AttibuteError bug in get_controlNikolay Yakimov
gotr expects fjid to be str, but it can be nbxmpp.JID. Converting to str shouldn't hurt, although could as well call fjid.getStripped() instead of gajim.get_jid_without_resource. Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/gajim/common/ged.py", line 93, in raise_event if handler(*args, **kwargs): File "/home/livid/.local/share/gajim/plugins/gotr/otrmodule.py", line 564, in handle_incoming_msg appdata={'thread':event.session.thread_id if event.session else None}) File "/home/livid/.local/share/gajim/plugins/gotr/potr/context.py", line 210, in receiveMessage self.crypto.handleAKE(message, appdata=appdata) File "/home/livid/.local/share/gajim/plugins/gotr/potr/crypt.py", line 282, in handleAKE outMsg = self.ake.handleRevealSig(inMsg) File "/home/livid/.local/share/gajim/plugins/gotr/potr/crypt.py", line 420, in handleRevealSig self.onSuccess(self) File "/home/livid/.local/share/gajim/plugins/gotr/potr/crypt.py", line 316, in goEncrypted self.ctx._wentEncrypted() File "/home/livid/.local/share/gajim/plugins/gotr/potr/context.py", line 313, in _wentEncrypted self.setState(STATE_ENCRYPTED) File "/home/livid/.local/share/gajim/plugins/gotr/otrmodule.py", line 175, in setState OtrPlugin.update_otr(self.peer, self.user.accountname) File "/home/livid/.local/share/gajim/plugins/gotr/otrmodule.py", line 521, in update_otr ctrl = cls.get_control(user, acc) File "/home/livid/.local/share/gajim/plugins/gotr/otrmodule.py", line 535, in get_control gajim.get_jid_without_resource(fjid), account) File "/usr/lib64/python2.7/site-packages/gajim/common/gajim.py", line 297, in get_jid_without_resource return jid.split('/')[0] AttributeError: JID instance has no attribute 'split'
2017-01-24[gotr] handle_incoming_msg: set XHTML correctlyNikolay Yakimov
In case we get XHTML in OTR message for some reason (e.g. from gajim 0.16.4), we will see that instead of decrypted content, if we don't delete existing html first. This doesn't touch old code in handle_outgoing_msg (which will get exectued gajim<0.16.4). That should work between versions, given handle_incoming_msg will overwrite any XHTML in OTR-encrypted message.
2017-01-23[gotr] Disable SEND_TAG by default on gajim>=0.16.4Nikolay Yakimov
I.e. whitespace-pattern advertisement
2017-01-23[gotr] Set appdata in handle_outgoing_msg_stanzaNikolay Yakimov
2017-01-23[gotr] Pass thread instead of session in appdataNikolay Yakimov
2017-01-23[gotr] Remove duplicate importNikolay Yakimov
2016-10-30Handle unknown entitiesPhilipp Hörist
2016-10-30Handle apostrophe correctlyPhilipp Hörist
2016-10-09Fix leaking cleartext when using XHTML - Fixes #145Philipp Hörist
2016-08-26Correction: Dont handle groupchat messagesPhilipp Hörist
2016-08-25Handle only groupchat messagesPhilipp Hörist
2016-07-14bump gotr versionYann Leboulanger
2016-07-14[NooN8] Correctly convert JID objects to a string. see ticket 8363 in ↵Yann Leboulanger
gajim's trac.
2015-11-22[gotr] do not crash when Gajim version has 4 numbers (0.16.4.1)Yann Leboulanger
2015-11-02Assume nbxmpp availability in all pluginsMichal Schmidt
Trying to import non-existent common.xmpp would trigger an exception were it not for a a side-effect of demandimport that Gajim uses. It's not nice to rely on it in gotr and juick. juick does not use nbxmpp for anything. Let's just drop the import. whiteboard does a Gajim version check that no other plugin does. nbxmpp has been required since Gajim 0.16. In all plugins let's just assume it's available. Some plugins already do that.
2015-10-24Fixed version detection bugtmolitor
2015-10-24[OTR] update descriptionYann Leboulanger
2015-10-24[OTR] [fiaxh] mark OTR encrypted messages as private. Fixes #116Yann Leboulanger
2015-10-06merge patches from upstreamYann Leboulanger
2013-09-22gotr: push plugin versionKjell Braden
2013-09-22gotr: update provided potr to 1.0.0beta7Kjell Braden
2013-08-25gotr: make sure no messages are sent in plain when OTR fails, also log failuresKjell Braden
2013-08-17Remove descriptions from pluginsDenis Fomin
2013-08-16fix plugin descriptions to use HTMLYann Leboulanger
2013-07-26plugins will work with 0.16Yann Leboulanger
2013-07-05gotr: add some more debugging information for outgoing messagesKjell Braden
2013-06-28gotr: fix messages not being encrypted due to message encoding in eventsKjell Braden
2013-02-02gotr.add nbxmpp supportDenis Fomin
2013-01-27all plugins don't work in gtk3 for the momentYann Leboulanger
2012-10-15gotr: fix line break handling (fixes #20)Kjell Braden
2012-10-13gotr: fix license headers, fix html processingKjell Braden
2012-10-13gotr: enable html messagesKjell Braden
2012-10-13merge in from gitKjell Braden
2012-08-29update homepage and description of pluginsYann Leboulanger
2012-08-19gotr.add icon.Denis Fomin
2012-07-28gotr: provide potr (rev f5551d6). now only depends on PyCrypto>=2.1Kjell Braden
2012-07-19otr. make error message translateble.Denis Fomin
2012-07-15gotr.OTR > Known Fingerprints > Account | Fingerprint | Validated | Status | ↵Denis Fomin
Name translateble now
2012-05-01make gotr plugin visible but not activatable if potr is missingYann Leboulanger
2012-04-17gotr: pushed minor versionKjell Braden
2012-04-17gotr: fix authentication buttonKjell Braden
2012-04-17gotr: fixed message injection without sessionKjell Braden
2012-04-16updated gotr to version 1.5Kjell Braden
2012-03-20merge gotr plugin with upstream repoKjell Braden