ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r2235
File Last Change
 ../
core/ 2228 (10 years ago) by michael: - Implement certificate fingerprint validation for oper{} and connect{} blocks. Some code taken from oftc-hybrid. Hello, stu!
Makefile.am 2228 (10 years ago) by michael: - Implement certificate fingerprint validation for oper{} and connect{} blocks. Some code taken from oftc-hybrid. Hello, stu!
Makefile.in 2228 (10 years ago) by michael: - Implement certificate fingerprint validation for oper{} and connect{} blocks. Some code taken from oftc-hybrid. Hello, stu!
m_accept.c 1834 (10 years ago) by michael: - Revert to -r1831
m_admin.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_away.c 1834 (10 years ago) by michael: - Revert to -r1831
m_cap.c 1834 (10 years ago) by michael: - Revert to -r1831
m_capab.c 1877 (10 years ago) by michael: - Made find_capability() return an unsigned int
m_certfp.c 2229 (10 years ago) by michael: - Cleanups and fixes to previous commit -r2228
m_challenge.c 2232 (10 years ago) by michael: - Enable certificate fingerprint validation for CHALLENGE aswell
m_close.c 1834 (10 years ago) by michael: - Revert to -r1831
m_connect.c 2012 (10 years ago) by michael: - Removed 'remote', and 'global_kill' oper flags, and added 'connect', 'squit', and 'kill' flags for better fine-tuning instead. Whether or not a specific action is allowed on a remote server can be controlled by appeding the ':remote' flag. For example: 'kill' allows only local clients to be killed, whereas 'kill:remote' allows to issue a KILL for remote clients
m_dline.c 1834 (10 years ago) by michael: - Revert to -r1831
m_encap.c 1793 (10 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
m_eob.c 1986 (10 years ago) by michael: - m_eob(): Re-added EOB notice
m_etrace.c 2189 (10 years ago) by michael: - Removed Client::client_host and Client::client_server members
m_gline.c 1834 (10 years ago) by michael: - Revert to -r1831
m_globops.c 1834 (10 years ago) by michael: - Revert to -r1831
m_hash.c 1826 (10 years ago) by michael: - Minor cleanups to hash.c; removed now unused functions, style cleanups
m_help.c 2045 (10 years ago) by michael: - m_help.c: minor changes to dohelp() (use pointer arithmetic instead of indexing)
m_info.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_invite.c 1834 (10 years ago) by michael: - Revert to -r1831
m_ison.c 2099 (10 years ago) by michael: - m_ison.c: merge do_ison() into m_ison()
m_kline.c 1834 (10 years ago) by michael: - Revert to -r1831
m_knock.c 1834 (10 years ago) by michael: - Revert to -r1831
m_links.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_list.c 2224 (10 years ago) by michael: - white-space commit/style corrections
m_locops.c 2112 (10 years ago) by michael: - LOCOPS notices should only be sent to opers that have usermode +l
m_lusers.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_map.c 1851 (10 years ago) by michael: - Cleanup m_map.c - Implemented serverhide::hide_services configuration option
m_module.c 1834 (10 years ago) by michael: - Revert to -r1831
m_motd.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_names.c 1876 (10 years ago) by michael: - m_whowas.c,m_names.c,m_kick.c: remove pointless code. There's no real reason why we should skip preceding commas in nick-/channelnames
m_oper.c 2229 (10 years ago) by michael: - Cleanups and fixes to previous commit -r2228
m_operwall.c 1834 (10 years ago) by michael: - Revert to -r1831
m_pass.c 1834 (10 years ago) by michael: - Revert to -r1831
m_ping.c 2224 (10 years ago) by michael: - white-space commit/style corrections
m_pong.c 1834 (10 years ago) by michael: - Revert to -r1831
m_post.c 1618 (11 years ago) by michael: - Made m_globops() and ms_globops() use sendto_realops_flags() - Added message-type parameter to sendto_realops_flags() which can be one of SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS - Forward-port -r1617
m_rehash.c 2150 (10 years ago) by michael: - Implement motd{} configuration blocks based on ircu's implementation
m_restart.c 1834 (10 years ago) by michael: - Revert to -r1831
m_resv.c 1886 (10 years ago) by michael: - Replaced a strpbrk() with has_wildcards()
m_services.c 2206 (10 years ago) by michael: - m_services.c: changed HS shortcut to send messages to HostServ
m_set.c 1997 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
m_stats.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_svinfo.c 1618 (11 years ago) by michael: - Made m_globops() and ms_globops() use sendto_realops_flags() - Added message-type parameter to sendto_realops_flags() which can be one of SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS - Forward-port -r1617
m_svsmode.c 2145 (10 years ago) by michael: - m_svsmode(), user_set_hostmask(): minor cleanups and fixes to previous commit
m_svsnick.c 1734 (11 years ago) by michael: - Add support for "away-notify" client capability
m_tburst.c 1751 (11 years ago) by michael: - Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable via ircd.conf. A max_nick_length, as well as a max_topic_length configuration option can now be found in the serverinfo{} block] - OpenSSL 0.9.8s and higher is now required in order to enable ssl support
m_time.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_topic.c 2021 (10 years ago) by michael: - m_topic.c: fixed compile warning
m_trace.c 1834 (10 years ago) by michael: - Revert to -r1831
m_user.c 2189 (10 years ago) by michael: - Removed Client::client_host and Client::client_server members
m_userhost.c 1834 (10 years ago) by michael: - Revert to -r1831
m_users.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_version.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_wallops.c 2038 (10 years ago) by michael: - Added 'locops' and 'wallops' to irc-operator flags --- Diese und die folgenden Zeilen werden ignoriert -- M include/client.h M src/conf_parser.c M src/conf_parser.h M src/conf_lexer.c M src/conf_parser.y M src/conf_lexer.l M doc/reference.conf M modules/m_locops.c M modules/m_wallops.c
m_watch.c 1834 (10 years ago) by michael: - Revert to -r1831
m_webirc.c 1715 (11 years ago) by michael: - Improved WEBIRC authentication; added 'webirc' to auth::flags
m_who.c 2091 (10 years ago) by michael: - m_who.c: replaced several DLINK_FOREACH_SAFE with a simple DLINK_FOREACH
m_whois.c 2229 (10 years ago) by michael: - Cleanups and fixes to previous commit -r2228
m_whowas.c 2079 (10 years ago) by michael: - Removed extranous EmptyString() test
m_xline.c 2115 (10 years ago) by michael: - Remove temporary xline kludge that was required for better interoperability with 7.0 servers
1 directory and 62 files shown