From: nenolod Date: Wed, 6 Jun 2007 15:46:12 +0000 (-0700) Subject: [svn] - update IDEAS with link failover X-Git-Tag: charybdis-3.0.0-beta1~440 X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/commitdiff_plain/7fd77cb085098a0c87f6e372de34194f6f62aa16?hp=7d08aa891138694abab36a0f291c8d4f4397a190 [svn] - update IDEAS with link failover --- 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"