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
/
core.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
-154
/
+0
*
refactor permissions and allow hostmasks to be assigned to accounts
jesopo
2019-11-21
1
-6
/
+8
*
get account id (not just account name) from WHOX
•••
closes #116
jesopo
2019-10-20
1
-0
/
+2
*
refactor all checks for channel_type to server.is_channel()
jesopo
2019-09-20
1
-1
/
+1
*
"paramatered" -> "parametered"
jesopo
2019-07-04
1
-1
/
+1
*
treat 437 the same as 433 (nickname already in use)
jesopo
2019-07-04
1
-2
/
+7
*
return parsed modes from IRCChannel.parse_modes, pass through mode events
jesopo
2019-07-03
1
-3
/
+4
*
.send_raw() should be used if we're not .send()ing a ParsedLine
jesopo
2019-06-23
1
-1
/
+1
*
Change raw.send and raw.receive commands to just pass around ParsedLines
jesopo
2019-06-22
1
-24
/
+24
*
Mode mode (and mode arg) parsing to IRCChannel.py, add IRCChannel.mode_str
jesopo
2019-06-13
1
-15
/
+5
*
We should look at ISUPPORT's STATUSMSG token instead of PREFIX
jesopo
2019-06-08
1
-0
/
+2
*
assign local var "modes"
jesopo
2019-06-06
1
-1
/
+3
*
Ask for our own modes when we get a 001
jesopo
2019-06-06
1
-5
/
+12
*
v1.8.0 release
jesopo
2019-06-03
1
-3
/
+3
*
Only enable write throttling when _write_buffer is empty
•••
closes #59
jesopo
2019-05-31
1
-1
/
+1
*
Only try to send QUITs on ctrl+c when we're connected - sys.exit otherwise
jesopo
2019-05-29
1
-0
/
+1
*
`has_capability` -> `has_capability_str`, add new `has_capability`
jesopo
2019-05-20
1
-1
/
+1
*
Catch server version string, from RPL_MYINFO
jesopo
2019-05-15
1
-0
/
+3
*
Treat our own user as a regular user throughout line_handler
jesopo
2019-03-05
1
-18
/
+25
*
Minor refactors across line_handler
jesopo
2019-03-03
1
-2
/
+0
*
Add IRCServer.has_capability and use it throughout line_handler
jesopo
2019-03-03
1
-2
/
+2
*
Split line_handler.py out in to different files for different categories
jesopo
2019-02-22
1
-0
/
+134