jesopo
|
77fa2b7b00
|
separate server name and context name with ":" in print_activity.py
|
2019-11-19 17:23:00 +00:00 |
|
jesopo
|
2fb689494c
|
allow channels to be excluded from print_activity.py
|
2019-11-14 13:25:41 +00:00 |
|
jesopo
|
9af23c686d
|
pretty will always be in event but it might be None
|
2019-11-14 11:55:59 +00:00 |
|
jesopo
|
160fab8f4f
|
separate formatted lines from pretty formatted lines
|
2019-11-14 11:48:51 +00:00 |
|
jesopo
|
a73629bbf7
|
format and print CHGHOST events
|
2019-10-31 15:35:53 +00:00 |
|
jesopo
|
ae9d099a41
|
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
|
2019-06-28 23:16:05 +01:00 |
|
jesopo
|
268c5adb3c
|
Add depends-on hashflags to relevant modules
|
2019-05-25 21:40:06 +01:00 |
|
jesopo
|
cf29c37112
|
Add usage examples for all settings
|
2019-05-23 10:28:14 +01:00 |
|
jesopo
|
1a2309e4fc
|
add 'print-motd' bot setting, to enable/disable printing motd to log
|
2019-05-02 10:24:01 +01:00 |
|
jesopo
|
ed3fc0e5d4
|
don't utils.irc.parse_format in format_activity.py, so we don't have to use
raw_line in channel_log
|
2019-03-06 14:30:33 +00:00 |
|
jesopo
|
bca0d38388
|
Also print private notices
|
2019-03-06 08:08:40 +00:00 |
|
jesopo
|
b5b841033f
|
Do format parsing (color, bold, etc) in format_activity.py
|
2019-03-06 08:08:20 +00:00 |
|
jesopo
|
0a5ebd0cf4
|
Use utils.ISO8601_PARSE in format_activity
|
2019-03-05 09:30:10 +00:00 |
|
jesopo
|
db9744a0b5
|
Move formatted lines to loggable format to format_activity.py
|
2019-03-05 09:19:06 +00:00 |
|
jesopo
|
faf2401069
|
'received.numeric.###' -> 'received.###' throughout project
|
2019-02-16 15:53:14 +00:00 |
|
jesopo
|
e51c653c1e
|
Parse and print when we send QUIT commands (line_handler, print_activity)
|
2019-02-15 19:58:51 +00:00 |
|
jesopo
|
776f2faced
|
Actually use new sender arg for _on_notice() (print_activity.py)
|
2019-01-17 14:51:44 +00:00 |
|
jesopo
|
588b54b40b
|
Print when we send notices (print_activity.py)
|
2019-01-17 14:50:07 +00:00 |
|
jesopo
|
598fcb80b9
|
'to_ansi_colors(' -> 'parse_format(' as it's become a lot more than just colors.
strip \x08 (in case hexchat users paste it) (print_activity.py, src.utils.irc)
|
2019-01-13 21:56:36 +00:00 |
|
jesopo
|
cb3e40a462
|
Print a topic's set at time when we receive a 333 (print_activity.py)
|
2019-01-02 13:39:49 +00:00 |
|
jesopo
|
4ae7d3fbab
|
Show who invited who when printing and invite (print_activity.py)
|
2018-11-27 17:36:22 +00:00 |
|
jesopo
|
6077d06c99
|
Copypaste fail, 'target_channel' -> 'event["target_channel"]'
(print_activity.py)
|
2018-11-27 17:34:10 +00:00 |
|
jesopo
|
e47edbddfb
|
Print when we receive and INVITE
|
2018-11-27 17:33:24 +00:00 |
|
jesopo
|
e262af4acf
|
'self.message.*' now uses 'send.message.*'
|
2018-11-14 22:54:27 +00:00 |
|
jesopo
|
765ae0fcf9
|
Add code to tokenize and ansi-replace IRC colors; use this in
modules/print_activity.py
|
2018-11-13 17:23:28 +00:00 |
|
jesopo
|
555e8faa03
|
Print MOTD in modules/print_activity.py (after caching it in
modules/line_handler.py)
|
2018-11-13 14:59:47 +00:00 |
|
jesopo
|
7c3a8e7444
|
Prettyprint channel RENAMEs
|
2018-11-05 16:42:33 +00:00 |
|
jesopo
|
17caaa08dd
|
Actually use the sorted mode list in print_activity
|
2018-10-04 04:46:32 +01:00 |
|
jesopo
|
75f8f4d955
|
Fix order of user status symbols in modules/print_activity.py
|
2018-10-03 17:11:01 +01:00 |
|
jesopo
|
04ab018048
|
Correctly get BitBot's own modes in modules/print_activity.py
|
2018-10-03 16:47:52 +01:00 |
|
jesopo
|
ce2231900d
|
Print user status symbols in modules/print_activity.py
|
2018-10-03 16:44:44 +01:00 |
|
jesopo
|
69d58eede2
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
related functionality
|
2018-10-03 13:22:37 +01:00 |
|
jesopo
|
120acf54ec
|
Add 'trace' logging level for src/Database.py and src/EventManager.py very
verbose debugging
|
2018-10-01 13:48:22 +01:00 |
|
jesopo
|
8b0314b190
|
Use ModuleManager.BaseModule in more modules
|
2018-09-27 11:46:10 +01:00 |
|
jesopo
|
51a52e2b0e
|
Switch to using @Utils.hook and docstrings for event hooks
|
2018-09-26 18:27:17 +01:00 |
|
jesopo
|
ecb9d7cb3f
|
Move most code in root directory to src/
|
2018-09-24 15:13:27 +01:00 |
|
jesopo
|
fcbb7c960c
|
Refactor everything to use delimited events
|
2018-09-19 13:25:12 +01:00 |
|
jesopo
|
ecc93183f5
|
Print mode changes in print_activity
|
2018-09-02 22:41:04 +01:00 |
|
jesopo
|
8c6ab17e57
|
give an Exports object (actually, ExportsContex object) to each module, to
facilitate things like !set and !channelset without using the events system
|
2018-09-02 19:54:45 +01:00 |
|
jesopo
|
9874f79b49
|
Give modules event objects with "context"s, to facilitate purging all the event
hooks for a module
|
2018-08-31 12:55:52 +01:00 |
|
jesopo
|
669aa32c31
|
Report actual topic setter (use 333, not 332)
|
2018-08-29 15:17:06 +01:00 |
|
jesopo
|
3ec521538a
|
Print topics in print_activity.py
|
2018-08-29 14:57:40 +01:00 |
|
jesopo
|
e5a5fa5c4b
|
modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change logging
to be an object on the server object instead of an event call
|
2018-08-28 12:23:57 +01:00 |
|
jesopo
|
5e42608ead
|
Improved logging, added TRACE logging in Database.py to see how it performs
|
2018-08-05 11:30:43 +01:00 |
|
jesopo
|
1c50a27564
|
Added missing ")" in print_activity.py
|
2018-07-31 08:48:37 +01:00 |
|
jesopo
|
46e124a5db
|
Included notices in print_activity, don't always print channel name
|
2018-07-23 10:20:00 +01:00 |
|
jesopo
|
e73d056b34
|
include quit reasons in print_activity if present
|
2018-07-20 13:12:55 +01:00 |
|
jesopo
|
2b30ffc71b
|
fix print_activity still using old EventManager priority location
|
2018-07-15 23:55:21 +01:00 |
|
jesopo
|
66397cb24a
|
Made part/quit print_activity functions more uniform
|
2018-07-15 15:22:37 +01:00 |
|
jesopo
|
01f9f51ef2
|
print_messages->print_activity, print more things!
|
2018-07-15 14:14:20 +01:00 |
|