ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include
r9775
File Last Change
 ../
rng_mt.h 7668 (9 years ago) by michael: - Fixed svn properties
reslib.h 7668 (9 years ago) by michael: - Fixed svn properties
patricia.h 8597 (6 years ago) by michael: - patricia.c:ascii2prefix(): don't allow to overflow 'save'; change size of 'save' to INET6_ADDRSTRLEN
stdinc.h 8643 (6 years ago) by michael: - Use a boolean type for chan_mode::only_servers and chan_mode::only_opers
id.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
patchlevel.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
send.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_pseudo.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
ircd_defs.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_resv.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
ircd_signal.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_shared.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
packet.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
s_bsd.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
client_svstag.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
log.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_service.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
tls_none.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_cluster.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
memory.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
restart.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
ircd.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
auth.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_gecos.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
res.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
dbuf.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
hash.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_class.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
list.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
ircd_getopt.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
user.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
tls_openssl.h 9101 (5 years ago) by michael: - Bump copyright years everywhere
fdlist.h 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
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_wolfssl.h 9211 (5 years ago) by michael: - tls_wolfssl.h: fixed minor documenting issue
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
irc_string.h 9331 (5 years ago) by michael: - Remove strtok_r() compatibility code
ipcache.h 9335 (5 years ago) by michael: - Fixed style inconsistencies in various places
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
conf_db.h 9369 (5 years ago) by michael: - Reformatting of various header files in some places
isupport.h 9369 (5 years ago) by michael: - Reformatting of various header files in some places
channel_invite.h 9369 (5 years ago) by michael: - Reformatting of various header files in some places
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
parse.h 9384 (5 years ago) by michael: - Refactor Message flags
server.h 9397 (5 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
whowas.h 9442 (5 years ago) by michael: - whowas.h, whowas.c: rename Whowas::online to Whowas::client
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
channel_mode.h 9553 (5 years ago) by michael: - Implemented channel mode 'K'. KNOCK cannot be used on channels with that mode set.
hostmask.h 9596 (4 years ago) by michael: - Cleanup ip address matching routine in various places
misc.h 9596 (4 years ago) by michael: - Cleanup ip address matching routine in various places
channel.h 9598 (4 years ago) by michael: - Style corrections; reformatting
listener.h 9610 (4 years ago) by michael: - Implement accept() deferring. Closes github issue #4
server_capab.h 9625 (4 years ago) by michael: - Remove CAPAB_QS. Quit Storm removal is default behavior for more than 20 years now.
defaults.h 9692 (4 years ago) by michael: - For consistency, the `general::network_desc` configuration directive has been renamed to `general::network_description`
conf.h 9750 (4 years ago) by michael: - Replace WATCH with IRCv3.2 MONITOR
monitor.h 9770 (4 years ago) by michael: - monitor.h: update comment
numeric.h 9775 (4 years ago) by michael: 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.
client.h 9775 (4 years ago) by michael: 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.
0 directories and 59 files shown