ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r6902
File Last Change
 ../
core/ 6902 (8 years ago) by michael: - Add CMEMBER_STATUS_FLAGS / CMEMBER_STATUS_FLAGS_LEN and make use of it in some places (replaces some magic values sprinkled in the code)
extra/ 6815 (8 years ago) by michael: - m_opme.c: made server notices less verbose
m_svsnick.c 6901 (8 years ago) by michael: - Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
m_svsmode.c 6901 (8 years ago) by michael: - Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
m_svstag.c 6901 (8 years ago) by michael: - Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
m_invite.c 6901 (8 years ago) by michael: - Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
m_tburst.c 6901 (8 years ago) by michael: - Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
m_svskill.c 6901 (8 years ago) by michael: - Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
m_whowas.c 6884 (8 years ago) by michael: - Remove unused header includes
m_svinfo.c 6876 (8 years ago) by michael: - m_svinfo.c: whitespace changes
m_stats.c 6848 (8 years ago) by michael: - m_stats.c: made the idle time look nicer in STATS v|p by using a formatted time string
m_info.c 6794 (8 years ago) by michael: - Add channel::invite_delay_channel configuration option
m_oper.c 6781 (8 years ago) by michael: - Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
m_xline.c 6781 (8 years ago) by michael: - Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
m_resv.c 6781 (8 years ago) by michael: - Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
m_kline.c 6781 (8 years ago) by michael: - Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
m_dline.c 6781 (8 years ago) by michael: - Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
m_away.c 6775 (8 years ago) by michael: - Implement ircv3.2 chghost client capability support
m_cap.c 6775 (8 years ago) by michael: - Implement ircv3.2 chghost client capability support
m_topic.c 6760 (8 years ago) by michael: - Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()
m_knock.c 6760 (8 years ago) by michael: - Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()
m_unxline.c 6717 (8 years ago) by michael: - Rename 'xconf_item' list to 'gecos_items'
m_who.c 6706 (8 years ago) by michael: - m_who.c: use const keyword where appropriate
m_etrace.c 6703 (8 years ago) by michael: - m_etrace.c:do_etrace(): cleanup
m_locops.c 6627 (8 years ago) by michael: - Rename uconf_items to shared_items and oconf_items to operator_items
m_unresv.c 6627 (8 years ago) by michael: - Rename uconf_items to shared_items and oconf_items to operator_items
m_undline.c 6627 (8 years ago) by michael: - Rename uconf_items to shared_items and oconf_items to operator_items
m_unkline.c 6627 (8 years ago) by michael: - Rename uconf_items to shared_items and oconf_items to operator_items
m_userhost.c 6626 (8 years ago) by michael: - m_userhost.c: minor documentation update
Makefile.in 6593 (8 years ago) by michael: - autoreconf
Makefile.am 6591 (8 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
m_capab.c 6545 (8 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
m_accept.c 6545 (8 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
m_ison.c 6545 (8 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
m_list.c 6545 (8 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
m_watch.c 6545 (8 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
m_admin.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
m_close.c 6487 (8 years ago) by michael: - Added 'close' to irc-operator flags
m_trace.c 6444 (8 years ago) by michael: - m_trace.c: allow remote operators to request a full client list; various other cleanups
m_set.c 6376 (8 years ago) by michael: - Remove splitmode checking
m_connect.c 6364 (8 years ago) by michael: - Remove unused header includes
m_restart.c 6358 (8 years ago) by michael: - Make server_die() use enum; minor cleanups here and there
m_links.c 6356 (8 years ago) by michael: - m_links.c:do_links(): use const on 'target_p'
m_encap.c 6353 (8 years ago) by michael: - Rename server capabilities flags from CAP_* to CAPAB_*
m_help.c 6349 (8 years ago) by michael: - Make use of enum in more places
m_globops.c 6317 (8 years ago) by michael: - Get rid of UMODE_ALL
m_module.c 6317 (8 years ago) by michael: - Get rid of UMODE_ALL
m_rehash.c 6317 (8 years ago) by michael: - Get rid of UMODE_ALL
m_eob.c 6317 (8 years ago) by michael: - Get rid of UMODE_ALL
m_user.c 6314 (8 years ago) by michael: - Make use of the *Flag() macros in some more places
m_pong.c 6314 (8 years ago) by michael: - Make use of the *Flag() macros in some more places
m_webirc.c 6314 (8 years ago) by michael: - Make use of the *Flag() macros in some more places
m_svsjoin.c 6258 (8 years ago) by michael: - Set keyword and eol-style properties
m_svspart.c 6258 (8 years ago) by michael: - Set keyword and eol-style properties
m_whois.c 6254 (8 years ago) by michael: - m_whois.c: don't allow remote WHOIS lookups with the target being a UID. Removed IsDigit test.
m_version.c 6186 (8 years ago) by michael: - Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention
m_pass.c 6160 (8 years ago) by michael: - Move all SID/UID related code to id.c
m_map.c 5880 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_ping.c 5880 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_time.c 5880 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_hash.c 5880 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_motd.c 5880 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_post.c 5880 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_certfp.c 5880 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_lusers.c 5880 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_names.c 5880 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_wallops.c 5880 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
2 directories and 65 files shown