ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r5752
File Last Change
 ../
core/ 5752 (8 years ago) by michael: - Mostly whitespace changes
extra/ 5395 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
Makefile.am 5533 (9 years ago) by michael: - Added basic SVSTAG implementation for later use
Makefile.in 5533 (9 years ago) by michael: - Added basic SVSTAG implementation for later use
m_accept.c 5347 (9 years ago) by michael: - Update copyright years
m_admin.c 5347 (9 years ago) by michael: - Update copyright years
m_away.c 5347 (9 years ago) by michael: - Update copyright years
m_cap.c 5347 (9 years ago) by michael: - Update copyright years
m_capab.c 5475 (9 years ago) by michael: - Allow servers to send as many CAPAB messages as they want, regardless of TS6; Removed CAP_CAP
m_certfp.c 5347 (9 years ago) by michael: - Update copyright years
m_challenge.c 5347 (9 years ago) by michael: - Update copyright years
m_close.c 5347 (9 years ago) by michael: - Update copyright years
m_connect.c 5347 (9 years ago) by michael: - Update copyright years
m_dline.c 5752 (8 years ago) by michael: - Mostly whitespace changes
m_encap.c 5347 (9 years ago) by michael: - Update copyright years
m_eob.c 5347 (9 years ago) by michael: - Update copyright years
m_etrace.c 5347 (9 years ago) by michael: - Update copyright years
m_gline.c 5500 (9 years ago) by michael: - m_gline.c: style corrections
m_globops.c 5347 (9 years ago) by michael: - Update copyright years
m_hash.c 5347 (9 years ago) by michael: - Update copyright years
m_help.c 5347 (9 years ago) by michael: - Update copyright years
m_info.c 5620 (9 years ago) by michael: - m_info.c: added missing 'max_watch' and 'stats_m_oper_only' to /info
m_invite.c 5347 (9 years ago) by michael: - Update copyright years
m_ison.c 5347 (9 years ago) by michael: - Update copyright years
m_kline.c 5387 (9 years ago) by michael: - m_gline.c, m_kline.c, motd.c: need to check against client->sockhost as well
m_knock.c 5347 (9 years ago) by michael: - Update copyright years
m_links.c 5583 (9 years ago) by michael: - Style corrections only
m_list.c 5347 (9 years ago) by michael: - Update copyright years
m_locops.c 5347 (9 years ago) by michael: - Update copyright years
m_lusers.c 5347 (9 years ago) by michael: - Update copyright years
m_map.c 5628 (9 years ago) by michael: - m_map.c:dump_map(): removed now useless test on server->id[0]
m_module.c 5347 (9 years ago) by michael: - Update copyright years
m_motd.c 5347 (9 years ago) by michael: - Update copyright years
m_names.c 5347 (9 years ago) by michael: - Update copyright years
m_oper.c 5347 (9 years ago) by michael: - Update copyright years
m_pass.c 5562 (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_ping.c 5347 (9 years ago) by michael: - Update copyright years
m_pong.c 5347 (9 years ago) by michael: - Update copyright years
m_post.c 5347 (9 years ago) by michael: - Update copyright years
m_rehash.c 5347 (9 years ago) by michael: - Update copyright years
m_restart.c 5347 (9 years ago) by michael: - Update copyright years
m_resv.c 5347 (9 years ago) by michael: - Update copyright years
m_set.c 5489 (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_stats.c 5583 (9 years ago) by michael: - Style corrections only
m_svinfo.c 5347 (9 years ago) by michael: - Update copyright years
m_svsjoin.c 5347 (9 years ago) by michael: - Update copyright years
m_svskill.c 5347 (9 years ago) by michael: - Update copyright years
m_svsmode.c 5550 (9 years ago) by michael: - m_svsmode.c: revert to -r5392 because me is stupid
m_svsnick.c 5548 (9 years ago) by michael: - m_mode.c, m_svsmode.c, m_svsnick.c: const correctness
m_svspart.c 5347 (9 years ago) by michael: - Update copyright years
m_svstag.c 5558 (9 years ago) by michael: - Changed SVSTAG to use user modes
m_tburst.c 5536 (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_time.c 5347 (9 years ago) by michael: - Update copyright years
m_topic.c 5752 (8 years ago) by michael: - Mostly whitespace changes
m_trace.c 5544 (9 years ago) by michael: - Renamed idle_time_get() to client_get_idle_time()
m_undline.c 5347 (9 years ago) by michael: - Update copyright years
m_unkline.c 5347 (9 years ago) by michael: - Update copyright years
m_unresv.c 5347 (9 years ago) by michael: - Update copyright years
m_unxline.c 5347 (9 years ago) by michael: - Update copyright years
m_user.c 5347 (9 years ago) by michael: - Update copyright years
m_userhost.c 5347 (9 years ago) by michael: - Update copyright years
m_version.c 5347 (9 years ago) by michael: - Update copyright years
m_wallops.c 5347 (9 years ago) by michael: - Update copyright years
m_watch.c 5347 (9 years ago) by michael: - Update copyright years
m_webirc.c 5347 (9 years ago) by michael: - Update copyright years
m_who.c 5639 (9 years ago) by michael: - Constifications
m_whois.c 5631 (9 years ago) by michael: - WHOWAS now shows IP addresses to irc operators - Changed RPL_WHOISACTUALLY numeric string. In the future it will also show the *real* hostname once we distinguish between spoofs/vhosts and real hosts
m_whowas.c 5642 (9 years ago) by michael: - m_whowas.c: fixed spelling
m_xline.c 5347 (9 years ago) by michael: - Update copyright years
2 directories and 67 files shown