160 Commits (master)
 

Author SHA1 Message Date
emdee fcee502eb9 update 3 weeks ago
emdee 1e4097880a update 1 month ago
emdee 55e7da35f4 update 1 month ago
emdee 5e99216cf2 add some preferences 1 month ago
emdee 1555e20459 update 1 month ago
emdee 9390c9bb91 qweechat/__main__.py 1 month ago
emdee 1a71f78521 fix icons 1 month ago
emdee a23eb74aa8 fixes 1 month ago
emdee 38d82dfc82 pyproject.toml 1 month ago
emdee 60c48bcb6a new 2 months ago
emdee c7580c3a35 qt6 fixes 2 months ago
emdee e29185c293 qt6 fixes 2 months ago
emdee acb9e83c29 qtpy 2 months ago
emdee b54c0d1716 update 3 months ago
emdee b1f0ad4bd8 README.md 4 months ago
emdee ba73b0ac36 Convert to PyQt5 1 year ago
Sébastien Helleu 82e0d92056 Update copyright dates 2 years ago
Sébastien Helleu 001244e9ab Add tests with Python 3.10 2 years ago
Sébastien Helleu 99fe78515c Rename default option "server" to "hostname" 2 years ago
Sébastien Helleu 2a814055fe Ignore bandit security error about possible hardcoded password
Bandit reports this error:

>> Issue: [B105:hardcoded_password_string] Possible hardcoded password: 'init password=%(password)s%(totp)s

The password is of course never hardcoded there.
2 years ago
Sébastien Helleu 0dffebcf24 Remove unused import 2 years ago
Sébastien Helleu 0feac51b53 Rename variable _PROTO_SYNC to _PROTO_SYNC_CMDS 2 years ago
Sébastien Helleu ae648fd7f6 Rename option/field "server" to "hostname" 2 years ago
Sébastien Helleu c05ab0e534 Replace freenode by libera 2 years ago
Sébastien Helleu 3b0947c9ef Add support of TOTP and password hash (WeeChat >= 2.9) 2 years ago
Sébastien Helleu cca2a0fa68 Fix title of about dialog 2 years ago
Sébastien Helleu d69429b9c5 Make debug dialog bigger 2 years ago
Sébastien Helleu e260a20fb6 Add trailing comma 2 years ago
Sébastien Helleu b0b61081ed Replace "," by "~" in foreground/background color separation
This is to follow the change made in WeeChat 2.6 (weechat/weechat#1264).
2 years ago
Sébastien Helleu bb96884151 Add functions to build init/sync commands 2 years ago
Sébastien Helleu aae59e29e6 Remove obsolete commented code 2 years ago
Sébastien Helleu b527fe4b11 Add missing lines value in command to synchronize with WeeChat 2 years ago
Sébastien Helleu beddac26e1 Update info displayed in about dialog 2 years ago
Sébastien Helleu 6958c2352f Add new icon and change color to orange for status "connecting" 2 years ago
Sébastien Helleu 72c425baea Move configuration file to XDG directory (~/.config/qweechat/qweechat.conf) 2 years ago
Sébastien Helleu b9c2b1c910 Remove .travis.yml 2 years ago
Sébastien Helleu 7e20e44677 Add contributor 2 years ago
Sébastien Helleu 1fe8853608 Fix pylint errors 2 years ago
Sébastien Helleu aa89cf7836 Remove "Running with PySide6" from about dialog
Since only PySide6 is supported, the information is useless.
2 years ago
Sébastien Helleu 06495c6bdf Add GitHub actions CI workflow 2 years ago
Sébastien Helleu 9e91a8846a Add Makefile 2 years ago
Sébastien Helleu f3da694d2c Move PySide6 imports before qweechat ones 2 years ago
Sébastien Helleu dfe51b71f5 Remove spaces around equal 2 years ago
Sébastien Helleu 95426909cd Add requirements.txt 2 years ago
Sébastien Helleu e139bca02f
Merge pull request #13 from maxking/py3-qt6
Port to using Python3 and Pyside6
2 years ago
Abhilash Raj dd2d55e8b6
Remove more comments. 3 years ago
Abhilash Raj 8429c111b0
Fix flake8. 3 years ago
Abhilash Raj 5b2c72442b
Fix some more imports. 3 years ago
Abhilash Raj 80f4f34c87
Remove import of QApplication. 3 years ago
Abhilash Raj 4de105682e
Fix testproto. 3 years ago