diff --git a/ChangeLog b/ChangeLog index 917c21d..66c8585 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +jilles 2007/05/06 14:46:45 UTC (20070506-3438) + Log: + Target left IRC (more friendly error message if a UID + cannot be found) for /invite. + + + Changes: Modified: + +8 -3 trunk/modules/m_invite.c (File Modified) + + jilles 2007/05/02 19:56:40 UTC (20070502-3436) Log: Remove emptyline craq because it leaks memory on /rehash motd etc. diff --git a/configure.ac b/configure.ac index e0d52bd..a9d9ce9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl $Id: configure.ac 3366 2007-04-03 09:57:53Z nenolod $ +dnl $Id: configure.ac 3440 2007-05-07 02:53:54Z nenolod $ dnl Process this file with autoconf to produce a configure script. dnl TODO: clean up all the OpenSSL and shared module checking stuff; @@ -8,7 +8,7 @@ dnl said functions need to be just about as complex as they already are. AC_PREREQ(2.57) dnl Sneaky way to get an Id tag into the configure script -AC_COPYRIGHT([$Id: configure.ac 3366 2007-04-03 09:57:53Z nenolod $]) +AC_COPYRIGHT([$Id: configure.ac 3440 2007-05-07 02:53:54Z nenolod $]) AC_INIT([charybdis],[2.2.0]) @@ -1270,7 +1270,6 @@ Configuration: Socket Engine : $SELECT_TYPE Small network : $small_net Block allocator : $balloc - ASM hashing code : $ricer_hashing Nickname length : $NICKLEN Topic length : $TOPICLEN diff --git a/include/serno.h b/include/serno.h index d587c32..f826fec 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070502-3436" +#define SERNO "20070506-3438"