Log of /ircd-hybrid/contrib
Directory Listing
Revision
1155 -
Directory Listing
Modified
Tue Aug 9 20:27:45 2011 UTC
(11 years, 5 months ago)
by
michael
- recreate "trunk"
Revision
1144 -
Directory Listing
Modified
Tue Jul 26 19:33:54 2011 UTC
(11 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/contrib
Added back STATS/TRACE/MOTD/ADMIN request notices. Removed
spy_*_notice modules accordingly.
Revision
1121 -
Directory Listing
Modified
Sun Jan 9 11:03:03 2011 UTC
(12 years ago)
by
michael
Original Path:
ircd-hybrid-7.3/contrib
- removed all instances of STATIC_MODULES since we don't have
static modules anymore
- removed m_mkpasswd module from contrib
Revision
1115 -
Directory Listing
Modified
Tue Dec 21 14:42:54 2010 UTC
(12 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.3/contrib
- Rename bogus_host() found in several modules to check_servname() and move
it to s_serv.c
- serverinfo::sid is now mandatory and must be specified.
ircd won't start otherwise
Revision
1110 -
Directory Listing
Modified
Wed Nov 3 15:57:22 2010 UTC
(12 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/contrib
- m_change.c: Fixed bug where exiting clients got not removed from userhost hash
in case CHGHOST has been used on them
Revision
1106 -
Directory Listing
Modified
Tue Nov 2 15:10:53 2010 UTC
(12 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/contrib
- Fixed broken configure test for sigio
- Update libtool to latest 2.4 release
Revision
1056 -
Directory Listing
Modified
Mon Feb 1 23:09:03 2010 UTC
(12 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/contrib
- Rename existing lib directory containing modules on 'make install'
as suggested by Rodder
Revision
1045 -
Directory Listing
Modified
Tue Jan 26 12:58:42 2010 UTC
(13 years ago)
by
michael
Original Path:
ircd-hybrid-7.3/contrib
- contrib/spy_links_notice.c: do not show additional arguments supplied to the
LINKS command in spy notices. new behaviour is to simply show the command sent
by the client, which exactly behaves like all other contributed spy modules.
- remove clean_string()
Revision
1028 -
Directory Listing
Modified
Sun Nov 8 13:03:38 2009 UTC
(13 years, 2 months ago)
by
michael
- move ircd-hybrid-7.2 to trunk
Revision
1011 -
Directory Listing
Modified
Fri Sep 18 10:14:09 2009 UTC
(13 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes
Revision
967 -
Directory Listing
Modified
Sun Aug 2 18:05:28 2009 UTC
(13 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- added ssl_server_protocol configuration option to servinfo{}.
valid flags are 'sslv3' and 'tlsv1'
Revision
916 -
Directory Listing
Modified
Wed Nov 7 23:47:26 2007 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- added default rule, so people can put their own module into
contrib/ and compile it with 'make some_module.la'
Revision
897 -
Directory Listing
Modified
Sat Nov 3 17:13:32 2007 UTC
(15 years, 2 months ago)
by
db
Original Path:
ircd-hybrid-7.2/contrib
- Major cleanup of build system (Stu should review this)
Basically move shared stuff like help messages modules to datadir
Try to keep to the original layout under prefix if --datadir
--sysconfdir --localstatedir are not given
- Make the example files have reasonable defaults, this bites me
all the time anyway.
Revision
885 -
Directory Listing
Modified
Wed Oct 31 18:09:24 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- Removed LazyLinks in 7.2 to stop people from asking why we keep
broken code for half a decade. LL will be implemented in a smarter
fashion in due time
Revision
698 -
Directory Listing
Modified
Thu Jun 22 09:34:55 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- 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
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- 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
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- 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
593 -
Directory Listing
Modified
Fri May 12 05:47:32 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- 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
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- 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
564 -
Directory Listing
Modified
Sun Apr 23 15:35:58 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- 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
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- 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
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- Backported OJOIN fix from HEAD. Thanks for remembering me, CoolCold
Revision
512 -
Directory Listing
Modified
Sat Mar 4 16:21:54 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- 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
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- 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
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- mo_force(): Don't allow servers to be added to a channel.
(could possibly lead to a core)
Revision
343 -
Directory Listing
Modified
Sat Dec 31 09:38:11 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- 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
201 -
Directory Listing
Modified
Tue Nov 1 11:41:52 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/contrib
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
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/contrib
- Fixed compilewarning about unused parc in a more or less clean way.
Reported by Marines
Revision
33 -
Directory Listing
Modified
Sun Oct 2 20:50:00 2005 UTC
(17 years, 3 months ago)
by
knight
- svn:keywords
Revision
32 -
Directory Listing
Modified
Sun Oct 2 20:41:23 2005 UTC
(17 years, 3 months ago)
by
knight
- svn:keywords
Revision
31 -
Directory Listing
Modified
Sun Oct 2 20:34:05 2005 UTC
(17 years, 3 months ago)
by
knight
- Fix svn:keywords
Revision
30 -
Directory Listing
Added
Sun Oct 2 20:03:27 2005 UTC
(17 years, 3 months ago)
by
adx
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up