Log of /ircd-hybrid-7.2/contrib
Directory Listing
Revision
715 -
Directory Listing
Modified
Fri Jul 14 21:01:55 2006 UTC
(14 years, 7 months ago)
by
michael
- Rebuilt configure using autoconf 2.60
Revision
698 -
Directory Listing
Modified
Thu Jun 22 09:34:55 2006 UTC
(14 years, 8 months ago)
by
michael
- Fixed core in make_virthost() with host names that doesn't have a dot
in it. Reported by CoolCold
Revision
690 -
Directory Listing
Modified
Sat Jun 17 11:34:25 2006 UTC
(14 years, 8 months ago)
by
michael
- Backported r689 (the name of the source was appended to the RPL_TOPICTIME
numeric instead of the target's name in mo_forcejoin)
Revision
632 -
Directory Listing
Modified
Thu Jun 1 10:53:00 2006 UTC
(14 years, 8 months ago)
by
michael
- Added channel::disable_fake_channels which disallows creation of channels
that have ascii 2, 3, 31 and 160 in their names.
- Minor improvements and cleanups to channel name validation routines
backported from 7.3
Revision
620 -
Directory Listing
Modified
Wed May 24 18:54:19 2006 UTC
(14 years, 9 months ago)
by
michael
- Unbroke KILLHOST
Revision
616 -
Directory Listing
Modified
Mon May 22 07:10:56 2006 UTC
(14 years, 9 months ago)
by
michael
- Backported m_clearchan:kick_list fixes
Revision
593 -
Directory Listing
Modified
Fri May 12 05:47:32 2006 UTC
(14 years, 9 months ago)
by
michael
- Backported RKLINE fix so the user and host portion of a banmask don't get
cut off after 10 and 63 chars, respectively.
A split_nuh() rewrite was required for this.
- Removed now unused xstrldup() function
Revision
572 -
Directory Listing
Modified
Sun Apr 30 16:57:48 2006 UTC
(14 years, 10 months ago)
by
michael
- Backported changes made in HEAD to get rid of Channel::locmembers.
This is mainly to save about 5megs of ram on networks like efnet where
we have about 600k allocated Membership structures.
Revision
570 -
Directory Listing
Modified
Thu Apr 27 21:52:26 2006 UTC
(14 years, 10 months ago)
by
michael
- Updated RELNOTES
- Fixed mkpasswd help file
Revision
569 -
Directory Listing
Modified
Thu Apr 27 13:56:29 2006 UTC
(14 years, 10 months ago)
by
michael
- Fixed core in m_mkpasswd.c as reported by Grigor Josifov
Revision
564 -
Directory Listing
Modified
Sun Apr 23 15:35:58 2006 UTC
(14 years, 10 months ago)
by
michael
- Allow servers to CHGHOST. This is mainly to fix an issue with
ip_cloaking module
Revision
545 -
Directory Listing
Modified
Wed Apr 5 19:16:50 2006 UTC
(14 years, 10 months ago)
by
michael
- Fixed core on FORCEJOIN as reported by CoolCold.
** Fixed doesn't need to get forward-ported to HEAD
- Updated RELNOTES
Revision
537 -
Directory Listing
Modified
Fri Mar 24 09:42:22 2006 UTC
(14 years, 11 months ago)
by
michael
- Backported OJOIN fix from HEAD. Thanks for remembering me, CoolCold
Revision
530 -
Directory Listing
Modified
Sat Mar 18 16:47:06 2006 UTC
(14 years, 11 months ago)
by
michael
- Fixed compile error in m_operspy.c. Reported by Volk
Revision
512 -
Directory Listing
Modified
Sat Mar 4 16:21:54 2006 UTC
(14 years, 11 months ago)
by
michael
- Fixed static build for m_cap() (fix doesn't need to get
forward-ported to HEAD)
- Added BS alias for BOTSERV
Revision
497 -
Directory Listing
Modified
Wed Mar 1 18:57:56 2006 UTC
(15 years ago)
by
michael
- Fixed bug where "OPERSPY NAMES #channel" would add a
client twice onto a channel's member list if it is
already on that channel.
Revision
490 -
Directory Listing
Modified
Wed Mar 1 14:13:27 2006 UTC
(15 years ago)
by
michael
- mo_force(): Don't allow servers to be added to a channel.
(could possibly lead to a core)
Revision
448 -
Directory Listing
Modified
Sun Feb 12 10:55:28 2006 UTC
(15 years ago)
by
michael
- Backported spy_trace_notice module unload fix
Revision
356 -
Directory Listing
Modified
Mon Jan 2 22:05:15 2006 UTC
(15 years, 1 month ago)
by
adx
+ MFC support for halfop->op rewriting.
Revision
343 -
Directory Listing
Modified
Sat Dec 31 09:38:11 2005 UTC
(15 years, 1 month ago)
by
michael
- Flag the client as being ip-spoofed if setting a new hostname via CHGHOST,
that way non-opers can't figure out the IP with a simple WHOIS.
Suggested by adx
Revision
310 -
Directory Listing
Modified
Fri Dec 9 11:28:02 2005 UTC
(15 years, 2 months ago)
by
adx
+ clean up *.tds files after compile
Revision
309 -
Directory Listing
Modified
Fri Dec 9 11:25:44 2005 UTC
(15 years, 2 months ago)
by
adx
+ fixed bugs related to win32 & static builds
Revision
304 -
Directory Listing
Modified
Fri Dec 9 05:39:16 2005 UTC
(15 years, 2 months ago)
by
lusky
- bump patchlevel to 7.2.0
- update RELNOTES
- bump version in specfile
Revision
287 -
Directory Listing
Modified
Sat Dec 3 13:28:04 2005 UTC
(15 years, 2 months ago)
by
db
- This BUG is gone so the ancillary files are no longer needed as well
Revision
202 -
Directory Listing
Modified
Tue Nov 1 11:48:01 2005 UTC
(15 years, 3 months ago)
by
adx
+ reverted accidental invalid backport of win32build.bat
Revision
201 -
Directory Listing
Modified
Tue Nov 1 11:41:52 2005 UTC
(15 years, 3 months ago)
by
adx
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
Revision
167 -
Directory Listing
Modified
Fri Oct 21 09:32:05 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed compilewarning about unused parc in a more or less clean way.
Reported by Marines
Revision
105 -
Directory Listing
Modified
Tue Oct 11 15:10:35 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed compile error in m_ctrace.c
Revision
34 -
Directory Listing
Modified
Sun Oct 2 21:05:51 2005 UTC
(15 years, 4 months ago)
by
lusky
create 7.2 branch, we can move/rename it as needed.
Revision
30 -
Directory Listing
Added
Sun Oct 2 20:03:27 2005 UTC
(15 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/contrib
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up