aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* correctly qualify DeadlineExceededException namespaceGravatar jesopo2019-09-031-1/+1
|
* also url_sanitise youtube urls found with argless !yt commandsGravatar jesopo2019-09-031-1/+1
|
* url_sanitise youtube urls (cut off ")"/">")Gravatar jesopo2019-09-031-1/+2
|
* move mixed_unicode.py to bitbot-modulesGravatar jesopo2019-09-021-87/+0
|
* remove strax.py - no one uses itGravatar jesopo2019-09-021-47/+0
|
* remove shakespeare.py - no one uses itGravatar jesopo2019-09-021-70/+0
|
* remove books.py - no one uses itGravatar jesopo2019-09-021-59/+0
|
* default relay-extras to FalseGravatar jesopo2019-09-021-2/+2
|
* use utils.deadline() in utils.http.request, not raw sigalrmGravatar jesopo2019-09-021-18/+15
|
* move deadline alarm time check inside try/finallyGravatar jesopo2019-09-021-5/+5
|
* actually prune non-loadable modules before doing dependency checksGravatar jesopo2019-09-021-12/+33
|
* remove legacy --depends-on flags for github.py (leftover from webhooks)Gravatar jesopo2019-09-021-4/+0
|
* remove unused CHANNELSET_HELP constGravatar jesopo2019-09-021-2/+0
|
* add --require-config hashflag to location.pyGravatar jesopo2019-09-021-0/+1
|
* Add ability to prevent users specifying their own dns nameserversGravatar jesopo2019-09-021-6/+10
|
* support per-channel dns nameserversGravatar jesopo2019-09-021-1/+4
|
* put socket timeout and deadline around mumble queriesGravatar jesopo2019-09-021-5/+13
|
* catch and rethrow gaierrors in mumble.pyGravatar jesopo2019-09-021-1/+5
|
* add basic caching logic for channel settingsGravatar jesopo2019-09-021-1/+23
|
* change Cache.py to be key:valueGravatar jesopo2019-09-023-27/+29
|
* Pass the content of a webpage to HTTPParsingExceptionGravatar jesopo2019-09-021-2/+2
|
* use \S+ for url regex (for non-ascii chars), use url_sanitize to catch <>Gravatar jesopo2019-09-021-9/+12
|
* Show mumble server versionGravatar jesopo2019-09-021-2/+4
|
* Don't rely on pulling timestamp out of pongGravatar jesopo2019-09-021-2/+3
|
* add mumble.pyGravatar jesopo2019-09-021-0/+33
|
* .upper() SASL mechanism nameGravatar jesopo2019-09-021-1/+1
|
* add per-user fediverse settingGravatar jesopo2019-09-022-6/+38
|
* support "<nickname>: s/" sed formatGravatar jesopo2019-09-011-4/+5
|
* also cancel reconnections with !disconnectGravatar jesopo2019-09-011-2/+9
|
* store and expose reconnection timers on IRCBot.reconnectionsGravatar jesopo2019-09-011-1/+7
|
* 'usage' does not existGravatar jesopo2019-09-011-1/+1
|
* v1.11.1 releaseGravatar jesopo2019-08-302-1/+16
|
* switch to using signal.setitimer so we can restore previous timerGravatar jesopo2019-08-301-1/+7
|
* switch utils.deadline to a context managerGravatar jesopo2019-08-302-8/+11
|
* use utils.deadline in sed.pyGravatar jesopo2019-08-301-2/+5
|
* add utils.deadline(func, seconds) to put hard limits on code exec timeGravatar jesopo2019-08-301-1/+15
|
* Add IntRangeSetting, reorder OptionsSetting arg orderGravatar jesopo2019-08-305-9/+25
|
* Logging.BitBotFormatter no longer uses the format it's given (always iso8601)Gravatar jesopo2019-08-301-3/+1
|
* round microseconds up to a whole number and zero-pad to 3 charsGravatar jesopo2019-08-301-1/+2
|
* Don't use 'Z' for "utc timezone" - actually parse timezone out of datetimesGravatar jesopo2019-08-301-7/+14
|
* copypaste name collision for channel_op.py's `op` functionGravatar jesopo2019-08-301-1/+1
|
* also support 'realname' in !editserverGravatar jesopo2019-08-301-1/+1
|
* prefix formatted KICKs with "- "Gravatar jesopo2019-08-161-2/+5
|
* count numeric OR non-alphanumeric as a word boundaryGravatar jesopo2019-08-161-1/+1
|
* !config access should be "config", not "set". remove unused check_assertGravatar jesopo2019-08-161-2/+1
|
* v1.11.0 releaseGravatar jesopo2019-08-152-2/+2
|
* should only return a BufferLineMatch when we actually matchGravatar jesopo2019-08-151-1/+1
|
* Update CHANGELOG.mdGravatar jesopo2019-08-151-0/+1
|
* add !addpoint and !rmpoint (explicit ++/-- karma)Gravatar jesopo2019-08-151-25/+35
|
* match .lower() repo names against .lower() hooked repo namesGravatar jesopo2019-08-141-6/+7
|