aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* don't disregard matched backslashes before ampersandGravatar jesopo2019-09-081-1/+1
* support sed ampersand syntaxGravatar jesopo2019-09-081-1/+6
* accept "," as well as ":" as a sed target markerGravatar jesopo2019-09-071-1/+1
* force timezone info on to badge datesGravatar jesopo2019-09-071-2/+2
* use default webfinger url when host-meta lookups failGravatar jesopo2019-09-071-2/+3
* only strip "@" once from the start of fedi usernamesGravatar jesopo2019-09-071-1/+3
* only strip "nick: " prefix from karma when the nickname is knownGravatar jesopo2019-09-071-3/+8
* don't group capture disregarded "nick: " prefix in karmaGravatar jesopo2019-09-071-1/+1
* change to karma regex to best-effort strip "nick: "Gravatar jesopo2019-09-071-1/+1
* support /embed/<id> youtube urls tooGravatar jesopo2019-09-071-0/+2
* remove try-rejoin (on 477) logic. will move to a module laterGravatar jesopo2019-09-072-12/+2
* 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 repos•••closes #127 Gravatar jesopo2019-09-041-1/+4
* 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