ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-8/modules
(Current path doesn't exist after revision 1591)
r1576
File Last Change
 ../
core/ 1572 (11 years ago) by michael: - ms_squit(): exit uplink if we receive a SQUIT destined for us
m_testline.c 1576 (11 years ago) by michael: - Fixed bug in stats_klines() showing oper_reason to unopered clients - Fixed /stats d|D showing "(null)" if there's no oper_reason
m_stats.c 1576 (11 years ago) by michael: - Fixed bug in stats_klines() showing oper_reason to unopered clients - Fixed /stats d|D showing "(null)" if there's no oper_reason
m_capab.c 1569 (11 years ago) by michael: - Removed remnants of MFLG_UNREG which is no longer needed with the current implementation of message handlers
m_admin.c 1569 (11 years ago) by michael: - Removed remnants of MFLG_UNREG which is no longer needed with the current implementation of message handlers
m_svsmode.c 1569 (11 years ago) by michael: - Removed remnants of MFLG_UNREG which is no longer needed with the current implementation of message handlers
m_svsnick.c 1569 (11 years ago) by michael: - Removed remnants of MFLG_UNREG which is no longer needed with the current implementation of message handlers
m_pong.c 1569 (11 years ago) by michael: - Removed remnants of MFLG_UNREG which is no longer needed with the current implementation of message handlers
m_pass.c 1569 (11 years ago) by michael: - Removed remnants of MFLG_UNREG which is no longer needed with the current implementation of message handlers
m_post.c 1569 (11 years ago) by michael: - Removed remnants of MFLG_UNREG which is no longer needed with the current implementation of message handlers
m_eob.c 1569 (11 years ago) by michael: - Removed remnants of MFLG_UNREG which is no longer needed with the current implementation of message handlers
m_module.c 1566 (11 years ago) by michael: - m_module.c: if we cannot find a available option, yell at the user
m_trace.c 1549 (11 years ago) by michael: - Removed general::kline_with_reason configuration options. It's now enabled by default - Removed remnants of the broken reject holding code
m_info.c 1549 (11 years ago) by michael: - Removed general::kline_with_reason configuration options. It's now enabled by default - Removed remnants of the broken reject holding code
m_who.c 1549 (11 years ago) by michael: - Removed general::kline_with_reason configuration options. It's now enabled by default - Removed remnants of the broken reject holding code
m_set.c 1549 (11 years ago) by michael: - Removed general::kline_with_reason configuration options. It's now enabled by default - Removed remnants of the broken reject holding code
m_whois.c 1549 (11 years ago) by michael: - Removed general::kline_with_reason configuration options. It's now enabled by default - Removed remnants of the broken reject holding code
m_links.c 1546 (11 years ago) by michael: - fixed previous commit to m_links()
Makefile.in 1535 (11 years ago) by michael: - automake 1.12.4
m_dline.c 1515 (11 years ago) by michael: - Minor documentation updates
m_services.c 1502 (11 years ago) by michael: - m_services.c: removed "IDENTIFY". Use "CS/NS IDENTIFY" instead
m_knock.c 1496 (11 years ago) by michael: - m_knock(): announce INVITE requests via NOTICE to other channel operators, rather than using a numeric reply for this
m_version.c 1495 (11 years ago) by michael: - Removed use_invex, use_except and use_knock configuration options. These features are now enabled by default
m_tburst.c 1487 (11 years ago) by michael: - m_tburst.c: fixed logic error
m_away.c 1484 (11 years ago) by michael: - Add back AWAY throttling, now that we allow changing away messages without unsetting AWAY in the first place
m_userhost.c 1483 (11 years ago) by michael: - Made Client::away a fixed-size array at the expense of a somewhat higher memory consumption
m_invite.c 1483 (11 years ago) by michael: - Made Client::away a fixed-size array at the expense of a somewhat higher memory consumption
m_gline.c 1482 (11 years ago) by michael: - m_gline.c: hybrid 6 GLINE compatibility mode has been removed
m_kline.c 1474 (11 years ago) by michael: - removed &localchannels
m_connect.c 1474 (11 years ago) by michael: - removed &localchannels
m_operwall.c 1474 (11 years ago) by michael: - removed &localchannels
m_globops.c 1474 (11 years ago) by michael: - removed &localchannels
m_locops.c 1474 (11 years ago) by michael: - removed &localchannels
m_topic.c 1474 (11 years ago) by michael: - removed &localchannels
m_wallops.c 1474 (11 years ago) by michael: - removed &localchannels
m_challenge.c 1467 (11 years ago) by michael: - m_challenge.c: add mo_challenge() which now takes care of operators issuing the CHALLENGE command
m_list.c 1449 (11 years ago) by michael: - Merged m_away() and mo_away(). Also, /away is no longer time-limited. - Same goes for /list
Makefile.am 1447 (11 years ago) by michael: - Added m_module.c and moved mo_module() into it
m_rehash.c 1446 (11 years ago) by michael: - Removed OMOTD --- Diese und die folgenden Zeilen werden ignoriert -- M include/defaults.h M include/conf.h M include/numeric.h M include/motd.h M src/s_user.c M src/messages.tab M src/motd.c M src/ircd.c M modules/Makefile.in M modules/m_challenge.c M modules/m_oper.c D modules/m_omotd.c M modules/m_rehash.c M modules/Makefile.am M NEWS
m_oper.c 1446 (11 years ago) by michael: - Removed OMOTD --- Diese und die folgenden Zeilen werden ignoriert -- M include/defaults.h M include/conf.h M include/numeric.h M include/motd.h M src/s_user.c M src/messages.tab M src/motd.c M src/ircd.c M modules/Makefile.in M modules/m_challenge.c M modules/m_oper.c D modules/m_omotd.c M modules/m_rehash.c M modules/Makefile.am M NEWS
m_etrace.c 1400 (11 years ago) by michael: - move has_wildcards() to irc_string.c and make use of it in several places
m_whowas.c 1358 (11 years ago) by michael: - cleanup and rewrite whowas.c to use the dlink list manipulation routines - increase NICKNAMEHISTORYLENGTH to 16384
m_help.c 1325 (12 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
m_encap.c 1321 (12 years ago) by michael: - remove unused variables
m_map.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_users.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_accept.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_svinfo.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_testmask.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_cap.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_lusers.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_xline.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_ping.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_time.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_motd.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_restart.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_resv.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_watch.c 1309 (12 years ago) by michael: - renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
m_close.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
m_user.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
m_ison.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
m_hash.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
m_names.c 1243 (12 years ago) by michael: - move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
1 directory and 62 files shown