ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r9749
File Last Change
 ../
core/ 9714 (5 years ago) by michael: - m_server.c: whitespace changes
extra/ 9455 (6 years ago) by michael: - Rename find_channel_link() to member_find_link()
Makefile.am 9620 (5 years ago) by michael: - Add SVSACCOUNT command handler
Makefile.in 9620 (5 years ago) by michael: - Add SVSACCOUNT command handler
m_accept.c 9374 (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_admin.c 9397 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_away.c 9374 (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 9374 (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 9374 (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_certfp.c 9408 (6 years ago) by michael: - Rename Client::certfp to Client::tls_certfp
m_close.c 9466 (6 years ago) by michael: - m_close.c: replace DLINK_FOREACH_SAFE with a simple while()
m_connect.c 9397 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_dline.c 9608 (5 years ago) by michael: - Stylistic changes
m_encap.c 9378 (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_eob.c 9374 (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_etrace.c 9397 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_globops.c 9387 (6 years ago) by michael: - Style corrections
m_hash.c 9374 (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 9374 (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_info.c 9692 (5 years ago) by michael: - For consistency, the `general::network_desc` configuration directive has been renamed to `general::network_description`
m_invite.c 9746 (5 years ago) by michael: - m_invite.c:ms_invite(): timestamped INVITE messages are mandatory now
m_ison.c 9374 (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 9608 (5 years ago) by michael: - Stylistic changes
m_knock.c 9556 (5 years ago) by michael: - m_knock.c: reject request with ERR_CANNOTKNOCK if MODE_NOKNOCK is set
m_links.c 9395 (6 years ago) by michael: - m_links.c: minor cleanups to parameter handling
m_list.c 9374 (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_locops.c 9387 (6 years ago) by michael: - Style corrections
m_lusers.c 9397 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_map.c 9374 (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_metadata.c 9413 (6 years ago) by michael: - Add METADATA command handler for later use
m_module.c 9391 (6 years ago) by michael: - m_module.c:mo_module(): remove sanity test on parv[1] that's now no longer needed
m_motd.c 9397 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_names.c 9476 (6 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 9551 (6 years ago) by michael: - m_oper.c:m_oper(): slightly improve readability
m_pass.c 9374 (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 9374 (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 9374 (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 9374 (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_rehash.c 9392 (6 years ago) by michael: - m_rehash.c:mo_rehash(): remove sanity test on parv that's now no longer needed
m_restart.c 9374 (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 9374 (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_set.c 9429 (6 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 9742 (5 years ago) by michael: - m_stats.c:parse_stats_args(): eliminate accessing 'parc'
m_svinfo.c 9374 (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_svsaccount.c 9697 (5 years ago) by michael: - m_svsaccount.c: remove unused header include
m_svshost.c 9564 (5 years ago) by michael: - m_svshost.c: don't pass SVSHOST to other servers in case the host name is invalid
m_svsjoin.c 9740 (5 years ago) by michael: - m_svsjoin.c, m_svspart.c: eliminate accessing 'parc'
m_svskill.c 9374 (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 9684 (5 years ago) by michael: - Restore backwards compatibility mode for non RHOST server. Final removal is scheduled for the end of 2020.
m_svsnick.c 9572 (5 years ago) by michael: - m_nick.c, m_svsnick.c: removed old backwards compatibility code
m_svspart.c 9740 (5 years ago) by michael: - m_svsjoin.c, m_svspart.c: eliminate accessing 'parc'
m_svstag.c 9748 (5 years ago) by michael: - m_svstag.c: replace strncmp with strcmp
m_tburst.c 9374 (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_time.c 9397 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_topic.c 9598 (5 years ago) by michael: - Style corrections; reformatting
m_trace.c 9397 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_undline.c 9374 (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 9374 (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 9431 (6 years ago) by michael: - Fixed remaining style issues
m_unxline.c 9431 (6 years ago) by michael: - Fixed remaining style issues
m_user.c 9586 (5 years ago) by michael: - Added 'client' option to listener::flags
m_userhost.c 9374 (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_version.c 9668 (5 years ago) by michael: - Remove serno.h
m_wallops.c 9387 (6 years ago) by michael: - Style corrections
m_watch.c 9387 (6 years ago) by michael: - Style corrections
m_webirc.c 9431 (6 years ago) by michael: - Fixed remaining style issues
m_who.c 9744 (5 years ago) by michael: - m_who.c:m_who(): eliminate accessing 'parc'
m_whois.c 9692 (5 years ago) by michael: - For consistency, the `general::network_desc` configuration directive has been renamed to `general::network_description`
m_whowas.c 9397 (6 years ago) by michael: - server_hunte(): drop the 'parc' argument. It's no longer needed.
m_xline.c 9581 (5 years ago) by michael: - Rename some occurrences of 'client_p' to 'client'
2 directories and 68 files shown