ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r4275
File Last Change
 ../
core/ 4246 (9 years ago) by michael: - m_server.c: fixed build with LibreSSL which hasn't compression support - ax_check_openssl.m4: 0.9.8m is now the minimum requirement
Makefile.am 3867 (9 years ago) by michael: - Removed OPERWALL. Use GLOBOPS instead.
Makefile.in 3867 (9 years ago) by michael: - Removed OPERWALL. Use GLOBOPS instead.
m_accept.c 4042 (9 years ago) by michael: - m_accept.c:list_accepts(): make sure to have one byte left for the space
m_admin.c 3874 (9 years ago) by michael: - Style corrections; fixed comments
m_away.c 3874 (9 years ago) by michael: - Style corrections; fixed comments
m_cap.c 3874 (9 years ago) by michael: - Style corrections; fixed comments
m_capab.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_certfp.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_challenge.c 4271 (9 years ago) by michael: - m_challenge.c:m_challenge(): cosmetical fix
m_close.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_connect.c 3874 (9 years ago) by michael: - Style corrections; fixed comments
m_dline.c 3930 (9 years ago) by michael: - Greatly speedup d-line lookup. Instead of testing every single client against every existing d-line just check the just added ban against connected clients. Also now check d-line _before_ looking for a matching exempt{}
m_encap.c 4154 (9 years ago) by michael: - m_encap.c: respect args_min when calling the encap handler
m_eob.c 4061 (9 years ago) by michael: - m_eob.c:server_eob(): fixed faulty assert()
m_etrace.c 3788 (9 years ago) by michael: - m_etrace.c: whitespace commit
m_gline.c 3794 (9 years ago) by michael: - m_gline.c: whitespace commit
m_globops.c 3846 (9 years ago) by michael: - m_locops.c, m_globops.c: removed extra colons
m_hash.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_help.c 4268 (9 years ago) by michael: - m_help.c: style corrections
m_info.c 3934 (9 years ago) by michael: - Added max_channels to class{} blocks
m_invite.c 4082 (9 years ago) by michael: - m_knock.c, m_invite.c: don't further penalize throttled clients
m_ison.c 3739 (9 years ago) by michael: - m_ison.c:m_ison(): style corrections
m_kline.c 4018 (9 years ago) by michael: - Renamed OPER_FLAG_K to OPER_FLAG_KLINE
m_knock.c 4082 (9 years ago) by michael: - m_knock.c, m_invite.c: don't further penalize throttled clients
m_links.c 4208 (9 years ago) by michael: - Renammed global_serv_list to global_server_list
m_list.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
m_locops.c 3846 (9 years ago) by michael: - m_locops.c, m_globops.c: removed extra colons
m_lusers.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_map.c 3640 (9 years ago) by michael: - m_map.c:dump_map(): use 'unsigned' whenever possible
m_module.c 3871 (9 years ago) by michael: - Use unsigned whenever possible
m_motd.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_names.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_oper.c 3914 (9 years ago) by michael: - m_oper.c:m_oper(): style corrections
m_pass.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_ping.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_pong.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_post.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_rehash.c 3744 (9 years ago) by michael: - m_rehash.c: removed useless comment; style corrections
m_restart.c 3485 (9 years ago) by michael: - m_die(), m_restart(): initialize buf[] to something saner
m_resv.c 4275 (9 years ago) by michael: - m_xline.c, m_resv.c: fixed bug where the mask which is to be banned is checked in both valid_wild_card_simple() and valid_wild_card()
m_services.c 3594 (9 years ago) by michael: - m_services.c:m_botserv(): add missing return
m_set.c 4095 (9 years ago) by michael: - Merged Adam's event system rewrite
m_stats.c 4212 (9 years ago) by michael: - Renamed serv_list to local_server_list
m_svinfo.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_svsjoin.c 3936 (9 years ago) by michael: - Fixed SVSJOIN/SVSPART issues
m_svskill.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_svsmode.c 4021 (9 years ago) by michael: - Got rid of SEND_UMODES. We now propagate all modes.
m_svsnick.c 4021 (9 years ago) by michael: - Got rid of SEND_UMODES. We now propagate all modes.
m_svspart.c 3936 (9 years ago) by michael: - Fixed SVSJOIN/SVSPART issues
m_tburst.c 3940 (9 years ago) by michael: - Renamed set_channel_topic() to channel_set_topic()
m_time.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_topic.c 3940 (9 years ago) by michael: - Renamed set_channel_topic() to channel_set_topic()
m_trace.c 4212 (9 years ago) by michael: - Renamed serv_list to local_server_list
m_undline.c 4050 (9 years ago) by michael: - m_undline.c:mo_undline(): don't require an address to be prepended with *@
m_unkline.c 3791 (9 years ago) by michael: - m_xline.c, m_unkline.c: whitespace commit
m_unresv.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_unxline.c 3791 (9 years ago) by michael: - m_xline.c, m_unkline.c: whitespace commit
m_user.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_userhost.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_version.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_wallops.c 3867 (9 years ago) by michael: - Removed OPERWALL. Use GLOBOPS instead.
m_watch.c 3425 (9 years ago) by michael: - Fixed possible WATCH core. Fix provided by Adam
m_webirc.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_who.c 3910 (9 years ago) by michael: - m_who.c: Use 'unsigned' whenever possible
m_whois.c 3514 (9 years ago) by michael: - Added usermode +p which hides channel list in WHOIS
m_whowas.c 3377 (9 years ago) by michael: - Create 8.2.x branch
m_xline.c 4275 (9 years ago) by michael: - m_xline.c, m_resv.c: fixed bug where the mask which is to be banned is checked in both valid_wild_card_simple() and valid_wild_card()
1 directory and 67 files shown