aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* return quote category even if =quote isnt presentGravatar jesopo2019-09-071-3/+6
|
* 477 should check that we're *not* in a channel before trying rejoinGravatar jesopo2019-09-071-1/+1
|
* better wording of "!stats <alias>"Gravatar jesopo2019-09-071-1/+1
|
* support showing !stats per-networkGravatar jesopo2019-09-071-20/+35
|
* disregard empty JOIN channel params (e.g. "JOIN #bad,")Gravatar jesopo2019-09-071-1/+1
|
* Show the line that was actually send from !raw, after format and filterGravatar jesopo2019-09-071-1/+5
|
* 'reconnections' dict is on IRCBot, not IRCServerGravatar jesopo2019-09-071-3/+3
|
* remove !qadd because !quote does the same things nowGravatar jesopo2019-09-051-24/+0
|
* show how many quotes found when searching with !quoteGravatar jesopo2019-09-051-1/+2
|
* support searching for quote content in !quoteGravatar jesopo2019-09-051-3/+11
|
* automatically PART blacklisted channels if we join them (SAJOIN e.g.)Gravatar jesopo2019-09-051-0/+5
|
* use tweet_mode="extended" for !tw user_timeline() calls tooGravatar jesopo2019-09-051-1/+1
|
* don't just remove the first key in a JOIN when there's a blacklisted channelGravatar jesopo2019-09-051-11/+16
|
* add channel_blacklist.pyGravatar jesopo2019-09-051-0/+30
|
* 'bot' -> '_bot'Gravatar jesopo2019-09-051-1/+1
|
* switch to using pytz instead of an API for localised timeGravatar jesopo2019-09-051-17/+5
|
* remove debug prints from info.pyGravatar jesopo2019-09-051-2/+0
|
* 'recieved' -> 'received'Gravatar jesopo2019-09-041-1/+1
|
* add !grab as an alias of !quotegrabGravatar jesopo2019-09-041-0/+1
|
* add which.py - closes #134Gravatar jesopo2019-09-041-0/+18
|
* 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
|