ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r4218
File Last Change
 ../
core/ 4213 (9 years ago) by michael: - Renamed serv_list to local_server_list
m_close.c 3266 (9 years ago) by michael: - Worked towards improving documentation
m_capab.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
Makefile.in 3869 (9 years ago) by michael: - Removed OPERWALL. Use GLOBOPS instead.
m_map.c 3641 (9 years ago) by michael: - m_map.c:dump_map(): use 'unsigned' whenever possible
m_accept.c 4043 (9 years ago) by michael: - m_accept.c:list_accepts(): make sure to have one byte left for the space
m_globops.c 3847 (9 years ago) by michael: - m_locops.c, m_globops.c: removed extra colons
m_svsjoin.c 3937 (9 years ago) by michael: - Fixed SVSJOIN/SVSPART issues
m_locops.c 3847 (9 years ago) by michael: - m_locops.c, m_globops.c: removed extra colons
m_svinfo.c 3294 (9 years ago) by michael: - doxygen
m_etrace.c 3787 (9 years ago) by michael: - m_etrace.c: whitespace commit
m_away.c 3875 (9 years ago) by michael: - Style corrections; fixed comments
m_info.c 3933 (9 years ago) by michael: - Added max_channels to class{} blocks
m_cap.c 3875 (9 years ago) by michael: - Style corrections; fixed comments
m_oper.c 3915 (9 years ago) by michael: - m_oper.c:m_oper(): style corrections
m_user.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
m_unresv.c 3368 (9 years ago) by michael: - Style corrections
m_stats.c 4213 (9 years ago) by michael: - Renamed serv_list to local_server_list
m_help.c 3333 (9 years ago) by michael: - Removed pointless comments
m_ison.c 3738 (9 years ago) by michael: - m_ison.c:m_ison(): style corrections
m_xline.c 4058 (9 years ago) by michael: - Use %u conversion specifier for unsigned ints
m_who.c 3911 (9 years ago) by michael: - m_who.c: Use 'unsigned' whenever possible
m_svsnick.c 4020 (9 years ago) by michael: - Got rid of SEND_UMODES. We now propagate all modes.
m_pong.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
m_ping.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
m_topic.c 3941 (9 years ago) by michael: - Renamed set_channel_topic() to channel_set_topic()
m_time.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
m_set.c 4094 (9 years ago) by michael: - Merged Adam's event system rewrite
m_hash.c 3275 (9 years ago) by michael: - Worked towards improving documentation
m_list.c 3504 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
m_motd.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
m_post.c 3266 (9 years ago) by michael: - Worked towards improving documentation
m_pass.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
m_resv.c 4058 (9 years ago) by michael: - Use %u conversion specifier for unsigned ints
m_watch.c 3424 (9 years ago) by michael: - Fixed possible WATCH core. Fix provided by Adam
m_whois.c 3513 (9 years ago) by michael: - Added usermode +p which hides channel list in WHOIS
m_kline.c 4019 (9 years ago) by michael: - Renamed OPER_FLAG_K to OPER_FLAG_KLINE
m_connect.c 3875 (9 years ago) by michael: - Style corrections; fixed comments
m_admin.c 3875 (9 years ago) by michael: - Style corrections; fixed comments
m_svsmode.c 4020 (9 years ago) by michael: - Got rid of SEND_UMODES. We now propagate all modes.
m_services.c 3593 (9 years ago) by michael: - m_services.c:m_botserv(): add missing return
m_userhost.c 3320 (9 years ago) by michael: - Removed useless header includes
m_version.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
m_module.c 3870 (9 years ago) by michael: - Use unsigned whenever possible
m_webirc.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
m_certfp.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
m_undline.c 4049 (9 years ago) by michael: - m_undline.c:mo_undline(): don't require an address to be prepended with *@
m_rehash.c 3745 (9 years ago) by michael: - m_rehash.c: removed useless comment; style corrections
m_challenge.c 3875 (9 years ago) by michael: - Style corrections; fixed comments
m_whowas.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
m_trace.c 4213 (9 years ago) by michael: - Renamed serv_list to local_server_list
m_encap.c 4155 (9 years ago) by michael: - m_encap.c: respect args_min when calling the encap handler
m_dline.c 3929 (9 years ago) by michael: - Greatly speedup d-line lookup. Instead of testing every single client against every existing d-line just check the just added ban against connected clients. Also now check d-line _before_ looking for a matching exempt{}
m_lusers.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
m_invite.c 4081 (9 years ago) by michael: - m_knock.c, m_invite.c: don't further penalize throttled clients
m_tburst.c 3941 (9 years ago) by michael: - Renamed set_channel_topic() to channel_set_topic()
m_unxline.c 3875 (9 years ago) by michael: - Style corrections; fixed comments
m_knock.c 4081 (9 years ago) by michael: - m_knock.c, m_invite.c: don't further penalize throttled clients
m_svskill.c 3347 (9 years ago) by michael: - Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
m_names.c 3266 (9 years ago) by michael: - Worked towards improving documentation
m_links.c 4209 (9 years ago) by michael: - Renammed global_serv_list to global_server_list
m_svspart.c 3937 (9 years ago) by michael: - Fixed SVSJOIN/SVSPART issues
m_restart.c 3486 (9 years ago) by michael: - m_die(), m_restart(): initialize buf[] to something saner
m_wallops.c 3869 (9 years ago) by michael: - Removed OPERWALL. Use GLOBOPS instead.
m_eob.c 4062 (9 years ago) by michael: - m_eob.c:server_eob(): fixed faulty assert()
Makefile.am 3869 (9 years ago) by michael: - Removed OPERWALL. Use GLOBOPS instead.
m_unkline.c 3792 (9 years ago) by michael: - m_xline.c, m_unkline.c: whitespace commit
m_gline.c 3793 (9 years ago) by michael: - m_gline.c: whitespace commit
1 directory and 67 files shown