ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-8/modules
(Current path doesn't exist after revision 1591)
r1532
File Last Change
 ../
core/ 1531 (11 years ago) by michael: - ms_nick(): reject nickname changes without a TS
m_stats.c 1532 (11 years ago) by michael: - Fixed possible core on /stats
m_info.c 1519 (11 years ago) by michael: - Topics as well as user-aways are now sent in a burst by default
m_dline.c 1515 (11 years ago) by michael: - Minor documentation updates
Makefile.in 1504 (11 years ago) by michael: - automake 1.12.3
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_links.c 1490 (11 years ago) by michael: - removed serverhide::disable_hidden configuration option - update NEWS
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_who.c 1483 (11 years ago) by michael: - Made Client::away a fixed-size array at the expense of a somewhat higher memory consumption
m_whois.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_svsmode.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_svsnick.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_set.c 1460 (11 years ago) by michael: - Added 'set' to operator privilege flags. Gives access to the "SET" 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
m_module.c 1448 (11 years ago) by michael: - Don't allow m_module.la to be unloaded
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_trace.c 1400 (11 years ago) by michael: - move has_wildcards() to irc_string.c and make use of it in several places
m_testline.c 1369 (11 years ago) by michael: - cleanup temporary k/d/g line code
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 (11 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_capab.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_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_admin.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_pong.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
m_pass.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_post.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_eob.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