..
.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
Make sure sighandlers.h is listed in noinst_HEADERS
2010-10-05 21:57:01 +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 #include client.h when conn.h/conn-func.h is already included
2010-06-30 23:49:52 +02:00
channel.h
add const qualifier to pointers where possible
2009-04-21 20:58:23 +02:00
client.c
Reformat "server state" debug messages a little bit
2010-09-14 00:04:04 +02:00
client.h
Enable the daemon to dump its internal state in debug-mode.
2010-09-14 00:02:02 +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
New configuration option "NoZeroConf" to disable ZeroConf registration
2010-10-11 16:54:49 +02:00
conf.h
New configuration option "NoZeroConf" to disable ZeroConf registration
2010-10-11 16:54:49 +02:00
conn-func.c
New function Conn_IPA(): get client IP address as string
2010-06-25 00:33:00 +02:00
conn-func.h
New function Conn_IPA(): get client IP address as string
2010-06-25 00:33:00 +02:00
conn-ssl.c
SSL/TLS: fix bogus 'socket closed' error message
2010-05-07 23:25:59 +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
Output connection status when dumping the internal server state
2010-09-14 00:05:31 +02:00
conn.h
Output connection status when dumping the internal server state
2010-09-14 00:05:31 +02:00
defines.h
Implement user mode "x": hostname cloaking ( closes : #102 )
2010-08-17 21:05:06 +02: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: add io_cloexec to set close-on-exec flag.
2010-09-11 11:36:12 +02:00
io.h
io: add io_cloexec to set close-on-exec flag.
2010-09-11 11:36:12 +02:00
irc-channel.c
Don't #include client.h when conn.h/conn-func.h is already included
2010-06-30 23:49:52 +02:00
irc-channel.h
Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-03-19 18:43:48 +00:00
irc-info.c
write_whoreply(): respect hostname cloaking
2010-08-18 00:01:14 +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
Remove Proc_Kill(), use timeout to kill child processes
2010-07-14 10:29:05 +02:00
irc-login.h
Implement WEBIRC command
2010-02-11 00:01:53 +01:00
irc-mode.c
Implement user mode "x": hostname cloaking ( closes : #102 )
2010-08-17 21:05:06 +02:00
irc-mode.h
Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-03-19 18:43:48 +00:00
irc-op.c
Don't #include client.h when conn.h/conn-func.h is already included
2010-06-30 23:49:52 +02:00
irc-op.h
Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-03-19 18:43:48 +00:00
irc-oper.c
remove NGIRCd_SignalRehash
2010-09-11 11:36:12 +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
Don't #include client.h when conn.h/conn-func.h is already included
2010-06-30 23:49:52 +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_WriteStrClientPrefix() / Get_Prefix(): respect hostname cloaking
2010-08-17 21:14:51 +02:00
irc-write.h
const'ify IRC_WriteStrXXX() and Get_Prefix() functions
2010-06-26 00:38:20 +02:00
irc.c
Send_Message(): respect hostname cloaking
2010-08-17 21:16:46 +02:00
irc.h
Implement IRC commands SERVICE, SERVLIST, and SQUERY as dummy functions
2008-05-05 18:06:43 +02:00
lists.c
Don't #include client.h when conn.h/conn-func.h is already included
2010-06-30 23:49:52 +02:00
lists.h
Constify Lists_MakeMask argument and return type.
2008-04-19 14:11:25 +02:00
log.c
New configuration option "SyslogFacility"
2010-09-24 17:39:11 +02:00
log.h
Rename Log_[{Init|Exit}_]Resolver to Log_[{Init|Exit}_]Subprocess
2010-07-01 00:34:56 +02: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
Show SSL status in WHOIS, numeric 275
2010-06-23 11:00:09 +02:00
ngircd.c
Enable the daemon to dump its internal state in debug-mode.
2010-09-14 00:02:02 +02:00
ngircd.h
remove NGIRCd_SignalRehash
2010-09-11 11:36:12 +02:00
numeric.c
Don't #include client.h when conn.h/conn-func.h is already included
2010-06-30 23:49:52 +02:00
numeric.h
Funktions to handle numerics sent to the server.
2007-11-21 12:20:32 +00:00
op.c
Don't #include client.h when conn.h/conn-func.h is already included
2010-06-30 23:49:52 +02:00
op.h
New "module" op.c/op.h for IRC operator related functions
2009-09-30 16:00:06 +02:00
pam.c
Add pam.{c|h} to project and implement PAM_Authenticate() function
2010-07-12 12:53:08 +02:00
pam.h
Add pam.{c|h} to project and implement PAM_Authenticate() function
2010-07-12 12:53:08 +02:00
parse.c
Add new 'delayed' signal handlers.
2010-09-11 11:36:12 +02:00
parse.h
const'ify command name variable in _COMMAND strcuture
2010-06-26 00:37:06 +02:00
proc.c
Add new 'delayed' signal handlers.
2010-09-11 11:36:12 +02:00
proc.h
Remove Proc_Kill(), use timeout to kill child processes
2010-07-14 10:29:05 +02:00
rendezvous.c
New configuration option "NoZeroConf" to disable ZeroConf registration
2010-10-11 16:54:49 +02: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
Remove Proc_Kill(), use timeout to kill child processes
2010-07-14 10:29:05 +02:00
resolve.h
Refactor Resolve_Read() into generic Proc_Read() function
2010-07-11 16:58:30 +02:00
sighandlers.c
Explicitly cast return value of read(2) to "int"
2010-09-22 14:15:46 +02:00
sighandlers.h
sighandlers.{c|h}: Code cleanup
2010-09-14 00:30:45 +02:00