ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r5831
File Last Change
 ../
extra/ 5394 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
core/ 5795 (9 years ago) by michael: - Minor cleanups to CAPAB related code
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_ison.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_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_rehash.c 5346 (9 years ago) by michael: - Update copyright years
m_challenge.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_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_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_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_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_links.c 5582 (9 years ago) by michael: - Style corrections only
m_map.c 5627 (9 years ago) by michael: - m_map.c:dump_map(): removed now useless test on server->id[0]
m_whois.c 5630 (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_who.c 5640 (9 years ago) by michael: - Constifications
m_whowas.c 5641 (9 years ago) by michael: - m_whowas.c: fixed spelling
m_topic.c 5751 (9 years ago) by michael: - Mostly whitespace changes
m_help.c 5770 (9 years ago) by michael: - Cleaned up strlen() based array indices
m_pass.c 5773 (9 years ago) by michael: - Removed TS_DOESTS, DoesTS, and related code
m_unresv.c 5775 (9 years ago) by michael: - Changed some function to void if we don't need a return value - Have some other functions return saner values
m_unxline.c 5775 (9 years ago) by michael: - Changed some function to void if we don't need a return value - Have some other functions return saner values
m_undline.c 5795 (9 years ago) by michael: - Minor cleanups to CAPAB related code
m_encap.c 5795 (9 years ago) by michael: - Minor cleanups to CAPAB related code
m_tburst.c 5795 (9 years ago) by michael: - Minor cleanups to CAPAB related code
m_knock.c 5795 (9 years ago) by michael: - Minor cleanups to CAPAB related code
m_unkline.c 5795 (9 years ago) by michael: - Minor cleanups to CAPAB related code
m_info.c 5810 (8 years ago) by michael: - Removed glines - Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and dline_min_cidr6 configuration options - m_dline.c: allow d-lines to be added even if an exempt {} exists
m_stats.c 5810 (8 years ago) by michael: - Removed glines - Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and dline_min_cidr6 configuration options - m_dline.c: allow d-lines to be added even if an exempt {} exists
m_webirc.c 5810 (8 years ago) by michael: - Removed glines - Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and dline_min_cidr6 configuration options - m_dline.c: allow d-lines to be added even if an exempt {} exists
Makefile.am 5810 (8 years ago) by michael: - Removed glines - Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and dline_min_cidr6 configuration options - m_dline.c: allow d-lines to be added even if an exempt {} exists
Makefile.in 5811 (8 years ago) by michael: - Recreate autogenerated files
m_xline.c 5824 (8 years ago) by michael: - Get rid of valid_comment()
m_resv.c 5826 (8 years ago) by michael: - m_resv.c:parse_resv(): cleaned up the massive mess a bit
m_kline.c 5831 (8 years ago) by michael: - m_dline.c, m_kline: renamed functions
m_dline.c 5831 (8 years ago) by michael: - m_dline.c, m_kline: renamed functions
2 directories and 66 files shown