|
File
|
Last Change |
|---|---|
../
|
|
Makefile.am
|
1662 (13 years ago) by michael: - Fixed inconsistent svn file properties |
Makefile.in
|
2481 (12 years ago) by michael: - Move openssl check to m4/ax_check_openssl.m4 |
m_die.c
|
1834 (13 years ago) by michael: - Revert to -r1831 |
m_error.c
|
2011 (13 years ago) by michael: - Renamed m_error() to mr_error() |
m_join.c
|
1858 (13 years ago) by michael: - Added basic support for libGeoIP - Added exempt configuration option to resv{} blocks |
m_kick.c
|
2475 (12 years ago) by michael: - find_person(): fixed naming convention - find_chasing(): reduced required arguments |
m_kill.c
|
2300 (13 years ago) by michael: - whowas: Renamed functions. add_history -> whowas_add_history off_history -> whowas_off_history get_history -> whowas_get_history |
m_message.c
|
1954 (13 years ago) by michael: - Implemented channel mode +M. Clients that haven't identified their name with NickServ may not speak in a channel that has this mode set |
m_mode.c
|
1895 (13 years ago) by michael: - m_mode(): these buffers don't need to be static |
m_nick.c
|
2403 (13 years ago) by michael: - mr_nick(): remove legacy code for nicks cantaining '~'. valid_nickname() already takes care of this. |
m_part.c
|
2007 (13 years ago) by michael: - part_one_client(): removed useless client_p argument |
m_quit.c
|
1889 (13 years ago) by michael: - m_quit(), ms_quit(): added extra sanity test for parv[1] being NULL, also try to avoid modifying parv[1] |
m_server.c
|
2433 (12 years ago) by michael: - Removed rfc1459_command_send_error() message handler |
m_sjoin.c
|
2475 (12 years ago) by michael: - find_person(): fixed naming convention - find_chasing(): reduced required arguments |
m_squit.c
|
2012 (13 years ago) by michael: - Removed 'remote', and 'global_kill' oper flags, and added 'connect', 'squit', and 'kill' flags for better fine-tuning instead. Whether or not a specific action is allowed on a remote server can be controlled by appeding the ':remote' flag. For example: 'kill' allows only local clients to be killed, whereas 'kill:remote' allows to issue a KILL for remote clients |