ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r9358
File Last Change
 ../
Makefile.am 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
Makefile.in 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
auth.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
channel.c 9356 (5 years ago) by michael: - channel.c:msg_has_ctrls(): fixed issued with high ascii erroneously being parsed as control characters due to overflowing 'p' (github issue #19)
channel_invite.c 9354 (5 years ago) by michael: - channel_invite.c:invite_find(): add some basic documentation
channel_mode.c 9358 (5 years ago) by michael: - channel_mode.c:add_id(): actually store the raw ban mask in ban->banstr for servers/remote clients (fixes github issue #18)
client.c 9265 (5 years ago) by michael: - Move channel invitation related functions to channel_invite.c
client_svstag.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf.c 9333 (5 years ago) by michael: - Removed 'spoof_notice' from auth::flags. Spoofs are not 'hard spoofs' anymore as they used to be back in the days. The real host can always be seen via /whois. Also with vhosts now this notice doesn't make much sense anyway
conf_class.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
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 9333 (5 years ago) by michael: - Removed 'spoof_notice' from auth::flags. Spoofs are not 'hard spoofs' anymore as they used to be back in the days. The real host can always be seen via /whois. Also with vhosts now this notice doesn't make much sense anyway
conf_lexer.l 9333 (5 years ago) by michael: - Removed 'spoof_notice' from auth::flags. Spoofs are not 'hard spoofs' anymore as they used to be back in the days. The real host can always be seen via /whois. Also with vhosts now this notice doesn't make much sense anyway
conf_parser.c 9333 (5 years ago) by michael: - Removed 'spoof_notice' from auth::flags. Spoofs are not 'hard spoofs' anymore as they used to be back in the days. The real host can always be seen via /whois. Also with vhosts now this notice doesn't make much sense anyway
conf_parser.h 9333 (5 years ago) by michael: - Removed 'spoof_notice' from auth::flags. Spoofs are not 'hard spoofs' anymore as they used to be back in the days. The real host can always be seen via /whois. Also with vhosts now this notice doesn't make much sense anyway
conf_parser.y 9333 (5 years ago) by michael: - Removed 'spoof_notice' from auth::flags. Spoofs are not 'hard spoofs' anymore as they used to be back in the days. The real host can always be seen via /whois. Also with vhosts now this notice doesn't make much sense anyway
conf_pseudo.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
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 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
extban_account.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban_channel.c 9303 (5 years ago) by michael: - Remove unused header includes
extban_fingerprint.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
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_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 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
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 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
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 9255 (5 years ago) by michael: - motd.c:motd_lookup(): check against client->realhost, too
numeric.c 9350 (5 years ago) by michael: - Change m_userhost() and m_ison() so sendto_one_numeric() can be used
packet.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
parse.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
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 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
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 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
server.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
server_capab.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
tls_gnutls.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_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 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_wolfssl.c 9279 (5 years ago) by michael: - tls_wolfssl.c: make use of recently added wolfSSL_CTX_set1_groups_list if available. Kudos to the guys at wolfSSL for implementing it that fast.
user.c 9319 (5 years ago) by michael: - Masking of k- and i-lines to regular users has been removed. Just with other stats, reporting to regular users can now only be enabled or disabled. - Free memory pointed to by client->connection->password in register_local_user()
watch.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
whowas.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
0 directories and 76 files shown