ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r6718
File Last Change
 ../
core/ 6702 (9 years ago) by michael: - set_user_mode(), oper_up(): minor logic fixes
extra/ 6317 (10 years ago) by michael: - Get rid of UMODE_ALL
Makefile.am 6591 (9 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
Makefile.in 6593 (9 years ago) by michael: - autoreconf
m_accept.c 6545 (9 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
m_admin.c 6528 (9 years ago) by michael: - Fixed inconsistent style in several places
m_away.c 6186 (10 years ago) by michael: - Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention
m_cap.c 6562 (9 years ago) by michael: - m_cap.c:cap_ack(): don't allow CAP ACK to set prohibited caps, or clear sticky ones
m_capab.c 6545 (9 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
m_certfp.c 5880 (10 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_close.c 6487 (9 years ago) by michael: - Added 'close' to irc-operator flags
m_connect.c 6364 (10 years ago) by michael: - Remove unused header includes
m_dline.c 6627 (9 years ago) by michael: - Rename uconf_items to shared_items and oconf_items to operator_items
m_encap.c 6353 (10 years ago) by michael: - Rename server capabilities flags from CAP_* to CAPAB_*
m_eob.c 6317 (10 years ago) by michael: - Get rid of UMODE_ALL
m_etrace.c 6703 (9 years ago) by michael: - m_etrace.c:do_etrace(): cleanup
m_globops.c 6317 (10 years ago) by michael: - Get rid of UMODE_ALL
m_hash.c 5880 (10 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_help.c 6349 (10 years ago) by michael: - Make use of enum in more places
m_info.c 6600 (9 years ago) by michael: - Added serverhide::flatten_links_file configuration option and get rid of LIPATH
m_invite.c 6404 (10 years ago) by michael: - m_invite.c: p4 style broadcast of INVITE to all servers on the network
m_ison.c 6545 (9 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
m_kline.c 6627 (9 years ago) by michael: - Rename uconf_items to shared_items and oconf_items to operator_items
m_knock.c 6353 (10 years ago) by michael: - Rename server capabilities flags from CAP_* to CAPAB_*
m_links.c 6356 (10 years ago) by michael: - m_links.c:do_links(): use const on 'target_p'
m_list.c 6545 (9 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
m_locops.c 6627 (9 years ago) by michael: - Rename uconf_items to shared_items and oconf_items to operator_items
m_lusers.c 5880 (10 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_map.c 5880 (10 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_module.c 6317 (10 years ago) by michael: - Get rid of UMODE_ALL
m_motd.c 5880 (10 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_names.c 5880 (10 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_oper.c 6702 (9 years ago) by michael: - set_user_mode(), oper_up(): minor logic fixes
m_pass.c 6160 (10 years ago) by michael: - Move all SID/UID related code to id.c
m_ping.c 5880 (10 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_pong.c 6314 (10 years ago) by michael: - Make use of the *Flag() macros in some more places
m_post.c 5880 (10 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_rehash.c 6317 (10 years ago) by michael: - Get rid of UMODE_ALL
m_restart.c 6358 (10 years ago) by michael: - Make server_die() use enum; minor cleanups here and there
m_resv.c 6627 (9 years ago) by michael: - Rename uconf_items to shared_items and oconf_items to operator_items
m_set.c 6376 (10 years ago) by michael: - Remove splitmode checking
m_stats.c 6718 (9 years ago) by michael: - Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
m_svinfo.c 6317 (10 years ago) by michael: - Get rid of UMODE_ALL
m_svsjoin.c 6258 (10 years ago) by michael: - Set keyword and eol-style properties
m_svskill.c 6463 (9 years ago) by michael: - m_svskill.c: use CONF_NOREASON as default reason just like in m_kill.c
m_svsmode.c 6714 (9 years ago) by michael: - m_svsmode.c:ms_svsmode(): minor logic fix/cleanup
m_svsnick.c 6634 (9 years ago) by michael: - Use client->name when updating the fd's associated name record with fd_note()
m_svspart.c 6258 (10 years ago) by michael: - Set keyword and eol-style properties
m_svstag.c 5880 (10 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_tburst.c 6353 (10 years ago) by michael: - Rename server capabilities flags from CAP_* to CAPAB_*
m_time.c 5880 (10 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_topic.c 5880 (10 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_trace.c 6444 (9 years ago) by michael: - m_trace.c: allow remote operators to request a full client list; various other cleanups
m_undline.c 6627 (9 years ago) by michael: - Rename uconf_items to shared_items and oconf_items to operator_items
m_unkline.c 6627 (9 years ago) by michael: - Rename uconf_items to shared_items and oconf_items to operator_items
m_unresv.c 6627 (9 years ago) by michael: - Rename uconf_items to shared_items and oconf_items to operator_items
m_unxline.c 6717 (9 years ago) by michael: - Rename 'xconf_item' list to 'gecos_items'
m_user.c 6314 (10 years ago) by michael: - Make use of the *Flag() macros in some more places
m_userhost.c 6626 (9 years ago) by michael: - m_userhost.c: minor documentation update
m_version.c 6186 (10 years ago) by michael: - Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention
m_wallops.c 5880 (10 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_watch.c 6545 (9 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
m_webirc.c 6314 (10 years ago) by michael: - Make use of the *Flag() macros in some more places
m_who.c 6706 (9 years ago) by michael: - m_who.c: use const keyword where appropriate
m_whois.c 6254 (10 years ago) by michael: - m_whois.c: don't allow remote WHOIS lookups with the target being a UID. Removed IsDigit test.
m_whowas.c 6653 (9 years ago) by michael: - m_whowas.c: rename variable
m_xline.c 6627 (9 years ago) by michael: - Rename uconf_items to shared_items and oconf_items to operator_items
2 directories and 65 files shown