aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Better CHANGELOG line about #56Gravatar jesopo2019-05-281-1/+1
* Update CHANGELOGGravatar jesopo2019-05-281-0/+3
* Switch from `bot-url` metadata to `bot`+`homepage` (https://git.io/fjlSn)Gravatar jesopo2019-05-281-1/+2
* Pass str object to BeautifulSoup, not bytes. closes #56Gravatar jesopo2019-05-281-4/+3
* re.escape nicknames for highlight preventionGravatar jesopo2019-05-281-1/+2
* 'bot' -> 'self.bot'Gravatar jesopo2019-05-271-1/+1
* append ".py" when doing find_module on ModuleType.FILEGravatar jesopo2019-05-271-0/+2
* re-add _reload functionGravatar jesopo2019-05-271-0/+4
* Don't include module-unload numbers in "success" numbersGravatar jesopo2019-05-271-2/+0
* Use self.bot.load_modules in modules.pyGravatar jesopo2019-05-272-17/+12
* ModuleManager's load_module function now takes a ModuleDefinitionGravatar jesopo2019-05-271-2/+4
* Switch to using tweepy for tweets moduleGravatar jesopo2019-05-274-2/+164
* set `changed = True` when we pop a module with no dependencies leftGravatar jesopo2019-05-272-123/+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
* Update CHANGELOGGravatar jesopo2019-05-261-0/+8
* Only iterate a module's deps, not all modules, when checking for circular depsGravatar jesopo2019-05-261-6/+6
* Merge pull request #54 from AntonMcClure/revert-53-patch-1•••Revert "added license info" - as per https://opensource.stackexchange.com/a/4024Gravatar jesopo2019-05-261-3/+3
|\
| * Revert "added license info"Gravatar Anton McClure2019-05-261-3/+3
|/
* Merge pull request #53 from Abdur-rahmaanJ/patch-1•••added license infoGravatar jesopo2019-05-261-3/+3
|\
| * added nameGravatar Abdur-Rahmaan Janhangeer2019-05-261-3/+3
|/
* '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
* fix cve.py helpstringGravatar jesopo2019-05-251-2/+2
* Implement ordering modules by `depends-on` hashflagGravatar jesopo2019-05-251-10/+45
* Fix utils.parse.hashflags type hintsGravatar jesopo2019-05-252-4/+5
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-2582-0/+190
* 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
* Actually save blacklist setting when reenabling a moduleGravatar jesopo2019-05-251-0/+1
* Don't eat a character when preventing highlightsGravatar jesopo2019-05-241-2/+2
* Use regex to prevent highlights in github moduleGravatar jesopo2019-05-241-9/+3
* connect_time is on server.socket, not serverGravatar jesopo2019-05-241-1/+1
* Store IRCSocket connect_time, show bytes read/write per second in stats.pyGravatar jesopo2019-05-242-1/+7
* Bump version to v1.7.1Gravatar jesopo2019-05-242-1/+6
* _match_caps takes 2 argsGravatar jesopo2019-05-241-1/+1
* Split CHANGELOG in to sectionsGravatar jesopo2019-05-231-8/+12
* Add CHANGELOGGravatar jesopo2019-05-231-0/+14
* Bump version to v1.7.0Gravatar jesopo2019-05-231-1/+1
* Add comment about why we strip non-alnum chars from private commandsGravatar jesopo2019-05-231-0/+4
* Forgot `not` so it was stripping alnum chars, not non-almun charsGravatar jesopo2019-05-231-1/+1
* `attempted_auth` is no longer usedGravatar jesopo2019-05-231-1/+0
* .lstrip alphanumeric chars from private commandsGravatar jesopo2019-05-231-1/+4
* Remove `self` param of _validateGravatar jesopo2019-05-231-1/+1
* Remove debug printing from config.pyGravatar jesopo2019-05-231-2/+0
* Add require_setting to pronouns.pyGravatar jesopo2019-05-231-0/+2
* Use require_setting in user_time.py and weather.pyGravatar jesopo2019-05-232-0/+4
* Add setting example in location.pyGravatar jesopo2019-05-231-1/+2