Commit Graph

59 Commits

Author SHA1 Message Date
Sébastien Helleu 82e0d92056 Update copyright dates 2022-01-12 23:52:09 +01:00
Sébastien Helleu 99fe78515c Rename default option "server" to "hostname" 2021-11-14 19:53:15 +01:00
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.
2021-11-14 19:00:55 +01:00
Sébastien Helleu 0dffebcf24 Remove unused import 2021-11-14 18:57:25 +01:00
Sébastien Helleu 0feac51b53 Rename variable _PROTO_SYNC to _PROTO_SYNC_CMDS 2021-11-14 18:56:48 +01:00
Sébastien Helleu ae648fd7f6 Rename option/field "server" to "hostname" 2021-11-14 18:54:48 +01:00
Sébastien Helleu 3b0947c9ef Add support of TOTP and password hash (WeeChat >= 2.9) 2021-11-14 18:46:47 +01:00
Sébastien Helleu cca2a0fa68 Fix title of about dialog 2021-11-14 18:35:26 +01:00
Sébastien Helleu d69429b9c5 Make debug dialog bigger 2021-11-14 14:14:16 +01:00
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).
2021-11-14 10:24:05 +01:00
Sébastien Helleu bb96884151 Add functions to build init/sync commands 2021-11-14 10:12:47 +01:00
Sébastien Helleu aae59e29e6 Remove obsolete commented code 2021-11-14 10:04:00 +01:00
Sébastien Helleu b527fe4b11 Add missing lines value in command to synchronize with WeeChat 2021-11-14 10:03:10 +01:00
Sébastien Helleu beddac26e1 Update info displayed in about dialog 2021-11-14 09:50:01 +01:00
Sébastien Helleu 6958c2352f Add new icon and change color to orange for status "connecting" 2021-11-14 09:17:36 +01:00
Sébastien Helleu 72c425baea Move configuration file to XDG directory (~/.config/qweechat/qweechat.conf) 2021-11-13 21:15:07 +01:00
Sébastien Helleu 1fe8853608 Fix pylint errors 2021-11-13 19:50:33 +01:00
Sébastien Helleu aa89cf7836 Remove "Running with PySide6" from about dialog
Since only PySide6 is supported, the information is useless.
2021-11-13 16:56:47 +01:00
Sébastien Helleu f3da694d2c Move PySide6 imports before qweechat ones 2021-11-13 16:49:32 +01:00
Abhilash Raj dd2d55e8b6
Remove more comments. 2021-06-05 11:06:15 -07:00
Abhilash Raj 8429c111b0
Fix flake8. 2021-06-05 11:04:26 -07:00
Abhilash Raj 5b2c72442b
Fix some more imports. 2021-06-05 11:03:55 -07:00
Abhilash Raj 80f4f34c87
Remove import of QApplication. 2021-06-05 11:00:55 -07:00
Abhilash Raj 4de105682e
Fix testproto. 2021-06-05 10:51:59 -07:00
Abhilash Raj 35136f99b0
More fixes.
- Use logging instead of print to silence errors when possible.
- Parse object types as string instead of bytes.
2021-06-05 10:32:45 -07:00
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.
2021-06-05 10:09:48 -07:00
Abhilash Raj e7b0dbced5
Use the text in history instead of bytes. 2021-06-05 09:58:02 -07:00
Abhilash Raj 7a3a48a56f
A bunch of more fixes.
- Update README
- Remove some spurious comments here and there
- Fix flake8 errors.
2021-05-31 22:45:14 -07:00
Abhilash Raj eedb06f0ed
Fix set the title of the thread. 2021-05-31 21:53:54 -07:00
Abhilash Raj b8a96ada1f
Fix the about dialog. 2021-05-31 21:39:29 -07:00
Abhilash Raj 0ee7d2e92f
Fix the imports to support Python3 style absolute imports. 2021-05-31 21:16:22 -07:00
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.
2021-05-31 21:02:25 -07:00
Sébastien Helleu 8335009dae Update copyright dates 2021-01-15 20:42:06 +01:00
Sébastien Helleu 235ad3696f Update copyright dates 2020-01-09 21:38:37 +01:00
Sébastien Helleu 7f19623ef8 Update copyright dates 2019-01-01 15:44:51 +01:00
Sébastien Helleu 524efe3c2a Ignore some flake8 errors 2018-01-07 14:48:07 +01:00
Sébastien Helleu 680505a912 Update copyright dates 2018-01-07 14:20:39 +01:00
Sébastien Helleu 9e7d09384a Fix hdata decoding when it is empty
See this fix in WeeChat: https://github.com/weechat/weechat/issues/767
2016-07-29 15:57:05 +02:00
Yuval Langer a8a67f9bec Change to Pythonic for-loops 2016-07-23 20:24:17 +03:00
Sébastien Helleu fa610bdd10 Update WeeChat logo, rename weechat_icon_32.png to weechat.png 2016-07-23 07:48:50 +02:00
Sébastien Helleu 356719e00d Fix PEP8 errors 2016-01-16 08:10:28 +01:00
Sébastien Helleu bcea4dd1fc Update copyright dates 2016-01-15 07:40:40 +01:00
Sébastien Helleu b145a4f5c8 Update copyright dates 2015-01-01 09:26:06 +01:00
Sébastien Helleu 9036a59a3e Use https for WeeChat URLs 2014-11-24 20:19:01 +01:00
Sébastien Helleu 0bd929dc06 Add message "Not yet implemented" when clicking on "Preferences" button (closes #1) 2014-11-02 09:05:22 +01:00
Sébastien Helleu 42f2f7ee59 Rename some variables (fix pylint warnings) 2014-07-16 07:57:34 +02:00
Sébastien Helleu 87a9710d1d Catch exception ValueError in number conversions 2014-07-15 07:54:41 +02:00
Sébastien Helleu 890d4fa2e1 Fix style of some dicts 2014-07-13 10:12:59 +02:00
Sébastien Helleu ac53e98cd0 Add some missing docstrings 2014-07-11 07:58:55 +02:00
Sébastien Helleu 8b36cd49b1 Remove python shebangs 2014-07-10 07:46:30 +02:00