X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=TODO;h=be02e02c3347b412955ede561486f8dc467803f4;hb=c4ec0cdc926fdc4a54fc583712065532030a6061;hp=930caeb89ffa6eaeed74105d23e156d206f55523;hpb=abc200ac05bb9c6c7cafd217ecd4e0de23f1dd26;p=cascardo%2Frnetproxy.git diff --git a/TODO b/TODO index 930caeb..be02e02 100644 --- a/TODO +++ b/TODO @@ -1,34 +1,15 @@ -A list of TODO items that should be more detailed in a ROADMAP, -perhaps. +Immediately: +* Remove connection/socket leaks. +* Support server-side (client-to-proxy) SSL connections. +* Configuring SSL support, like certificates and keys. +* Configuring access control policy. -Next soon releases: +Some easy protocol support: +* Support APOP. +* Support STLS. -* Support SRV DNS record lookups. -* Support TLS connections. -* Identify user identities and log that. -* Block based on sender/destination JID. +Some extensibility support: +* Support gateway proxies based on username maps. - -Later releases: - -* Allow online configuration of addresses to block accepting HTTP -connections, perhaps. Jabber commands would be nice too. -* Support other protocols. -* Distinguish between types of data/messages and block based on them. -* Support other criteria for blocking, like time/day of day/week. -* Archive data transmitted and allow administrator to read it. - - -Protocol messing: - -* Start TLS for clients that don't and even send them an invalid -certificate if they don't check if it's a valid one (all configurable -by administrator) -* Intercept archive configuration and use it for the proxy archiving -feature itself. - - -Protocol updates? - -* Design and publish JEP to allow non-transparent proxies. -* Design and publish JEP for proxy configuration. \ No newline at end of file +Some sysadmin cake: +* Configuration interface besides CLI.