ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include
r9546
File Last Change
 ../
auth.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
channel.h 9546 (5 years ago) by michael: - channel_mode.c:channel_modes(): minor optimization to save potentially redundant member_find_link() calls
channel_invite.h 9369 (5 years ago) by michael: - Reformatting of various header files in some places
channel_mode.h 9234 (5 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.
client.h 9411 (5 years ago) by michael: - Store tls version/cipher in Client::tls_cipher for later use
client_svstag.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf.h 9369 (5 years ago) by michael: - Reformatting of various header files in some places
conf_class.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_cluster.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_db.h 9369 (5 years ago) by michael: - Reformatting of various header files in some places
conf_gecos.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_pseudo.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_resv.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_service.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_shared.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
dbuf.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
defaults.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
event.h 9342 (5 years ago) by michael: - event.h: add missing 'extern' to 'event_base' to fix broken build with gcc 10 as reported by Dominic Hargreaves. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957377
extban.h 9459 (5 years ago) by michael: - Extban $t of type 'acting' has been implemented. This extban allows matching based on TLS protocol version and/or cipher suite
fdlist.h 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
hash.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
hostmask.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
id.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
ipcache.h 9335 (5 years ago) by michael: - Fixed style inconsistencies in various places
irc_string.h 9331 (5 years ago) by michael: - Remove strtok_r() compatibility code
ircd.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
ircd_defs.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
ircd_getopt.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
ircd_signal.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
isupport.h 9369 (5 years ago) by michael: - Reformatting of various header files in some places
list.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
listener.h 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
log.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
memory.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
misc.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
modules.h 9369 (5 years ago) by michael: - Reformatting of various header files in some places
motd.h 9369 (5 years ago) by michael: - Reformatting of various header files in some places
numeric.h 9292 (5 years ago) by michael: - 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
packet.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
parse.h 9384 (5 years ago) by michael: - Refactor Message flags
patchlevel.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
patricia.h 8597 (6 years ago) by michael: - patricia.c:ascii2prefix(): don't allow to overflow 'save'; change size of 'save' to INET6_ADDRSTRLEN
res.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
reslib.h 7668 (9 years ago) by michael: - Fixed svn properties
restart.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
rng_mt.h 7668 (9 years ago) by michael: - Fixed svn properties
s_bsd.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
send.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
serno.h 7675 (9 years ago) by michael: - Fixed more svn properties as pointed out by jackal
server.h 9397 (5 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
server_capab.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
stdinc.h 8643 (6 years ago) by michael: - Use a boolean type for chan_mode::only_servers and chan_mode::only_opers
tls.h 9224 (5 years ago) by michael: - Renamings: tls_new_cred -> tls_new_credentials tls_free_cred -> tls_free_credentials tls_verify_cert -> tls_verify_certificate
tls_gnutls.h 9193 (5 years ago) by michael: - tls_gnutls.h: remove extraneous #if !defined(HAVE_LIBCRYPTO). HAVE_LIBGNUTLS and HAVE_LIBCRYPTO can't be defined at the same time.
tls_none.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
tls_openssl.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
tls_wolfssl.h 9211 (5 years ago) by michael: - tls_wolfssl.h: fixed minor documenting issue
user.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
watch.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
whowas.h 9442 (5 years ago) by michael: - whowas.h, whowas.c: rename Whowas::online to Whowas::client
0 directories and 60 files shown