Revision
981 -
Directory Listing
-
[select for diffs]
Modified
Sun Aug 9 19:09:03 2009 UTC
(16 years ago)
by
michael
Diff to
previous 967
- speed up processing of incoming NICK/UID bursts
- fixed archaic bug where bursting servers with missconfigured NICKLEN were able
to desync the network's nickname database
Revision
912 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 7 22:47:44 2007 UTC
(17 years, 9 months ago)
by
michael
Diff to
previous 908
- 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
-
[select for diffs]
Modified
Sun Nov 4 23:21:51 2007 UTC
(17 years, 9 months ago)
by
stu
Diff to
previous 896
Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
Revision
885 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 31 18:09:24 2007 UTC
(17 years, 9 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
873 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 23 11:02:09 2007 UTC
(17 years, 10 months ago)
by
michael
Diff to
previous 855
- 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
(18 years, 6 months ago)
by
db
Diff to
previous 848
- 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
(19 years, 2 months ago)
by
michael
Diff to
previous 606
- 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
606 -
Directory Listing
-
[select for diffs]
Modified
Tue May 16 07:14:39 2006 UTC
(19 years, 3 months ago)
by
michael
Diff to
previous 494
- ERR_NOSUCHNICK should actually be sent to local clients trying to PRIVMSG
a non existant nick starting with a digit.
Revision
488 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 1 12:40:31 2006 UTC
(19 years, 5 months ago)
by
michael
Diff to
previous 487
- Rewrote m_join(). This was mainly done to fix some bug that can be easily abused.
Details about this bug have been given on IRC.
Revision
454 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 12 19:01:25 2006 UTC
(19 years, 6 months ago)
by
michael
Diff to
previous 393
- 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
(19 years, 10 months ago)
by
michael
Diff to
previous 34
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas
remote SJOINs/JOINs can be upto 200chars for backwards compatibility.