aboutsummaryrefslogtreecommitdiff
path: root/src/IRCUser.py
Commit message (Expand)AuthorAgeFilesLines
* combine find_setting() and find_setting_prefix() on user/channel/server/botGravatar jesopo2019-10-071-8/+12
* only return IRCUser.hostmask() when all needed pieces are availableGravatar jesopo2019-09-271-1/+3
* Add IRCUser.hostmask() to format nick/user/host in to a hostmaskGravatar jesopo2019-03-121-0/+3
* Add `target` typehint on IRCServer.send_tagmsg, add send_tagmsg to IRCChannel...Gravatar jesopo2019-02-221-0/+2
* Keep track of a user's away message, not just whether they're away or notGravatar jesopo2019-02-221-0/+2
* Shift formatting protocol data to it's own file: utils.irc.protocolGravatar jesopo2019-02-181-5/+4
* Add `irc_lower()` and `irc_equals()` to IRCServer.Server so that no where else•••in the code has to know about the server having a casemapping Gravatar jesopo2019-01-241-2/+1
* Move `self.name = self.nickname_lower` to under setting `self.nickname_lower`,•••otherwise `self.name` will be `""` Gravatar jesopo2018-11-231-1/+1
* Clarify typing of .nickname/.nickname_lower/.name in IRCUserGravatar jesopo2018-11-051-1/+5
* Fix some non-explicit None returns, add type hints to important variablesGravatar jesopo2018-10-311-1/+1
* Fix/refactor issues brought up by type hint lintingGravatar jesopo2018-10-301-1/+1
* Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references. Gravatar jesopo2018-10-301-19/+25
* Update src/IRCUser.py.send_notice to take a prefix kwargGravatar jesopo2018-10-251-2/+2
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-2/+2
* Better support for msgtags with PRIVMSGs; put functionality in to•••modules/commands.py to reply to specific messages by use of msgids Gravatar jesopo2018-10-011-2/+3
* Implement src/IRCObject.py to convert specific objects in to strings when•••passing them to modules/scripts.py scripts Gravatar jesopo2018-10-011-2/+4
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+62