diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-10-02 18:49:01 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-10-02 18:49:01 +0100 |
commit | baa042fac89b9960de59b8d9a24c6791365ec17d (patch) | |
tree | f570f72a10d0dd97fb9bb8c9bc296ee013bc3cf5 /TODO | |
parent | a2f388e16891f71d97066cf2803d02ad61bae6d5 (diff) |
Various typo fixes.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1 +1,13 @@ All the TODOs sprinkled throughout the code! + +Configurable rotation of replay and debug logs. + +Add a make install/uninstall/etc., add an "INSTALL" file, include a dependency listing. + +"|| LOG_MODE" should be "type == LOG_MODE" in logging.c. + +macOS compiler may need limits.h included in structures.h. + +replaymode = "lastspoke" causes huge amounts of spam from extractnickfromprefix() and friends in full debug mode. + +Very slow processing of removenickfromallchannels() when another user QUITs (sometimes). |