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
/
src
/
core_modules
/
format_activity.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
utilise @utils.export for function exporting in more places
jesopo
2020-02-19
1
-3
/
+1
|
*
format and print ACCOUNT events
jesopo
2020-02-09
1
-0
/
+13
|
*
chghost events no longer have 'username'/'hostname' kwargs
jesopo
2020-02-05
1
-2
/
+2
|
*
split utils.datetime out in to .parse and .format
jesopo
2020-01-30
1
-2
/
+2
|
*
show topic timestamp in a more human readable format
jesopo
2020-01-26
1
-1
/
+1
|
*
remove received.server-notice related code
jesopo
2020-01-23
1
-6
/
+0
|
*
simplify snotice detection, handle as normal NOTICE
jesopo
2020-01-23
1
-2
/
+2
|
*
typo; 'resaon' -> 'reason'
jesopo
2020-01-22
1
-1
/
+1
|
*
`user` varaible doesn't exist in invite formatting code
jesopo
2020-01-20
1
-1
/
+1
|
|
|
|
closes #231
*
colourise server name for server notice formatting
jesopo
2020-01-20
1
-2
/
+2
|
*
{~TNICK}, not {TNICK}
jesopo
2020-01-20
1
-1
/
+1
|
*
better formatting for server notices
jesopo
2020-01-20
1
-2
/
+2
|
*
show account and realname in JOIN formatting when available
jesopo
2020-01-20
1
-2
/
+12
|
*
provide {NICK} as well as {~NICK} as default formatting args
jesopo
2020-01-20
1
-1
/
+1
|
*
don't overwrite `line` in MOTD formatting
jesopo
2020-01-20
1
-2
/
+2
|
*
also do .format(**) when there's no `user` object
jesopo
2020-01-20
1
-6
/
+7
|
*
do all user-provided formatting as {VAR} formatting
jesopo
2020-01-20
1
-41
/
+47
|
|
|
|
otherwise, e.g., a PRIVMSG with {~NICK} will be replaced with user nickname
*
_on_topic doesn't always have a user
jesopo
2020-01-17
1
-2
/
+2
|
*
export function for formatting activity lines
jesopo
2020-01-17
1
-0
/
+3
|
*
refactor format_activity to use {FORMATTING} for maybe-colored things
jesopo
2020-01-17
1
-114
/
+73
|
*
move core modules to src/core_modules, make them uneffected by white/black list
jesopo
2019-12-10
1
-0
/
+285