[Patches] [SCM] Undernet IRC Server Source Code. branch u2_10_12_branch updated. b3e7a2bbceb4d17cdab3ce7579fcaac2aa77868d

2011-08-17 Thread Kevin L. Mitchell
b3e7a2bbceb4d17cdab3ce7579fcaac2aa77868d Author: Kevin L. Mitchell klmi...@mit.edu Date: Wed Aug 17 18:54:46 2011 -0500 Fix minor issue in IsLocOp() test diff --git a/ChangeLog b/ChangeLog index 73d3d07..edc2416 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-17 Kevin L

[Patches] [CVS] Module ircu2.10: Change committed

2008-03-27 Thread Kevin L. Mitchell
+++ ircu2.10/ChangeLog Thu Mar 27 20:14:54 2008 @@ -1,3 +1,9 @@ +2008-03-27 Kevin L. Mitchell [EMAIL PROTECTED] + + * ircd/watch.c: implementation of generic watch subsystem + + * include/watch.h: implementation of generic watch subsystem + 2008-03-22 Kevin L. Mitchell [EMAIL PROTECTED

[Patches] [CVS] Module ircu2.10: Change committed

2008-03-20 Thread Kevin L. Mitchell
ircu2.10/ChangeLog:1.850 --- ircu2.10/ChangeLog:1.849Sat Mar 15 19:48:00 2008 +++ ircu2.10/ChangeLog Thu Mar 20 10:45:30 2008 @@ -1,3 +1,9 @@ +2008-03-20 Kevin L. Mitchell [EMAIL PROTECTED] + + * include/client.h: IsLocOp() now checks to see if its MyUser() as + well; IsAnOper() uses

[Patches] [CVS] Module ircu2.10: Change committed

2008-03-15 Thread Kevin L. Mitchell
() -- diff included -- Index: ircu2.10/ChangeLog diff -u ircu2.10/ChangeLog:1.847 ircu2.10/ChangeLog:1.848 --- ircu2.10/ChangeLog:1.847Sat Mar 15 18:52:57 2008 +++ ircu2.10/ChangeLog Sat Mar 15 19:13:56 2008 @@ -1,5 +1,7 @@ 2008-03-15 Kevin L. Mitchell

[Patches] [CVS] Module ircu2.10: Change committed

2008-01-02 Thread Kevin L. Mitchell
/ChangeLog:1.710.2.225 Fri Dec 28 07:52:43 2007 +++ ircu2.10/ChangeLog Wed Jan 2 16:07:21 2008 @@ -1,3 +1,13 @@ +2008-01-02 Kevin L. Mitchell [EMAIL PROTECTED] + + * ircd/m_burst.c (ms_burst): surround protocol_violation() and + break in braces to do what Jan Krueger was trying to do

[Patches] [CVS] Module ircu2.10: Change committed

2007-12-28 Thread Kevin L. Mitchell
. -- diff included -- Index: ircu2.10/ChangeLog diff -u ircu2.10/ChangeLog:1.710.2.224 ircu2.10/ChangeLog:1.710.2.225 --- ircu2.10/ChangeLog:1.710.2.224 Thu Dec 13 18:37:48 2007 +++ ircu2.10/ChangeLog Fri Dec 28 07:52:43 2007 @@ -1,3 +1,14 @@ +2007-12-28 Kevin L. Mitchell [EMAIL

[Patches] [CVS] Module ircu2.10: Change committed

2007-12-13 Thread Kevin L. Mitchell
ircu2.10/ChangeLog:1.710.2.224 --- ircu2.10/ChangeLog:1.710.2.223 Mon Dec 3 20:25:15 2007 +++ ircu2.10/ChangeLog Thu Dec 13 18:37:48 2007 @@ -1,3 +1,13 @@ +2007-12-13 Kevin L. Mitchell [EMAIL PROTECTED] + + * ircd/m_gline.c (ms_gline): if we got an activate or deactivate

[Patches] [CVS] Module ircu2.10: Change committed

2007-11-30 Thread Kevin L. Mitchell
Kevin L. Mitchell [EMAIL PROTECTED] + * ircd/version.c.SH: correct invalid syntax in shell case/esac + * ircd/ircd_lexer.l: provide an implementation of yywrap() so we no longer have to link against -lfl Index: ircu2.10/ircd/version.c.SH diff -u ircu2.10/ircd/version.c.SH

[Patches] [CVS] Module CVSROOT: Change committed

2007-08-01 Thread Kevin L. Mitchell
Committer : klmitch CVSROOT: /cvsroot/undernet-ircu Module : CVSROOT Commit time: 2007-08-01 22:26:57 UTC Modified files: maillist Log message: add explicit addresses for CVSROOT -- diff included -- Index: CVSROOT/maillist diff -u

[Patches] [CVS] Module ircu2.10: Change committed

2007-04-15 Thread Kevin L. Mitchell
/ChangeLog:1.710.2.179 Tue Apr 10 20:25:21 2007 +++ ircu2.10/ChangeLog Sun Apr 15 12:09:38 2007 @@ -1,3 +1,9 @@ +2007-04-15 Kevin L. Mitchell [EMAIL PROTECTED] + + * ircd/m_gline.c: fix minor typo in code that forwards remote + local activations/deactivations: %c takes characters

[Patches] [CVS] Module ircu2.10: Change committed

2007-04-15 Thread Kevin L. Mitchell
Committer : klmitch CVSROOT: /cvsroot/undernet-ircu Module : ircu2.10 Branch tags: u2_10_12_branch Commit time: 2007-04-15 19:14:53 UTC Modified files: Tag: u2_10_12_branch ChangeLog ircd/m_gline.c Log message: Author: Kev [EMAIL PROTECTED] Log message: %c takes characters, not

[Patches] [CVS] Module ircu2.10: Change committed

2007-04-10 Thread Kevin L. Mitchell
:1.710.2.177 ircu2.10/ChangeLog:1.710.2.178 --- ircu2.10/ChangeLog:1.710.2.177 Wed Apr 4 18:52:39 2007 +++ ircu2.10/ChangeLog Tue Apr 10 07:53:03 2007 @@ -1,3 +1,7 @@ +2007-04-10 Kevin L. Mitchell [EMAIL PROTECTED] + + * ircd/m_gline.c (ms_gline): lastmod must be non-zero + 2007-04-04

[Patches] [CVS] Module ircu2.10: Change committed

2007-03-18 Thread Kevin L. Mitchell
/ChangeLog Sun Mar 18 05:15:43 2007 @@ -1,3 +1,12 @@ +2007-03-18 Kevin L. Mitchell [EMAIL PROTECTED] + + * ircd/m_gline.c (mo_gline): add permissions checks I kept + forgetting to add--remote local modifications require + FEAT_CONFIG_OPERCMDS and PRIV_GLINE, local G-lines require

[Patches] [CVS] Module ircu2.10: Change committed

2007-03-18 Thread Kevin L. Mitchell
-- Index: ircu2.10/ChangeLog diff -u ircu2.10/ChangeLog:1.710.2.154 ircu2.10/ChangeLog:1.710.2.155 --- ircu2.10/ChangeLog:1.710.2.154 Fri Mar 9 15:53:21 2007 +++ ircu2.10/ChangeLog Fri Mar 16 20:48:48 2007 @@ -1,3 +1,28 @@ +2007-03-16 Kevin L. Mitchell [EMAIL PROTECTED

[Patches] [CVS] Module ircu2.10: Change committed

2006-06-01 Thread Kevin L. Mitchell
2006 @@ -1,3 +1,26 @@ +2006-06-01 Kevin L. Mitchell [EMAIL PROTECTED] + + * ircd/ircd_features.c: add FEAT_DEP to mark deprecated features + with no replacement; create and use feat_type() macro to extract + the type of a feature from its flags + + * doc/readme.features

[Patches] HIS_STATS_? rename

2006-05-30 Thread Kevin L. Mitchell
Kevin L. Mitchell [EMAIL PROTECTED] + + * ircd/s_stats.c: use new names for controlling features + + * ircd/ircd_features.c: add support for deprecated aliases for + features--allows a feature to be accessed by user or .conf by two + names, but warns when the deprecated

[Patches] [CVS] Module ircu2.10: Change committed

2005-12-23 Thread Kevin L. Mitchell
--- ircu2.10/ChangeLog:1.710.2.47 Tue Dec 13 19:01:36 2005 +++ ircu2.10/ChangeLog Fri Dec 23 09:12:06 2005 @@ -1,3 +1,14 @@ +2005-12-23 Kevin L. Mitchell [EMAIL PROTECTED] + + * ircd/m_join.c: get rid of MAGIC_REMOTE_JOIN_TS; perform the + deop-other-users loop only when creation

[Patches] [CVS] Module ircu2.10: Change committed

2005-09-16 Thread Kevin L. Mitchell
0) -- diff included -- Index: ircu2.10/ChangeLog diff -u ircu2.10/ChangeLog:1.701 ircu2.10/ChangeLog:1.702 --- ircu2.10/ChangeLog:1.701Wed Sep 14 18:17:02 2005 +++ ircu2.10/ChangeLog Fri Sep 16 07:12:05 2005 @@ -1,3 +1,10 @@ +2005-09-16 Kevin L

[Patches] [CVS] Module ircu2.10: Change committed

2004-12-18 Thread Kevin L. Mitchell
/ChangeLog:1.521Sat Dec 18 07:09:12 2004 +++ ircu2.10/ChangeLog Sat Dec 18 08:26:25 2004 @@ -9,6 +9,49 @@ socket's FD is the same after processing as it was before; local clients apparently have s_fd() == -1 after close. +2004-12-18 Kevin L Mitchell [EMAIL PROTECTED

[Patches] [CVS] Module ircu2.10: Change committed

2004-09-13 Thread Kevin L. Mitchell
-13 Kevin L Mitchell [EMAIL PROTECTED] + * include/patchlevel.h (PATCHLEVEL): bump patchlevel (again!), + just so we know who's runnin' what... + * ircd/listener.c (add_listener): a listener needs to be listed as a server port listener BEFORE we open the listening port

[Patches] [CVS] Module ircu2.10: Change committed

2004-09-13 Thread Kevin L. Mitchell
/ChangeLog Mon Sep 13 11:54:34 2004 @@ -1,5 +1,14 @@ 2004-09-13 Kevin L Mitchell [EMAIL PROTECTED] + * doc/readme.features: update feature name--forgotten in a prior + commit + + * doc/ircd.conf.sample: update feature name--forgotten in a prior + commit + + * doc

[Patches] [CVS] Module ircu2.10: Change committed

2004-09-11 Thread Kevin L. Mitchell
-09-11 Kevin L Mitchell [EMAIL PROTECTED] + * ircd/gline.c (gline_add): fix GLINE logging (Bug #750927) + * ircd/channel.c: removing limits shouldn't gobble an argument; this was a subtle interaction issue with modebuf...fixed by adding MODE_LIMIT

[Patches] [CVS] Module ircu2.10: Change committed

2004-09-11 Thread Kevin L. Mitchell
Sep 11 08:50:28 2004 +++ ircu2.10/ChangeLog Sat Sep 11 09:05:39 2004 @@ -1,5 +1,14 @@ 2004-09-11 Kevin L Mitchell [EMAIL PROTECTED] + * ircd/m_wallvoices.c (ms_wallvoices): Don't accept channel + WALLVOICES from servers (Bug #721494) + + * ircd/m_wallchops.c (ms_wallchops

[Patches] [CVS] Module ircu2.10: Change committed

2004-09-11 Thread Kevin L. Mitchell
-09-11 Kevin L Mitchell [EMAIL PROTECTED] + * include/patchlevel.h (PATCHLEVEL): bump patch level + * ircd/channel.c (is_banned): apply patch #888640 2003-06-08 Matthias Crauwels [EMAIL PROTECTED] Index: ircu2.10/include/patchlevel.h diff -u ircu2.10/include/patchlevel.h

[Patches] [CVS] Module ircu2.10: Change committed

2004-09-11 Thread Kevin L. Mitchell
2004 +++ ircu2.10/ChangeLog Sat Sep 11 10:36:18 2004 @@ -1,5 +1,14 @@ 2004-09-11 Kevin L Mitchell [EMAIL PROTECTED] + * ircd/m_whois.c (do_whois): rename FEAT_HIS_LOCAL_CHAN_WHOIS to + satisfy reed :P + + * ircd/ircd_features.c: rename FEAT_HIS_LOCAL_CHAN_WHOIS

[Patches] [CVS] Module ircu2.10: Change committed

2004-08-26 Thread Kevin L. Mitchell
:1.290.2.130.2.12 --- ircu2.10/ChangeLog:1.290.2.130.2.11 Sun Jun 20 12:20:31 2004 +++ ircu2.10/ChangeLog Thu Aug 26 21:01:21 2004 @@ -1,3 +1,15 @@ +2004-08-26 Kevin L Mitchell [EMAIL PROTECTED] + + * ircd/s_conf.c (lookup_confhost): if field 1 of a C-line contains + a '/', interpret the text

[Patches] [CVS] Module ircu2.10: Change committed

2004-06-08 Thread Kevin L. Mitchell
Kevin L Mitchell [EMAIL PROTECTED] + + * ircd/parse.c: don't let rank-and-file users escape HIS + limitations with /jupe... + 2004-05-14 Kevin L Mitchell [EMAIL PROTECTED] * ircd/ircd_features.c: per CFV-0243, NICKLEN default is increased Index: ircu2.10/ircd/parse.c diff

[Patches] [CVS] Module ircu2.10: Change committed

2004-05-14 Thread Kevin L. Mitchell
@@ -1,5 +1,8 @@ 2004-05-14 Kevin L Mitchell [EMAIL PROTECTED] + * ircd/ircd_features.c: per CFV-0243, NICKLEN default is increased + to 12 + * ircd/s_user.c: process account creation timestamp if present in user mode portion of a N protocol message; add account

[Patches] [CVS] Module homepage: Change committed

2004-02-03 Thread Kevin L. Mitchell
Committer : klmitch CVSROOT: /cvsroot/undernet-ircu Module : homepage Commit time: 2004-02-03 19:31:46 UTC Modified files: index.php Log message: Author: Kev [EMAIL PROTECTED] Log message: Update release version... -- diff included --

[Patches] [CVS] Module ircu2.10: Change committed

2004-01-31 Thread Kevin L. Mitchell
:23:31 2004 +++ ircu2.10/ChangeLog Sat Jan 31 19:46:53 2004 @@ -1,3 +1,9 @@ +2004-01-31 Kevin L Mitchell [EMAIL PROTECTED] + + * include/patchlevel.h (PATCHLEVEL): update patchlevel... + + * ircd/channel.c (mode_parse_key): don't allow , in keys! + 2004-01-11 Perry Lorier [EMAIL

[Patches] [CVS] Module ircu2.10: Change committed

2004-01-04 Thread Kevin L. Mitchell
:45 2004 @@ -1,3 +1,8 @@ +2004-01-04 Kevin L Mitchell [EMAIL PROTECTED] + + * ircd/s_numeric.c (do_numeric): fix a crash when a numeric is + sent to a channel... + 2003-12-31 Perry Lorier [EMAIL PROTECTED] * ircd/s_misc.c: Fix bug in incorrect %Tu format specifier Index

[Patches] [CVS] Module ircu2.10: Change committed

2003-11-22 Thread Kevin L. Mitchell
+1,7 @@ +2003-11-22 Kevin L Mitchell [EMAIL PROTECTED] + + * ircd/gline.c (make_gline): little bit of logic cleanup here... + 2003-11-23 Beware [EMAIL PROTECTED] * doc/p10.txt: Bewares excellent reference on the p10 protocol as implemented by Undernet. Index: ircu2.10/ircd

[Patches] [CVS] Module ircu2.10: Change committed

2003-11-22 Thread Kevin L. Mitchell
/ChangeLog Sat Nov 22 09:07:41 2003 @@ -1,5 +1,9 @@ 2003-11-22 Kevin L Mitchell [EMAIL PROTECTED] + * tools/wrapper.c: commit uid on chroot fix from ubra + + * ircd/version.c.SH: fix generation generation + * ircd/m_nick.c (m_nick): truncate the nickname to the minimum

[Patches] [CVS] Module homepage: Change committed

2003-09-18 Thread Kevin L. Mitchell
CVSROOT: /cvsroot/undernet-ircu Module : homepage Commit time: 2003-09-18 12:13:03 UTC Modified files: index.php Log message: Add another contest entry -- diff included -- Index: homepage/index.php diff -u homepage/index.php:1.10

[Patches] [CVS] Module homepage: Change committed

2003-09-06 Thread Kevin L. Mitchell
CVSROOT: /cvsroot/undernet-ircu Module : homepage Commit time: 2003-09-06 21:47:22 UTC Modified files: index.php main.css Log message: Author: Kev [EMAIL PROTECTED] Log message: Announce a webpage redesign contest. -- diff included --

[Patches] [CVS] Module ircu2.10: New directory libs/dbprim/doc/man/man3/

2003-03-06 Thread Kevin L. Mitchell
CVSROOT: /cvsroot/undernet-ircu Module : ircu2.10 Commit time: 2003-03-07 02:21:42 UTC Log message: Directory /cvsroot/undernet-ircu/ircu2.10/libs/dbprim/doc/man/man3 added to the repository

[Patches] [CVS] Module homepage: Change committed

2003-02-04 Thread Kevin L. Mitchell
CVSROOT: /cvsroot/undernet-ircu Module : homepage Commit time: 2003-02-04 17:00:36 UTC Modified files: index.php main.css Log message: Author: Kev [EMAIL PROTECTED] Log message: Add a notice about assertion failures due to malformed configuration lines in ircd.conf pointing to the

[Patches] [CVS] Module ircu2.10: New directory libs/

2003-01-22 Thread Kevin L. Mitchell
CVSROOT: /cvsroot/undernet-ircu Module : ircu2.10 Commit time: 2003-01-22 21:23:37 UTC Log message: Directory /cvsroot/undernet-ircu/ircu2.10/libs added to the repository

[Patches] [CVS] Module homepage: Change committed

2003-01-11 Thread Kevin L. Mitchell
CVSROOT: /cvsroot/undernet-ircu Module : homepage Commit time: 2003-01-11 22:53:09 UTC Modified files: .cvsignore images.php lhs.php Removed files: footer.php header.php test.php Log message: Author: Kev [EMAIL PROTECTED] Log message: Ignore conf.php, since it's not in CVS;

[Patches] [CVS] Module homepage: Change committed

2003-01-11 Thread Kevin L. Mitchell
CVSROOT: /cvsroot/undernet-ircu Module : homepage Commit time: 2003-01-11 23:44:34 UTC Modified files: .cvsignore Log message: Author: Kev [EMAIL PROTECTED] Log message: er, it was conf.php that I wanted to ignore. -- diff included --

[Patches] [CVS] Module ircu2.10: Change committed

2002-12-28 Thread Kevin L. Mitchell
/ChangeLog Sat Dec 28 08:31:36 2002 @@ -1,3 +1,8 @@ +2002-12-28 Kevin L Mitchell [EMAIL PROTECTED] + + * ircd/m_create.c (ms_create): we must pass in a flag, not a + boolean 1 or 0! Good spotting splidge... + 2002-12-18 Kevin L Mitchell [EMAIL PROTECTED] * ircd/s_stats.c

[Patches] [CVS] Module ircu2.10: Change committed

2002-12-18 Thread Kevin L. Mitchell
@@ -1,3 +1,12 @@ +2002-12-18 Kevin L Mitchell [EMAIL PROTECTED] + + * ircd/s_stats.c (stats_init): er, should have started at 0--not + that we'll ever see a /stats '\0', but just for completeness' sake + :) + + * ircd/s_user.c (hide_hostmask): only send the reply

[Patches] [CVS] Module ircu2.10: Change committed

2002-11-23 Thread Kevin L. Mitchell
:1.290.2.125.2.17 Sat Nov 23 11:05:07 2002 +++ ircu2.10/ChangeLog Sat Nov 23 11:45:49 2002 @@ -1,5 +1,20 @@ 2002-11-23 Kevin L Mitchell [EMAIL PROTECTED] + * ircd/s_bsd.c (deliver_it): this should have been a ClrFlag(), + not a SetFlag()--caused crashes on /restart and probably other

[Patches] [CVS] Module ircu2.10: Change committed

2002-10-19 Thread Kevin L. Mitchell
:1.290.2.125.2.4 Sat Oct 19 07:07:30 2002 +++ ircu2.10/ChangeLog Sat Oct 19 07:20:14 2002 @@ -1,5 +1,10 @@ 2002-10-19 Kevin L Mitchell [EMAIL PROTECTED] + * ircd/channel.c (mode_parse_key): correct an off-by-one error + that failed to truncate passed-in keys correctly--this caused