ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r9611
File Last Change (rev)
 ../
core/ 9604 (5 years ago) by michael: - m_nick.c:m_nick(): make use of member_has_flags()
extra/ 9456 (6 years ago) by michael: - Rename find_channel_link() to member_find_link()
m_stats.c 9611 (5 years ago) by michael: - m_stats.c:stats_ports(): mark listeners with deferred accept() with 'D' in "STATS P"
m_who.c 9607 (5 years ago) by michael: - Stylistic changes
m_kline.c 9607 (5 years ago) by michael: - Stylistic changes
m_dline.c 9607 (5 years ago) by michael: - Stylistic changes
m_topic.c 9597 (5 years ago) by michael: - Style corrections; reformatting
m_invite.c 9597 (5 years ago) by michael: - Style corrections; reformatting
m_user.c 9585 (5 years ago) by michael: - Added 'client' option to listener::flags
m_xline.c 9582 (5 years ago) by michael: - Rename some occurrences of 'client_p' to 'client'
m_svsnick.c 9571 (5 years ago) by michael: - m_nick.c, m_svsnick.c: removed old backwards compatibility code
m_svshost.c 9563 (5 years ago) by michael: - m_svshost.c: don't pass SVSHOST to other servers in case the host name is invalid
m_knock.c 9555 (6 years ago) by michael: - m_knock.c: reject request with ERR_CANNOTKNOCK if MODE_NOKNOCK is set
m_oper.c 9550 (6 years ago) by michael: - m_oper.c:m_oper(): slightly improve readability
m_names.c 9475 (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_close.c 9467 (6 years ago) by michael: - m_close.c: replace DLINK_FOREACH_SAFE with a simple while()
m_whois.c 9456 (6 years ago) by michael: - Rename find_channel_link() to member_find_link()
m_unresv.c 9430 (6 years ago) by michael: - Fixed remaining style issues
m_webirc.c 9430 (6 years ago) by michael: - Fixed remaining style issues
m_unxline.c 9430 (6 years ago) by michael: - Fixed remaining style issues
m_set.c 9428 (6 years ago) by michael: - m_set.c:quote_autoconn(): show status as OFF/ON instead of 0/1 just like in quote_autoconnall()
Makefile.in 9412 (6 years ago) by michael: - Add METADATA command handler for later use
m_metadata.c 9412 (6 years ago) by michael: - Add METADATA command handler for later use
Makefile.am 9412 (6 years ago) by michael: - Add METADATA command handler for later use
m_certfp.c 9409 (6 years ago) by michael: - Rename Client::certfp to Client::tls_certfp
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_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_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_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_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_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_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_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_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_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_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_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
2 directories and 67 files shown