ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r5020
File Last Change
 ../
core/ 5015 (9 years ago) by michael: - Removed unused header includes:wq
extra/ 5005 (9 years ago) by michael: - Added 'opme' to irc-operator flags
m_cap.c 5020 (9 years ago) by michael: - m_cap.c: minor optimization to send_caplist()
m_invite.c 5016 (9 years ago) by michael: - m_invite.c, m_knock.c: send KNOCK/INVITE notifications to halfops too
m_knock.c 5016 (9 years ago) by michael: - m_invite.c, m_knock.c: send KNOCK/INVITE notifications to halfops too
m_capab.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_svsjoin.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_unresv.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_svsnick.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_list.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_resv.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_kline.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_connect.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_svsmode.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_module.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_certfp.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_undline.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_dline.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_links.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_svspart.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_restart.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_unkline.c 5015 (9 years ago) by michael: - Removed unused header includes:wq
m_away.c 5012 (9 years ago) by michael: - m_away.c:m_away(): don't let /AWAY end the client's flood grace period. Depending on the configuration, some clients instantly set them away right after connecting. AWAY is rate limited anyways.
m_hash.c 5002 (9 years ago) by michael: - Style corrections
m_etrace.c 5001 (9 years ago) by michael: - m_etrace.c:do_etrace(): replaced hash_find_client() with find_person()
m_who.c 4997 (9 years ago) by michael: - m_who.c:m_who(): replaced hash_find_client() with find_person()
m_user.c 4993 (9 years ago) by michael: - Removed useless assert()s
m_info.c 4988 (9 years ago) by michael: - The general::true_no_oper_flood configuration option has been deprecated. Operators still can have higher 'flood' limits with no_oper_flood = yes; hoewever, they are no longer allowed to bypass RecvQ limits.
m_rehash.c 4983 (9 years ago) by michael: - Cleaned up style; reformatting; const correctness
Makefile.in 4980 (9 years ago) by michael: - Add m4/ax_arg_libgeoip.m4 and tidy up configure.ac a bit
m_accept.c 4974 (9 years ago) by michael: - Fixed compile warnings due to shadowed global variables on RHEL/maybe other distros
m_stats.c 4968 (9 years ago) by michael: - general::hide_spoof_ips is now deprecated
m_whois.c 4968 (9 years ago) by michael: - general::hide_spoof_ips is now deprecated
m_trace.c 4968 (9 years ago) by michael: - general::hide_spoof_ips is now deprecated
m_globops.c 4963 (9 years ago) by michael: - Get rid of NOCAPS
m_topic.c 4963 (9 years ago) by michael: - Get rid of NOCAPS
m_tburst.c 4963 (9 years ago) by michael: - Get rid of NOCAPS
m_wallops.c 4963 (9 years ago) by michael: - Get rid of NOCAPS
m_eob.c 4963 (9 years ago) by michael: - Get rid of NOCAPS
m_gline.c 4963 (9 years ago) by michael: - Get rid of NOCAPS
m_motd.c 4957 (9 years ago) by michael: - m_motd.c:m_motd(): don't take 'hide_servers' into account for remote MOTD requests since this is up to 'disable_remote_commands'
m_locops.c 4935 (9 years ago) by michael: - Style corrections; constifications
Makefile.am 4901 (9 years ago) by michael: - autoreconf
m_xline.c 4889 (9 years ago) by michael: - Style corrections
m_unxline.c 4889 (9 years ago) by michael: - Style corrections
m_names.c 4887 (9 years ago) by michael: - m_names.c:m_names(): const correctness
m_pong.c 4885 (9 years ago) by michael: - m_pong.c:mr_pong(): from p4: accept ping cookie replies even if the client still has a pending registration state
m_ison.c 4883 (9 years ago) by michael: - Style corrections; fixed comments
m_map.c 4875 (9 years ago) by michael: - m_map.c:dump_map(): from p4: readd ':' after Users in /map
m_svskill.c 4835 (9 years ago) by michael: - m_svskill.c:ms_svskill(): use KILLLEN instead of KICKLEN
m_oper.c 4831 (9 years ago) by michael: - m_oper.c:m_oper(): constification
m_userhost.c 4827 (9 years ago) by michael: - m_userhost.c:m_userhost(): replaced sprintf() with snprintf()
m_whowas.c 4820 (9 years ago) by michael: - Renamed Client::svid to Client::account
m_close.c 4816 (9 years ago) by michael: - Renamed variables
m_watch.c 4816 (9 years ago) by michael: - Renamed variables
m_help.c 4758 (9 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_admin.c 4758 (9 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_version.c 4758 (9 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_lusers.c 4758 (9 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_ping.c 4714 (9 years ago) by michael: - m_ping.c:ms_ping(): added sanity test for wrong directed PING messages as suggested by Adam. Needs more discussion whether that test is still needed with TS6
m_time.c 4691 (9 years ago) by michael: - Style corrections
m_pass.c 4589 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_webirc.c 4589 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_challenge.c 4589 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_svinfo.c 4564 (9 years ago) by michael: - Update GPL 2 license headers
m_set.c 4564 (9 years ago) by michael: - Update GPL 2 license headers
m_post.c 4564 (9 years ago) by michael: - Update GPL 2 license headers
m_encap.c 4564 (9 years ago) by michael: - Update GPL 2 license headers
2 directories and 66 files shown