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
/
sasl.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all exports to @Utils.export calls
jesopo
2018-09-27
1
-12
/
+10
*
Switch to using @Utils.hook and docstrings for event hooks
jesopo
2018-09-26
1
-7
/
+6
*
Typo in sasl.py; proceed with sasl regardless of mechanism when using CAP 3.1
jesopo
2018-09-17
1
-1
/
+1
*
Fix a copypaste fail that caused sasl.py to have two sasl_success functions
jesopo
2018-09-17
1
-1
/
+1
*
Handle 904 (ERR_SASLFAIL) in sasl.py
jesopo
2018-09-17
1
-1
/
+6
*
Don't just listen for 'sasl=PLAIN' in IRCv3 CAP 3.2
jesopo
2018-09-17
1
-6
/
+11
*
Support EXTERNAL sasl authentication
jesopo
2018-09-17
1
-7
/
+19
*
Add nickserv-password and sasl to !serverset
jesopo
2018-09-09
1
-0
/
+8
*
Support IRCv3's tls/STARTTLS
jesopo
2018-09-07
1
-6
/
+0
*
Listen for 903 for sasl success, not 900
jesopo
2018-09-07
1
-1
/
+1
*
Only "finish" a sasl handshake when we get a 900
jesopo
2018-09-07
1
-0
/
+3
*
Support CAP 3.2
jesopo
2018-09-07
1
-2
/
+9
*
Only offer sasl when we have sasl authentication to send
jesopo
2018-09-03
1
-1
/
+2
*
Make CAP functionality more part of the framework and support message-tags and
•••
multi-prefix
jesopo
2018-09-03
1
-14
/
+9
*
give an Exports object (actually, ExportsContex object) to each module, to
•••
facilitate things like !set and !channelset without using the events system
jesopo
2018-09-02
1
-1
/
+1
*
Give modules event objects with "context"s, to facilitate purging all the event
•••
hooks for a module
jesopo
2018-08-31
1
-5
/
+5
*
move sending CAP sasl request to sasl.py
jesopo
2018-07-16
1
-3
/
+9
*
move sasl logic to it's own module
jesopo
2018-07-15
1
-0
/
+33