Revision
912 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 7 22:47:44 2007 UTC
(18 years, 8 months ago)
by
michael
Diff to
previous 908
,
to
selected 889
- 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
889 -
Directory Listing
-
[selected]
Modified
Thu Nov 1 12:59:05 2007 UTC
(18 years, 8 months ago)
by
michael
Diff to
previous 887
- Got rid of Serv.dep_users and Serv.dep_servers
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
,
to
selected 889
- 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
873 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 23 11:02:09 2007 UTC
(18 years, 9 months ago)
by
michael
Diff to
previous 855
,
to
selected 889
- fixed longstanding topic desync bug during netbursts, which has been
reported by several people. We now basically do what ircu does, i.e.
unset topics set by netriders
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 848
,
to
selected 889
- 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 606
,
to
selected 889
- 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
454 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 12 19:01:25 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 393
,
to
selected 889
- Get rid of can_send_part. This also fixes a bug where voiced clients
weren't able to send a PART message to the channel. Reported by ThaPrince.
Revision
100 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 9 14:43:13 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 34
,
to
selected 889
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas
remote SJOINs/JOINs can be upto 200chars for backwards compatibility.