index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
ircv3_sasl
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't get far in to attempting sasl when we haven't got it configured
jesopo
2019-11-08
1
-0
/
+3
*
refactor sasl a little and fix logic to retry on 908
jesopo
2019-11-08
1
-34
/
+42
*
'server_mechanimsms' -> 'server_mechanisms' typo
jesopo
2019-11-08
1
-1
/
+1
*
actually set server._sasl_timeout
jesopo
2019-10-30
1
-0
/
+2
*
timeout sasl/AUTHENTICATE handshakes after 15 seconds. closes #195
jesopo
2019-10-30
1
-0
/
+15
*
never bot.panic() on sasl hard fail - always just reconnect indefinitely
jesopo
2019-10-30
1
-5
/
+2
*
`reason` arg of `panic()` shouldn't be optional, detect current exception
jesopo
2019-10-25
1
-1
/
+1
*
make 'sasl' setting 'sensitive'
jesopo
2019-10-07
1
-1
/
+1
*
Allow utils.Setting_ parse functions to throw detailed errors
jesopo
2019-10-04
1
-1
/
+8
*
default sasl-hard-fail to false but add a bot-wide setting for it
jesopo
2019-09-30
1
-3
/
+7
*
Switch more settings to FunctionSettings
jesopo
2019-09-04
1
-5
/
+4
*
.upper() SASL mechanism name
jesopo
2019-09-02
1
-1
/
+1
*
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
jesopo
2019-06-28
1
-10
/
+10
*
Fix more instances of event["args"] (now event["line"].args)
jesopo
2019-06-22
1
-2
/
+3
*
WARN log for soft SASL failure
jesopo
2019-06-17
1
-0
/
+1
*
_end_sasl takes a server param
jesopo
2019-06-17
1
-1
/
+1
*
Add a setting to disable "hard" sasl failure
jesopo
2019-06-17
1
-5
/
+11
*
Only `panic()` when a server connection is part of bot init. closes #69
jesopo
2019-06-17
1
-1
/
+1
*
panic() if a sasl dance fails on first connection, disconnect on reconnect sasl
•••
fail
jesopo
2019-06-17
1
-5
/
+10
*
'hunder2' -> 'hunter2'. meme typos D:
jesopo
2019-06-04
1
-1
/
+1
*
Prefix names for all IRCv3 modules with "ircv3_"
jesopo
2019-06-03
3
-0
/
+323