ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x
r9233
File Last Change
 ../
libltdl/ 9183 (4 years ago) by michael: - Move ax_with_tls.m4 to ax_arg_with_tls.m4
m4/ 9183 (4 years ago) by michael: - Move ax_with_tls.m4 to ax_arg_with_tls.m4
tools/ 9183 (4 years ago) by michael: - Move ax_with_tls.m4 to ax_arg_with_tls.m4
modules/ 9233 (4 years ago) by michael: - 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.
src/ 9233 (4 years ago) by michael: - 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.
doc/ 9233 (4 years ago) by michael: - 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.
include/ 9233 (4 years ago) by michael: - 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.
help/ 9233 (4 years ago) by michael: - 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.
config.guess 8978 (4 years ago) by michael: - autoreconf
ltmain.sh 8978 (4 years ago) by michael: - autoreconf
config.sub 8978 (4 years ago) by michael: - autoreconf
README 9187 (4 years ago) by michael: - Update README file
NEWS 9230 (4 years ago) by michael: - Update NEWS file
INSTALL 9206 (4 years ago) by michael: - Update INSTALL file
config.h.in 9174 (4 years ago) by michael: - 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.
missing 8746 (5 years ago) by michael: - Recreate autogenerated files
ylwrap 8746 (5 years ago) by michael: - Recreate autogenerated files
depcomp 8746 (5 years ago) by michael: - Recreate autogenerated files
compile 8746 (5 years ago) by michael: - Recreate autogenerated files
install-sh 8746 (5 years ago) by michael: - Recreate autogenerated files
Makefile.in 9183 (4 years ago) by michael: - Move ax_with_tls.m4 to ax_arg_with_tls.m4
aclocal.m4 9183 (4 years ago) by michael: - Move ax_with_tls.m4 to ax_arg_with_tls.m4
COPYING 7667 (7 years ago) by michael: - Fixed svn properties
Makefile.am 7676 (7 years ago) by michael: - Fixed more svn properties as pointed out by jackal
configure 9229 (4 years ago) by michael: - Bump version to hybrid-8.2.28
configure.ac 9229 (4 years ago) by michael: - Bump version to hybrid-8.2.28
AUTHORS 8685 (5 years ago) by michael: - AUTHORS, version.c: update my email address
.travis.yml 9186 (4 years ago) by michael: - .travis.yml: move coverity scan to build matrix
8 directories and 20 files shown