aboutsummaryrefslogtreecommitdiff
path: root/modules/print_activity.py
Commit message (Collapse)AuthorAgeFilesLines
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-101-48/+0
|
* separate server name and context name with ":" in print_activity.pyGravatar jesopo2019-11-191-2/+2
|
* allow channels to be excluded from print_activity.pyGravatar jesopo2019-11-141-0/+6
|
* `pretty` will always be in `event` but it might be NoneGravatar jesopo2019-11-141-2/+1
|
* separate formatted lines from pretty formatted linesGravatar jesopo2019-11-141-1/+8
|
* format and print CHGHOST eventsGravatar jesopo2019-10-311-0/+1
|
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-3/+2
|
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+3
|
* Add usage examples for all settingsGravatar jesopo2019-05-231-1/+2
|
* add 'print-motd' bot setting, to enable/disable printing motd to logGravatar jesopo2019-05-021-4/+13
|
* don't utils.irc.parse_format in format_activity.py, so we don't have to useGravatar jesopo2019-03-061-1/+2
| | | | raw_line in channel_log
* Also print private noticesGravatar jesopo2019-03-061-0/+1
|
* Do format parsing (color, bold, etc) in format_activity.pyGravatar jesopo2019-03-061-5/+2
|
* Use utils.ISO8601_PARSE in format_activityGravatar jesopo2019-03-051-2/+0
|
* Move formatted lines to loggable format to format_activity.pyGravatar jesopo2019-03-051-146/+18
|
* 'received.numeric.###' -> 'received.###' throughout projectGravatar jesopo2019-02-161-2/+2
|
* Parse and print when we send QUIT commands (line_handler, print_activity)Gravatar jesopo2019-02-151-2/+8
|
* Actually use new `sender` arg for _on_notice() (print_activity.py)Gravatar jesopo2019-01-171-1/+1
|
* Print when we send notices (print_activity.py)Gravatar jesopo2019-01-171-3/+11
|
* 'to_ansi_colors(' -> 'parse_format(' as it's become a lot more than just colors.Gravatar jesopo2019-01-131-1/+2
| | | | strip \x08 (in case hexchat users paste it) (print_activity.py, src.utils.irc)
* Print a topic's set at time when we receive a 333 (print_activity.py)Gravatar jesopo2019-01-021-0/+7
|
* Show who invited who when printing and invite (print_activity.py)Gravatar jesopo2018-11-271-2/+3
|
* Copypaste fail, 'target_channel' -> 'event["target_channel"]'Gravatar jesopo2018-11-271-1/+1
| | | | (print_activity.py)
* Print when we receive and INVITEGravatar jesopo2018-11-271-0/+5
|
* 'self.message.*' now uses 'send.message.*'Gravatar jesopo2018-11-141-1/+1
|
* Add code to tokenize and ansi-replace IRC colors; use this inGravatar jesopo2018-11-131-1/+1
| | | | modules/print_activity.py
* Print MOTD in modules/print_activity.py (after caching it inGravatar jesopo2018-11-131-0/+5
| | | | modules/line_handler.py)
* Prettyprint channel RENAMEsGravatar jesopo2018-11-051-0/+5
|
* Actually use the sorted mode list in print_activityGravatar jesopo2018-10-041-1/+1
|
* Fix order of user status symbols in modules/print_activity.pyGravatar jesopo2018-10-031-0/+2
|
* Correctly get BitBot's own modes in modules/print_activity.pyGravatar jesopo2018-10-031-6/+7
|
* Print user status symbols in modules/print_activity.pyGravatar jesopo2018-10-031-4/+13
|
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-18/+18
| | | | related functionality
* Add 'trace' logging level for src/Database.py and src/EventManager.py veryGravatar jesopo2018-10-011-26/+19
| | | | verbose debugging
* Use ModuleManager.BaseModule in more modulesGravatar jesopo2018-09-271-5/+2
|
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-32/+20
|
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
|
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-17/+17
|
* Print mode changes in print_activityGravatar jesopo2018-09-021-0/+10
|
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-1/+1
| | | | facilitate things like !set and !channelset without using the events system
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-17/+17
| | | | hooks for a module
* Report actual topic setter (use 333, not 332)Gravatar jesopo2018-08-291-7/+9
|
* Print topics in print_activity.pyGravatar jesopo2018-08-291-0/+11
|
* modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change loggingGravatar jesopo2018-08-281-3/+1
| | | | to be an object on the server object instead of an event call
* Improved logging, added TRACE logging in Database.py to see how it performsGravatar jesopo2018-08-051-1/+3
|
* Added missing ")" in print_activity.pyGravatar jesopo2018-07-311-1/+1
|
* Included notices in print_activity, don't always print channel nameGravatar jesopo2018-07-231-5/+26
|
* include quit reasons in print_activity if presentGravatar jesopo2018-07-201-1/+2
|
* fix print_activity still using old EventManager priority locationGravatar jesopo2018-07-151-2/+1
|
* Made part/quit print_activity functions more uniformGravatar jesopo2018-07-151-3/+2
|