aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor ModuleManagerGravatar jesopo2019-05-251-46/+83
* Don't store hashflags as a dict before returning them - allow duplicate keysGravatar jesopo2019-05-251-3/+3
* Store IRCSocket connect_time, show bytes read/write per second in stats.pyGravatar jesopo2019-05-241-1/+3
* Bump version to v1.7.1Gravatar jesopo2019-05-241-1/+1
* Bump version to v1.7.0Gravatar jesopo2019-05-231-1/+1
* Remove column from server.add SQL (leftover from removing 'ipv4' column)Gravatar jesopo2019-05-211-1/+1
* Remove mention of `ipv4` - detect address family automaticallyGravatar jesopo2019-05-215-22/+16
* Remove Capability.enabled() - it's unusedGravatar jesopo2019-05-201-2/+0
* `typing.List` -> `typing.Sequence`Gravatar jesopo2019-05-201-1/+1
* `has_capability` -> `has_capability_str`, add new `has_capability`Gravatar jesopo2019-05-201-1/+3
* ParsedLine already deals with preventing newlinesGravatar jesopo2019-05-201-1/+0
* use fnmatchcase( so the strings are not case-"normalised"Gravatar jesopo2019-05-191-1/+1
* Implement utils.irc.hostmask_match for glob-like hostmask matchingGravatar jesopo2019-05-192-1/+8
* Remove _name and _draft_name (unused) and add Capability.copy()Gravatar jesopo2019-05-191-2/+3
* Switch back to events.name defaulting to None, use typing.cast to fix linting•••error Gravatar jesopo2019-05-181-2/+3
* Add a timestamp to recent_sends for EACH line sentGravatar jesopo2019-05-181-1/+1
* give EventCallbacks their event nameGravatar jesopo2019-05-181-4/+6
* Add a way to not put spaces between docstring lines when stripping \nGravatar jesopo2019-05-181-5/+10
* Bump version to v1.6.0Gravatar jesopo2019-05-171-1/+1
* Catch server version string, from RPL_MYINFOGravatar jesopo2019-05-151-0/+1
* Add IRCBot.SOURCE, use it in ctcp.pyGravatar jesopo2019-05-151-0/+1
* Add type hints to utils.irc.MessageTagGravatar jesopo2019-05-141-2/+2
* Add utils.irc.MessageTag and use it for both draft and ratified msgidGravatar jesopo2019-05-141-0/+7
* Move module black/white list to IRCBot, allow "safe" loading of all modulesGravatar jesopo2019-05-122-2/+21
* Revamp how CAPs are tracked through REQ and ACK/NAK etcGravatar jesopo2019-05-112-15/+15
* Refactor CAPs in to objectsGravatar jesopo2019-05-111-0/+11
* Hold context in EventCallback objects, add name<->context translation in•••ModuleManager Gravatar jesopo2019-05-102-2/+15
* Tokenize IRC data as soon as it comes out of IRCServerGravatar jesopo2019-05-091-1/+2
* Add IRCServer.has_user_id, to check if we've seen a user beforeGravatar jesopo2019-05-051-0/+3
* forgot the beautiful %Gravatar Patrick Nappa2019-05-031-1/+1
* ensure that non-url characters not separated by whitespace aren't consumedGravatar Patrick Nappa2019-05-031-1/+1
* Fix reconnect() type hint issuesGravatar jesopo2019-05-011-1/+6
* Change TRIGGER_RETURN and TRIGGER_EXCEPTION to an enumGravatar jesopo2019-05-011-7/+8
* Bump version to v1.5.0Gravatar jesopo2019-04-301-1/+1
* Only pass through `args` from connection params when reconnectingGravatar jesopo2019-04-301-6/+6
* Support parsing iso8601 with microsecondsGravatar jesopo2019-04-281-2/+4
* Actually respect default return in Exports.get_oneGravatar jesopo2019-04-271-1/+1
* Add missing ":"Gravatar jesopo2019-04-251-1/+1
* Support interfaces that don't have AF_INET and/or AF_INET6Gravatar jesopo2019-04-251-1/+4
* Refuse to get the title for any url that points locallGravatar jesopo2019-04-251-2/+30
* Move REGEX_URL out of isgd.py and title.py in to utils.httpGravatar jesopo2019-04-241-1/+2
* Record and show when a !to was createdGravatar jesopo2019-04-241-0/+4
* Add Database.servers.get_by_alias, move IRCBot.get_server to•••IRCBot.get_server_by_id, add IRCBot.get_server_by_alias and change !connect/!disconnect to take aliases instead of IDs Gravatar jesopo2019-04-242-3/+16
* Add UNIQUE constraint for `alias` on `servers` tableGravatar jesopo2019-04-241-1/+2
* IRCServer.alias is no longer optionalGravatar jesopo2019-04-242-7/+3
* change utils.iso8601_format to default to no milliseconds, switch to using•••utils.iso8601 functions in badges.py Gravatar jesopo2019-04-233-4/+13
* Add IRCServer.send_raw so modules don't have to parse messages before sending•••them Gravatar jesopo2019-04-161-0/+2
* Bump version to v1.4.0Gravatar jesopo2019-04-161-1/+1
* 'IRCChannels._get_id' -> 'IRCChannels.get_id'Gravatar jesopo2019-04-071-2/+2
* Put spaces between units in output from utils.to_pretty_timeGravatar jesopo2019-03-211-7/+7