aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cache when a setting isn't set but don't cache "default" valueGravatar jesopo2019-09-041-3/+5
* only cache get_setting value when it's not the default valueGravatar jesopo2019-09-041-4/+7
* Switch more settings to FunctionSettingsGravatar jesopo2019-09-046-53/+31
* switch throttle.py to use FunctionSettingGravatar jesopo2019-09-041-7/+6
* make utils.from_pretty_time() format much stricterGravatar jesopo2019-09-041-12/+11
* add a bot-wide setting to allow showing git webhook activity for private repos•••closes #127 Gravatar jesopo2019-09-041-1/+4
* Force removal of ":" from user_time.py API-provided ISO8601Gravatar jesopo2019-09-041-0/+6
* 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