ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r6542
File Last Change
 ../
core/ 6534 (8 years ago) by michael: - m_message.c: swap keywords on 'ntargets'; minor style corrections
extra/ 6318 (8 years ago) by michael: - Get rid of UMODE_ALL
m_whois.c 6255 (8 years ago) by michael: - m_whois.c: don't allow remote WHOIS lookups with the target being a UID. Removed IsDigit test.
m_who.c 6446 (8 years ago) by michael: - m_who.c:do_who(): use const keyword where appropriate
m_trace.c 6443 (8 years ago) by michael: - m_trace.c: allow remote operators to request a full client list; various other cleanups
m_svsmode.c 6408 (8 years ago) by michael: - m_svsmode.c:ms_svsmode(): move the 'ts = atol()' assignment right after the find_person()
m_svskill.c 6462 (8 years ago) by michael: - m_svskill.c: use CONF_NOREASON as default reason just like in m_kill.c
m_stats.c 6506 (8 years ago) by michael: - m_stats.c:show_iline_prefix(), report_auth(): let remote opers see auth blocks {} with spoofs and k/x-line exempts - client.h: removed now unused MyOper macro
m_locops.c 6468 (8 years ago) by michael: - m_locops.c:ms_locops(): avoid multiple array indices; improve readability
m_links.c 6355 (8 years ago) by michael: - m_links.c:do_links(): use const on 'target_p'
m_invite.c 6403 (8 years ago) by michael: - m_invite.c: p4 style broadcast of INVITE to all servers on the network
m_info.c 6533 (8 years ago) by michael: - m_info.c: fixed inconsistent description of stats_u_oper_only and stats_P_oper_only
m_xline.c 6458 (8 years ago) by michael: - m_dline.c, m_kline.c, m_resv.c, m_xline.c: rename 't?line_time' variable to 'duration'
m_resv.c 6458 (8 years ago) by michael: - m_dline.c, m_kline.c, m_resv.c, m_xline.c: rename 't?line_time' variable to 'duration'
m_kline.c 6458 (8 years ago) by michael: - m_dline.c, m_kline.c, m_resv.c, m_xline.c: rename 't?line_time' variable to 'duration'
m_dline.c 6458 (8 years ago) by michael: - m_dline.c, m_kline.c, m_resv.c, m_xline.c: rename 't?line_time' variable to 'duration'
m_accept.c 6466 (8 years ago) by michael: - m_accept.c:m_accept(): run collapse() on the mask before using it
Makefile.in 6128 (8 years ago) by michael: - autoreconf
m_list.c 6385 (8 years ago) by michael: - Use an embedded list node for the ListTask struct
m_capab.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_map.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_etrace.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_ison.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_svsnick.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_ping.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_topic.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_time.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_hash.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_motd.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_post.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_userhost.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_certfp.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_svstag.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_lusers.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_names.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_wallops.c 5881 (8 years ago) by michael: - Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
m_svsjoin.c 6259 (8 years ago) by michael: - Set keyword and eol-style properties
m_svspart.c 6259 (8 years ago) by michael: - Set keyword and eol-style properties
m_undline.c 6354 (8 years ago) by michael: - Rename server capabilities flags from CAP_* to CAPAB_*
m_encap.c 6354 (8 years ago) by michael: - Rename server capabilities flags from CAP_* to CAPAB_*
m_tburst.c 6354 (8 years ago) by michael: - Rename server capabilities flags from CAP_* to CAPAB_*
m_unxline.c 6354 (8 years ago) by michael: - Rename server capabilities flags from CAP_* to CAPAB_*
m_knock.c 6354 (8 years ago) by michael: - Rename server capabilities flags from CAP_* to CAPAB_*
m_unkline.c 6354 (8 years ago) by michael: - Rename server capabilities flags from CAP_* to CAPAB_*
Makefile.am 5805 (8 years ago) by michael: - Removed glines - Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and dline_min_cidr6 configuration options
m_connect.c 6363 (8 years ago) by michael: - Remove unused header includes
m_set.c 6375 (8 years ago) by michael: - Remove splitmode checking
m_away.c 6185 (8 years ago) by michael: - Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention
m_watch.c 6185 (8 years ago) by michael: - Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention
m_version.c 6185 (8 years ago) by michael: - Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention
m_pass.c 6161 (8 years ago) by michael: - Move all SID/UID related code to id.c
m_user.c 6313 (8 years ago) by michael: - Make use of the *Flag() macros in some more places
m_pong.c 6313 (8 years ago) by michael: - Make use of the *Flag() macros in some more places
m_webirc.c 6313 (8 years ago) by michael: - Make use of the *Flag() macros in some more places
m_help.c 6350 (8 years ago) by michael: - Make use of enum in more places
m_restart.c 6357 (8 years ago) by michael: - Make server_die() use enum; minor cleanups here and there
m_cap.c 6400 (8 years ago) by michael: - Implement ircv3.1 account-notify extension
m_globops.c 6318 (8 years ago) by michael: - Get rid of UMODE_ALL
m_svinfo.c 6318 (8 years ago) by michael: - Get rid of UMODE_ALL
m_module.c 6318 (8 years ago) by michael: - Get rid of UMODE_ALL
m_rehash.c 6318 (8 years ago) by michael: - Get rid of UMODE_ALL
m_challenge.c 6318 (8 years ago) by michael: - Get rid of UMODE_ALL
m_eob.c 6318 (8 years ago) by michael: - Get rid of UMODE_ALL
m_oper.c 6527 (8 years ago) by michael: - Fixed inconsistent style in several places
m_admin.c 6527 (8 years ago) by michael: - Fixed inconsistent style in several places
m_whowas.c 6513 (8 years ago) by michael: - Change myctime() to use strftime() instead of ctime(); rename myctime() to date_ctime()
m_unresv.c 6454 (8 years ago) by michael: - Added 'resv' and 'unresv' operator flags
m_close.c 6488 (8 years ago) by michael: - Added 'close' to irc-operator flags
2 directories and 66 files shown