aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Switch more settings to FunctionSettingsGravatar jesopo2019-09-046-53/+31
|
* switch throttle.py to use FunctionSettingGravatar jesopo2019-09-041-7/+6
|
* add a bot-wide setting to allow showing git webhook activity for private reposGravatar jesopo2019-09-041-1/+4
| | | | closes #127
* Force removal of ":" from user_time.py API-provided ISO8601Gravatar jesopo2019-09-041-0/+6
|
* 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
|
* 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
|
* change Cache.py to be key:valueGravatar jesopo2019-09-022-2/+2
|
* 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-021-6/+29
|
* support "<nickname>: s/" sed formatGravatar jesopo2019-09-011-4/+5
|
* also cancel reconnections with !disconnectGravatar jesopo2019-09-011-2/+9
|
* 'usage' does not existGravatar jesopo2019-09-011-1/+1
|
* switch utils.deadline to a context managerGravatar jesopo2019-08-301-3/+3
|
* use utils.deadline in sed.pyGravatar jesopo2019-08-301-2/+5
|
* Add IntRangeSetting, reorder OptionsSetting arg orderGravatar jesopo2019-08-304-8/+7
|
* 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
|
* 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
|
* set channel_op.py _name to ChanOpGravatar jesopo2019-08-141-0/+2
|
* switch `!mute` to use `+1s` duration formatGravatar jesopo2019-08-141-9/+5
|
* add configurable default kick message per bot/server/channelGravatar jesopo2019-08-141-1/+12
|
* remove debug printGravatar jesopo2019-08-141-1/+0
|
* `!kickban`'s `_ban` call needs an `add` argGravatar jesopo2019-08-141-1/+1
|
* refactor/rewrite channel_op.py, split highlight spam protection outGravatar jesopo2019-08-142-270/+140
|
* alias !remindme to !inGravatar jesopo2019-08-141-4/+3
|
* return matching string from buffer.find() as most uses were redundantly regexingGravatar jesopo2019-08-137-18/+17
|
* "!yt" without args should get .message from BufferLineGravatar jesopo2019-08-131-0/+1
|
* Change REST API to listen on IPv6Gravatar jesopo2019-08-131-2/+5
|
* add !version and !sourceGravatar jesopo2019-08-121-0/+29
| | | | closes #84
* suggest similar feeds when trying to remove an unknown feedGravatar jesopo2019-08-121-2/+6
| | | | closes #100
* Show TTL for each record type from !dnsGravatar jesopo2019-08-121-2/+4
| | | | closes #102