143 Commits (001244e9ab9277a426052e9a4bddf602ab13bb2d)
 

Author SHA1 Message Date
Sébastien Helleu 001244e9ab Add tests with Python 3.10 2 years ago
Sébastien Helleu 99fe78515c Rename default option "server" to "hostname" 3 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.
3 years ago
Sébastien Helleu 0dffebcf24 Remove unused import 3 years ago
Sébastien Helleu 0feac51b53 Rename variable _PROTO_SYNC to _PROTO_SYNC_CMDS 3 years ago
Sébastien Helleu ae648fd7f6 Rename option/field "server" to "hostname" 3 years ago
Sébastien Helleu c05ab0e534 Replace freenode by libera 3 years ago
Sébastien Helleu 3b0947c9ef Add support of TOTP and password hash (WeeChat >= 2.9) 3 years ago
Sébastien Helleu cca2a0fa68 Fix title of about dialog 3 years ago
Sébastien Helleu d69429b9c5 Make debug dialog bigger 3 years ago
Sébastien Helleu e260a20fb6 Add trailing comma 3 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).
3 years ago
Sébastien Helleu bb96884151 Add functions to build init/sync commands 3 years ago
Sébastien Helleu aae59e29e6 Remove obsolete commented code 3 years ago
Sébastien Helleu b527fe4b11 Add missing lines value in command to synchronize with WeeChat 3 years ago
Sébastien Helleu beddac26e1 Update info displayed in about dialog 3 years ago
Sébastien Helleu 6958c2352f Add new icon and change color to orange for status "connecting" 3 years ago
Sébastien Helleu 72c425baea Move configuration file to XDG directory (~/.config/qweechat/qweechat.conf) 3 years ago
Sébastien Helleu b9c2b1c910 Remove .travis.yml 3 years ago
Sébastien Helleu 7e20e44677 Add contributor 3 years ago
Sébastien Helleu 1fe8853608 Fix pylint errors 3 years ago
Sébastien Helleu aa89cf7836 Remove "Running with PySide6" from about dialog
Since only PySide6 is supported, the information is useless.
3 years ago
Sébastien Helleu 06495c6bdf Add GitHub actions CI workflow 3 years ago
Sébastien Helleu 9e91a8846a Add Makefile 3 years ago
Sébastien Helleu f3da694d2c Move PySide6 imports before qweechat ones 3 years ago
Sébastien Helleu dfe51b71f5 Remove spaces around equal 3 years ago
Sébastien Helleu 95426909cd Add requirements.txt 3 years ago
Sébastien Helleu e139bca02f
Merge pull request #13 from maxking/py3-qt6
Port to using Python3 and Pyside6
3 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
Abhilash Raj 35136f99b0
More fixes.
- Use logging instead of print to silence errors when possible.
- Parse object types as string instead of bytes.
3 years ago
Abhilash Raj 8e15c19fb2
More fixes.
- Cleanup some un-used comments.
- Use QtWidgets instead of renaming it to QtGui
- Remove print statements.
- Fix the debug print of data from weechat.
- Delete the backup file added by mistake.
3 years ago
Abhilash Raj e7b0dbced5
Use the text in history instead of bytes. 3 years ago
Abhilash Raj cb2f9d28c1
Use Python 3.7+ in testing. 3 years ago
Abhilash Raj 7a3a48a56f
A bunch of more fixes.
- Update README
- Remove some spurious comments here and there
- Fix flake8 errors.
3 years ago
Abhilash Raj eedb06f0ed
Fix set the title of the thread. 3 years ago
Abhilash Raj b8a96ada1f
Fix the about dialog. 3 years ago
Abhilash Raj 0ee7d2e92f
Fix the imports to support Python3 style absolute imports. 3 years ago
Abhilash Raj 1f27a20e9e
Migration to Qt6 using PySide6 and Python 3.
This is a bulk migraton of the codebase to work with Python3 and latest version
of Qt framework i.e. Qt6.
3 years ago
Sébastien Helleu 8335009dae Update copyright dates 3 years ago
Sébastien Helleu 235ad3696f Update copyright dates 4 years ago
Sébastien Helleu 7f19623ef8 Update copyright dates 5 years ago
Sébastien Helleu 524efe3c2a Ignore some flake8 errors 6 years ago
Sébastien Helleu 680505a912 Update copyright dates 6 years ago
Sébastien Helleu 5fa4f70f5a Merge pull request #6 from RamKromberg/fix/setup.py
setup.py: fix entry point
8 years ago
Ram Kromberg b546f2fce5 setup.py: fix entry point 8 years ago
Sébastien Helleu f5e54d0169 Rename README.asciidoc to README.adoc 8 years ago