Log of /ircd-hybrid/branches/7.3.x/etc
Directory Listing
Revision
1607 -
Directory Listing
Modified
Sat Oct 27 21:34:38 2012 UTC
(10 years, 3 months ago)
by
michael
- Move ircd-hybrid-7.3 to ircd-hybrid/branches/7.3.x
Revision
1118 -
Directory Listing
Modified
Thu Jan 6 13:39:10 2011 UTC
(12 years ago)
by
michael
Original Path:
ircd-hybrid-7.3/etc
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport
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/etc
- Fixed broken configure test for sigio
- Update libtool to latest 2.4 release
Revision
1076 -
Directory Listing
Modified
Thu Feb 18 09:23:47 2010 UTC
(12 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/etc
- Dropped support for old style 'operflag = yes|no;' configuration format
Revision
1074 -
Directory Listing
Modified
Wed Feb 17 23:28:33 2010 UTC
(12 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/etc
- Made general::kill_chase_time_limit accept time units. too bad this entire
crap is still needed even with ts6.
Revision
1072 -
Directory Listing
Modified
Wed Feb 17 22:58:23 2010 UTC
(12 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/etc
- remove old dot_in_ip6_addr configuration option. this is now obsolete.
Revision
1068 -
Directory Listing
Modified
Tue Feb 16 23:01:26 2010 UTC
(12 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/etc
- Stop substitution of example configuration files on 'configure'
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/etc
- added ssl_server_protocol configuration option to servinfo{}.
valid flags are 'sslv3' and 'tlsv1'
Revision
954 -
Directory Listing
Modified
Sun Jul 26 22:14:38 2009 UTC
(13 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/etc
- propset svn:keywords
- remove simple.conf. example.conf.quick is good enough
Revision
945 -
Directory Listing
Modified
Mon Jul 20 15:48:27 2009 UTC
(13 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/etc
- fixed some configure mess and imported latest libtool sources
Revision
941 -
Directory Listing
Modified
Sat May 2 02:02:59 2009 UTC
(13 years, 8 months ago)
by
db
Original Path:
ircd-hybrid-7.2/etc
- Update autools versions.
- Fix acinclude.m4 to work on FreeBSD at least.
Revision
912 -
Directory Listing
Modified
Wed Nov 7 22:47:44 2007 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/etc
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
I really don't want to force other people that want to test the snapshots
or svn versions to install yyacc, lex, automake, autoconf and libtool...
No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us
Revision
908 -
Directory Listing
Modified
Sun Nov 4 23:21:51 2007 UTC
(15 years, 2 months ago)
by
stu
Original Path:
ircd-hybrid-7.2/etc
Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
Revision
902 -
Directory Listing
Modified
Sun Nov 4 14:00:06 2007 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/etc
- Move etc/example.efnet.conf to etc/example.efnet.conf.in
- Update configure.ac
Revision
901 -
Directory Listing
Modified
Sun Nov 4 13:55:43 2007 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/etc
- Update example.efnet.conf according to dianes configure changes
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/etc
- 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/etc
- 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
853 -
Directory Listing
Modified
Thu Feb 22 06:01:30 2007 UTC
(15 years, 11 months ago)
by
db
Original Path:
ircd-hybrid-7.2/etc
- fix typo in ircd_parser.y regenerate y.tab.c and lex.yy.c
- fix order shown in CLIEXIT
- remove mode parsing in ms_join
- reflect addiction cconn_full flag
Revision
806 -
Directory Listing
Modified
Thu Aug 31 23:42:38 2006 UTC
(16 years, 5 months ago)
by
db
Original Path:
ircd-hybrid-7.2/etc
- I missed this redirect the first time, don't use a real server
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/etc
- 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
584 -
Directory Listing
Modified
Sun May 7 15:26:45 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/etc
- Added new general::stats_e_disabled configuration option. Known from RB,
all it does is to disable "STATS e", which is a good idea if you have any
exempted server ips.
- Updated RELNOTES
Revision
583 -
Directory Listing
Modified
Sun May 7 12:58:29 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/etc
- Cleaned up example.conf
- Copied example.conf over to example.efnet.conf and restored
efnet specific values
Revision
555 -
Directory Listing
Modified
Sat Apr 22 09:39:44 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/etc
- Updated RELNOTED. Added missing entries etc..
BUGS, TODO, INSTALL: likewise
- Fixed formatting in example.conf
Revision
330 -
Directory Listing
Modified
Sun Dec 25 11:01:22 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2/etc
- Somehow we had a 7.2 release without mentioning the topicburst directive
in connect{} blocks -> updated example confs
- Updated RELNOTES
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/etc
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
Revision
56 -
Directory Listing
Modified
Mon Oct 3 11:33:30 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/etc
- Re-added an equivalent of H6's sixth O-line field (Modes to get on operup).
- Updated efnet's example.conf to reflect the new
opers_bypass_callerid directive
- Misc style corrections to s_user.c while on it
Revision
30 -
Directory Listing
Added
Sun Oct 2 20:03:27 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/etc
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up