ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r9410
File Last Change (rev)
 ../
core/ 9410 (6 years ago) by michael: - Store tls version/cipher in Client::tls_cipher for later use
extra/ 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_oper.c 9409 (6 years ago) by michael: - Rename Client::certfp to Client::tls_certfp
m_whois.c 9409 (6 years ago) by michael: - Rename Client::certfp to Client::tls_certfp
m_certfp.c 9409 (6 years ago) by michael: - Rename Client::certfp to Client::tls_certfp
m_set.c 9404 (6 years ago) by michael: - m_set.c:quote_spamnum(): use proper conversion specifier for GlobalSetOptions.spam_num
m_etrace.c 9396 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_info.c 9396 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_stats.c 9396 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_time.c 9396 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_motd.c 9396 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_connect.c 9396 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_admin.c 9396 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_version.c 9396 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_whowas.c 9396 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_trace.c 9396 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_lusers.c 9396 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_links.c 9394 (6 years ago) by michael: - m_links.c: minor cleanups to parameter handling
m_rehash.c 9393 (6 years ago) by michael: - m_rehash.c:mo_rehash(): remove sanity test on parv that's now no longer needed
m_module.c 9390 (6 years ago) by michael: - m_module.c:mo_module(): remove sanity test on parv[1] that's now no longer needed
m_globops.c 9388 (6 years ago) by michael: - Style corrections
m_locops.c 9388 (6 years ago) by michael: - Style corrections
m_watch.c 9388 (6 years ago) by michael: - Style corrections
m_wallops.c 9388 (6 years ago) by michael: - Style corrections
m_topic.c 9383 (6 years ago) by michael: - Refactor Message flags
m_invite.c 9383 (6 years ago) by michael: - Refactor Message flags
m_encap.c 9377 (6 years ago) by michael: - Track how many times a command has been issued via ENCAP in Message::ecount. Can be seen in /stats m now.
m_close.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_capab.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_map.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_accept.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_svsjoin.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_svinfo.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_svshost.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_away.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_cap.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_user.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_unresv.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_help.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_ison.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_xline.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_who.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_svsnick.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_pong.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_ping.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_hash.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_list.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_post.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_pass.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_resv.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_kline.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_svsmode.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_userhost.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_webirc.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_undline.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_svstag.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_dline.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_tburst.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_unxline.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_knock.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_svskill.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_names.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_svspart.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_restart.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_eob.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
m_unkline.c 9373 (6 years ago) by michael: - Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
Makefile.in 9183 (6 years ago) by michael: - Move ax_with_tls.m4 to ax_arg_with_tls.m4
Makefile.am 7667 (10 years ago) by michael: - Fixed svn properties
2 directories and 66 files shown