]> jfr.im git - irc/ircd-hybrid/ircd-hybrid-8-cvs.git/log
irc/ircd-hybrid/ircd-hybrid-8-cvs.git
22 years ago- strncpy => strlcpy. Note that unlike hybrid 7, I have not increased master origin/HEAD origin/master
a1kmm [Sat, 27 Apr 2002 05:30:12 +0000 (05:30 +0000)] 
- strncpy => strlcpy. Note that unlike hybrid 7, I have not increased
  NICKLEN but instead have changed the calls.
- Thou shalt not remove comm_select() from io_loop().

22 years agoUpdate my copyright line....
androsyn [Sat, 27 Apr 2002 04:07:05 +0000 (04:07 +0000)] 
Update my copyright line....

22 years ago- Forward ported some patches from 4/1/2002 to 26/2/2002 applied to -7 but not
a1kmm [Sat, 27 Apr 2002 02:48:44 +0000 (02:48 +0000)] 
- Forward ported some patches from 4/1/2002 to 26/2/2002 applied to -7 but not
  -8.

22 years ago- Moved the channel and user bursting code into the ts protocol.
a1kmm [Fri, 26 Apr 2002 04:00:23 +0000 (04:00 +0000)] 
- Moved the channel and user bursting code into the ts protocol.
- Synced crypt.c with ircd-hybrid-7 and ran it through indent again.

22 years ago- Fixed a compile warning with kline.
a1kmm [Fri, 19 Apr 2002 11:25:32 +0000 (11:25 +0000)] 
- Fixed a compile warning with kline.
- Forward ported the off-by-one fix.

22 years ago- Formatting changes to the protocol structures.
a1kmm [Fri, 19 Apr 2002 10:56:14 +0000 (10:56 +0000)] 
- Formatting changes to the protocol structures.
- Made G-lines be saved in a config file & go into the host hashtable,
  sharing code with K-lines.

22 years ago- Remove the now unused files.
a1kmm [Tue, 26 Feb 2002 05:23:37 +0000 (05:23 +0000)] 
- Remove the now unused files.

22 years ago- Cleaned up client introduction & exit code, & some structures.
a1kmm [Tue, 26 Feb 2002 04:55:41 +0000 (04:55 +0000)] 
- Cleaned up client introduction & exit code, & some structures.
  - Removed some tanerisms and orabidooisms.
  - Removed server name pointer in user struct, it is redundant.
  - Removed scache - glines are the only thing we use it legitimately
    for now and it isn't justified for a permanent memory leak.
  - Fixed exit_client double freeing issues as in -7 and hopefully
    fixed all the issues exiting now causes.
  - Moved ->fd into the LocalUser.
  - Call read_packet() immediately when auth comes through, as in -7, so
    we don't stall on sigio.

22 years ago- Forward ported the removal of the extra exit_clients() to fix the bug.
a1kmm [Sun, 17 Feb 2002 05:28:56 +0000 (05:28 +0000)] 
- Forward ported the removal of the extra exit_clients() to fix the bug.
- Forward ported the closing of the servlink fds.

22 years ago- Forward port androsyn's adns restart fix from a while back, it was
a1kmm [Fri, 15 Feb 2002 05:19:48 +0000 (05:19 +0000)] 
- Forward port androsyn's adns restart fix from a while back, it was
  forgotten in this tree.

22 years ago- Forward ported in a slightly more clean way the fixes for /who and
a1kmm [Thu, 14 Feb 2002 08:05:21 +0000 (08:05 +0000)] 
- Forward ported in a slightly more clean way the fixes for /who and
  channel.c/channel_mode.c when we are +ov.

22 years ago- Fix an omission in the ts5 protocol implementation array for m_kick.c
a1kmm [Tue, 12 Feb 2002 09:46:50 +0000 (09:46 +0000)] 
- Fix an omission in the ts5 protocol implementation array for m_kick.c
  and m_quit.c which meant that these commands were not recognised from
  servers under certain circumstances.

22 years ago- Forward-ported diane's /who 0 patch. Obtained in entirety from cvs diff
a1kmm [Tue, 12 Feb 2002 08:15:16 +0000 (08:15 +0000)] 
- Forward-ported diane's /who 0 patch. Obtained in entirety from cvs diff
  of Diane's patch, but manually applied because -8 has been through indent.

22 years ago- Fixed a reference to memory shortly after it is freed.
a1kmm [Sat, 9 Feb 2002 08:56:52 +0000 (08:56 +0000)] 
- Fixed a reference to memory shortly after it is freed.

22 years ago- Removed a debug message that was left in but shouldn't have been.
a1kmm [Wed, 30 Jan 2002 08:10:24 +0000 (08:10 +0000)] 
- Removed a debug message that was left in but shouldn't have been.
- Added in some missing handler entries.

22 years ago- Removed some files that are just bloat now.
a1kmm [Sun, 13 Jan 2002 07:47:33 +0000 (07:47 +0000)] 
- Removed some files that are just bloat now.

22 years ago- Blend in androsyn's bugfix from -7.
a1kmm [Sun, 13 Jan 2002 07:41:04 +0000 (07:41 +0000)] 
- Blend in androsyn's bugfix from -7.
Obtained from: ircd-hybrid-7

22 years ago- Added in a missed include file.
a1kmm [Sun, 13 Jan 2002 07:18:44 +0000 (07:18 +0000)] 
- Added in a missed include file.

22 years ago- Added in multiple protocol support. This is the start of the process of
a1kmm [Sun, 13 Jan 2002 07:15:10 +0000 (07:15 +0000)] 
- Added in multiple protocol support. This is the start of the process of
  moving the ircd core away from the protocol stuff.
- Forward-ported a bugfix.

22 years agoAdded PLATFORMS file to 8 tree
joant [Thu, 10 Jan 2002 00:40:02 +0000 (00:40 +0000)] 
Added PLATFORMS file to 8 tree

22 years ago- Merged the efficient memory obtaining interface from Androsyn's
a1kmm [Sun, 6 Jan 2002 09:20:33 +0000 (09:20 +0000)] 
- Merged the efficient memory obtaining interface from Androsyn's
  block allocator into my more efficient block allocation to hopefully give
  a more efficient block allocator than either of them.

22 years ago- Don't ever propagate invite back to the source.
a1kmm [Sun, 6 Jan 2002 07:42:31 +0000 (07:42 +0000)] 
- Don't ever propagate invite back to the source.

22 years ago- Changed the headers in -8 to GPLv2 to match -7. Note that the patch didn't
a1kmm [Sun, 6 Jan 2002 07:18:05 +0000 (07:18 +0000)] 
- Changed the headers in -8 to GPLv2 to match -7. Note that the patch didn't
  perfectly apply from -7, so there may be some minorly messed up headers.

22 years ago- Added the code for persistant clients back in.
a1kmm [Sun, 6 Jan 2002 06:19:36 +0000 (06:19 +0000)] 
- Added the code for persistant clients back in.

22 years ago- Added a .cvsignore into the loader directory to remove some spurious
a1kmm [Sat, 5 Jan 2002 03:50:34 +0000 (03:50 +0000)] 
- Added a .cvsignore into the loader directory to remove some spurious
  ? warnings.

22 years ago- Forward-ported missing void* in split_mode().
a1kmm [Sat, 5 Jan 2002 03:47:56 +0000 (03:47 +0000)] 
- Forward-ported missing void* in split_mode().

22 years ago- Put the whole ircd through indent to get rid of a fair bit of ugly code.
a1kmm [Fri, 4 Jan 2002 11:06:15 +0000 (11:06 +0000)] 
- Put the whole ircd through indent to get rid of a fair bit of ugly code.

22 years ago- Added core/ modules, which cvsignore previously caused not to be imported.
a1kmm [Fri, 4 Jan 2002 10:57:21 +0000 (10:57 +0000)] 
- Added core/ modules, which cvsignore previously caused not to be imported.
- Added message files. Probably a .cvsignore problem again.
- Added needed .depend files.
- Now using my O(1) alloc O(1) free block-allocator I wrote a while ago for 7
  that missed the freeze.

22 years agoInitial revision
a1kmm [Fri, 4 Jan 2002 09:09:21 +0000 (09:09 +0000)] 
Initial revision