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-05-07[pgp] InitialPhilipp Hörist
2017-04-15[omemo] Update CHANGELOG & manifest.iniPhilipp Hörist
2017-04-15[omemo] Add aesgcm to Gajims uri schemesPhilipp Hörist
2017-04-06[omemo] Update CHANGELOG & manifest.iniPhilipp Hörist
2017-04-06[omemo] Add auth tag to key instead of payloadPhilipp Hörist
2017-04-06[httpupload] Make sure httpupload is lastPhilipp Hörist
Else it could happen that we add the oob tag to a message that gets later encrypted
2017-04-06[httpupload] Add url oob tag also in groupchatPhilipp Hörist
2017-04-05[omemo] Remove fallback GCM implementationPhilipp Hörist
2017-04-05[omemo] Make python-cryptography mandatoryPhilipp Hörist
2017-04-05[httpupload] Add oob tag with url dataPhilipp Hörist
This will only be added on not encrypted Messages
2017-04-05[httpupload] Fail on missing python-cryptographyPhilipp Hörist
Show an error message when OMEMO is activated, but python-cryptography is missing
2017-04-05[omemo] Handle aesgcm:// uri schemePhilipp Hörist
2017-03-30[omemo] Replace 'Upload' with 'Download'Philipp Hörist
This happend due to copy/paste from httpupload
2017-03-28Merge branch 'gtk3' into 'gtk3' Philipp Hörist
OMEMO Version 2.1.0 See merge request !32
2017-03-26[omemo] Update CHANGELOG & manifest.iniPhilipp Hörist
2017-03-26[omemo] Add file decryptionPhilipp Hörist
2017-03-20[httpupload] Catch URLError error messagePhilipp Hörist
2017-03-16[omemo] Remove unused timestamp columnPhilipp Hörist
2017-03-16[flashing] Update manifest.iniPhilipp Hörist
2017-03-16[flashing] Fix close buttonPhilipp Hörist
2017-03-06[plugin_installer] Replace deprecated render_icon()Philipp Hörist
2017-03-06[plugin_installer] Replace deprecated warn()Philipp Hörist
2017-03-01[httpupload] Dont set conn object in initPhilipp Hörist
2017-03-01[omemo] Update CHANGELOG & manifest.iniPhilipp Hörist
2017-03-01[omemo] Use correct tag for EMEPhilipp Hörist
2017-03-01[httpupload] Update manifest.iniPhilipp Hörist
2017-03-01[httpupload] Import certifi only on windowsPhilipp Hörist
2017-03-01Merge branch 'omemo' into 'gtk3' Philipp Hörist
omemo version 2.0.3 See merge request !27
2017-03-01[omemo] Update CHANGELOG & manifest.iniPhilipp Hörist
2017-03-01[omemo] Set devices active after receiving a msgPhilipp Hörist
Inactive or not known devices are added to the list of possible receiving devices after we receive them with a PreKeyWhisperMessage or WhisperMessage This is so we dont have to rely only on devicelist updates from the server
2017-03-01[omemo] Fix 'Copy to clipboard'Philipp Hörist
2017-03-01[omemo] Dont handle type 'normal' messagesPhilipp Hörist
2017-03-01[omemo] Only publish own deviceid if request failsPhilipp Hörist
2017-03-01Merge branch 'emoticons' into 'gtk3' Philipp Hörist
Emoticons Version 2.0.0 See merge request !26
2017-02-28[emoticons] Update manifest.iniPhilipp Hörist
2017-02-28[emoticons] Remove unused codePhilipp Hörist
2017-02-28[emoticons] Simplify displaying description/legendPhilipp Hörist
2017-02-28[emoticons] Fix some breaking bugsPhilipp Hörist
2017-02-28[emoticons] Use extension pointPhilipp Hörist
2017-02-28[emoticons] Use IntEnumPhilipp Hörist
2017-02-28Merge branch 'httpupload' into 'gtk3' Philipp Hörist
httpupload 0.6.0 See merge request !25
2017-02-28[httpupload] Update manifest.iniPhilipp Hörist
2017-02-28[httpupload] Fix and simplify encryptionPhilipp Hörist
2017-02-28[httpupload] Clean up and satisfy pylintPhilipp Hörist
2017-02-28[httpupload] Better exception handlingPhilipp Hörist
2017-02-28[httpupload] Refactor ProgressWindowPhilipp Hörist
2017-02-28[httpupload] Refactor upload methodsPhilipp Hörist
2017-02-27[httpupload] Add request_received() methodePhilipp Hörist
2017-02-27[httpupload] Add File objectPhilipp Hörist
2017-02-27[httpupload] Add request_slot() methodePhilipp Hörist