Commit graph

966 commits

Author SHA1 Message Date
Dpeta
082c0c9c2b 🧹🪣 Mostly pyflakes recommendations. 2022-04-11 05:57:13 +02:00
Dpeta
c070745e26 Timeline overflow conditions + ver. 2022-04-08 07:44:45 +02:00
Dpeta
1635d66e71 Removed depreciated dependencies from README 2022-03-26 21:05:00 +01:00
Shou
b2856467f3 :"3 2022-03-26 00:37:01 +01:00
Dpeta
90b29a80a0
Update README.md 2022-03-24 22:45:18 +01:00
Dpeta
858ab2fafd
Update pyinstaller.py 2022-03-24 21:29:12 +01:00
Dpeta
6e808e684a
Update README.md 2022-03-24 21:27:48 +01:00
Dpeta
b7f323e890
Update CHANGELOG.md 2022-03-24 03:56:08 +01:00
unknown
469e223076 finishing up for release 2022-03-24 02:04:55 +01:00
Dpeta
fb955f5980 Fixed logviewer from memo/convo 2022-03-23 18:38:59 +01:00
Dpeta
ee7a1fc043 Close log file descriptors after write (low ulimit platform) 2022-03-23 18:32:59 +01:00
Dpeta
f092b8cb20 Replaced imp module with importlib.util since it's depreciated 2022-03-23 17:46:19 +01:00
Dpeta
a82d460da4 Fixed smiley-related file descriptor/handle leak ( hopefully. . . . ;w; ) 2022-03-23 05:10:06 +01:00
Dpeta
f43394b4af __init__ & wrapper scripts for wheel 2022-03-20 04:37:04 +01:00
Dpeta
f9f6d9c50e
Update README.md 2022-03-20 00:53:32 +01:00
Dpeta
9d0f074bbe Changes to imports, contants, shebang, luaquirks, pynotify, oyoyo.
- Removed unnecessary imports.
    - Reorganized import order.
    - Removed legacy import conditions.
    - Added python3 shebang to pesterchum.py
    - Set QString to always be str, Python 2 is not supported.
    - Depreciated luaquirks.
    - Added ValueError to write exception block
    - Set "pynotify" to always be none, even if pynotify succesfully imported, since pynotify implementation is broken.
2022-03-20 00:48:19 +01:00
Dpeta
cb1e2e051e Access parent, fixes for last few commits 2022-03-18 13:50:35 +00:00
Dpeta
c13c05f51d experimenting with sockets 2022-03-18 09:55:01 +00:00
Dpeta
72f6b32668 Another error message for broken profile 2022-03-18 03:09:48 +00:00
Dpeta
862af2c849 Can't use QtWidgets.QMessageBox() this early 2022-03-18 01:35:47 +00:00
Dpeta
8e9b696a1c profile fallbacks & backup 2022-03-18 01:05:14 +00:00
Dpeta
0c58a01ab4 pesterchum.js fallbacks 2022-03-17 22:30:04 +00:00
Dpeta
5f31a82712 f(*args) fallback 2022-03-17 20:01:20 +00:00
Dpeta
8e3c79c4b9 kickmsg* 2022-03-17 19:56:12 +00:00
Dpeta
bf09618d0b optional* oops 2022-03-17 04:41:42 +00:00
Dpeta
b0e19aa9fb fix exception block 2022-03-17 04:36:14 +00:00
Dpeta
4571b6dce7 ban/kick message to msgbox 2022-03-17 04:11:52 +00:00
Dpeta
c32e54de7f RPL_CHANNELMODEIS fix 2022-03-17 03:25:27 +00:00
Dpeta
e6ad257479 Attonement for massacring this library (wip) 2022-03-17 03:14:46 +00:00
unknown
959a9c5ad3 logfix* 2021-12-01 18:38:51 +01:00
unknown
8666907146 update changelog/version 2021-12-01 18:30:57 +01:00
unknown
2fced8122e Attempt at fixing up logging 2021-12-01 18:29:17 +01:00
unknown
23e652f17a Re-enabled include_msvcr for setup.py (& updated changelog/version) 2021-12-01 16:03:45 +01:00
Dpeta
ad2c79d0c6 Test for possible mac crash fix 2021-11-29 23:09:32 +01:00
Dpeta
627a5a6391 fixed invalid group name causing a crash (oops) 2021-11-29 16:33:46 +01:00
Dpeta
84ae01dddf Removed manual sort from todo list 2021-11-09 15:09:48 +01:00
Dpeta
d231f2f785 Fixed PESTERCHUM:TIME> related crash 2021-09-18 12:39:38 +02:00
Dpeta
0804bf16eb Fixed variable being compared against wrong type 2021-08-24 22:49:46 +02:00
unknown
803ec93faa Doing the redists manually 2021-08-24 22:18:09 +02:00
Dpeta
ae08527841
Create start.sh 2021-08-24 18:44:26 +02:00
unknown
29fa6386e4 Fix up of previous commits 2021-08-24 17:32:47 +02:00
Dpeta
26e95ba636 Merge branch 'py3_pyqt5' of https://github.com/Dpeta/pesterchum-alt-servers into py3_pyqt5 2021-08-24 15:57:08 +02:00
Dpeta
6f953a4cbb Squashed commit of the following:
commit de8116899c
Author: Dpeta <69427753+Dpeta@users.noreply.github.com>
Date:   Tue Aug 10 23:08:27 2021 +0000

    Update CHANGELOG.md

commit c4dd2dcee5
Author: BuildTools <Jasprose@protonmail.com>
Date:   Wed Aug 11 00:37:02 2021 +0200

    added logging.conf to setup.py & pyinstaller.py
2021-08-24 15:55:57 +02:00
Dpeta
a10b92287b Fixed unreadable memo list text in win95chum 2021-08-24 15:50:43 +02:00
Dpeta
5b4673e0dd Rewrote some aspects of channel mode management 2021-08-24 15:49:50 +02:00
Dpeta
de8116899c
Update CHANGELOG.md 2021-08-10 23:08:27 +00:00
BuildTools
c4dd2dcee5 added logging.conf to setup.py & pyinstaller.py 2021-08-11 00:37:02 +02:00
Dpeta
1fd62ef404 Fileconfig + proper handlers for logging module 2021-08-10 22:45:48 +02:00
Dpeta
440a4a36b4 Fixed manual chum sort not working 2021-08-10 00:38:42 +02:00
BuildTools
87fc72a355 Build update 2021-08-09 08:47:05 +02:00