ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/modules
r3038
File Last Change
 ../
core/ 2984 (10 years ago) by michael: - m_part.c:m_part(): removed IsServer() test
Makefile.am 2600 (10 years ago) by michael: - Added SVSKILL
Makefile.in 2721 (10 years ago) by michael: - automake 1.14.1
m_accept.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_admin.c 2992 (10 years ago) by michael: - m_admin.c: fixed invalid comment
m_away.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_cap.c 2911 (10 years ago) by michael: - Implemented "userhost-in-names" client capability
m_capab.c 2913 (10 years ago) by michael: - m_capab.c: removed extraneous parentheses
m_certfp.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_challenge.c 3008 (10 years ago) by michael: - m_challenge.c:m_challenge(): fixed an XXX
m_close.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_connect.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_dline.c 2998 (10 years ago) by michael: - m_dline.c: get rid of this (type & ~0x1) hack
m_encap.c 3038 (10 years ago) by michael: - m_encap.c:ms_encap(): removed irrelevant comment
m_eob.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_etrace.c 2969 (10 years ago) by michael: - m_etrace.c: removed unused header includes
m_gline.c 2862 (10 years ago) by michael: - m_gline.c:ms_gline(): improved readability. Removed extranous IsClient() test.
m_globops.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_hash.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_help.c 3027 (10 years ago) by michael: - m_help.c: whitespace changes
m_info.c 2971 (10 years ago) by michael: - Move myctime() from irc_string.c to s_misc.c
m_invite.c 2889 (10 years ago) by michael: - Fixed improper use of the ID_or_name macro in several places
m_ison.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_kline.c 2889 (10 years ago) by michael: - Fixed improper use of the ID_or_name macro in several places
m_knock.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_links.c 2889 (10 years ago) by michael: - Fixed improper use of the ID_or_name macro in several places
m_list.c 2905 (10 years ago) by michael: - m_list.c: style cleanups
m_locops.c 2827 (10 years ago) by michael: - Fixed previous commit to ms_locops()
m_lusers.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_map.c 2990 (10 years ago) by michael: - Stole recent /map changes from p4. Network map looks much better now.
m_module.c 2960 (10 years ago) by michael: - Added modules_get_list() and made modules_list visible to only modules.c - Fixed naming convetion of other linked lists in modules.c
m_motd.c 2966 (10 years ago) by michael: - Really make do_admin() a void function...
m_names.c 2909 (10 years ago) by michael: - m_names.c: removed unused header include
m_oper.c 2948 (10 years ago) by michael: - Revert -r1925. We no longer show how many times an oline has been hit.
m_operwall.c 2823 (10 years ago) by michael: - m_operwall.c: removed me_operwall() encap handler
m_pass.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_ping.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_pong.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_post.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_rehash.c 2831 (10 years ago) by michael: - Tweak reloading/rehasing config files server notice
m_restart.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_resv.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_services.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_set.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_stats.c 2948 (10 years ago) by michael: - Revert -r1925. We no longer show how many times an oline has been hit.
m_svinfo.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_svskill.c 2889 (10 years ago) by michael: - Fixed improper use of the ID_or_name macro in several places
m_svsmode.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_svsnick.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_tburst.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_time.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_topic.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_trace.c 2864 (10 years ago) by michael: - m_trace.c:ms_trace(): properly check return value of hunt_server() against HUNTED_ISME. Just in case the HUNT_* definitions get changed some day
m_user.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_userhost.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_users.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_version.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_wallops.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_watch.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_webirc.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_who.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_whois.c 2821 (10 years ago) by michael: - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
m_whowas.c 2987 (10 years ago) by michael: - Via p4: Make whowas honor disable_remote_commands
m_xline.c 2975 (10 years ago) by michael: - m_xline.c: reorder functions, removed unused header includes, constifications
1 directory and 63 files shown