X-Git-Url: http://git.samba.org/samba.git/?p=jelmer%2Fctrlproxy.git;a=blobdiff_plain;f=NEWS;h=a2e48285c781b9ad184ec5d326062b2f505ae85f;hp=e28b16b24a36484e7ee1ab10e39d3908ba4b3a98;hb=90a9ff2f8433d6250cf30691d76f6f92eaed38aa;hpb=9abbdb864210987102e62daa6c846809042b1bb3 diff --git a/NEWS b/NEWS index e28b16b..a2e4828 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,45 @@ Otherwise indicated differently, all changes made by Jelmer Vernooij. -Ctrlproxy 3.0.2 UNRELEASED +Ctrlproxy 3.0.3 UNRELEASED + + BUG FIXES + + * Handle 470 response correctly. + + * Recognize supported channel / user modes correctly. + + * Properly store topic_set_time and topic_set_by in the + linestack. (#108) + + * Reset idle time when AWAY is used in auto-away (#121) + + * Fix crash when using /CTRLPROXY without arguments + + * Don't update config when we're disconnecting during shutdown. (#113) + + * Handle 354 response correctly. (#134) + + * Handle responses after forced joins correctly. (#125) + + * Handle 250 response correctly. (#138) + + * Handle 263 response correctly. (#135) + + * Handle 330 response correclty. (#137) + + INTERNALS + + * Use GIOChannels for reading the motd. + (patch by Emanuele Giaquinta ) + + PORTABILITY + + * Include netinet/in.h in src/utils.c and src/network.c. Required + for building on FreeBSD. Reported by underlig. + + +Ctrlproxy 3.0.2 2007-04-15 BUG FIXES @@ -47,6 +85,14 @@ Ctrlproxy 3.0.2 UNRELEASED * Handle disconnects of clients properly (#108) + * Fix handling of non-UTF8 characters in linestack_file. + + * Don't use CHARSETs by default (#117). + + * Never send origin to the server (#122). + + * Added support for 307 responses. + FEATURES * More advanced help support @@ -63,10 +109,9 @@ Ctrlproxy 3.0.2 UNRELEASED NICKLEN, MAXBANS, MODES, NICKLEN, MAXBANS, TOPICLEN, KICKLEN, AWAYLEN, MAXTARGETS, WALLCHOPS, WALLVOICES, RFC2812, PENALTY, FNC, SAFELIST, USERIP, CNOTICE, KNOCK, VCHANNELS, WHOX, CALLERID, - ACCEPT, KEYLEN, USERLEN, HOSTLEN and SILENCE - - * Default to binding to 127.0.0.1 if no IP was specified in the - listener, instead of 0.0.0.0. + ACCEPT, KEYLEN, USERLEN, HOSTLEN, MAXCHANNELLEN, + MAXNICKLEN, DEAF, ELIST, MAXPARA, NAMESX, SECURELIST, WATCH + REMOVE, MAP, OVERRIDE, VBANLIST and SILENCE * Print actual address that a listener bound to. @@ -75,7 +120,7 @@ Ctrlproxy 3.0.2 UNRELEASED * Remove is_private from line struct (#12). (patch by Emanuele Giaquinta ) - * Implement ISON, USERHOST, WHO, JOIN, PART for admin networks. (#99) + * Implement ISON, USERHOST, WHO, WHOIS, JOIN, PART, AWAY for admin networks. (#99) PORTABILITY