diff options
author | Luke Bratch <luke@bratch.co.uk> | 2021-01-18 21:51:00 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2021-01-18 21:51:00 +0000 |
commit | a16d9bdecb572bb266a84ec90767d613ce8ce255 (patch) | |
tree | 865c745fab117969647ea722334f35304595a7d5 /TODO | |
parent | 323e273bc7dbc2b244e536a10b6c370651c76b8a (diff) |
Make the "channels" configuration file entry an array.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,8 +4,6 @@ Configurable rotation of replay and debug logs. Configurable timestamp format in logs. -Add a make install/uninstall/etc., add an "INSTALL" file, include a dependency listing. - macOS compiler may need limits.h included in structures.h. "Starting log replay...." followed by "Unable to read replay log file!" even though replay seemed to work? @@ -16,6 +14,6 @@ Can memory usage be reduced further? (e.g. better channel struct management) Ability to load new certificate whilst running. -Make the "channels" configuration file entry an array. +JOINing a channel that is a substring of another channel breaks all sorts (e.g. both #blabouncer and #blabounce). Crash when requesting 30 hour replay. |