ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r2340
File (rev) Last Change
 ../
core/ 2300 (10 years ago) by michael: - whowas: Renamed functions. add_history -> whowas_add_history off_history -> whowas_off_history get_history -> whowas_get_history
m_xline.c 2340 (10 years ago) by michael: - UNRESV should be logged as well - Improved logging. Fixed inconsistent use of get_oper_name() vs. source_p->name
m_whowas.c 2079 (10 years ago) by michael: - Removed extranous EmptyString() test
m_whois.c 2246 (10 years ago) by michael: - Add usermode 'S' (client is connecte via SSL/TLS). Allows services to keep track of what users are connected via SSL, and allows to see ssl-status of remote clients in a /whois.
m_who.c 2091 (10 years ago) by michael: - m_who.c: replaced several DLINK_FOREACH_SAFE with a simple DLINK_FOREACH
m_webirc.c 2274 (10 years ago) by michael: - Sort out unused header includes
m_watch.c 1834 (10 years ago) by michael: - Revert to -r1831
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_version.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_users.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_userhost.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_trace.c 2262 (10 years ago) by michael: - trace_get_dependent(): use unsigned int here
m_topic.c 2021 (10 years ago) by michael: - m_topic.c: fixed compile warning
m_time.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
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_svsnick.c 2300 (10 years ago) by michael: - whowas: Renamed functions. add_history -> whowas_add_history off_history -> whowas_off_history get_history -> whowas_get_history
m_svsmode.c 2274 (10 years ago) by michael: - Sort out unused header includes
m_svinfo.c 2274 (10 years ago) by michael: - Sort out unused header includes
m_stats.c 2297 (10 years ago) by michael: - whowas.c: renamed count_whowas_memory() to whowas_count_memory() - watch_count_memory(), whowas_count_memory(): constification, renamed variables, removed unused variables
m_set.c 1997 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
m_services.c 2206 (10 years ago) by michael: - m_services.c: changed HS shortcut to send messages to HostServ
m_resv.c 2340 (10 years ago) by michael: - UNRESV should be logged as well - Improved logging. Fixed inconsistent use of get_oper_name() vs. source_p->name
m_restart.c 1834 (10 years ago) by michael: - Revert to -r1831
m_rehash.c 2340 (10 years ago) by michael: - UNRESV should be logged as well - Improved logging. Fixed inconsistent use of get_oper_name() vs. source_p->name
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_pong.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_pass.c 1834 (10 years ago) by michael: - Revert to -r1831
m_operwall.c 1834 (10 years ago) by michael: - Revert to -r1831
m_oper.c 2248 (10 years ago) by michael: - Add operator::ssl_connection_required configuration option
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_motd.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_module.c 1834 (10 years ago) by michael: - Revert to -r1831
m_map.c 1851 (10 years ago) by michael: - Cleanup m_map.c - Implemented serverhide::hide_services configuration option
m_lusers.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_locops.c 2274 (10 years ago) by michael: - Sort out unused header includes
m_list.c 2224 (10 years ago) by michael: - white-space commit/style corrections
m_links.c 2196 (10 years ago) by michael: - Moved disable_remote_command configuration directive from general{} block to serverhide{] block
m_knock.c 1834 (10 years ago) by michael: - Revert to -r1831
m_kline.c 2340 (10 years ago) by michael: - UNRESV should be logged as well - Improved logging. Fixed inconsistent use of get_oper_name() vs. source_p->name
m_ison.c 2099 (10 years ago) by michael: - m_ison.c: merge do_ison() into m_ison()
m_invite.c 1834 (10 years ago) by michael: - Revert to -r1831
m_info.c 2283 (10 years ago) by michael: - Added generall::cycle_on_host_change configuration option as requested by Adam <adam@anope.org>
m_help.c 2045 (10 years ago) by michael: - m_help.c: minor changes to dohelp() (use pointer arithmetic instead of indexing)
m_hash.c 1826 (10 years ago) by michael: - Minor cleanups to hash.c; removed now unused functions, style cleanups
m_globops.c 2274 (10 years ago) by michael: - Sort out unused header includes
m_gline.c 2340 (10 years ago) by michael: - UNRESV should be logged as well - Improved logging. Fixed inconsistent use of get_oper_name() vs. source_p->name
m_etrace.c 2189 (10 years ago) by michael: - Removed Client::client_host and Client::client_server members
m_eob.c 1986 (10 years ago) by michael: - m_eob(): Re-added EOB notice
m_encap.c 1793 (10 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
m_dline.c 2340 (10 years ago) by michael: - UNRESV should be logged as well - Improved logging. Fixed inconsistent use of get_oper_name() vs. source_p->name
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_close.c 1834 (10 years ago) by michael: - Revert to -r1831
m_challenge.c 2248 (10 years ago) by michael: - Add operator::ssl_connection_required configuration option
m_certfp.c 2274 (10 years ago) by michael: - Sort out unused header includes
m_capab.c 1877 (10 years ago) by michael: - Made find_capability() return an unsigned int
m_cap.c 1834 (10 years ago) by michael: - Revert to -r1831
m_away.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_accept.c 1834 (10 years ago) by michael: - Revert to -r1831
Makefile.in 2238 (10 years ago) by michael: - automake 1.13.4
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!
1 directory and 62 files shown