ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r8978
File Last Change
 ../
core/ 8978 (7 years ago) by michael: - autoreconf
extra/ 8978 (7 years ago) by michael: - autoreconf
Makefile.am 7667 (10 years ago) by michael: - Fixed svn properties
Makefile.in 8978 (7 years ago) by michael: - autoreconf
m_accept.c 8751 (7 years ago) by michael: - Update copyright years
m_admin.c 8902 (7 years ago) by michael: - Make more timers use monotonic time
m_away.c 8973 (7 years ago) by michael: - m_away.c: killed ms_away(), a pure duplicate of m_away()
m_cap.c 8751 (7 years ago) by michael: - Update copyright years
m_capab.c 8751 (7 years ago) by michael: - Update copyright years
m_certfp.c 8751 (7 years ago) by michael: - Update copyright years
m_close.c 8751 (7 years ago) by michael: - Update copyright years
m_connect.c 8870 (7 years ago) by michael: - m_connect.c:mo_connect(): swap conf->host and conf->name arguments in server connection notice
m_dline.c 8927 (7 years ago) by michael: - Killed CurrentTime
m_encap.c 8751 (7 years ago) by michael: - Update copyright years
m_eob.c 8918 (7 years ago) by michael: - Should be using monotonic clock almost everywhere now; sort out mixture and misuse of 'firsttime', 'lasttime' and 'since' in the Connection structure
m_etrace.c 8751 (7 years ago) by michael: - Update copyright years
m_globops.c 8751 (7 years ago) by michael: - Update copyright years
m_hash.c 8751 (7 years ago) by michael: - Update copyright years
m_help.c 8902 (7 years ago) by michael: - Make more timers use monotonic time
m_info.c 8962 (7 years ago) by michael: - Removed general::tkline_expire_notices configuration directive and added user mode +X (sees *LINE expiration notices) instead
m_invite.c 8902 (7 years ago) by michael: - Make more timers use monotonic time
m_ison.c 8751 (7 years ago) by michael: - Update copyright years
m_kline.c 8927 (7 years ago) by michael: - Killed CurrentTime
m_knock.c 8918 (7 years ago) by michael: - Should be using monotonic clock almost everywhere now; sort out mixture and misuse of 'firsttime', 'lasttime' and 'since' in the Connection structure
m_links.c 8902 (7 years ago) by michael: - Make more timers use monotonic time
m_list.c 8927 (7 years ago) by michael: - Killed CurrentTime
m_locops.c 8751 (7 years ago) by michael: - Update copyright years
m_lusers.c 8902 (7 years ago) by michael: - Make more timers use monotonic time
m_map.c 8902 (7 years ago) by michael: - Make more timers use monotonic time
m_module.c 8751 (7 years ago) by michael: - Update copyright years
m_motd.c 8902 (7 years ago) by michael: - Make more timers use monotonic time
m_names.c 8751 (7 years ago) by michael: - Update copyright years
m_oper.c 8751 (7 years ago) by michael: - Update copyright years
m_pass.c 8751 (7 years ago) by michael: - Update copyright years
m_ping.c 8751 (7 years ago) by michael: - Update copyright years
m_pong.c 8751 (7 years ago) by michael: - Update copyright years
m_post.c 8751 (7 years ago) by michael: - Update copyright years
m_rehash.c 8751 (7 years ago) by michael: - Update copyright years
m_restart.c 8751 (7 years ago) by michael: - Update copyright years
m_resv.c 8927 (7 years ago) by michael: - Killed CurrentTime
m_set.c 8892 (7 years ago) by michael: - auth.c: remove auth_timeout_queries() and related code. Just let the dns and identd timeouts finish the request - Removed IDENTTIMEOUT from '/set' options. We now no longer allow users to change this on runtime. identd timeout is 5 seconds now
m_stats.c 8970 (7 years ago) by michael: - Move oper_privs_as_string() from conf.c to m_stats.c
m_svinfo.c 8976 (7 years ago) by michael: - m_svinfo.c: intmax_t -> uintmax_t
m_svshost.c 8751 (7 years ago) by michael: - Update copyright years
m_svsjoin.c 8751 (7 years ago) by michael: - Update copyright years
m_svskill.c 8751 (7 years ago) by michael: - Update copyright years
m_svsmode.c 8751 (7 years ago) by michael: - Update copyright years
m_svsnick.c 8751 (7 years ago) by michael: - Update copyright years
m_svspart.c 8751 (7 years ago) by michael: - Update copyright years
m_svstag.c 8751 (7 years ago) by michael: - Update copyright years
m_tburst.c 8751 (7 years ago) by michael: - Update copyright years
m_time.c 8751 (7 years ago) by michael: - Update copyright years
m_topic.c 8927 (7 years ago) by michael: - Killed CurrentTime
m_trace.c 8918 (7 years ago) by michael: - Should be using monotonic clock almost everywhere now; sort out mixture and misuse of 'firsttime', 'lasttime' and 'since' in the Connection structure
m_undline.c 8828 (7 years ago) by michael: - conf_connect_allowed, find_conf_by_address, find_address_conf, find_dline_conf: drop the aftype argument
m_unkline.c 8828 (7 years ago) by michael: - conf_connect_allowed, find_conf_by_address, find_address_conf, find_dline_conf: drop the aftype argument
m_unresv.c 8971 (7 years ago) by michael: - Expire gecos and resv denies on the fly while looking them up
m_unxline.c 8971 (7 years ago) by michael: - Expire gecos and resv denies on the fly while looking them up
m_user.c 8751 (7 years ago) by michael: - Update copyright years
m_userhost.c 8751 (7 years ago) by michael: - Update copyright years
m_version.c 8902 (7 years ago) by michael: - Make more timers use monotonic time
m_wallops.c 8751 (7 years ago) by michael: - Update copyright years
m_watch.c 8751 (7 years ago) by michael: - Update copyright years
m_webirc.c 8876 (7 years ago) by michael: - Remove redundant x.ss.ss_family = res->ai_family assignments. This is already set by getaddrinfo()
m_who.c 8902 (7 years ago) by michael: - Make more timers use monotonic time
m_whois.c 8918 (7 years ago) by michael: - Should be using monotonic clock almost everywhere now; sort out mixture and misuse of 'firsttime', 'lasttime' and 'since' in the Connection structure
m_whowas.c 8902 (7 years ago) by michael: - Make more timers use monotonic time
m_xline.c 8927 (7 years ago) by michael: - Killed CurrentTime
2 directories and 66 files shown