ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r9837
File Last Change (rev)
 ../
core/ 9833 (5 years ago) by michael: - Stylistical changes
extra/ 9456 (6 years ago) by michael: - Rename find_channel_link() to member_find_link()
m_pass.c 9837 (5 years ago) by michael: - m_pass.c: if a client sends multiple PASS messages, only accept the password sent in the first one
m_accept.c 9833 (5 years ago) by michael: - Stylistical changes
m_svinfo.c 9833 (5 years ago) by michael: - Stylistical changes
m_who.c 9833 (5 years ago) by michael: - Stylistical changes
m_restart.c 9833 (5 years ago) by michael: - Stylistical changes
m_cap.c 9817 (5 years ago) by michael: - Revert echo-message changes for now
m_invite.c 9795 (5 years ago) by michael: - m_invite.c: cleanup kludgy type-casting
m_monitor.c 9785 (5 years ago) by michael: - m_monitor.c: remove copyright that no longer applies
m_whois.c 9774 (5 years ago) by michael: User mode `B` has been implemented. Clients with that mode set are marked as a bot in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as long as the `bot` directive is set in `general::oper_only_umodes`), servers, and services. This mode can for example be used to mark HOPM as official network bot.
m_capab.c 9761 (5 years ago) by michael: - Stylistical changes
m_encap.c 9761 (5 years ago) by michael: - Stylistical changes
Makefile.in 9752 (5 years ago) by michael: - Rebuild autogenerated files
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
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_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_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
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_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_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_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_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_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