aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler/user.py
Commit message (Expand)AuthorAgeFilesLines
* format and print CHGHOST eventsGravatar jesopo2019-10-311-1/+4
* Change raw.send and raw.receive commands to just pass around ParsedLinesGravatar jesopo2019-06-221-23/+23
* Remove users from channels/server AFTER we call received.quitGravatar jesopo2019-06-051-1/+1
* v1.8.0 releaseGravatar jesopo2019-06-031-9/+9
* Move all actual nickname changing until AFTER events are fixed. it was actually•••set_own_nickname that was really causing the issue. Gravatar jesopo2019-05-121-4/+4
* Change user nickname before firing (received/self).nick eventsGravatar jesopo2019-05-121-3/+3
* Correctly support SETNAME being targetted at usGravatar jesopo2019-04-021-2/+8
* Enum values shouldn't be all upper caseGravatar jesopo2019-03-101-2/+2
* Treat our own user as a regular user throughout line_handlerGravatar jesopo2019-03-051-17/+23
* Keep track of a user's away message, not just whether they're away or notGravatar jesopo2019-02-221-0/+2
* Split line_handler.py out in to different files for different categoriesGravatar jesopo2019-02-221-0/+89