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 (
Collapse
)
Author
Age
Files
Lines
*
move core modules to src/core_modules, make them uneffected by white/black list
jesopo
2019-12-10
1
-285
/
+0
|
*
set private NOTICE context so print_activity shows who a notice was sent to
jesopo
2019-11-19
1
-7
/
+4
|
*
refactor formatting privmsg/notice, show symbols on notice
jesopo
2019-11-15
1
-35
/
+26
|
*
move all datetime-related code from utils/__init__ to utils.datetime
jesopo
2019-11-15
1
-1
/
+2
|
*
dont use "%s %s"%("thing", "%s") trick - messes up when "thing" has %
jesopo
2019-11-15
1
-33
/
+43
|
*
add minimal/normal for "topic set at" lines
jesopo
2019-11-14
1
-3
/
+6
|
*
`nickname` doesn't exist in `_on_chghost`
jesopo
2019-11-14
1
-3
/
+3
|
*
`nickname` doesn't exist in _on_part, should be user.nickname
jesopo
2019-11-14
1
-3
/
+3
|
*
typo, 'mode_str' -> 'modes_str'
jesopo
2019-11-14
1
-1
/
+1
|
*
don't duplicate `event["user"].nickname` for prettified invite format
jesopo
2019-11-14
1
-2
/
+2
|
*
typo, 'prettyb' -> 'pretty
jesopo
2019-11-14
1
-1
/
+1
|
*
separate formatted lines from pretty formatted lines
jesopo
2019-11-14
1
-77
/
+122
|
*
change formatted JOIN to have userhost in parens
jesopo
2019-11-13
1
-1
/
+3
|
*
change formatted NOTICEs to be denoted by "-nick-" (PRIVMSG as "<nick>")
jesopo
2019-11-11
1
-1
/
+1
|
*
colorize nicknames on more line formatting events
jesopo
2019-11-11
1
-12
/
+23
|
*
colorize nicks on JOIN formatting
jesopo
2019-11-11
1
-2
/
+4
|
*
add bot-wide option to colorize nicknames in formatted output
jesopo
2019-11-11
1
-6
/
+16
|
*
'changed host (_@_)' -> 'changed host to _@_'
jesopo
2019-10-31
1
-1
/
+1
|
*
format and print CHGHOST events
jesopo
2019-10-31
1
-0
/
+8
|
*
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
jesopo
2019-03-06
1
-2
/
+1
|
|
|
|
raw_line in channel_log
*
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
|
[next]