Revision
9775 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 3 15:50:23 2020 UTC
(4 years, 8 months ago)
by
michael
Diff to
previous 9641
,
to
selected 9283
User mode `B` has been implemented. Clients with that mode set are marked as a bot
in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as long as
the `bot` directive is set in `general::oper_only_umodes`), servers, and services.
This mode can for example be used to mark HOPM as official network bot.
Revision
9292 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 23 10:37:06 2020 UTC
(5 years, 6 months ago)
by
michael
Diff to
previous 9283
- Extban $n of type 'acting' has been implemented. This extban prevents matching users from changing their
nick while in the channel. Users with voice or above are not affected.
- Channel mode +N has been changed so channel members with +v can change nick names, too
Revision
9283 -
Directory Listing
-
[selected]
Modified
Thu Feb 20 17:06:11 2020 UTC
(5 years, 6 months ago)
by
michael
Diff to
previous 9238
- help/Makefile.am: properly install the extban help file
Revision
9234 -
Directory Listing
-
[select for diffs]
Modified
Fri Jan 31 17:38:34 2020 UTC
(5 years, 6 months ago)
by
michael
Diff to
previous 9184
,
to
selected 9283
- Extbans have been implemented. Main implementation done by Adam for p4.
Currently supported extbans:
Matching:
$a:<account> Matches users logged into a matching account.
$c:<channel> Matches users that are on the given channel. An additional
prefix of either @, %, or + can be specified to test for
certain channel privileges.
$o:<class> Matches IRC operators that have joined a class
matching the mask.
$r:<realname> Matches users with a matching realname.
$s:<server> Matches users that are connected to a server matching the mask.
$u:<modes> Matches users having the specified user modes set or not set.
$z:<certfp> Matches users having the given TLS certificate fingerprint.
Acting:
$j:<banmask> Prevents matching users from joining the channel.
$m:<banmask> Blocks messages from matching users. Users with voice
or above are not affected.
Revision
9175 -
Directory Listing
-
[select for diffs]
Modified
Sun Jan 19 12:39:07 2020 UTC
(5 years, 7 months ago)
by
michael
Diff to
previous 9169
,
to
selected 9283
- The --enable-openssl, --enable-gnutls switches, and their disabling counterparts --disable-openssl and --disable-gnutls, have been replaced with
the --with-tls switch which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and 'none'.
If nothing has been specified, configure tries to autodetect in the following order openssl/libressl -> gnutls -> wolfssl.
Revision
8046 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 18 18:07:45 2017 UTC
(8 years, 5 months ago)
by
michael
Diff to
previous 8040
,
to
selected 9283
- Implemented channel mode 'L'. Channels with that mode set can make use of an extended ban list size
specified with the new 'channel::max_bans_large' configuraton option. This mode can be set only by
irc-operators or servers.
Revision
2511 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 27 18:56:53 2013 UTC
(11 years, 9 months ago)
by
michael
Diff to
previous 2499
,
to
selected 9283
- 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
(11 years, 10 months ago)
by
michael
Diff to
previous 2481
,
to
selected 9283
- 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
(12 years, 2 months ago)
by
michael
Diff to
previous 2238
,
to
selected 9283
- 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
(12 years, 3 months ago)
by
michael
Diff to
previous 1837
,
to
selected 9283
- 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
(13 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-8/help
Diff to
previous 1291
,
to
selected 9283
- 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
(17 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/help
Diff to
previous 908
,
to
selected 9283
- 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
(17 years, 9 months ago)
by
db
Original Path:
ircd-hybrid-7.2/help
Diff to
previous 893
,
to
selected 9283
- 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.