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
/
message.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
only add BufferLine to buffer *after* received.message.* callback
jesopo
2019-11-30
1
-11
/
+10
*
remove IRCBuffer.skip_next (not used), pass buffer lines on message events
jesopo
2019-11-27
1
-6
/
+9
*
pass username/hostname to get_user() so new.user events have that information
jesopo
2019-09-27
1
-3
/
+3
*
update username/hostname of Users when they send PRIVMSG/NOTICE/TAGMSG
jesopo
2019-09-26
1
-0
/
+2
*
refactor all checks for channel_type to server.is_channel()
jesopo
2019-09-20
1
-3
/
+2
*
Change raw.send and raw.receive commands to just pass around ParsedLines
jesopo
2019-06-22
1
-17
/
+17
*
pass ParsedLine on message and formatted.* message events
jesopo
2019-06-21
1
-1
/
+1
*
remove echo-message considerations from line_handler/message.py
jesopo
2019-06-21
1
-12
/
+5
*
pass from_self through message/notice/tagmsg vents
jesopo
2019-06-20
1
-1
/
+1
*
only add to IRCBuffer when there's actually a message (e.g. exclude TAGMSG)
jesopo
2019-06-08
1
-4
/
+6
*
We should look at ISUPPORT's STATUSMSG token instead of PREFIX
jesopo
2019-06-08
1
-1
/
+1
*
Differentiate between send and received ctcp events
jesopo
2019-06-03
1
-6
/
+8
*
pass `is_channel` through CTCP events, fire generic "got a ctcp" event
jesopo
2019-06-03
1
-1
/
+4
*
v1.8.0 release
jesopo
2019-06-03
1
-9
/
+9
*
Check from_self, not if target==is_own_nickname, use from_self when adding to
•••
buffer obj
jesopo
2019-06-03
1
-2
/
+2
*
buffer lines in private messages should be stored against the sender
jesopo
2019-06-03
1
-1
/
+6
*
Only parse CTCP when we're not in a TAGMSG event
jesopo
2019-06-03
1
-13
/
+15
*
Consolidate PRIVMSG, NOTICE and TAGMSG handlers in to 1 function
jesopo
2019-06-03
1
-121
/
+57
*
Check if a PRIVMSG/NOTICE is send *from* us before we check if it's sent *to* us
•••
- so `user` isn't null when bitbot messages himself.
jesopo
2019-05-22
1
-8
/
+8
*
Remove references to STATUSMSG - just pass around a raw `target_str` (target
•••
without statusmsg chars stripped off)
jesopo
2019-05-21
1
-7
/
+4
*
`has_capability` -> `has_capability_str`, add new `has_capability`
jesopo
2019-05-20
1
-1
/
+1
*
Enum values shouldn't be all upper case
jesopo
2019-03-10
1
-1
/
+1
*
Don't treat ACTION CTCP as a different event to normal PRIVMSGs
jesopo
2019-03-06
1
-1
/
+2
*
@utils.hook shouldn't be in line_handler/message.py
jesopo
2019-03-03
1
-2
/
+0
*
Add IRCServer.has_capability and use it throughout line_handler
jesopo
2019-03-03
1
-1
/
+1
*
Split PRIVMSG last param explicitly by `" "` to make message_split
jesopo
2019-02-23
1
-4
/
+3
*
Typo, 'taget' -> 'target'
jesopo
2019-02-22
1
-1
/
+1
*
Split line_handler.py out in to different files for different categories
jesopo
2019-02-22
1
-0
/
+168