ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-8/modules/core
(Current path doesn't exist after revision 1591)
r1446
File Last Change
 ../
Makefile.am 1252 (14 years ago) by michael: - Forward-port -r1251
Makefile.in 1425 (14 years ago) by michael: - automake 1.12.1 & bison 2.5.1
m_die.c 1309 (14 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_error.c 1309 (14 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_join.c 1432 (14 years ago) by michael: - Added channel::max_chans_per_oper configuration directive. The old way was to let ircops join three times the amount of max_chans_per_user. I'd rather would make this a class{} based limit, but this would require us to reprint the ISUPPORT buffer every time a client connects.
m_kick.c 1243 (14 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_kill.c 1410 (14 years ago) by michael: - mo_kill(): remove useless IsDigit() test. hash_find_client() doesn't do UID lookups, so we'll end up with ERR_NOSUCHNICK.
m_message.c 1435 (14 years ago) by michael: - Backed-out -r1429. Unregistered clients may again speak in +R channels
m_mode.c 1309 (14 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_nick.c 1442 (14 years ago) by michael: - Added back server notice when a client tries to obtain a reserved nick name. Kinda useful notice; no idea why it got removed 10 years ago
m_part.c 1309 (14 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_quit.c 1433 (14 years ago) by michael: - m_quit(): "Quit: " is now always prepended to a quit message
m_server.c 1414 (14 years ago) by michael: - Minor cleanups to check_server(). Checking for long servernames was redundant here, since valid_servername() already does that job. Also make use of match_conf_password()
m_sjoin.c 1309 (14 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_squit.c 1309 (14 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
0 directories and 15 files shown