aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler/ircv3.py
Commit message (Expand)AuthorAgeFilesLines
* matched_caps is actually a str[]Gravatar jesopo2019-05-191-1/+0
* .copy() all the hardcoded Capabilities in line_handler/ircv3.pyGravatar jesopo2019-05-191-0/+1
* .lower() -> .upper() for CAP subcommands. makes a lot more sense.Gravatar jesopo2019-05-181-7/+7
* Revamp how CAPs are tracked through REQ and ACK/NAK etcGravatar jesopo2019-05-111-21/+34
* Refactor CAPs in to objectsGravatar jesopo2019-05-111-6/+24
* Split line_handler.py out in to different files for different categoriesGravatar jesopo2019-02-221-0/+74