Revision
2511 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 27 18:56:53 2013 UTC
(12 years, 8 months ago)
by
michael
Diff to
previous 2499
,
to
selected 341
- Added usermode +W. Users connected via a webirc gateway get this
mode set by servers.
- /WHOIS now shows whether a client is connected via a webirc
gateway
Revision
2491 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 25 16:55:01 2013 UTC
(12 years, 8 months ago)
by
michael
Diff to
previous 2481
,
to
selected 341
- Instead of forcefully adding
-Wall
-Wextra
-Wno-unused
-Wcast-qual
-Wcast-align
-Wbad-function-cast
-Wmissing-declarations
-Wmissing-prototypes
-Wnested-externs
-Wredundant-decls
-Wshadow
-Wwrite-strings
-Wundef
to CFLAGS, 'configure' now tests if the flags are understood by the compiler
Revision
2246 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 16 10:48:39 2013 UTC
(13 years, 1 month ago)
by
michael
Diff to
previous 2238
,
to
selected 341
- Add usermode 'S' (client is connecte via SSL/TLS).
Allows services to keep track of what users are connected via SSL,
and allows to see ssl-status of remote clients in a /whois.
Revision
1937 -
Directory Listing
-
[select for diffs]
Modified
Sat May 4 20:54:13 2013 UTC
(13 years, 2 months ago)
by
michael
Diff to
previous 1837
,
to
selected 341
- Implemented channel mode +c. Known from other ircds, this mode basically
prevents users from sending messages including control codes to a channel
that has this mode set
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/help
Diff to
previous 1291
,
to
selected 341
- 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/help
Diff to
previous 908
,
to
selected 341
- 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
897 -
Directory Listing
-
[select for diffs]
Modified
Sat Nov 3 17:13:32 2007 UTC
(18 years, 8 months ago)
by
db
Original Path:
ircd-hybrid-7.2/help
Diff to
previous 893
,
to
selected 341
- 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
341 -
Directory Listing
-
[selected]
Modified
Tue Dec 27 13:43:46 2005 UTC
(20 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/help
Diff to
previous 66
- As reported by CoolCold:
- Updated cmode helpfile
- Added support for old-style topicburst = yes|no