From 7fd77cb085098a0c87f6e372de34194f6f62aa16 Mon Sep 17 00:00:00 2001 From: nenolod Date: Wed, 6 Jun 2007 08:46:12 -0700 Subject: [PATCH] [svn] - update IDEAS with link failover --- ChangeLog | 11 +++++++++++ IDEAS | 3 ++- include/serno.h | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bdc37c4..1290f86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +jilles 2007/06/04 16:04:49 UTC (20070604-3508) + Log: + xline/resv wildcard checking: + - count escaped (\) characters as one nonwild + - accept strings without wilds no matter how short they are + + + Changes: Modified: + +8 -2 trunk/src/s_newconf.c (File Modified) + + jilles 2007/05/30 10:22:25 UTC (20070530-3498) Log: Tweak some comments in sno_whois extension. diff --git a/IDEAS b/IDEAS index 83da9b3..7f697a4 100644 --- a/IDEAS +++ b/IDEAS @@ -7,6 +7,7 @@ Some of this may not be possible to do in 2.3... special access levels, halfops, etc. (would need to match globally, somehow. extra SVINFO param?) - somehow hide channel operators like ircnet can do? - SASL opering? +- link failover? -- -$Id: IDEAS 3488 2007-05-27 06:33:26Z nenolod $ +$Id: IDEAS 3510 2007-06-06 15:46:12Z nenolod $ diff --git a/include/serno.h b/include/serno.h index 3899a09..506e5b5 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070530-3498" +#define SERNO "20070604-3508"