aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* `server` should be passed in received.rename in modules/line_handler.pyGravatar jesopo2018-11-051-1/+1
* Change modules/sts.py to reference connection_params, fix some typos and logig•••issues Gravatar jesopo2018-11-051-19/+13
* Explicitly disconnect before reconnecting in modules/sts.pyGravatar jesopo2018-11-051-0/+1
* Do an instant reconnect for !reconnect in modules/admin.pyGravatar jesopo2018-11-051-0/+2
* Fix the order of some connection params, add `alias` as a seperate argument to•••IRCServer.Server Gravatar jesopo2018-11-051-1/+1
* Pass connection parameters around in their own object (IRCConnectionParameters)Gravatar jesopo2018-11-051-1/+2
* Check that a server's STS policy has a `duration` before doing•••rescheduling-on-disconnect Gravatar jesopo2018-11-051-1/+1
* Prettyprint channel RENAMEsGravatar jesopo2018-11-051-0/+5
* Support JSON messages tags, as per IRCv'3 message-tags-0.3 #318 pull requestGravatar jesopo2018-11-051-2/+2
* TRACE log when we set an STS policyGravatar jesopo2018-11-051-0/+1
* Support `draft/sts` as well as `sts`Gravatar jesopo2018-11-051-7/+9
* "Applying STS policy" should be TRACE, not DEBUGGravatar jesopo2018-11-051-1/+1
* Add missing ")" in modules/sts.pyGravatar jesopo2018-11-051-1/+1
* Add missing "," in modules/sts.pyGravatar jesopo2018-11-051-1/+1
* Reschedule STS expiration on disconnectGravatar jesopo2018-11-051-9/+23
* Explicitly *remove* STS policy when we get a duration of 0Gravatar jesopo2018-11-051-5/+9
* `info` does not exist in on_cap_new context in modules/sts.pyGravatar jesopo2018-11-051-0/+2
* One-shot STS policies should still be cleared if a reconnect failsGravatar jesopo2018-11-051-13/+10
* Made STS policies one-shot when upgrading from plaintext to tlsGravatar jesopo2018-11-051-4/+11
* `duration` does not exist in the context of _change_durationGravatar jesopo2018-11-051-1/+1
* Add support for IRCv3's STSGravatar jesopo2018-11-051-0/+46
* Update modules/scripts.py to use utils.parse.hashflags instead of•••utils.get_hashflags Gravatar jesopo2018-11-051-1/+1
* Add src.utils.parse.keyvalue, mostly for IRCv3 CAP negotiationGravatar jesopo2018-11-051-8/+1
* Fix a crash in modules/line_handler.py; QUIT can have an empty reason!Gravatar jesopo2018-11-051-1/+1
* Change line parsing to put arbitrary-length args on the end of•••`args` so we can get rid of `last`/`arbitrary` and add IRCArgs (with .get()) to help only getting an arg index if it exists Gravatar jesopo2018-11-041-27/+26
* Implement IRCv3's `draft/rename`Gravatar jesopo2018-11-041-1/+13
* Show wallet balances in a human format (with ","s)Gravatar jesopo2018-11-021-1/+1
* Don't let users bet 0 coinsGravatar jesopo2018-11-021-3/+6
* Show !coins in a human format (with ","s)Gravatar jesopo2018-11-021-1/+1
* Add a way to silently stop commands executing in modules/commands.py•••(preprocess.command) Gravatar jesopo2018-11-021-0/+5
* serverset identity-mechanism should be in modules/permissions.pyGravatar jesopo2018-11-022-2/+2
* Check if a url is a gallery first, 'event' -> 'data' typo, actually return from•••_prefix Gravatar jesopo2018-10-311-8/+11
* Use gallery API endpoint for gallery urlsGravatar jesopo2018-10-311-1/+3
* Support galleries in modules/imgur.pyGravatar jesopo2018-10-311-4/+30
* Comma-delimit numbers in the !richest responseGravatar jesopo2018-10-311-1/+3
* imgur url hashids aren't always 7 charactersGravatar jesopo2018-10-311-1/+1
* Fix typo in modules/imgur.py that caused `headers` passed to utils.http.get_url•••to be a set, not a dict. (',' -> ':') Gravatar jesopo2018-10-311-1/+1
* REGEX_IMAGE should be a compiled regex!Gravatar jesopo2018-10-311-1/+2
* Add first version of modules/imgur.pyGravatar jesopo2018-10-311-0/+37
* Update modules/line_handler.py to now not pass a `server` param to•••utils.irc.parse_line Gravatar jesopo2018-10-301-6/+7
* Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references. Gravatar jesopo2018-10-303-7/+11
* Don't needlessly search a youtube URL before getting the information for it's•••video ID when a URL is provided to !yt Gravatar jesopo2018-10-291-1/+6
* 'continue' -> 'return' in moules/badwords.pyGravatar jesopo2018-10-281-1/+1
* badwords shouldn't effect users with +v or aboveGravatar jesopo2018-10-281-0/+3
* Pretend badwords list is zero-indexedGravatar jesopo2018-10-281-1/+2
* Fix wording for !badwordsdel (copypaste fail!)Gravatar jesopo2018-10-281-1/+2
* Correctly use enumerate() in modules/badwords.py.badwords_listGravatar jesopo2018-10-281-1/+1
* 'pattern' -> 'badword'Gravatar jesopo2018-10-281-3/+3
* 'received.message.channel' uses 'channel' not 'target' as event kwargGravatar jesopo2018-10-281-1/+1
* 'badowrds' -> 'badwords'Gravatar jesopo2018-10-281-1/+1