aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* use "extended" tweet mode so long tweets are not truncatedGravatar jesopo2019-07-152-3/+4
|
* replace \n\n with \n in command outputsGravatar jesopo2019-07-151-1/+7
|
* support enabling kick-rejoin per channelGravatar jesopo2019-07-111-6/+18
|
* add configurable kick-rejoin delay (default 5s)Gravatar jesopo2019-07-111-1/+11
|
* add kick-rejoin.pyGravatar jesopo2019-07-111-0/+11
|
* remove last quote if none is provided in !qdelGravatar jesopo2019-07-111-13/+23
|
* bots need snacks tooGravatar jesopo2019-07-111-0/+19
|
* Show warning for private-only commands in channels and visa versaGravatar jesopo2019-07-111-4/+28
| | | | closes #89
* consistently use 'todo list' vs 'todo'Gravatar fosslinux2019-07-111-4/+4
|
* add ability to disable !mute for networks that dont support mutesGravatar jesopo2019-07-101-1/+6
|
* ircv3_botignore.py should use HIGH priorityGravatar jesopo2019-07-091-1/+2
|
* add help and channel_only kwargs to !opsGravatar jesopo2019-07-091-0/+2
|
* 'evnet' -> 'event' typoGravatar jesopo2019-07-091-1/+1
|
* add ops.pyGravatar jesopo2019-07-091-0/+18
| | | | closes #91
* add --depends-on hashflag for slowvoice.pyGravatar jesopo2019-07-091-0/+2
|
* catch and prettify dns.exception.DNSExceptionGravatar jesopo2019-07-091-0/+4
| | | | closes #90
* add slowvoice.pyGravatar jesopo2019-07-091-0/+42
|
* Show new label for PR 'labeled' eventsGravatar jesopo2019-07-091-0/+2
|
* show new label for issue 'labeled' eventsGravatar jesopo2019-07-091-3/+8
|
* .lower()ify webhook repo names for case insensitive checksGravatar jesopo2019-07-081-6/+12
|
* use entry["link"] for unique checking if entry["id"] isn't availableGravatar jesopo2019-07-081-7/+12
|
* TRACE log RSS timingGravatar jesopo2019-07-081-0/+7
|
* Handle request_many() not returning a Response for a urlGravatar jesopo2019-07-081-0/+4
|
* add missing schema in utils.http.sanitise_url, use in rss.pyGravatar jesopo2019-07-081-2/+2
|
* switch rss.py to use utils.http.request_manyGravatar jesopo2019-07-081-9/+3
|
* only set last_stdout/last_stderr when there's actually outputGravatar jesopo2019-07-071-8/+9
|
* support rss/atom feeds that have no feed titleGravatar jesopo2019-07-071-2/+4
|
* fix typo; closes issue #80Gravatar fosslinux2019-07-061-1/+1
|
* "paramatered" -> "parametered"Gravatar jesopo2019-07-041-1/+1
|
* add bot-wide command-method optionGravatar jesopo2019-07-041-1/+4
|
* Add !editserver commandGravatar jesopo2019-07-041-0/+38
|
* WARN log when a RSS feed throws in _check_urlGravatar jesopo2019-07-041-1/+2
|
* add botset IntSetting for RSS intervalGravatar jesopo2019-07-041-1/+4
|
* treat 437 the same as 433 (nickname already in use)Gravatar jesopo2019-07-042-2/+11
|
* use stdout.append_prefix to put user nickname in without colorGravatar jesopo2019-07-031-1/+1
|
* Allow commands to append to out/err prefixGravatar jesopo2019-07-031-7/+11
|
* Add user nickname to \!weather prefixGravatar Anton McClure2019-07-031-0/+6
|
* unset saved channel key on -kGravatar jesopo2019-07-031-0/+4
|
* remove debug printsGravatar jesopo2019-07-031-2/+0
|
* catch +k cmodes (MODE, 324) and store themGravatar jesopo2019-07-031-0/+11
|
* return parsed modes from IRCChannel.parse_modes, pass through mode eventsGravatar jesopo2019-07-034-9/+13
|
* Show an error (instead of throwing) when !define gets a 404Gravatar jesopo2019-07-031-10/+14
|
* '+= 1' -> '+= value'Gravatar jesopo2019-07-021-1/+1
|
* add !duckstatsGravatar jesopo2019-07-021-4/+40
|
* Intercept JOINs and attach known keys (channel_keys.py)Gravatar jesopo2019-07-022-17/+35
|
* use raw/unformatted Setting usage strings for require_setting outputGravatar jesopo2019-07-021-1/+1
|
* 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
|