ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r9303
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 9265 (5 years ago) by michael: - Move channel invitation related functions to channel_invite.c
channel_invite.c 9271 (5 years ago) by michael: - propset
channel_mode.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
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 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
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 9235 (5 years ago) by michael: - Re-create autogenerated files
conf_lexer.l 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.
conf_parser.c 9235 (5 years ago) by michael: - Re-create autogenerated files
conf_parser.h 9235 (5 years ago) by michael: - Re-create autogenerated files
conf_parser.y 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.
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 9101 (5 years ago) by michael: - Bump copyright years everywhere
irc_string.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
ircd.c 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.
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 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.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 9264 (5 years ago) by michael: - user.c:introduce_client(): rename 'server_p' to 'server'
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