aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make labeled-resposnes it's own module, tag and track every sent lineGravatar jesopo2019-05-302-1/+8
* Immutable arg default values leads to weird data persistenceGravatar jesopo2019-05-301-1/+1
* Only try to send QUITs on ctrl+c when we're connected - sys.exit otherwiseGravatar jesopo2019-05-291-0/+1
* Switch resume.py to use the last `server-time` it saw, not last .recv()Gravatar jesopo2019-05-291-3/+0
* Pass str object to BeautifulSoup, not bytes. closes #56Gravatar jesopo2019-05-281-4/+3
* append ".py" when doing find_module on ModuleType.FILEGravatar jesopo2019-05-271-0/+2
* set `changed = True` when we pop a module with no dependencies leftGravatar jesopo2019-05-271-1/+2
* Throw an exception when we detect a complex circular dependencyGravatar jesopo2019-05-271-0/+5
* Enable TCP keepalivesGravatar jesopo2019-05-271-0/+1
* Only check for unknown dependencies onceGravatar jesopo2019-05-261-6/+14
* Only iterate a module's deps, not all modules, when checking for circular depsGravatar jesopo2019-05-261-6/+6
* 'cicular' -> 'circular', words are hardGravatar jesopo2019-05-261-2/+2
* 'cycular' -> 'cicular'Gravatar jesopo2019-05-261-1/+1
* Add basic comments for dependency-sorting systemGravatar jesopo2019-05-251-0/+3
* Implement ordering modules by `depends-on` hashflagGravatar jesopo2019-05-251-10/+45
* Fix utils.parse.hashflags type hintsGravatar jesopo2019-05-252-4/+5
* 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