ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
File Last Change
 ../
core/ 10194 (3 years ago) by michael: - Fix clang warning in sendto_match_butone() with -Wsign-conversion. Kill MATCH_HOST/MATCH_SERVER while at it.
extra/ 10082 (3 years ago) by michael: - autoreconf
Makefile.am 10117 (3 years ago) by michael: - Add RESYNC server command for later use. Servers can use this command to request the mode/topic state of a channel
Makefile.in 10117 (3 years ago) by michael: - Add RESYNC server command for later use. Servers can use this command to request the mode/topic state of a channel
m_accept.c 10183 (3 years ago) by michael: - Documentation updates
m_admin.c 10024 (3 years ago) by michael: - Bump copyright years
m_away.c 10024 (3 years ago) by michael: - Bump copyright years
m_cap.c 10024 (3 years ago) by michael: - Bump copyright years
m_capab.c 10024 (3 years ago) by michael: - Bump copyright years
m_certfp.c 10024 (3 years ago) by michael: - Bump copyright years
m_close.c 10024 (3 years ago) by michael: - Bump copyright years
m_connect.c 10180 (3 years ago) by michael: - m_connect.c:mo_connect(): replace test on `parc` with `EmptyString`
m_dline.c 10042 (3 years ago) by michael: - Implemented the owner/admin channel prefix modes. These are optional and can be enabled with the channel::enable_owner and channel::enable_admin configuration directives
m_encap.c 10042 (3 years ago) by michael: - Implemented the owner/admin channel prefix modes. These are optional and can be enabled with the channel::enable_owner and channel::enable_admin configuration directives
m_eob.c 10024 (3 years ago) by michael: - Bump copyright years
m_etrace.c 10186 (3 years ago) by michael: - Rename some functions in conf_class.c: get_client_class -> class_get_name get_client_ping -> class_get_ping_freq get_sendq -> class_get_sendq get_recvq -> class_get_recvq
m_globops.c 10024 (3 years ago) by michael: - Bump copyright years
m_hash.c 10024 (3 years ago) by michael: - Bump copyright years
m_help.c 10024 (3 years ago) by michael: - Bump copyright years
m_info.c 10051 (3 years ago) by michael: - m_info.c: add channel::default_join_flood_count and channel::default_join_flood_time to /info
m_invite.c 10179 (3 years ago) by michael: - m_invite.c:m_invite(): remove test on `parc` that's not really needed here
m_ison.c 10024 (3 years ago) by michael: - Bump copyright years
m_kline.c 10042 (3 years ago) by michael: - Implemented the owner/admin channel prefix modes. These are optional and can be enabled with the channel::enable_owner and channel::enable_admin configuration directives
m_knock.c 10055 (3 years ago) by michael: - Implement extban $K of type `acting`. This extban prevents matching users from using the KNOCK command.
m_links.c 10024 (3 years ago) by michael: - Bump copyright years
m_list.c 10024 (3 years ago) by michael: - Bump copyright years
m_locops.c 10024 (3 years ago) by michael: - Bump copyright years
m_lusers.c 10024 (3 years ago) by michael: - Bump copyright years
m_map.c 10024 (3 years ago) by michael: - Bump copyright years
m_metadata.c 10024 (3 years ago) by michael: - Bump copyright years
m_module.c 10024 (3 years ago) by michael: - Bump copyright years
m_monitor.c 10024 (3 years ago) by michael: - Bump copyright years
m_motd.c 10024 (3 years ago) by michael: - Bump copyright years
m_names.c 10024 (3 years ago) by michael: - Bump copyright years
m_oper.c 10024 (3 years ago) by michael: - Bump copyright years
m_pass.c 10024 (3 years ago) by michael: - Bump copyright years
m_ping.c 10024 (3 years ago) by michael: - Bump copyright years
m_pong.c 10024 (3 years ago) by michael: - Bump copyright years
m_post.c 10024 (3 years ago) by michael: - Bump copyright years
m_rehash.c 10181 (3 years ago) by michael: - m_rehash.c:mo_rehash(): replace test on `parc` with `EmptyString`
m_restart.c 10024 (3 years ago) by michael: - Bump copyright years
m_resv.c 10024 (3 years ago) by michael: - Bump copyright years
m_resync.c 10136 (3 years ago) by michael: - m_resync.c: make sure the request comes from a server
m_set.c 10024 (3 years ago) by michael: - Bump copyright years
m_stats.c 10203 (3 years ago) by michael: - Correctly prefix all functions found in reslib.c with reslib_ instead of irc_
m_svinfo.c 10024 (3 years ago) by michael: - Bump copyright years
m_svsaccount.c 10024 (3 years ago) by michael: - Bump copyright years
m_svshost.c 10024 (3 years ago) by michael: - Bump copyright years
m_svsjoin.c 10024 (3 years ago) by michael: - Bump copyright years
m_svskill.c 10050 (3 years ago) by michael: - Style corrections
m_svsmode.c 10024 (3 years ago) by michael: - Bump copyright years
m_svsnick.c 10024 (3 years ago) by michael: - Bump copyright years
m_svspart.c 10024 (3 years ago) by michael: - Bump copyright years
m_svstag.c 10024 (3 years ago) by michael: - Bump copyright years
m_tburst.c 10042 (3 years ago) by michael: - Implemented the owner/admin channel prefix modes. These are optional and can be enabled with the channel::enable_owner and channel::enable_admin configuration directives
m_time.c 10024 (3 years ago) by michael: - Bump copyright years
m_topic.c 10042 (3 years ago) by michael: - Implemented the owner/admin channel prefix modes. These are optional and can be enabled with the channel::enable_owner and channel::enable_admin configuration directives
m_trace.c 10186 (3 years ago) by michael: - Rename some functions in conf_class.c: get_client_class -> class_get_name get_client_ping -> class_get_ping_freq get_sendq -> class_get_sendq get_recvq -> class_get_recvq
m_undline.c 10042 (3 years ago) by michael: - Implemented the owner/admin channel prefix modes. These are optional and can be enabled with the channel::enable_owner and channel::enable_admin configuration directives
m_unkline.c 10042 (3 years ago) by michael: - Implemented the owner/admin channel prefix modes. These are optional and can be enabled with the channel::enable_owner and channel::enable_admin configuration directives
m_unresv.c 10024 (3 years ago) by michael: - Bump copyright years
m_unxline.c 10024 (3 years ago) by michael: - Bump copyright years
m_user.c 10024 (3 years ago) by michael: - Bump copyright years
m_userhost.c 10024 (3 years ago) by michael: - Bump copyright years
m_version.c 10024 (3 years ago) by michael: - Bump copyright years
m_wallops.c 10024 (3 years ago) by michael: - Bump copyright years
m_webirc.c 10024 (3 years ago) by michael: - Bump copyright years
m_who.c 10198 (3 years ago) by michael: - m_who.c:who_send(): fix to previous changes regarding the TLS flag
m_whois.c 10077 (3 years ago) by michael: - Change user_get_mode_str() to take an int and use it for SVSTAG user mode creation in server_send_client()
m_whowas.c 10183 (3 years ago) by michael: - Documentation updates
m_xline.c 10024 (3 years ago) by michael: - Bump copyright years
2 directories and 69 files shown