]> jfr.im git - irc/weechat/qweechat.git/history - qweechat/network.py
Ignore bandit errors when setting password hash algorithm
[irc/weechat/qweechat.git] / qweechat / network.py
2023-01-01  Sébastien HelleuIgnore bandit errors when setting password hash algorithm master origin/HEAD origin/master
2022-01-12  Sébastien HelleuUpdate copyright dates
2021-11-14  Sébastien HelleuIgnore bandit security error about possible hardcoded...
2021-11-14  Sébastien HelleuRename variable _PROTO_SYNC to _PROTO_SYNC_CMDS
2021-11-14  Sébastien HelleuRename option/field "server" to "hostname"
2021-11-14  Sébastien HelleuAdd support of TOTP and password hash (WeeChat >= 2.9)
2021-11-14  Sébastien HelleuAdd functions to build init/sync commands
2021-11-14  Sébastien HelleuRemove obsolete commented code
2021-11-14  Sébastien HelleuAdd missing lines value in command to synchronize with...
2021-11-14  Sébastien HelleuAdd new icon and change color to orange for status...
2021-11-13  Sébastien HelleuFix pylint errors
2021-11-13  Sébastien HelleuMerge pull request #13 from maxking/py3-qt6
2021-06-05  Abhilash RajFix flake8.
2021-06-05  Abhilash RajMore fixes.
2021-06-01  Abhilash RajA bunch of more fixes.
2021-06-01  Abhilash RajFix the imports to support Python3 style absolute imports.
2021-06-01  Abhilash RajMigration to Qt6 using PySide6 and Python 3.
2021-01-15  Sébastien HelleuUpdate copyright dates
2020-01-09  Sébastien HelleuUpdate copyright dates
2019-01-01  Sébastien HelleuUpdate copyright dates
2018-01-07  Sébastien HelleuUpdate copyright dates
2016-01-16  Sébastien HelleuFix PEP8 errors
2016-01-15  Sébastien HelleuUpdate copyright dates
2015-01-01  Sébastien HelleuUpdate copyright dates
2014-07-15  Sébastien HelleuCatch exception ValueError in number conversions
2014-07-13  Sébastien HelleuFix style of some dicts
2014-07-11  Sébastien HelleuAdd some missing docstrings
2014-07-10  Sébastien HelleuRemove python shebangs
2014-07-07  Sébastien HelleuRename variable "bytes" to "data"
2014-05-08  Sébastien HelleuCode refactoring, fix setup.py