X-Git-Url: http://git.samba.org/samba.git/?p=jelmer%2Fctrlproxy.git;a=blobdiff_plain;f=NEWS;h=7e08cc37fa4503c900841a52ef9f4bf333ca6f06;hp=ae5b79eb205f30d9fdb94281f710ca7f30158abf;hb=97c93e650f79fc1b9e930e8c10273da80cabe204;hpb=64d0b6739f252c474984d2312539691f780ca732 diff --git a/NEWS b/NEWS index ae5b79e..7e08cc3 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,44 @@ Otherwise indicated differently, all changes made by Jelmer Vernooij. -Ctrlproxy 3.0.4 UNRELEASED +Ctrlproxy 3.0.5 UNRELEASED + + IMPROVEMENTS + + * Integrate auto-away module into the core. + + * New settings ``autosave'', ``replication'' + +Ctrlproxy 3.0.4 2007-11-24 IMPROVEMENTS * Add ctrlproxy-admin command for command-line access to the admin network. + * Send message to the client when ctrlproxy connects to the network. + + * Announce number of clients/channels during client login. (#162) + + * Add "set" command in the administration interface, including + initial settings "log_level", "motd-file" and "report-time". (#6) + + * Add "default-network" setting. + BUG FIXES + + * Don't allow disconnect of admin network. (#164) + + * Clearer error messages during disconnect. + + * Handle ping timeouts from server. (#158) + + * Don't crash when network of listener goes away. (#168) + + * Don't abort when sending colon to listener. (#167) + + * Handle 263 response correctly. + + * Properly send non-data lines when using repl_lastdisconnect. (#146) * No longer "skip" users on reconnect. (#146) @@ -20,6 +51,8 @@ Ctrlproxy 3.0.4 UNRELEASED * Integrate listeners into the core. + * Reconcile log_custom and log_irssi. (#114) + * Integrate socks support into listener code. Socks connections can now be accepted at the same port as other connections. @@ -46,7 +79,9 @@ Ctrlproxy 3.0.4 UNRELEASED * Make connect to networks non-blocking. (#133) - * Support IRCD 005 parameter. (#160) + * Support IRCD 005 parameter. (#160) + + * Redirect DCC messages to clients. (#163) NEW FEATURES