aboutsummaryrefslogtreecommitdiff
path: root/src/utils/irc/protocol.py
Commit message (Expand)AuthorAgeFilesLines
* translate INVITE from [channel_name, target] to [target, channel_name]Gravatar jesopo2019-09-121-1/+1
* Revert "INVITE should be [channel_name, target]"•••This reverts commit f3d8ffad2c8dc9444e32f65e3c78373ec6ad0661. Gravatar jesopo2019-09-121-2/+2
* INVITE should be [channel_name, target]Gravatar jesopo2019-09-121-2/+2
* Add `.assure()` to ParsedLine, to make it immune from `.valid()`Gravatar jesopo2019-06-101-1/+1
* Move utils.irc.IRCParsedLine to IRCLine.ParsedLine, improve truncation•••mechanism, don't convert sent line from ParsedLine to text to ParsedLine for line_handler handling Gravatar jesopo2019-02-231-54/+54
* Don't pass `None` around as tag default, fix some missing return type argsGravatar jesopo2019-02-191-4/+5
* contextualise JOIN key check, otherwise it doesn't send channel_nameGravatar jesopo2019-02-191-1/+2
* copy paste fail, batch end should be "-" not "+"Gravatar jesopo2019-02-191-1/+1
* Add batch_start and batch_end to utils.irc.protocolGravatar jesopo2019-02-181-0/+7
* Default `tags` to null for utils.irc.protocol's `message` and `notice`Gravatar jesopo2019-02-181-2/+2
* utils.irc.protocol.join()'s `keys` param should be typing.OptionalGravatar jesopo2019-02-181-1/+1
* Don't try to use `keys` if we try to join a channel without any keysGravatar jesopo2019-02-181-1/+1
* Shift formatting protocol data to it's own file: utils.irc.protocolGravatar jesopo2019-02-181-0/+81