ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r9749
File Last Change (rev)
 ../
core/ 9749 (5 years ago) by michael: - Replace WATCH with IRCv3.2 MONITOR
extra/ 9456 (6 years ago) by michael: - Rename find_channel_link() to member_find_link()
m_info.c 9749 (5 years ago) by michael: - Replace WATCH with IRCv3.2 MONITOR
m_stats.c 9749 (5 years ago) by michael: - Replace WATCH with IRCv3.2 MONITOR
m_svsnick.c 9749 (5 years ago) by michael: - Replace WATCH with IRCv3.2 MONITOR
m_monitor.c 9749 (5 years ago) by michael: - Replace WATCH with IRCv3.2 MONITOR
Makefile.am 9749 (5 years ago) by michael: - Replace WATCH with IRCv3.2 MONITOR
m_svstag.c 9747 (5 years ago) by michael: - m_svstag.c: replace strncmp with strcmp
m_invite.c 9745 (5 years ago) by michael: - m_invite.c:ms_invite(): timestamped INVITE messages are mandatory now
m_who.c 9743 (5 years ago) by michael: - m_who.c:m_who(): eliminate accessing 'parc'
m_svsjoin.c 9739 (5 years ago) by michael: - m_svsjoin.c, m_svspart.c: eliminate accessing 'parc'
m_svspart.c 9739 (5 years ago) by michael: - m_svsjoin.c, m_svspart.c: eliminate accessing 'parc'
m_svsaccount.c 9696 (5 years ago) by michael: - m_svsaccount.c: remove unused header include
m_whois.c 9691 (5 years ago) by michael: - For consistency, the `general::network_desc` configuration directive has been renamed to `general::network_description`
m_svsmode.c 9683 (5 years ago) by michael: - Restore backwards compatibility mode for non RHOST server. Final removal is scheduled for the end of 2020.
m_version.c 9667 (5 years ago) by michael: - Remove serno.h
Makefile.in 9621 (5 years ago) by michael: - Add SVSACCOUNT command handler
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_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_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_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()
m_metadata.c 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_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_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_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_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_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_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_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 68 files shown