index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow adding perform.py commands through chat and add !performexecute, to
•••
execute all perform commands post-connect
jesopo
2019-04-15
1
-6
/
+28
*
Only allow 'current channel' !config logic when we're in a channel
jesopo
2019-04-15
1
-1
/
+6
*
Add a master-admin login system, to have a bot-wide password to give any user
•••
using it complete admin permissions - mostly intended to add new admin users
jesopo
2019-04-15
1
-1
/
+33
*
Add/remove people from channels before received.join/received.part events
jesopo
2019-04-15
2
-12
/
+17
*
Support continuous alias arg replacements (e.g. "index 1 onwards" using "$1-")
jesopo
2019-04-14
1
-8
/
+21
*
'closed #123 without merging' -> 'closed #123'
jesopo
2019-04-11
1
-3
/
+2
*
Don't remove the first char of 'setting' twice
jesopo
2019-04-07
1
-1
/
+0
*
Show result when a setting is unset
jesopo
2019-04-07
1
-0
/
+4
*
Strip "-" from setting name when first checking if it exists
jesopo
2019-04-07
1
-1
/
+1
*
Remove "-" from setting name before getting its value
jesopo
2019-04-07
1
-1
/
+6
*
Add a way to unset a setting with !config
jesopo
2019-04-07
1
-2
/
+17
*
Add !config command, to group all settings activities in to 1 command
jesopo
2019-04-07
1
-0
/
+106
*
Show QUIT reason as "" not None
jesopo
2019-04-02
1
-1
/
+1
*
Set PART `reason` to "" when it's None
jesopo
2019-04-02
1
-1
/
+1
*
Correctly support SETNAME being targetted at us
jesopo
2019-04-02
1
-2
/
+8
*
.get eage-api-key and url in nr.service() to handle it not being present
jesopo
2019-04-01
1
-2
/
+2
*
set cve.py's _name to all caps "CVE"
jesopo
2019-03-28
1
-0
/
+2
*
Added cve.py
jesopo
2019-03-28
1
-0
/
+29
*
Only strip word stops from the right of a word
jesopo
2019-03-28
1
-1
/
+1
*
Also human-ify coin bet amounts in a flip
jesopo
2019-03-21
1
-1
/
+1
*
Show coins in "human" form (with commas) in flip wins/losses
jesopo
2019-03-21
1
-2
/
+3
*
Don't handle `commented` state in pull_request_review
jesopo
2019-03-19
1
-0
/
+3
*
Log which server an ERROR came from
jesopo
2019-03-19
1
-1
/
+2
*
Added some -minimal categories for comment-related events
jesopo
2019-03-15
1
-0
/
+10
*
'title' -> 'pr_title'
jesopo
2019-03-15
1
-1
/
+1
*
Better display for approval/changes_requested in pull request reviews
jesopo
2019-03-15
1
-4
/
+12
*
Don't use short/coloured hash for shortened urls (github)
jesopo
2019-03-14
1
-3
/
+4
*
Reload bot.conf and modules on SIGHUP
jesopo
2019-03-13
1
-0
/
+28
*
Add 'api-port' setting to bot.conf and use it in rest_api.py
jesopo
2019-03-13
1
-1
/
+2
*
move `code` in to the string format arg for log functions
jesopo
2019-03-13
1
-1
/
+1
*
Show returned status code when _handle finishes
jesopo
2019-03-13
1
-2
/
+2
*
Show user hostmask (not just nick) on formatted.join
jesopo
2019-03-12
1
-1
/
+1
*
Remove default logging, show request path in our own _handle logging
jesopo
2019-03-11
1
-4
/
+5
*
Show ip and port as "ip:port" in _handle logging
jesopo
2019-03-11
1
-4
/
+4
*
DEBUG log when REST API _handle starts and finishes
jesopo
2019-03-11
1
-0
/
+5
*
Don't fail when eagle api url/key are not present
jesopo
2019-03-11
1
-2
/
+2
*
Add --require-config hashflag in nr.py
jesopo
2019-03-11
1
-0
/
+2
*
Enum values shouldn't be all upper case
jesopo
2019-03-10
3
-5
/
+5
*
preprocess.send.* event don't have IRCChannel objects on them
jesopo
2019-03-10
1
-2
/
+6
*
show short commit hash in individual push messages (github)
jesopo
2019-03-10
1
-3
/
+3
*
Support setting strip-color per-channel not just per-server
jesopo
2019-03-09
1
-1
/
+6
*
Handle trying to strip colours from a PRIVMSG/NOTICE that has no message
jesopo
2019-03-08
1
-2
/
+3
*
Fix local variable overwrite for `reason` in formatted.quit logic
jesopo
2019-03-08
1
-6
/
+3
*
prefix formatted.mode.channel with "- "
jesopo
2019-03-08
1
-1
/
+1
*
Send IRCUser object on formatted.quit event
jesopo
2019-03-07
1
-1
/
+1
*
"- " should have been inside the string
jesopo
2019-03-07
1
-1
/
+1
*
Prefix user-related lines in format_activity with "- "
jesopo
2019-03-07
1
-4
/
+4
*
Move PR number into/after action for pull_request events
jesopo
2019-03-07
1
-9
/
+11
*
Set a user's username/hostname/account BEFORE sending a received.join
jesopo
2019-03-06
1
-9
/
+8
*
Set username/hostname on users on JOIN regardless of whether we know theirs
•••
already
jesopo
2019-03-06
1
-3
/
+2
[next]