diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -15,10 +15,6 @@ Allow connecting to a passworded server. Might need to #include <limits.h> in blabouncer.c to make some operating systems and/or compilers happy. -Can't update greeting if server changed our nick (e.g. nick protection), then we tried to change it back, but it was now in use (e.g. by services enforcer), so our 433 handling tries to change it again. -Maybe only do 433 handling if we're not registered yet? -(Might be fixed by adding missing free() to fix memory leak in this commit - need to re-test.) - Support autojoining passworded channels. Test CTCP. |