ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r2605
File Last Change
 ../
core/ 2580 (10 years ago) by michael: - Better distinguishing between usermode +g and +G in both /whois and /privmsg as suggested by Adam <adam@anope.org>
Makefile.am 2602 (10 years ago) by michael: - Added SVSKILL
Makefile.in 2602 (10 years ago) by michael: - Added SVSKILL
m_accept.c 2363 (10 years ago) by michael: - find_accept(): solved XXX
m_admin.c 2341 (10 years ago) by michael: - Removed useless sanity checks - Fixed bug where remote /STATS requests were not rate limited
m_away.c 2341 (10 years ago) by michael: - Removed useless sanity checks - Fixed bug where remote /STATS requests were not rate limited
m_cap.c 2345 (10 years ago) by michael: - White-space commit / style corrections
m_capab.c 2525 (10 years ago) by michael: - Style corrections
m_certfp.c 2274 (10 years ago) by michael: - Sort out unused header includes
m_challenge.c 2248 (10 years ago) by michael: - Add operator::ssl_connection_required configuration option
m_close.c 1834 (10 years ago) by michael: - Revert to -r1831
m_connect.c 2345 (10 years ago) by michael: - White-space commit / style corrections
m_dline.c 2475 (10 years ago) by michael: - find_person(): fixed naming convention - find_chasing(): reduced required arguments
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 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_globops.c 2274 (10 years ago) by michael: - Sort out unused header includes
m_hash.c 2540 (10 years ago) by michael: - m_hash.c: constification
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 2341 (10 years ago) by michael: - Removed useless sanity checks - Fixed bug where remote /STATS requests were not rate limited
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 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_knock.c 1834 (10 years ago) by michael: - Revert to -r1831
m_links.c 2341 (10 years ago) by michael: - Removed useless sanity checks - Fixed bug where remote /STATS requests were not rate limited
m_list.c 2224 (10 years ago) by michael: - white-space commit/style corrections
m_locops.c 2274 (10 years ago) by michael: - Sort out unused header includes
m_lusers.c 2341 (10 years ago) by michael: - Removed useless sanity checks - Fixed bug where remote /STATS requests were not rate limited
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 2341 (10 years ago) by michael: - Removed useless sanity checks - Fixed bug where remote /STATS requests were not rate limited
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 2248 (10 years ago) by michael: - Add operator::ssl_connection_required configuration option
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 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_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_services.c 2206 (10 years ago) by michael: - m_services.c: changed HS shortcut to send messages to HostServ
m_set.c 2433 (10 years ago) by michael: - Removed rfc1459_command_send_error() message handler
m_stats.c 2341 (10 years ago) by michael: - Removed useless sanity checks - Fixed bug where remote /STATS requests were not rate limited
m_svinfo.c 2274 (10 years ago) by michael: - Sort out unused header includes
m_svskill.c 2605 (10 years ago) by michael: - Set SVN properties on m_svskill.c
m_svsmode.c 2511 (10 years ago) by michael: - Added usermode +W. Users connected via a webirc gateway get this mode set by servers. - /WHOIS now shows whether a client is connected via a webirc gateway
m_svsnick.c 2482 (10 years ago) by michael: - m_svsnick.c: fixed stupid bug that leads to desynchronized nick database throughout the entire network
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 2520 (10 years ago) by michael: - m_topic.c: constification
m_trace.c 2359 (10 years ago) by michael: - m_trace.c:report_this_status(): XXX solved. x->localClient->firsttime can't ever be zero
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 2511 (10 years ago) by michael: - Added usermode +W. Users connected via a webirc gateway get this mode set by servers. - /WHOIS now shows whether a client is connected via a webirc gateway
m_who.c 2551 (10 years ago) by michael: - m_who.c: updated comment
m_whois.c 2580 (10 years ago) by michael: - Better distinguishing between usermode +g and +G in both /whois and /privmsg as suggested by Adam <adam@anope.org>
m_whowas.c 2079 (10 years ago) by michael: - Removed extranous EmptyString() test
m_xline.c 2362 (10 years ago) by michael: - m_xline.c:ms_xline(): removed already solved XXX comment
1 directory and 63 files shown