No description
Find a file
2021-03-24 21:01:17 +01:00
libs 3/9 2021-03-23 22:38:53 +01:00
oyoyo Socket SSL attempt (No hostname validation) 2021-03-24 20:51:33 +01:00
pnc 1/9 2021-03-23 22:36:43 +01:00
quirks 1/9 2021-03-23 22:36:43 +01:00
smilies incorrect sRGB profile fix attempt 2021-03-23 23:23:34 +01:00
themes incorrect sRGB profile fix attempt 2021-03-23 23:23:34 +01:00
.gitignore Update to .gitignore for vim users (like myself); should stop picking up swap files now. 2016-12-21 17:29:37 -05:00
convo.py 1/9 2021-03-23 22:36:43 +01:00
dataobjs.py 1/9 2021-03-23 22:36:43 +01:00
generic.py 1/9 2021-03-23 22:36:43 +01:00
irc.py 7/9 2021-03-23 22:40:47 +01:00
logviewer.py Fixed pesterlog crash 2021-03-24 21:01:17 +01:00
luaquirks.py 1/9 2021-03-23 22:36:43 +01:00
memos.py Changed week to microsecond 2021-03-24 16:50:58 +01:00
menus.py Removed MSPA & Pesterchum update checking 2021-03-24 20:36:17 +01:00
mispeller.py 1/9 2021-03-23 22:36:43 +01:00
mood.py 1/9 2021-03-23 22:36:43 +01:00
nickservmsgs.py Auto-identify with NickServ 2014-01-12 00:21:23 -08:00
ostools.py 1/9 2021-03-23 22:36:43 +01:00
parsetools.py Changed week to microsecond 2021-03-24 16:50:58 +01:00
pesterchum.py Commented out runUpdateSlot() 2021-03-24 20:59:41 +01:00
profile.py Socket SSL attempt (No hostname validation) 2021-03-24 20:51:33 +01:00
pyquirks.py 1/9 2021-03-23 22:36:43 +01:00
quirks.py 1/9 2021-03-23 22:36:43 +01:00
randomer.py 1/9 2021-03-23 22:36:43 +01:00
README.md Create README.md 2021-03-24 11:11:10 +00:00
server.json 4/9 2021-03-23 22:39:33 +01:00
setup-py2app.py Fiddled with py2app to make the bundle a bit nicer 2011-09-19 11:43:47 +08:00
setup.py w.i.p setup.py test 2021-03-24 17:27:09 +01:00
setup32.py w.i.p setup.py test 2021-03-24 17:27:09 +01:00
toast.py toast fix (referenced from original repo) 2021-03-24 19:20:47 +01:00
version.py Simple enough, and I don't currently care much to fix the update functionality :( 2021-03-24 16:11:38 +01:00

pesterchum-alt-servers

Instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck. Connects to pesterchum.xyz instead of irc.mindfang.org, since that server has shut down. Custom servers can be configured in "server.json". (This repository was created as a mirror of https://github.com/Hydrothermal/pesterchum-karxi)

py3_pyqt5

An w.i.p. attempt at transitioning this repo's version of Pesterchum to python 3 & pyqt5 :) (Healivy referenced from GD's py3/pyqt5 commit)