13 Commits

Author SHA1 Message Date
df4888bc9a
implemented 2025-03-08 17:30:19 -08:00
39fd70cba5
housekeeping: more cleanup of stale code and files. cleaned up TODO (and updated it) 2025-02-25 05:27:12 -08:00
dd2177bd12
dummy commit 2025-02-25 03:23:24 -08:00
d841360031 v1.2.1: Fix redundant admin text in help command output 2025-02-25 03:09:20 -08:00
d7af7baa61
add quiet/unquiet commands to suppress song change announcements 2025-02-25 00:00:45 -08:00
9c978c4773
initial implementation of logging with an abstracted logger 2025-02-24 23:12:15 -08:00
0face72fd4
initial re-implementation of basic debugging 2025-02-24 22:44:06 -08:00
afff3d1161
removed all logging due to broken implementation - known good state 2025-02-24 21:48:51 -08:00
252fdf4db1
improved logging, added docs, better help support, much improved instancing, pip installable 2025-02-24 14:26:48 -08:00
6817437380
chore: prepare release 1.0.1 2025-02-24 11:17:23 -08:00
3cd3e98094
Release version 1.0.0 2025-02-24 11:08:25 -08:00
4a3a82826d
feat(logging): Enhance logging system with colored identifiers and error handling
- Add colored and right-aligned bot identifiers in logs with consistent column width
- Implement unique color assignment for each bot instance (falls back to hash-based when colors exhausted)
- Add padding system to maintain uniform column alignment across all bot instances
- Redirect asif library logs to ERROR.log file
- Add ERROR.log to .gitignore
- Improve log formatting with timestamps and bot identifiers
- Implement dynamic column width adjustment when new bots join
2025-02-23 09:02:46 -08:00
eca2b4f873
initial commit 2025-02-23 00:55:11 -08:00