aboutsummaryrefslogtreecommitdiff
path: root/modules/ircv3_sasl
Commit message (Expand)AuthorAgeFilesLines
* don't get far in to attempting sasl when we haven't got it configuredGravatar jesopo2019-11-081-0/+3
* refactor sasl a little and fix logic to retry on 908Gravatar jesopo2019-11-081-34/+42
* 'server_mechanimsms' -> 'server_mechanisms' typoGravatar jesopo2019-11-081-1/+1
* actually set server._sasl_timeoutGravatar jesopo2019-10-301-0/+2
* timeout sasl/AUTHENTICATE handshakes after 15 seconds. closes #195Gravatar jesopo2019-10-301-0/+15
* never bot.panic() on sasl hard fail - always just reconnect indefinitelyGravatar jesopo2019-10-301-5/+2
* `reason` arg of `panic()` shouldn't be optional, detect current exceptionGravatar jesopo2019-10-251-1/+1
* make 'sasl' setting 'sensitive'Gravatar jesopo2019-10-071-1/+1
* Allow utils.Setting_ parse functions to throw detailed errorsGravatar jesopo2019-10-041-1/+8
* default sasl-hard-fail to false but add a bot-wide setting for itGravatar jesopo2019-09-301-3/+7
* Switch more settings to FunctionSettingsGravatar jesopo2019-09-041-5/+4
* .upper() SASL mechanism nameGravatar jesopo2019-09-021-1/+1
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-10/+10
* Fix more instances of event["args"] (now event["line"].args)Gravatar jesopo2019-06-221-2/+3
* WARN log for soft SASL failureGravatar jesopo2019-06-171-0/+1
* _end_sasl takes a server paramGravatar jesopo2019-06-171-1/+1
* Add a setting to disable "hard" sasl failureGravatar jesopo2019-06-171-5/+11
* Only `panic()` when a server connection is part of bot init. closes #69Gravatar jesopo2019-06-171-1/+1
* panic() if a sasl dance fails on first connection, disconnect on reconnect sasl•••fail Gravatar jesopo2019-06-171-5/+10
* 'hunder2' -> 'hunter2'. meme typos D:Gravatar jesopo2019-06-041-1/+1
* Prefix names for all IRCv3 modules with "ircv3_"Gravatar jesopo2019-06-033-0/+323