ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r9685
File Last Change
 ../
core/ 9685 (3 years ago) by michael: - m_nick.c:uid_from_server(): replace 'if' with 'else if'
extra/ 9456 (3 years ago) by michael: - Rename find_channel_link() to member_find_link()
Makefile.am 9621 (3 years ago) by michael: - Add SVSACCOUNT command handler
Makefile.in 9621 (3 years ago) by michael: - Add SVSACCOUNT command handler
m_accept.c 9373 (3 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_admin.c 9396 (3 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_away.c 9373 (3 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 (3 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 (3 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_certfp.c 9409 (3 years ago) by michael: - Rename Client::certfp to Client::tls_certfp
m_close.c 9467 (3 years ago) by michael: - m_close.c: replace DLINK_FOREACH_SAFE with a simple while()
m_connect.c 9396 (3 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_dline.c 9607 (3 years ago) by michael: - Stylistic changes
m_encap.c 9377 (3 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_eob.c 9373 (3 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_etrace.c 9396 (3 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_globops.c 9388 (3 years ago) by michael: - Style corrections
m_hash.c 9373 (3 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 (3 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_info.c 9396 (3 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_invite.c 9597 (3 years ago) by michael: - Style corrections; reformatting
m_ison.c 9373 (3 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 9607 (3 years ago) by michael: - Stylistic changes
m_knock.c 9555 (3 years ago) by michael: - m_knock.c: reject request with ERR_CANNOTKNOCK if MODE_NOKNOCK is set
m_links.c 9394 (3 years ago) by michael: - m_links.c: minor cleanups to parameter handling
m_list.c 9373 (3 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_locops.c 9388 (3 years ago) by michael: - Style corrections
m_lusers.c 9396 (3 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_map.c 9373 (3 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_metadata.c 9412 (3 years ago) by michael: - Add METADATA command handler for later use
m_module.c 9390 (3 years ago) by michael: - m_module.c:mo_module(): remove sanity test on parv[1] that's now no longer needed
m_motd.c 9396 (3 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_names.c 9475 (3 years ago) by michael: - channel.c:channel_send_namereply(): remove show_eon argument. In hybrid we no longer have a case where a names reply needs to be sent with no RPL_ENDOFNAMES
m_oper.c 9550 (3 years ago) by michael: - m_oper.c:m_oper(): slightly improve readability
m_pass.c 9373 (3 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 (3 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 (3 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 (3 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_rehash.c 9393 (3 years ago) by michael: - m_rehash.c:mo_rehash(): remove sanity test on parv that's now no longer needed
m_restart.c 9373 (3 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 (3 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_set.c 9428 (3 years ago) by michael: - m_set.c:quote_autoconn(): show status as OFF/ON instead of 0/1 just like in quote_autoconnall()
m_stats.c 9614 (3 years ago) by michael: - m_stats.c, listener.c: listener->active is of type bool. Use true/false where appropriate; change inetport() to bool
m_svinfo.c 9373 (3 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_svsaccount.c 9621 (3 years ago) by michael: - Add SVSACCOUNT command handler
m_svshost.c 9563 (3 years ago) by michael: - m_svshost.c: don't pass SVSHOST to other servers in case the host name is invalid
m_svsjoin.c 9373 (3 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 (3 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 9683 (3 years ago) by michael: - Restore backwards compatibility mode for non RHOST server. Final removal is scheduled for the end of 2020.
m_svsnick.c 9571 (3 years ago) by michael: - m_nick.c, m_svsnick.c: removed old backwards compatibility code
m_svspart.c 9373 (3 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 (3 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 (3 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_time.c 9396 (3 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_topic.c 9597 (3 years ago) by michael: - Style corrections; reformatting
m_trace.c 9396 (3 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_undline.c 9373 (3 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 (3 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 9430 (3 years ago) by michael: - Fixed remaining style issues
m_unxline.c 9430 (3 years ago) by michael: - Fixed remaining style issues
m_user.c 9585 (3 years ago) by michael: - Added 'client' option to listener::flags
m_userhost.c 9373 (3 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_version.c 9667 (3 years ago) by michael: - Remove serno.h
m_wallops.c 9388 (3 years ago) by michael: - Style corrections
m_watch.c 9388 (3 years ago) by michael: - Style corrections
m_webirc.c 9430 (3 years ago) by michael: - Fixed remaining style issues
m_who.c 9607 (3 years ago) by michael: - Stylistic changes
m_whois.c 9456 (3 years ago) by michael: - Rename find_channel_link() to member_find_link()
m_whowas.c 9396 (3 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_xline.c 9582 (3 years ago) by michael: - Rename some occurrences of 'client_p' to 'client'
2 directories and 68 files shown