aboutsummaryrefslogtreecommitdiff
path: root/modules/ircv3_labeled_responses.py
Commit message (Expand)AuthorAgeFilesLines
* change labeled-response WARN logging to DEBUG - it's mostly unimportantGravatar jesopo2019-11-041-2/+2
* make labeled-response depend on batchGravatar jesopo2019-06-231-1/+1
* set echo-message response ID to the ID of the original messageGravatar jesopo2019-06-211-1/+2
* Adda system of aliases for CAPs, mostly for changeable draft specs and creating•••dependence between moving specs Gravatar jesopo2019-06-211-1/+2
* Show which server a label warning is forGravatar jesopo2019-06-211-3/+5
* Add an export for IRCv3 CAPsGravatar jesopo2019-06-201-5/+1
* Return all caps through received.cap.ls|new and check if valid in line_handler,•••remove server.cap_started Gravatar jesopo2019-06-161-2/+1
* WARN log (instead of exception) when we receive an unknown labelGravatar jesopo2019-06-121-0/+4
* WARN when we see 10 labeled-responses while waiting for a response to a lineGravatar jesopo2019-06-051-4/+16
* labels: Use BatchType to match, pass `lines` not `line`, batch ID isn't a label,•••fire event on label response Gravatar jesopo2019-06-041-7/+9
* Add new BatchType object, to match like how Capability and MessageTag doGravatar jesopo2019-06-041-0/+1
* Prefix names for all IRCv3 modules with "ircv3_"Gravatar jesopo2019-06-031-0/+49