ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r5600
File Last Change
 ../
extra/ 5394 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
core/ 5600 (9 years ago) by michael: - m_nick.c: minor fixes to update fd info accordingly if unregistered clients change just the case of their nick. Patch provided by Adam.
m_close.c 5346 (9 years ago) by michael: - Update copyright years
m_accept.c 5346 (9 years ago) by michael: - Update copyright years
m_globops.c 5346 (9 years ago) by michael: - Update copyright years
m_svsjoin.c 5346 (9 years ago) by michael: - Update copyright years
m_locops.c 5346 (9 years ago) by michael: - Update copyright years
m_svinfo.c 5346 (9 years ago) by michael: - Update copyright years
m_etrace.c 5346 (9 years ago) by michael: - Update copyright years
m_away.c 5346 (9 years ago) by michael: - Update copyright years
m_cap.c 5346 (9 years ago) by michael: - Update copyright years
m_oper.c 5346 (9 years ago) by michael: - Update copyright years
m_user.c 5346 (9 years ago) by michael: - Update copyright years
m_unresv.c 5346 (9 years ago) by michael: - Update copyright years
m_help.c 5346 (9 years ago) by michael: - Update copyright years
m_ison.c 5346 (9 years ago) by michael: - Update copyright years
m_xline.c 5346 (9 years ago) by michael: - Update copyright years
m_who.c 5346 (9 years ago) by michael: - Update copyright years
m_pong.c 5346 (9 years ago) by michael: - Update copyright years
m_ping.c 5346 (9 years ago) by michael: - Update copyright years
m_time.c 5346 (9 years ago) by michael: - Update copyright years
m_hash.c 5346 (9 years ago) by michael: - Update copyright years
m_list.c 5346 (9 years ago) by michael: - Update copyright years
m_motd.c 5346 (9 years ago) by michael: - Update copyright years
m_post.c 5346 (9 years ago) by michael: - Update copyright years
m_resv.c 5346 (9 years ago) by michael: - Update copyright years
m_watch.c 5346 (9 years ago) by michael: - Update copyright years
m_connect.c 5346 (9 years ago) by michael: - Update copyright years
m_admin.c 5346 (9 years ago) by michael: - Update copyright years
m_userhost.c 5346 (9 years ago) by michael: - Update copyright years
m_version.c 5346 (9 years ago) by michael: - Update copyright years
m_module.c 5346 (9 years ago) by michael: - Update copyright years
m_certfp.c 5346 (9 years ago) by michael: - Update copyright years
m_webirc.c 5346 (9 years ago) by michael: - Update copyright years
m_undline.c 5346 (9 years ago) by michael: - Update copyright years
m_rehash.c 5346 (9 years ago) by michael: - Update copyright years
m_challenge.c 5346 (9 years ago) by michael: - Update copyright years
m_whowas.c 5346 (9 years ago) by michael: - Update copyright years
m_encap.c 5346 (9 years ago) by michael: - Update copyright years
m_dline.c 5346 (9 years ago) by michael: - Update copyright years
m_lusers.c 5346 (9 years ago) by michael: - Update copyright years
m_invite.c 5346 (9 years ago) by michael: - Update copyright years
m_unxline.c 5346 (9 years ago) by michael: - Update copyright years
m_knock.c 5346 (9 years ago) by michael: - Update copyright years
m_svskill.c 5346 (9 years ago) by michael: - Update copyright years
m_names.c 5346 (9 years ago) by michael: - Update copyright years
m_svspart.c 5346 (9 years ago) by michael: - Update copyright years
m_restart.c 5346 (9 years ago) by michael: - Update copyright years
m_wallops.c 5346 (9 years ago) by michael: - Update copyright years
m_eob.c 5346 (9 years ago) by michael: - Update copyright years
m_unkline.c 5346 (9 years ago) by michael: - Update copyright years
m_kline.c 5386 (9 years ago) by michael: - m_gline.c, m_kline.c, motd.c: need to check against client->sockhost as well
m_capab.c 5474 (9 years ago) by michael: - Allow servers to send as many CAPAB messages as they want, regardless of TS6; Removed CAP_CAP
m_set.c 5488 (9 years ago) by michael: - Fixed bug where "/rehash" would always reset the "MAX", "JFLOODTIME", and "JFLOODCOUNT" values that have been changed from within IRC via the "/set" command - Renamed the following ircd.conf configuration directives to be more descriptive: max_clients -> default_max_clients join_flood_count -> default_join_flood_count join_flood_time -> default_join_flood_time - Updated related ircd.conf documentation accordingly
m_gline.c 5501 (9 years ago) by michael: - m_gline.c: style corrections
m_map.c 5515 (9 years ago) by michael: - m_map.c:dump_map(): removed 'static' keyword from buf
Makefile.in 5532 (9 years ago) by michael: - Added basic SVSTAG implementation for later use
Makefile.am 5532 (9 years ago) by michael: - Added basic SVSTAG implementation for later use
m_tburst.c 5535 (9 years ago) by michael: - m_tburst.c:ms_tburst(): TOPIC needs to be n!u@h prefixed if comming from a services client
m_topic.c 5539 (9 years ago) by michael: - m_topic.c: white space changes
m_trace.c 5543 (9 years ago) by michael: - Renamed idle_time_get() to client_get_idle_time()
m_svsnick.c 5547 (9 years ago) by michael: - m_mode.c, m_svsmode.c, m_svsnick.c: const correctness
m_svsmode.c 5549 (9 years ago) by michael: - m_svsmode.c: revert to -r5395 because me is stupid
m_whois.c 5559 (9 years ago) by michael: - Finish basic SVSTAG implementatio - Added oper::whois configuration option which allows to override the default RPL_WHOISOPERATOR numeric string shown in /whois.
m_svstag.c 5559 (9 years ago) by michael: - Finish basic SVSTAG implementatio - Added oper::whois configuration option which allows to override the default RPL_WHOISOPERATOR numeric string shown in /whois.
m_pass.c 5561 (9 years ago) by michael: - Don't make use of CAP_TS6 as we no longer need it, but still send it to other servers via CAPAB for backward compatibility
m_info.c 5582 (9 years ago) by michael: - Style corrections only
m_stats.c 5582 (9 years ago) by michael: - Style corrections only
m_links.c 5582 (9 years ago) by michael: - Style corrections only
2 directories and 67 files shown