aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/format_activity.py
Commit message (Expand)AuthorAgeFilesLines
* show topic timestamp in a more human readable formatGravatar jesopo2020-01-261-1/+1
* remove received.server-notice related codeGravatar jesopo2020-01-231-6/+0
* simplify snotice detection, handle as normal NOTICEGravatar jesopo2020-01-231-2/+2
* typo; 'resaon' -> 'reason'Gravatar jesopo2020-01-221-1/+1
* `user` varaible doesn't exist in invite formatting code•••closes #231 Gravatar jesopo2020-01-201-1/+1
* colourise server name for server notice formattingGravatar jesopo2020-01-201-2/+2
* {~TNICK}, not {TNICK}Gravatar jesopo2020-01-201-1/+1
* better formatting for server noticesGravatar jesopo2020-01-201-2/+2
* show account and realname in JOIN formatting when availableGravatar jesopo2020-01-201-2/+12
* provide {NICK} as well as {~NICK} as default formatting argsGravatar jesopo2020-01-201-1/+1
* don't overwrite `line` in MOTD formattingGravatar jesopo2020-01-201-2/+2
* also do .format(**) when there's no `user` objectGravatar jesopo2020-01-201-6/+7
* do all user-provided formatting as {VAR} formatting•••otherwise, e.g., a PRIVMSG with {~NICK} will be replaced with user nickname Gravatar jesopo2020-01-201-41/+47
* _on_topic doesn't always have a userGravatar jesopo2020-01-171-2/+2
* export function for formatting activity linesGravatar jesopo2020-01-171-0/+3
* refactor format_activity to use {FORMATTING} for maybe-colored thingsGravatar jesopo2020-01-171-114/+73
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-101-0/+285