]> jfr.im git - irc/weechat/qweechat.git/history - qweechat
Ignore bandit security error about possible hardcoded password
[irc/weechat/qweechat.git] / qweechat /
2021-11-14  Sébastien HelleuIgnore bandit security error about possible hardcoded...
2021-11-14  Sébastien HelleuRemove unused import
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 HelleuFix title of about dialog
2021-11-14  Sébastien HelleuMake debug dialog bigger
2021-11-14  Sébastien HelleuReplace "," by "~" in foreground/background color separ...
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 HelleuUpdate info displayed in about dialog
2021-11-14  Sébastien HelleuAdd new icon and change color to orange for status...
2021-11-13  Sébastien HelleuMove configuration file to XDG directory (~/.config...
2021-11-13  Sébastien HelleuFix pylint errors
2021-11-13  Sébastien HelleuRemove "Running with PySide6" from about dialog
2021-11-13  Sébastien HelleuMove PySide6 imports before qweechat ones
2021-11-13  Sébastien HelleuMerge pull request #13 from maxking/py3-qt6
2021-06-05  Abhilash RajRemove more comments.
2021-06-05  Abhilash RajFix flake8.
2021-06-05  Abhilash RajFix some more imports.
2021-06-05  Abhilash RajRemove import of QApplication.
2021-06-05  Abhilash RajFix testproto.
2021-06-05  Abhilash RajMore fixes.
2021-06-05  Abhilash RajMore fixes.
2021-06-05  Abhilash RajUse the text in history instead of bytes.
2021-06-01  Abhilash RajA bunch of more fixes.
2021-06-01  Abhilash RajFix set the title of the thread.
2021-06-01  Abhilash RajFix the about dialog.
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 HelleuIgnore some flake8 errors
2018-01-07  Sébastien HelleuUpdate copyright dates
2016-07-29  Sébastien HelleuFix hdata decoding when it is empty
2016-07-28  Sébastien HelleuMerge pull request #5 from yuvallanger/pythonic-for...
2016-07-23  Yuval LangerChange to Pythonic for-loops
2016-07-23  Sébastien HelleuUpdate WeeChat logo, rename weechat_icon_32.png to...
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-11-24  Sébastien HelleuUse https for WeeChat URLs
2014-11-02  Sébastien HelleuAdd message "Not yet implemented" when clicking on...
2014-07-16  Sébastien HelleuRename some variables (fix pylint warnings)
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-09  Sébastien HelleuAdd copyright in __init__.py files
2014-07-07  Sébastien HelleuRename variable "bytes" to "data"
2014-05-24  Sébastien HelleuFix lines displayed in wrong buffer on startup
2014-05-10  Sébastien HelleuAdd support of message "_buffer_cleared"
2014-05-08  Sébastien HelleuRename option -v/--verbose to -d/--debug, add option...
2014-05-08  Sébastien HelleuAdd file version.py to define QWeeChat version
2014-05-08  Sébastien HelleuAdd missing space after "#"
2014-05-08  Sébastien HelleuFix conditions (use "is not")
2014-05-08  Sébastien HelleuCode refactoring, fix setup.py