aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* 'ref' -> 'sha' for getting PR commit titlesGravatar jesopo2019-06-271-1/+1
* shortify push range urlGravatar jesopo2019-06-271-1/+2
* pass single-commit url in to _format_pushGravatar jesopo2019-06-271-4/+8
* `forced` does not exist; data["forced"] insteadGravatar jesopo2019-06-271-2/+2
* HTTP GET github PR commits url to get `syncronise` commit messagesGravatar jesopo2019-06-271-15/+41
* Revert "Show commit message, not PR title, for PR pushes"•••This reverts commit 24df8c996e3718825fed5c5df77a5b21c7222fab. Gravatar jesopo2019-06-271-8/+3
* `format._tweet()` takes a `server` param nowGravatar jesopo2019-06-261-2/+2
* add !unshortenGravatar jesopo2019-06-261-0/+18
* Show commit message, not PR title, for PR pushesGravatar jesopo2019-06-261-3/+8
* implement @utils.kwarg() magic, use it for command.regex hooksGravatar jesopo2019-06-269-54/+53
* 'call_unsafe_for_result' -> 'call_for_result_unsafe'Gravatar jesopo2019-06-262-2/+2
* Switch all 'hook.kwargs.get(' calls to 'hook.get_kwarg('Gravatar jesopo2019-06-263-8/+10
* dont use "|" multi-event syntax. it's weirdGravatar jesopo2019-06-262-2/+4
* add --depends-on hashflags to shorturl.pyGravatar jesopo2019-06-251-0/+3
* merge bitly code back in to shorturl.py as we use it for default shortenerGravatar jesopo2019-06-252-30/+18
* 'vote-start-restricted' -> 'votes-start-restricted' so as to avoid findGravatar jesopo2019-06-251-2/+2
* `event` doesn't exist in _get_titleGravatar jesopo2019-06-251-5/+5
* Add system to have multiple url shorteners and chose which to useGravatar jesopo2019-06-257-28/+70
* catch and format "unknown record type" exceptionsGravatar jesopo2019-06-251-1/+4
* Allow specifying of nameserver as '!dns <host> @1.2.3.4'Gravatar jesopo2019-06-251-3/+10
* Improve !dns command, allow setting dns nameserver per-serverGravatar jesopo2019-06-251-10/+37