ircu2.10.12-pk.git
24 years agoAuthor: WildThang & Bleep
Danny Mitchell [Wed, 5 Jan 2000 04:27:25 +0000 (04:27 +0000)]
Author: WildThang & Bleep
Log message:
 Minor cleanup to eliminate some of the problems we have been experiencing
on the network.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@14 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

24 years agoAuthor: Bleep <tomh@inxpress.net>
Bleep [Mon, 3 Jan 2000 19:49:40 +0000 (19:49 +0000)]
Author: Bleep <tomh@inxpress.net>
Log message:
Re: [Coder-Com] Y2K patch (actually, a Yany patch)
"ChangeLog" is updated but ".patches" isn't.
Bumped patch number in .patches

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@13 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

24 years agoAuthor: Run <carlo@alinoe.com>
Bleep [Sat, 1 Jan 2000 00:00:33 +0000 (00:00 +0000)]
Author: Run <carlo@alinoe.com>
Log message:
Y2K patch (actually, a Yany patch) Extensively tested it.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@12 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

24 years agoAuthor: Bleep <tomh@inxpress.net>
Bleep [Sat, 11 Dec 1999 08:54:13 +0000 (08:54 +0000)]
Author: Bleep <tomh@inxpress.net>
Log message:
Bug Fix. This fixes a bug which was causing stale entries to be left in
the client hash table when names were changed.
From Isomer:
I believe that it doesn't actually /do/ anything if your at the head of
the bucket.  It should remove you from the bucket and place you in the new
one.  Patch should be trivial for someone with cvs access to apply.

int hChangeClient(aClient *cptr, char *newname)
{
  register HASHREGS oldhash = strhash(cptr->name);
  register HASHREGS newhash = strhash(newname);
  register aClient *tmp;

  tmp = clientTable[oldhash];

  if (tmp == cptr)
    return 0;
  /* ^^^^^^^^ shouldn't we do something here? */

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@11 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

24 years agoAuthor: David M <captjay@superlink.net>
Bleep [Mon, 29 Nov 1999 00:26:42 +0000 (00:26 +0000)]
Author: David M <captjay@superlink.net>
Log message:
- added configuration option to allow opers to set modes on local channels
even if they are not oped.

- added configuration option to allow opers to walk through modes on local
channels, since they are required to be on a channel to be able to set
modes on it.

- added configuration option to prevent opers from being deoped from local
channels.

- added configuration option to allow opers to bypass the maximum number of
channels per user.

Detailed behavior changes:

If the admin so choses, opers can now use /mode on local channels even if
they are not oped. In that case, a server notice is generated (SNO_HACK4),
and to clients, it appears that the local server set the mode. The server
notice is not propagated to other servers.

If activated in the configuration, opers can join local channels under any
circumstances. Doing so does not generate a server notice. Note that the
oper can still not talk in the channel if he is banned.

Preventing opers from being deoped on local channels results in the user
attempting the deop to receive a new numeric reply (498) stating he cannot
kick or deop an oper on a local channel. An oper can deop himself, though.
Provided again to fill the service gaps on local channels, allowing admins
who want it to implement "services" for their local channels.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@10 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

24 years agoAuthor: WT
Danny Mitchell [Sun, 28 Nov 1999 05:44:17 +0000 (05:44 +0000)]
Author: WT
Log message:

 Cleaning things up a bit.
 Yeah, before you gripe about it, I ran the idea of using the numeric
 past thomas, he agreed, although its used on efnet, no reason to waste it
 when it means something simular here.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@9 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

24 years agoAuthor: WT
Danny Mitchell [Sun, 28 Nov 1999 05:43:25 +0000 (05:43 +0000)]
Author: WT
Log message:

 Cleaning things up a bit.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@8 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

24 years agoLets hope that I did this right :)
Danny Mitchell [Sun, 28 Nov 1999 01:36:32 +0000 (01:36 +0000)]
Lets hope that I did this right :)
BADCHAN patch, Remote usage defaults YES, local usage defaults NO.
Warning is given, LOCAL USAGE is NOT approved for undernet.

Author: WT
Log message:

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@7 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

24 years agoAuthor: Isomer <perry@coders.net>
Bleep [Thu, 25 Nov 1999 02:07:53 +0000 (02:07 +0000)]
Author: Isomer <perry@coders.net>
Log message:
Remove STAT_MASTER and BOOT_OPER functionality.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@6 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

24 years agoThis commit was generated by cvs2svn to compensate for changes in r2,
Bleep [Tue, 16 Nov 1999 05:13:14 +0000 (05:13 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@3 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

24 years agoStandard project directories initialized by cvs2svn.
(no author) [Tue, 16 Nov 1999 05:13:14 +0000 (05:13 +0000)]
Standard project directories initialized by cvs2svn.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1 c9e4aea6-c8fd-4c43-8297-357d70d61c8c