Revision
9455 -
Directory Listing
-
[selected]
Modified
Tue Jun 30 17:33:17 2020 UTC
(6 years ago)
by
michael
Diff to
previous 9431
- Rename find_channel_link() to member_find_link()
Revision
9234 -
Directory Listing
-
[select for diffs]
Modified
Fri Jan 31 17:38:34 2020 UTC
(6 years, 5 months ago)
by
michael
Diff to
previous 9184
,
to
selected 9455
- 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
(6 years, 6 months ago)
by
michael
Diff to
previous 9169
,
to
selected 9455
- 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
9081 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 13 09:52:35 2019 UTC
(6 years, 9 months ago)
by
michael
Diff to
previous 9077
,
to
selected 9455
- Rename struct Membership to ChannelMember
- Rename Channel::last_knock to last_knock_time
- Rename Channel::last_invite to last_invite_time
- Rename chptr to channel