aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* 'set.py' -> 'config.py'Gravatar jesopo2019-04-151-0/+0
|
* Allow adding perform.py commands through chat and add !performexecute, toGravatar jesopo2019-04-151-6/+28
| | | | execute all perform commands post-connect
* Only allow 'current channel' !config logic when we're in a channelGravatar jesopo2019-04-151-1/+6
|
* Add a master-admin login system, to have a bot-wide password to give any userGravatar jesopo2019-04-151-1/+33
| | | | using it complete admin permissions - mostly intended to add new admin users
* Add/remove people from channels before received.join/received.part eventsGravatar jesopo2019-04-152-12/+17
|
* Support continuous alias arg replacements (e.g. "index 1 onwards" using "$1-")Gravatar jesopo2019-04-141-8/+21
|
* 'closed #123 without merging' -> 'closed #123'Gravatar jesopo2019-04-111-3/+2
|
* Don't remove the first char of 'setting' twiceGravatar jesopo2019-04-071-1/+0
|
* Show result when a setting is unsetGravatar jesopo2019-04-071-0/+4
|
* Strip "-" from setting name when first checking if it existsGravatar jesopo2019-04-071-1/+1
|
* Remove "-" from setting name before getting its valueGravatar jesopo2019-04-071-1/+6
|
* Add a way to unset a setting with !configGravatar jesopo2019-04-071-2/+17
|
* Add !config command, to group all settings activities in to 1 commandGravatar jesopo2019-04-071-0/+106
|
* Show QUIT reason as "" not NoneGravatar jesopo2019-04-021-1/+1
|
* Set PART `reason` to "" when it's NoneGravatar jesopo2019-04-021-1/+1
|
* Correctly support SETNAME being targetted at usGravatar jesopo2019-04-021-2/+8
|
* .get eage-api-key and url in nr.service() to handle it not being presentGravatar jesopo2019-04-011-2/+2
|
* set cve.py's _name to all caps "CVE"Gravatar jesopo2019-03-281-0/+2
|
* Added cve.pyGravatar jesopo2019-03-281-0/+29
|
* Only strip word stops from the right of a wordGravatar jesopo2019-03-281-1/+1
|
* Also human-ify coin bet amounts in a flipGravatar jesopo2019-03-211-1/+1
|
* Show coins in "human" form (with commas) in flip wins/lossesGravatar jesopo2019-03-211-2/+3
|
* Don't handle `commented` state in pull_request_reviewGravatar jesopo2019-03-191-0/+3
|
* Log which server an ERROR came fromGravatar jesopo2019-03-191-1/+2
|
* Added some -minimal categories for comment-related eventsGravatar jesopo2019-03-151-0/+10
|
* 'title' -> 'pr_title'Gravatar jesopo2019-03-151-1/+1
|
* Better display for approval/changes_requested in pull request reviewsGravatar jesopo2019-03-151-4/+12
|
* Don't use short/coloured hash for shortened urls (github)Gravatar jesopo2019-03-141-3/+4
|
* Reload bot.conf and modules on SIGHUPGravatar jesopo2019-03-131-0/+28
|
* Add 'api-port' setting to bot.conf and use it in rest_api.pyGravatar jesopo2019-03-131-1/+2
|
* move `code` in to the string format arg for log functionsGravatar jesopo2019-03-131-1/+1
|
* Show returned status code when _handle finishesGravatar jesopo2019-03-131-2/+2
|
* Show user hostmask (not just nick) on formatted.joinGravatar jesopo2019-03-121-1/+1
|
* Remove default logging, show request path in our own _handle loggingGravatar jesopo2019-03-111-4/+5
|
* Show ip and port as "ip:port" in _handle loggingGravatar jesopo2019-03-111-4/+4
|
* DEBUG log when REST API _handle starts and finishesGravatar jesopo2019-03-111-0/+5
|
* Don't fail when eagle api url/key are not presentGravatar jesopo2019-03-111-2/+2
|
* Add --require-config hashflag in nr.pyGravatar jesopo2019-03-111-0/+2
|
* Enum values shouldn't be all upper caseGravatar jesopo2019-03-103-5/+5
|
* preprocess.send.* event don't have IRCChannel objects on themGravatar jesopo2019-03-101-2/+6
|
* show short commit hash in individual push messages (github)Gravatar jesopo2019-03-101-3/+3
|
* Support setting strip-color per-channel not just per-serverGravatar jesopo2019-03-091-1/+6
|
* Handle trying to strip colours from a PRIVMSG/NOTICE that has no messageGravatar jesopo2019-03-081-2/+3
|
* Fix local variable overwrite for `reason` in formatted.quit logicGravatar jesopo2019-03-081-6/+3
|
* prefix formatted.mode.channel with "- "Gravatar jesopo2019-03-081-1/+1
|
* Send IRCUser object on formatted.quit eventGravatar jesopo2019-03-071-1/+1
|
* "- " should have been inside the stringGravatar jesopo2019-03-071-1/+1
|
* Prefix user-related lines in format_activity with "- "Gravatar jesopo2019-03-071-4/+4
|
* Move PR number into/after action for pull_request eventsGravatar jesopo2019-03-071-9/+11
|
* Set a user's username/hostname/account BEFORE sending a received.joinGravatar jesopo2019-03-061-9/+8
|