ngircd-tor/src/ngircd
Florian Westphal bc88b2cb06 configtest: print ssl config options even when unset
Print "SSLOptionVar =" instead of omitting the option when
running --configtest with ssl enabled.
This better matches the behaviour of other options, e.g.  ChrootDir.
2009-10-17 15:35:26 +02:00
..
.gitignore GIT: don't ignore cvs-version.{h|new}, because it isn't used any more. 2008-10-29 22:33:03 +01:00
Makefile.am New "module" op.c/op.h for IRC operator related functions 2009-09-30 16:00:06 +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 Fix "implicit conversion shortens 64-bit value" warning 2009-09-11 22:52:12 +02:00
channel.h add const qualifier to pointers where possible 2009-04-21 20:58:23 +02:00
client.c Client_CheckID(): fix connection information 2009-07-17 16:16:04 +02:00
client.h add const qualifier to pointers where possible 2009-04-21 20:58:23 +02:00
conf-ssl.h GNUTLS: define new API types when installed library is too old 2008-11-11 22:03:11 +01:00
conf.c configtest: print ssl config options even when unset 2009-10-17 15:35:26 +02:00
conf.h New configuration option "AllowRemoteOper" 2009-09-30 16:00:04 +02:00
conn-func.c remove or translate old comments 2009-04-21 20:58:30 +02:00
conn-func.h New global function Conn_SetOption(). 2008-09-23 11:47:16 +02:00
conn-ssl.c SSL/TLS: fix error path in gnutls ssl ctx allocation 2009-05-17 21:18:04 +02:00
conn-ssl.h TLS/SSL support: core files. 2008-09-13 15:08:11 +02:00
conn-zip.c conn-zip: fix error handling 2009-04-21 21:00:43 +02:00
conn-zip.h add const qualifier to pointers where possible 2009-04-21 20:58:23 +02:00
conn.c Fix cb_connserver() to handle aborted outgoing connections 2009-09-12 00:17:42 +02:00
conn.h Fix "implicit conversion shortens 64-bit value" warning 2009-09-11 22:52:12 +02:00
defines.h defines.h: remove MAX_LISTEN_PORTS, MAX_SERVICES 2008-12-27 23:51:52 +01:00
hash.c Fix "implicit conversion shortens 64-bit value" warning 2009-09-11 22:52:12 +02: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 add and use Channel_IsModeless() 2009-03-07 00:13:25 +01:00
irc-channel.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-info.c Fix "implicit conversion shortens 64-bit value" warning 2009-09-11 22:52:12 +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 IRC_PASS(): remove unnecessary variable initialization 2009-09-10 11:50:43 +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 Channel_Mode(): fix return code of function 2009-09-11 00:48: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 Enable KICK to be handled from remote servers and from services. 2008-09-23 11:53:16 +02:00
irc-op.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-oper.c Make sure forwarded CONNECT commands are handled correctly 2009-09-30 16:00:06 +02: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 Generate WALLOPS message on operator-generated SQUIT 2009-09-30 16:00:06 +02: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 IRC_SendWallops(): support format string and variable parameter lists. 2009-09-30 16:00:05 +02:00
irc-write.h IRC_SendWallops(): support format string and variable parameter lists. 2009-09-30 16:00:05 +02:00
irc.c RFC 2812, sec. 3.3.1: really check for the last dot 2009-01-20 16:49:34 +01: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 remove or translate old comments 2009-04-21 20:58:30 +02: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 misspelling in ERR_NORECIPIENT reply 2009-03-25 20:44:40 +01:00
ngircd.c Update copyright notice, it's 2009 already! 2009-05-05 17:08:48 +02:00
ngircd.h removed global variable NGIRCd_NoDaemon 2005-06-24 19:20:56 +00:00
numeric.c Fix server list announcement 2009-04-26 00:30:49 +02:00
numeric.h Funktions to handle numerics sent to the server. 2007-11-21 12:20:32 +00:00
op.c New "module" op.c/op.h for IRC operator related functions 2009-09-30 16:00:06 +02:00
op.h New "module" op.c/op.h for IRC operator related functions 2009-09-30 16:00:06 +02:00
parse.c Enable SQUIT command for IRC Operators 2009-09-30 16:00:06 +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 resolve.c: fix valgrind 'uninitialized memory' warning 2009-09-11 23:09:11 +02:00
resolve.h ng_ipaddr.h must include netinet/in.h. 2008-05-10 21:49:51 +02:00