From 20b066f6f48df021436aee5840aa94a01ddac97d Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Sun, 2 Feb 2014 08:54:48 -0800 Subject: [PATCH] Add TODO for elemental-ircd 6.6 --- TODO.markdown | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 TODO.markdown diff --git a/TODO.markdown b/TODO.markdown new file mode 100644 index 0000000..49cfab5 --- /dev/null +++ b/TODO.markdown @@ -0,0 +1,23 @@ +# TODO + +## elemental-ircd 6.6 + + - [ ] Finish websocket support + - [x] Configuration for websocket ports + - [x] HTTP parsing of websocket data + - [ ] Client connections via websockets + - [x] Send cloaked host as METADATA + - [x] Fix a flaw in the kick permission logic + - [x] Fix segfault on `autojoin_opers` + - [x] Update many of the helpfiles with the proper permissions + - [ ] extban by certfp + +### Services Modules + + - [ ] Support METADATA for the cloaked host + - [ ] Anope 2.0 + - [ ] Atheme + - [ ] Have /hs off re-set the cloaked host instead of the user's real hostmask + - [ ] Anope 2.0 + - [ ] Atheme +