|
File
|
Last Change |
|---|---|
../
|
|
Makefile.am
|
1252 (14 years ago) by michael: - Forward-port -r1251 |
Makefile.in
|
1462 (14 years ago) by michael: - automake 1.12.2 |
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
|
1453 (14 years ago) by michael: - m_join.c: Fixed another dumb bug which would prevent clients from joining more than one channel. #missingparentheses |
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
|
1451 (14 years ago) by michael: - Style corrections |
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 |