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
/
channel.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
-160
/
+0
*
refactor permissions and allow hostmasks to be assigned to accounts
jesopo
2019-11-21
1
-2
/
+1
*
move IRCLine related code from utils.irc to IRCLine.py
jesopo
2019-10-27
1
-3
/
+3
*
pass username/hostname to get_user() so new.user events have that information
jesopo
2019-09-27
1
-6
/
+5
*
'seperate_hostmask()' -> 'parse_hostmask()'
jesopo
2019-09-16
1
-2
/
+2
*
update channel.topic_setter-related code
jesopo
2019-09-16
1
-1
/
+1
*
topic_setter should be stored as a Hostmask
jesopo
2019-09-16
1
-2
/
+1
*
remove try-rejoin (on 477) logic. will move to a module later
jesopo
2019-09-07
1
-7
/
+1
*
return parsed modes from IRCChannel.parse_modes, pass through mode events
jesopo
2019-07-03
1
-2
/
+5
*
Fix more instances of event["args"] (now event["line"].args)
jesopo
2019-06-22
1
-1
/
+1
*
Change raw.send and raw.receive commands to just pass around ParsedLines
jesopo
2019-06-22
1
-38
/
+39
*
Mode mode (and mode arg) parsing to IRCChannel.py, add IRCChannel.mode_str
jesopo
2019-06-13
1
-3
/
+2
*
v1.8.0 release
jesopo
2019-06-03
1
-8
/
+8
*
`has_capability` -> `has_capability_str`, add new `has_capability`
jesopo
2019-05-20
1
-1
/
+1
*
Handle dangling spaces at the end of a NAMES response
jesopo
2019-05-09
1
-0
/
+5
*
Only split NAMES reply at literal space, .split() is overzealous
jesopo
2019-05-09
1
-1
/
+1
*
Only handle 324 when we're actually in the channel
jesopo
2019-05-04
1
-5
/
+6
*
Add/remove people from channels before received.join/received.part events
jesopo
2019-04-15
1
-11
/
+16
*
Set a user's username/hostname/account BEFORE sending a received.join
jesopo
2019-03-06
1
-9
/
+8
*
Set username/hostname on users on JOIN regardless of whether we know theirs
•••
already
jesopo
2019-03-06
1
-3
/
+2
*
Treat our own user as a regular user throughout line_handler
jesopo
2019-03-05
1
-31
/
+31
*
Minor refactors across line_handler
jesopo
2019-03-03
1
-6
/
+4
*
Add IRCServer.has_capability and use it throughout line_handler
jesopo
2019-03-03
1
-1
/
+1
*
`.on` doesn't take kwargs - `.call` does
jesopo
2019-02-22
1
-6
/
+6
*
Split line_handler.py out in to different files for different categories
jesopo
2019-02-22
1
-0
/
+159