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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cache when a setting isn't set but don't cache "default" value
jesopo
2019-09-04
1
-3
/
+5
*
only cache get_setting value when it's not the default value
jesopo
2019-09-04
1
-4
/
+7
*
Switch more settings to FunctionSettings
jesopo
2019-09-04
6
-53
/
+31
*
switch throttle.py to use FunctionSetting
jesopo
2019-09-04
1
-7
/
+6
*
make utils.from_pretty_time() format much stricter
jesopo
2019-09-04
1
-12
/
+11
*
add a bot-wide setting to allow showing git webhook activity for private repos
•••
closes #127
jesopo
2019-09-04
1
-1
/
+4
*
Force removal of ":" from user_time.py API-provided ISO8601
jesopo
2019-09-04
1
-0
/
+6
*
correctly qualify DeadlineExceededException namespace
jesopo
2019-09-03
1
-1
/
+1
*
also url_sanitise youtube urls found with argless !yt commands
jesopo
2019-09-03
1
-1
/
+1
*
url_sanitise youtube urls (cut off ")"/">")
jesopo
2019-09-03
1
-1
/
+2
*
move mixed_unicode.py to bitbot-modules
jesopo
2019-09-02
1
-87
/
+0
*
remove strax.py - no one uses it
jesopo
2019-09-02
1
-47
/
+0
*
remove shakespeare.py - no one uses it
jesopo
2019-09-02
1
-70
/
+0
*
remove books.py - no one uses it
jesopo
2019-09-02
1
-59
/
+0
*
default relay-extras to False
jesopo
2019-09-02
1
-2
/
+2
*
use utils.deadline() in utils.http.request, not raw sigalrm
jesopo
2019-09-02
1
-18
/
+15
*
move deadline alarm time check inside try/finally
jesopo
2019-09-02
1
-5
/
+5
*
actually prune non-loadable modules before doing dependency checks
jesopo
2019-09-02
1
-12
/
+33
*
remove legacy --depends-on flags for github.py (leftover from webhooks)
jesopo
2019-09-02
1
-4
/
+0
*
remove unused CHANNELSET_HELP const
jesopo
2019-09-02
1
-2
/
+0
*
add --require-config hashflag to location.py
jesopo
2019-09-02
1
-0
/
+1
*
Add ability to prevent users specifying their own dns nameservers
jesopo
2019-09-02
1
-6
/
+10
*
support per-channel dns nameservers
jesopo
2019-09-02
1
-1
/
+4
*
put socket timeout and deadline around mumble queries
jesopo
2019-09-02
1
-5
/
+13
*
catch and rethrow gaierrors in mumble.py
jesopo
2019-09-02
1
-1
/
+5
*
add basic caching logic for channel settings
jesopo
2019-09-02
1
-1
/
+23
*
change Cache.py to be key:value
jesopo
2019-09-02
3
-27
/
+29
*
Pass the content of a webpage to HTTPParsingException
jesopo
2019-09-02
1
-2
/
+2
*
use \S+ for url regex (for non-ascii chars), use url_sanitize to catch <>
jesopo
2019-09-02
1
-9
/
+12
*
Show mumble server version
jesopo
2019-09-02
1
-2
/
+4
*
Don't rely on pulling timestamp out of pong
jesopo
2019-09-02
1
-2
/
+3
*
add mumble.py
jesopo
2019-09-02
1
-0
/
+33
*
.upper() SASL mechanism name
jesopo
2019-09-02
1
-1
/
+1
*
add per-user fediverse setting
jesopo
2019-09-02
2
-6
/
+38
*
support "<nickname>: s/" sed format
jesopo
2019-09-01
1
-4
/
+5
*
also cancel reconnections with !disconnect
jesopo
2019-09-01
1
-2
/
+9
*
store and expose reconnection timers on IRCBot.reconnections
jesopo
2019-09-01
1
-1
/
+7
*
'usage' does not exist
jesopo
2019-09-01
1
-1
/
+1
*
v1.11.1 release
jesopo
2019-08-30
2
-1
/
+16
*
switch to using signal.setitimer so we can restore previous timer
jesopo
2019-08-30
1
-1
/
+7
*
switch utils.deadline to a context manager
jesopo
2019-08-30
2
-8
/
+11
*
use utils.deadline in sed.py
jesopo
2019-08-30
1
-2
/
+5
*
add utils.deadline(func, seconds) to put hard limits on code exec time
jesopo
2019-08-30
1
-1
/
+15
*
Add IntRangeSetting, reorder OptionsSetting arg order
jesopo
2019-08-30
5
-9
/
+25
*
Logging.BitBotFormatter no longer uses the format it's given (always iso8601)
jesopo
2019-08-30
1
-3
/
+1
*
round microseconds up to a whole number and zero-pad to 3 chars
jesopo
2019-08-30
1
-1
/
+2
*
Don't use 'Z' for "utc timezone" - actually parse timezone out of datetimes
jesopo
2019-08-30
1
-7
/
+14
*
copypaste name collision for channel_op.py's `op` function
jesopo
2019-08-30
1
-1
/
+1
*
also support 'realname' in !editserver
jesopo
2019-08-30
1
-1
/
+1
*
prefix formatted KICKs with "- "
jesopo
2019-08-16
1
-2
/
+5
[next]