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
/
line_handler
/
ircv3.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
move core modules to src/core_modules, make them uneffected by white/black list
jesopo
2019-12-10
1
-138
/
+0
*
'and' -> 'in'. typo
jesopo
2019-08-03
1
-1
/
+1
*
handle 'CAP DEL' for something that wasn't advertised
jesopo
2019-07-28
1
-1
/
+2
*
Handle `CAP ACK -<cap>` and ACK from a REQ not sent by ircv3.py
jesopo
2019-06-23
1
-7
/
+13
*
Change raw.send and raw.receive commands to just pass around ParsedLines
jesopo
2019-06-22
1
-4
/
+4
*
Implement dependency system for CAPs
jesopo
2019-06-21
1
-2
/
+47
*
Adda system of aliases for CAPs, mostly for changeable draft specs and creating
•••
dependence between moving specs
jesopo
2019-06-21
1
-2
/
+2
*
move echo-message to it's own module, eat events before they hit fake_echo.py
jesopo
2019-06-21
1
-1
/
+0
*
Add an export for IRCv3 CAPs
jesopo
2019-06-20
1
-1
/
+4
*
Return all caps through received.cap.ls|new and check if valid in line_handler,
•••
remove server.cap_started
jesopo
2019-06-16
1
-45
/
+26
*
Only request a CAP once. closes #66
jesopo
2019-06-08
1
-3
/
+3
*
Make labeled-resposnes it's own module, tag and track every sent line
jesopo
2019-05-30
1
-1
/
+0
*
`draft/labeled-response` -> `draft/labeled-response-0.2`
jesopo
2019-05-30
1
-1
/
+1
*
Move IRCv3 `server-time` code in to it's own module, save last @time tag
jesopo
2019-05-29
1
-1
/
+0
*
_match_caps takes 2 args
jesopo
2019-05-24
1
-1
/
+1
*
matched_caps is actually a str[]
jesopo
2019-05-19
1
-1
/
+0
*
.copy() all the hardcoded Capabilities in line_handler/ircv3.py
jesopo
2019-05-19
1
-0
/
+1
*
.lower() -> .upper() for CAP subcommands. makes a lot more sense.
jesopo
2019-05-18
1
-7
/
+7
*
Revamp how CAPs are tracked through REQ and ACK/NAK etc
jesopo
2019-05-11
1
-21
/
+34
*
Refactor CAPs in to objects
jesopo
2019-05-11
1
-6
/
+24
*
Split line_handler.py out in to different files for different categories
jesopo
2019-02-22
1
-0
/
+74