ngircd-tor/src/ngircd
Alexander Barton 4f759d8113 New function Introduce_Client() to announce new local and remote users. 2008-09-23 11:47:17 +02:00
..
.gitignore Moved .cvsignore files to .gitignore 2008-04-09 18:54:52 +02:00
Makefile.am TLS/SSL support: code changes. 2008-09-13 15:10:32 +02:00
array.c TLS/SSL support: code changes. 2008-09-13 15:10:32 +02:00
array.h use size_t instead of unsigned int. 2005-08-30 13:36:32 +00:00
channel.c Don't allow empty channel names ("#") in strict RFC mode. 2008-07-22 13:24:14 +02:00
channel.h Anglified and improved comments in channel.c and channel.h 2008-05-08 03:15:04 +02:00
client.c constify Client_Search() argument. 2008-05-05 15:38:43 +02:00
client.h constify Client_Search() argument. 2008-05-05 15:38:43 +02:00
conf-ssl.h TLS/SSL support: core files. 2008-09-13 15:08:11 +02:00
conf.c TLS/SSL support: code changes. 2008-09-13 15:10:32 +02:00
conf.h TLS/SSL support: code changes. 2008-09-13 15:10:32 +02:00
conn-func.c New global function Conn_SetOption(). 2008-09-23 11:47:16 +02:00
conn-func.h New global function Conn_SetOption(). 2008-09-23 11:47:16 +02:00
conn-ssl.c conn-ssl.c: don't append a newline to ConnSSL_GetCipherInfo 2008-09-15 12:25:54 +02:00
conn-ssl.h TLS/SSL support: core files. 2008-09-13 15:08:11 +02:00
conn-zip.c Reworked read and write buffer handling, introduced WRITEBUFFER_SLINK_LEN. 2007-05-17 23:34:24 +00:00
conn-zip.h Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00
conn.c TLS/SSL support: code changes. 2008-09-13 15:10:32 +02:00
conn.h New connection option CONN_RFC1459. 2008-09-23 11:47:17 +02:00
defines.h Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +00:00
hash.c add const qualifier to Hash() and Matche() Arguments 2006-10-06 21:23:47 +00:00
hash.h add const qualifier to Hash() and Matche() Arguments 2006-10-06 21:23:47 +00:00
io.c io.c: kill select FD_SETSIZE sanity check in io_library_init. 2008-04-03 23:20:26 +02:00
io.h Fixed typo in #ifdef which tests if this header is already included or not. 2006-12-25 22:53:52 +00:00
irc-channel.c Return 461 (syntax error) on "JOIN :" and "PART :" 2008-07-22 13:18:19 +02:00
irc-channel.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-info.c TLS/SSL support: code changes. 2008-09-13 15:10:32 +02:00
irc-info.h Implement IRC commands SERVICE, SERVLIST, and SQUERY as dummy functions 2008-05-05 18:06:43 +02:00
irc-login.c New function Introduce_Client() to announce new local and remote users. 2008-09-23 11:47:17 +02:00
irc-login.h Implement IRC commands SERVICE, SERVLIST, and SQUERY as dummy functions 2008-05-05 18:06:43 +02:00
irc-mode.c Always enable modeless channels. 2008-05-01 18:08:07 +02:00
irc-mode.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-op.c Invite: prefix last argument with colon when necessary. 2008-05-05 16:12:41 +02:00
irc-op.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-oper.c implement /WALLOPS as described in RFC 2812, section 4.7. 2007-08-02 10:14:26 +00:00
irc-oper.h implement /WALLOPS as described in RFC 2812, section 4.7. 2007-08-02 10:14:26 +00:00
irc-server.c Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +00:00
irc-server.h Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +00:00
irc-write.c -whitespace damage 2006-08-12 11:56:24 +00:00
irc-write.h Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00
irc.c SECURITY: Fixed a message handling bug which could crash the daemon. 2008-08-17 17:37:36 +02:00
irc.h Implement IRC commands SERVICE, SERVLIST, and SQUERY as dummy functions 2008-05-05 18:06:43 +02:00
lists.c Constify Lists_MakeMask argument and return type. 2008-04-19 14:11:25 +02:00
lists.h Constify Lists_MakeMask argument and return type. 2008-04-19 14:11:25 +02:00
log.c if compiling without -DDEBUG, make LogDebug 'static inline' so gcc optimizes it away. 2006-08-05 09:16:21 +00:00
log.h if compiling without -DDEBUG, make LogDebug 'static inline' so gcc optimizes it away. 2006-08-05 09:16:21 +00:00
match.c Cosmetic whitespace and line length fixes, mostly in Send_Message(). 2008-07-27 15:50:51 +02:00
match.h Cleaned up PRIVMSG and NOTICE patches. 2008-07-27 01:23:20 +02:00
messages.h This patch implements a (maybe) compliant WHOWAS command. 2008-05-12 18:56:31 +02:00
ngircd.c TLS/SSL support: code changes. 2008-09-13 15:10:32 +02:00
ngircd.h removed global variable NGIRCd_NoDaemon 2005-06-24 19:20:56 +00:00
numeric.c Funktions to handle numerics sent to the server. 2007-11-21 12:20:32 +00:00
numeric.h Funktions to handle numerics sent to the server. 2007-11-21 12:20:32 +00:00
parse.c Fix Validate_Args(): unused parameter "Idx" and "Req" 2008-07-27 20:35:01 +02:00
parse.h [Parser]: Fix minor sparse warnings 2008-01-13 16:12:49 +00:00
rendezvous.c Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00
rendezvous.h Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00
resolve.c IPv6: Add config options to disabe ipv4/ipv6 support. 2008-04-21 00:45:19 +02:00
resolve.h ng_ipaddr.h must include netinet/in.h. 2008-05-10 21:49:51 +02:00