Revision
1432 -
Directory Listing
-
[select for diffs]
Modified
Sat Jun 9 19:40:08 2012 UTC
(14 years, 1 month ago)
by
michael
Diff to
previous 1428
,
to
selected 503
- 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
1402 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 18:42:45 2012 UTC
(14 years, 2 months ago)
by
michael
Diff to
previous 1401
,
to
selected 503
- /info no longer sends information about the platform ircd is running on
- remove get_ircd_platform() function
- configure: --enable-efnet switch is no longer required
Revision
1316 -
Directory Listing
-
[select for diffs]
Modified
Tue Mar 27 17:05:51 2012 UTC
(14 years, 3 months ago)
by
michael
Diff to
previous 1310
,
to
selected 503
- 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
Diff to
previous 1293
,
to
selected 503
- 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 503
- 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
503 -
Directory Listing
-
[selected]
Modified
Fri Mar 3 19:53:47 2006 UTC
(20 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/doc
Diff to
previous 410
- Backported CAP changes from HEAD since it doesn't affect
any of the ircd's core components and should be supported
as soon as possible.