ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r4438
File Last Change
 ../
core/ 4438 (11 years ago) by michael: - Renamed various variables
Makefile.am 3867 (11 years ago) by michael: - Removed OPERWALL. Use GLOBOPS instead.
Makefile.in 4363 (11 years ago) by michael: - Moved ax_check_openssl.m4 to ax_arg_openssl.m4
m_accept.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_admin.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_away.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_cap.c 4385 (11 years ago) by michael: - m_cap.c: moved qsorting of the capab_list to module_init()
m_capab.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_certfp.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_challenge.c 4438 (11 years ago) by michael: - Renamed various variables
m_close.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_connect.c 3874 (11 years ago) by michael: - Style corrections; fixed comments
m_dline.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
m_encap.c 4154 (11 years ago) by michael: - m_encap.c: respect args_min when calling the encap handler
m_eob.c 4061 (11 years ago) by michael: - m_eob.c:server_eob(): fixed faulty assert()
m_etrace.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_gline.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
m_globops.c 3846 (11 years ago) by michael: - m_locops.c, m_globops.c: removed extra colons
m_hash.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_help.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_info.c 4434 (11 years ago) by michael: - m_info.c:send_conf_options(): made /info look nicer
m_invite.c 4082 (11 years ago) by michael: - m_knock.c, m_invite.c: don't further penalize throttled clients
m_ison.c 4418 (11 years ago) by michael: - m_ison.c:m_ison(): replaced memcpy() with strlcpy()
m_kline.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
m_knock.c 4082 (11 years ago) by michael: - m_knock.c, m_invite.c: don't further penalize throttled clients
m_links.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_list.c 3505 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
m_locops.c 3846 (11 years ago) by michael: - m_locops.c, m_globops.c: removed extra colons
m_lusers.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_map.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_module.c 3871 (11 years ago) by michael: - Use unsigned whenever possible
m_motd.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_names.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_oper.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_pass.c 4438 (11 years ago) by michael: - Renamed various variables
m_ping.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_pong.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_post.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_rehash.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_restart.c 3485 (11 years ago) by michael: - m_die(), m_restart(): initialize buf[] to something saner
m_resv.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_services.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_set.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_stats.c 4438 (11 years ago) by michael: - Renamed various variables
m_svinfo.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_svsjoin.c 3936 (11 years ago) by michael: - Fixed SVSJOIN/SVSPART issues
m_svskill.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_svsmode.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_svsnick.c 4021 (11 years ago) by michael: - Got rid of SEND_UMODES. We now propagate all modes.
m_svspart.c 3936 (11 years ago) by michael: - Fixed SVSJOIN/SVSPART issues
m_tburst.c 3940 (11 years ago) by michael: - Renamed set_channel_topic() to channel_set_topic()
m_time.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_topic.c 3940 (11 years ago) by michael: - Renamed set_channel_topic() to channel_set_topic()
m_trace.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_undline.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
m_unkline.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
m_unresv.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_unxline.c 3791 (11 years ago) by michael: - m_xline.c, m_unkline.c: whitespace commit
m_user.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_userhost.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_version.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_wallops.c 3867 (11 years ago) by michael: - Removed OPERWALL. Use GLOBOPS instead.
m_watch.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_webirc.c 3377 (11 years ago) by michael: - Create 8.2.x branch
m_who.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_whois.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_whowas.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
m_xline.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
1 directory and 67 files shown