Revision
1778 -
Directory Listing
-
[selected]
Modified
Thu Jan 24 17:30:29 2013 UTC
(13 years, 6 months ago)
by
michael
Diff to
previous 1774
- example..conf: whitespace commit
Revision
1774 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 24 15:41:11 2013 UTC
(13 years, 6 months ago)
by
michael
Diff to
previous 1770
,
to
selected 1778
- Configuration parser now does support 'year' and 'month' units
- Add support for fake idle times to /whois. Known from csircd, this
adds min_idle, and max_idle configuration directives to class{} blocks
Revision
1770 -
Directory Listing
-
[select for diffs]
Modified
Sat Jan 19 19:57:18 2013 UTC
(13 years, 6 months ago)
by
michael
Diff to
previous 1755
,
to
selected 1778
- Update example.conf. Remove confusing information that the
general{} block is read at start time which leads to popular belief
that it isn't re-read on /rehash
Revision
1750 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 16 14:07:08 2013 UTC
(13 years, 6 months ago)
by
michael
Diff to
previous 1748
,
to
selected 1778
- IMPORTANT: nick and topic lengths are now configurable via ircd.conf.
A max_nick_length, as well as a max_topic_length configuration option
can now be found in the serverinfo{} block
Revision
1516 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 30 15:08:36 2012 UTC
(13 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/doc
Diff to
previous 1515
,
to
selected 1778
- Removed general::client_flood configuration option and added the
new 'recvq' configuration directive to class{} blocks.
The max size of a receive queue can be seen in "STATS Y" for each class
- Update NEWS
Revision
1432 -
Directory Listing
-
[select for diffs]
Modified
Sat Jun 9 19:40:08 2012 UTC
(14 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/doc
Diff to
previous 1428
,
to
selected 1778
- Added channel::max_chans_per_oper configuration directive. The old way
was to let ircops join three times the amount of max_chans_per_user.
I'd rather would make this a class{} based limit, but this would require us
to reprint the ISUPPORT buffer every time a client connects.
Revision
1316 -
Directory Listing
-
[select for diffs]
Modified
Tue Mar 27 17:05:51 2012 UTC
(14 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/doc
Diff to
previous 1310
,
to
selected 1778
- Removed 'ssl_server_protocol' configuration directive and
added 'ssl_client_method' and 'ssl_server_method' instead.
Both of these options can now be changed at runtime.
- src/Makefile.am: swapped order of conf_parser.y and conf_lexer.l
- Update example configuration files
Revision
1294 -
Directory Listing
-
[select for diffs]
Modified
Wed Feb 22 20:48:30 2012 UTC
(14 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/doc
Diff to
previous 1293
,
to
selected 1778
- Add user mode +H which simply hides operator status to other users.
This solution replaces current method of hidding operator status where the
admin mode is not sent to other servers unless hidden_administrator is disabled.
- m_who() now takes care whether an operator is hidden or not
Revision
912 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 7 22:47:44 2007 UTC
(18 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/doc
Diff to
previous 908
,
to
selected 1778
- 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