aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Revamp perform.py (including adding channel-performs)Gravatar jesopo2019-07-021-27/+61
* improve !ud regexGravatar jesopo2019-07-021-1/+1
* Actually use sanitised url when getting <title>Gravatar jesopo2019-07-021-2/+1
* use utils.http.url_sanitise() in title.pyGravatar jesopo2019-07-021-1/+1
* mulitline-concat shouldn't be a c2c tagGravatar jesopo2019-07-021-1/+1
* pass IRCUser objects through formatted.notice eventsGravatar jesopo2019-07-021-2/+3
* Pass channel object along with formatted.notice.channel eventsGravatar jesopo2019-07-021-1/+1
* Add setting to disable relaying joins/parts/quits/modes/etcGravatar jesopo2019-07-021-3/+11
* Don't double-shorten `push` range urlsGravatar jesopo2019-07-021-2/+1
* 'patern' -> 'pattern'Gravatar jesopo2019-07-011-1/+1
* delete rss-hooks setting when it's emptyGravatar jesopo2019-07-011-1/+4
* We should be parsing out (server, channel) for rss hooksGravatar jesopo2019-07-011-2/+2
* Make ignore logic PRIORITY_HIGH so it catches before format eventsGravatar jesopo2019-07-011-1/+2
* Remove PRIORITY values for NOTICE events - i dont think we need themGravatar jesopo2019-07-011-3/+3
* Include NOTICEs in ignoresGravatar jesopo2019-07-011-0/+2
* Allow bot admins to add/remove channel-ignoresGravatar jesopo2019-07-011-0/+1
* Support ignoring users per-channelGravatar jesopo2019-07-011-2/+47
* 'in_args' -> 'min_args'Gravatar jesopo2019-07-011-2/+2
* don't overwrite command_check_self()Gravatar jesopo2019-07-011-1/+1
* Add depends-on hashflags for relay.pyGravatar jesopo2019-07-011-0/+4
* Replace direct relays with "relay groups"Gravatar jesopo2019-07-011-61/+72
* Add check.command.is-channel handler in commands moduleGravatar jesopo2019-07-011-0/+7
* don't prefix relay messages with 'relay/'Gravatar jesopo2019-07-011-1/+1
* Add RESET char in relay lines due to weechat bugGravatar jesopo2019-06-301-0/+1
* make relay server name LIGHTBLUEGravatar jesopo2019-06-301-1/+3
* Make relaying LOW priority, so local event is printed before relayingGravatar jesopo2019-06-301-1/+2
* Include `town` name, when available, in user `location` nameGravatar jesopo2019-06-301-6/+3
* OptionsSetting ctor should have empty `options` when using options_factoryGravatar jesopo2019-06-291-1/+1
* Show IRCd 'version' string in !specsup outputGravatar jesopo2019-06-291-2/+3
* Implemnt _options_factory for OptionsSetting to have dynamic optionsGravatar jesopo2019-06-291-4/+10
* Automatically format `example` text for OptionsSetting (showing options)Gravatar jesopo2019-06-293-7/+6
* Only accept highlight-commands when they have "," or ":"Gravatar jesopo2019-06-281-2/+1
* 'auto-github' should be a BoolSetting, not a SettingGravatar jesopo2019-06-281-1/+1
* Implement utils.OptionsSettingGravatar jesopo2019-06-282-4/+6
* add 'ircv3-stats' settingGravatar jesopo2019-06-281-0/+2
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-2837-204/+174
* Add ircv3.py - for IRCv3-related statsGravatar jesopo2019-06-282-8/+31
* DEBUG log when trying to git.io-shorten a github urlGravatar jesopo2019-06-282-1/+6
* remove dangling "," left over from moving codeGravatar jesopo2019-06-281-1/+1
* DEBUG log when we get a tweet from a streamGravatar jesopo2019-06-281-0/+4
* only create a range url when we have commitsGravatar jesopo2019-06-281-5/+9
* channel-only,require-mode,require-access -> channel_only,require_mode,require...Gravatar jesopo2019-06-271-3/+3
* 'quiet' -> 'mute', add duration parameterGravatar jesopo2019-06-271-17/+33
* add !quiet and !unquietGravatar jesopo2019-06-271-0/+38
* Only abort individual RSS feeds when they failGravatar jesopo2019-06-271-1/+1
* seems i completely forgot try/except syntaxGravatar jesopo2019-06-271-1/+1
* Only show Exception message when rss feeds failGravatar jesopo2019-06-271-3/+3
* exc_info need to be in an `except` blockGravatar jesopo2019-06-271-5/+3
* get rss feed xml ourselves so feedparser.parse can't hang on usGravatar jesopo2019-06-271-2/+4
* Prefix PR commit outputs with "[PR] "Gravatar jesopo2019-06-271-2/+5