Revision
897 -
Directory Listing
-
[select for diffs]
Modified
Sat Nov 3 17:13:32 2007 UTC
(18 years, 8 months ago)
by
db
Diff to
previous 885
- 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
-
[select for diffs]
Modified
Wed Oct 31 18:09:24 2007 UTC
(18 years, 8 months ago)
by
michael
Diff to
previous 876
- 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
-
[select for diffs]
Modified
Thu Feb 22 06:01:30 2007 UTC
(19 years, 5 months ago)
by
db
Diff to
previous 806
- 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
632 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 1 10:53:00 2006 UTC
(20 years, 1 month ago)
by
michael
Diff to
previous 584
- 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
-
[select for diffs]
Modified
Sun May 7 15:26:45 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 583
- 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
-
[select for diffs]
Modified
Sun May 7 12:58:29 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 555
- Cleaned up example.conf
- Copied example.conf over to example.efnet.conf and restored
efnet specific values
Revision
555 -
Directory Listing
-
[select for diffs]
Modified
Sat Apr 22 09:39:44 2006 UTC
(20 years, 3 months ago)
by
michael
Diff to
previous 548
- Updated RELNOTED. Added missing entries etc..
BUGS, TODO, INSTALL: likewise
- Fixed formatting in example.conf
Revision
330 -
Directory Listing
-
[select for diffs]
Modified
Sun Dec 25 11:01:22 2005 UTC
(20 years, 7 months ago)
by
michael
Diff to
previous 269
- Somehow we had a 7.2 release without mentioning the topicburst directive
in connect{} blocks -> updated example confs
- Updated RELNOTES
Revision
56 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 3 11:33:30 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 40
- 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