ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r9355
File Last Change (rev)
 ../
core/ 9347 (6 years ago) by michael: - Replace some occurences of sprintf with snprintf
extra/ 9233 (6 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.
m_user.c 9351 (6 years ago) by michael: - m_user.c: avoid sprinkling and indexing parv[] multiple times
m_ison.c 9349 (6 years ago) by michael: - Change m_userhost() and m_ison() so sendto_one_numeric() can be used
m_userhost.c 9349 (6 years ago) by michael: - Change m_userhost() and m_ison() so sendto_one_numeric() can be used
m_accept.c 9347 (6 years ago) by michael: - Replace some occurences of sprintf with snprintf
m_oper.c 9334 (6 years ago) by michael: - Fixed style inconsistencies in various places
m_topic.c 9334 (6 years ago) by michael: - Fixed style inconsistencies in various places
m_list.c 9334 (6 years ago) by michael: - Fixed style inconsistencies in various places
m_resv.c 9334 (6 years ago) by michael: - Fixed style inconsistencies in various places
m_stats.c 9321 (6 years ago) by michael: - m_stats.c: kill stats_ports() wrapper
m_info.c 9320 (6 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()
m_who.c 9276 (6 years ago) by michael: - m_who.c:do_who(): reduce buffer size from IRCD_BUFSIZE (512) to 8
m_svsnick.c 9275 (6 years ago) by michael: - Reduce size of some user mode relevant buffers from IRCD_BUFSIZE (512) to UMODE_MAX_STR (56)
m_svsmode.c 9275 (6 years ago) by michael: - Reduce size of some user mode relevant buffers from IRCD_BUFSIZE (512) to UMODE_MAX_STR (56)
m_invite.c 9266 (6 years ago) by michael: - Move channel invitation related functions to channel_invite.c
m_svshost.c 9233 (6 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.
m_hash.c 9233 (6 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.
m_tburst.c 9233 (6 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.
m_whois.c 9201 (6 years ago) by michael: - Stylistic changes
m_svsjoin.c 9199 (6 years ago) by michael: - Stylistic changes
m_unresv.c 9199 (6 years ago) by michael: - Stylistic changes
m_xline.c 9199 (6 years ago) by michael: - Stylistic changes
m_connect.c 9199 (6 years ago) by michael: - Stylistic changes
m_whowas.c 9199 (6 years ago) by michael: - Stylistic changes
m_svstag.c 9199 (6 years ago) by michael: - Stylistic changes
m_unxline.c 9199 (6 years ago) by michael: - Stylistic changes
m_knock.c 9199 (6 years ago) by michael: - Stylistic changes
m_svskill.c 9199 (6 years ago) by michael: - Stylistic changes
m_svspart.c 9199 (6 years ago) by michael: - Stylistic changes
Makefile.in 9183 (6 years ago) by michael: - Move ax_with_tls.m4 to ax_arg_with_tls.m4
m_names.c 9112 (6 years ago) by michael: - m_names.c:m_names(): remove extraneous test on 'parc'
m_close.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_capab.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_map.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_globops.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_locops.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_svinfo.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_etrace.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_away.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_cap.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_help.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_pong.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_ping.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_time.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_set.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_motd.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_post.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_pass.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_watch.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_kline.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_admin.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_version.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_module.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_webirc.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_certfp.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_undline.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_rehash.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_trace.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_encap.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_dline.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_lusers.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_links.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_restart.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_wallops.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_eob.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
m_unkline.c 9102 (6 years ago) by michael: - Bump copyright years everywhere
Makefile.am 7667 (10 years ago) by michael: - Fixed svn properties
2 directories and 66 files shown