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
AgeCommit message (Collapse)Author
2017-02-04[gotr] Update manifest.iniPhilipp Hörist
2017-02-04[gotr] Fix importing python-otr Fixes #187Philipp Hörist
2017-02-04Merge branch 'master' into 'master' Philipp Hörist
Version 1.0.2 Closes #184 and #182 See merge request !18
2017-02-04[omemo] Update CHANGELOG & manifest.iniPhilipp Hörist
2017-02-04[omemo] Fix layout in config window Fixes #184Philipp Hörist
2017-02-04[omemo] Dont handle type 'normal' messagesPhilipp Hörist
Fixes #182
2017-01-30[omemo] Only publish own deviceid if request failsPhilipp Hörist
2017-01-30Merge branch 'omemo-copy-fingerprint' into 'master' Philipp Hörist
[omemo] Fix 'Copy to clipboard' in fingerprint window. See merge request !14
2017-01-24[gotr] Update manifest.iniPhilipp Hörist
2017-01-24Merge branch 'fix-opportunistic-otr' into 'master' Philipp Hörist
Fix opportunistic otr (#177) Closes #177 See merge request !15
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
2017-01-19[omemo] Fix 'Copy to clipboard' in fingerprint window.Tomasz Miąsko
2017-01-15Merge branch 'master' into 'master' Philipp Hörist
0.9.9 Closes #176 See merge request !13
2017-01-15[url_image_preview] Update manifest.iniPhilipp Hörist
2017-01-15[url_image_preview] Fix missing importsPhilipp Hörist
Fixes #176
2017-01-14Merge branch 'master' into 'master' Philipp Hörist
1.0.1 Closes #161 See merge request !12
2017-01-14[omemo] Update manifest.iniPhilipp Hörist
2017-01-14[omemo] Update CHANGELOGPhilipp Hörist
2017-01-14[omemo] Hide lock icon when omemo gets disabledPhilipp Hörist
Fixes #161
2017-01-14[omemo] Set prekey attribute in PreKeyMessagePhilipp Hörist
2017-01-14[omemo] Handle auth tag XEP compliantPhilipp Hörist
2017-01-13Merge branch 'master' into 'master' Philipp Hörist
0.4.3 See merge request !11
2017-01-13[httpupload] Update manifest.iniPhilipp Hörist
2017-01-13[httpupload] Set progresswindow title in UI filePhilipp Hörist
2017-01-13[httpupload] Refactor destroying progresswindowPhilipp Hörist
2017-01-13[httpupload] Set parent for progresswindowPhilipp Hörist
2017-01-13[httpupload] Refactor error stanza handlingPhilipp Hörist
2017-01-13[httpupload] Raise exception in correct threadPhilipp Hörist
2017-01-12[httpupload] Catch UploadAborted exceptionPhilipp Hörist
2017-01-12[httpupload] Dont use geometry_hintsPhilipp Hörist
It creates Problems with various WindowManagers
2017-01-12[httpupload] Set Position in UI filePhilipp Hörist
2017-01-12[httpupload] Automatic Glade 3.18.3 changesPhilipp Hörist
2017-01-10Merge branch 'master' into 'master' Philipp Hörist
Version 0.4.2 See merge request !10
2017-01-10[httpupload] Update manifest.iniPhilipp Hörist
2017-01-10[httpupload] Dont crash on error in upload threadPhilipp Hörist
2017-01-10[httpupload] Fix reference errorPhilipp Hörist
omemo was not assigned before reference if there was no omemo plugin found
2016-12-27[plugin_installer] Update CHANGELOGPhilipp Hörist
2016-12-27[plugin_installer] Update manifest.iniPhilipp Hörist
2016-12-27Merge branch 'master' into 'master' Philipp Hörist
[plugin_installer] Fix automatic update check See merge request !8
2016-12-27[plugin_installer] Fix automatic update checkPhilipp Hörist
2016-12-26Merge branch 'mpris-bugfix' into 'master' Philipp Hörist
Mpris Bugfixes See merge request !7
2016-12-26[mpris2] Update manifest.iniPhilipp Hörist
2016-12-26[mpris2] Update CHANGELOGPhilipp Hörist