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
/
format_activity.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
update channel.topic_setter-related code
jesopo
2019-09-16
1
-1
/
+1
*
get_user_status() -> get_user_modes(), filter in format_activity.py
jesopo
2019-09-12
1
-1
/
+2
*
prefix formatted KICKs with "- "
jesopo
2019-08-16
1
-2
/
+5
*
return parsed modes from IRCChannel.parse_modes, pass through mode events
jesopo
2019-07-03
1
-2
/
+2
*
pass IRCUser objects through formatted.notice events
jesopo
2019-07-02
1
-2
/
+3
*
Pass channel object along with formatted.notice.channel events
jesopo
2019-07-02
1
-1
/
+1
*
Remove PRIORITY values for NOTICE events - i dont think we need them
jesopo
2019-07-01
1
-3
/
+3
*
Only show highest channel access symbol in format_activity.py
jesopo
2019-06-23
1
-6
/
+4
*
pass ParsedLine on message and formatted.* message events
jesopo
2019-06-21
1
-3
/
+3
*
pass from_self arg in formatted.* message events
jesopo
2019-06-21
1
-5
/
+8
*
remove extra formatted.notice format param
jesopo
2019-06-20
1
-4
/
+4
*
Change formatted.notice format to have `context`
jesopo
2019-06-20
1
-2
/
+3
*
Pass along minimalistic formatted lines, as well as prettier ones
jesopo
2019-06-05
1
-11
/
+27
*
Add a space between channel name and kick reason in format_activity.py
jesopo
2019-04-16
1
-1
/
+1
*
Show QUIT reason as "" not None
jesopo
2019-04-02
1
-1
/
+1
*
Set PART `reason` to "" when it's None
jesopo
2019-04-02
1
-1
/
+1
*
Show user hostmask (not just nick) on formatted.join
jesopo
2019-03-12
1
-1
/
+1
*
Fix local variable overwrite for `reason` in formatted.quit logic
jesopo
2019-03-08
1
-6
/
+3
*
prefix formatted.mode.channel with "- "
jesopo
2019-03-08
1
-1
/
+1
*
Send IRCUser object on formatted.quit event
jesopo
2019-03-07
1
-1
/
+1
*
"- " should have been inside the string
jesopo
2019-03-07
1
-1
/
+1
*
Prefix user-related lines in format_activity with "- "
jesopo
2019-03-07
1
-4
/
+4
*
Send IRCChannel on formatted.topic-timestamp event
jesopo
2019-03-06
1
-1
/
+1
*
don't utils.irc.parse_format in format_activity.py, so we don't have to use
•••
raw_line in channel_log
jesopo
2019-03-06
1
-2
/
+1
*
Attach channel object to formatted.rename events
jesopo
2019-03-06
1
-1
/
+2
*
Pass IRCChannel and IRCUser objects on formatted events where applicable
jesopo
2019-03-06
1
-24
/
+34
*
Do format parsing (color, bold, etc) in format_activity.py
jesopo
2019-03-06
1
-2
/
+2
*
private notices shouldn't be sent out as formatted.notice.channel
jesopo
2019-03-05
1
-6
/
+13
*
_on_topic doesn't take an IRCChannel param
jesopo
2019-03-05
1
-1
/
+1
*
We need to pass a user object to _privmsg
jesopo
2019-03-05
1
-4
/
+9
*
Use utils.ISO8601_PARSE in format_activity
jesopo
2019-03-05
1
-1
/
+1
*
import datetime in format_activity.py
jesopo
2019-03-05
1
-0
/
+1
*
Move formatted lines to loggable format to format_activity.py
jesopo
2019-03-05
1
-0
/
+162