ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r9586
File Last Change
 ../
Makefile.am 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
Makefile.in 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
auth.c 9427 (5 years ago) by michael: - auth.c:auth_release_client(): move copying of x->host to x->realhost to conf.c:verify_access()
channel.c 9546 (5 years ago) by michael: - channel_mode.c:channel_modes(): minor optimization to save potentially redundant member_find_link() calls
channel_invite.c 9354 (5 years ago) by michael: - channel_invite.c:invite_find(): add some basic documentation
channel_mode.c 9553 (5 years ago) by michael: - Implemented channel mode 'K'. KNOCK cannot be used on channels with that mode set.
client.c 9455 (5 years ago) by michael: - Rename find_channel_link() to member_find_link()
client_svstag.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf.c 9553 (5 years ago) by michael: - Implemented channel mode 'K'. KNOCK cannot be used on channels with that mode set.
conf_class.c 9566 (5 years ago) by michael: - Removed MAXIMUM_LINKS_DEFAULT
conf_cluster.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
conf_db.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_gecos.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_lexer.c 9586 (4 years ago) by michael: - Added 'client' option to listener::flags
conf_lexer.l 9586 (4 years ago) by michael: - Added 'client' option to listener::flags
conf_parser.c 9586 (4 years ago) by michael: - Added 'client' option to listener::flags
conf_parser.h 9586 (4 years ago) by michael: - Added 'client' option to listener::flags
conf_parser.y 9586 (4 years ago) by michael: - Added 'client' option to listener::flags
conf_pseudo.c 9384 (5 years ago) by michael: - Refactor Message flags
conf_resv.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
conf_service.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_shared.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
dbuf.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
event.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
extban.c 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
extban_account.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban_channel.c 9458 (5 years ago) by michael: - extban_channel.c: documenting
extban_fingerprint.c 9408 (5 years ago) by michael: - Rename Client::certfp to Client::tls_certfp
extban_gecos.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban_join.c 9303 (5 years ago) by michael: - Remove unused header includes
extban_mute.c 9303 (5 years ago) by michael: - Remove unused header includes
extban_nick.c 9295 (5 years ago) by michael: - propset
extban_operclass.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban_server.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban_tlsinfo.c 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
extban_usermode.c 9303 (5 years ago) by michael: - Remove unused header includes
fdlist.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
getopt.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
hash.c 9546 (5 years ago) by michael: - channel_mode.c:channel_modes(): minor optimization to save potentially redundant member_find_link() calls
hostmask.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
id.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
ipcache.c 9335 (5 years ago) by michael: - Fixed style inconsistencies in various places
irc_string.c 9331 (5 years ago) by michael: - Remove strtok_r() compatibility code
ircd.c 9324 (5 years ago) by michael: - ircd.c:setup_fdlimit(): fixed setrlimit() throwing EINVAL on macOS/catalina (#16 on github)
ircd_signal.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
isupport.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
list.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
listener.c 9586 (4 years ago) by michael: - Added 'client' option to listener::flags
log.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
match.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
memory.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
misc.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
modules.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
motd.c 9365 (5 years ago) by michael: - Fixed various style inconsistencies
numeric.c 9553 (5 years ago) by michael: - Implemented channel mode 'K'. KNOCK cannot be used on channels with that mode set.
packet.c 9549 (5 years ago) by michael: - packet.c:parse_client_queued(): use 'return' consistently. 'break' needs to be used only in case of a state change
parse.c 9415 (5 years ago) by michael: - parse.c:parse(): move comment to where it really belongs to
patricia.c 8630 (6 years ago) by michael: - patricia.c:ascii2prefix(): fixed compile warning
res.c 9202 (5 years ago) by michael: - Stylistic changes
reslib.c 7668 (9 years ago) by michael: - Fixed svn properties
restart.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
rng_mt.c 7668 (9 years ago) by michael: - Fixed svn properties
s_bsd.c 9440 (5 years ago) by michael: - s_bsd.c:comm_checktimeouts(): minor cleanups; remove pointless tests on timeout handlers
s_bsd_devpoll.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
s_bsd_epoll.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
s_bsd_kqueue.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
s_bsd_poll.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
send.c 9433 (5 years ago) by michael: - send.c: restructuring & reformatting
server.c 9569 (5 years ago) by michael: - server.c:write_links_file(): rename 'target_p' to 'client'
server_capab.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
tls_gnutls.c 9529 (5 years ago) by michael: - tls_gnutls.c, tls_openssl.c, tls_wolfssl.c: fixed ret vs. retlen vs. length inconsistency
tls_none.c 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_openssl.c 9529 (5 years ago) by michael: - tls_gnutls.c, tls_openssl.c, tls_wolfssl.c: fixed ret vs. retlen vs. length inconsistency
tls_wolfssl.c 9529 (5 years ago) by michael: - tls_gnutls.c, tls_openssl.c, tls_wolfssl.c: fixed ret vs. retlen vs. length inconsistency
user.c 9580 (4 years ago) by michael: - user.c: remove unused header include
watch.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
whowas.c 9442 (5 years ago) by michael: - whowas.h, whowas.c: rename Whowas::online to Whowas::client
0 directories and 77 files shown