ngircd-tor/src/ngircd
Alexander Barton 5e5377a063 Numeric 005 (ISUPPORT), CHANMODES: add missing mode "r" 2012-05-01 13:42:57 +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 Implement core IRC capability handling and "CAP" command 2012-03-31 15:59:06 +02:00
array.c Code cleanup: mostly removing empty lines 2011-02-13 17:52:38 +01:00
array.h Fixed some spelling errors in documentation and code comments 2011-12-30 00:50:27 +01:00
channel.c Implement channel exception list (mode 'e') 2012-01-21 19:59:57 +01:00
channel.h Implement channel exception list (mode 'e') 2012-01-21 19:59:57 +01:00
class.c G/K-Lines: only add and delete valid IRC masks 2012-01-22 18:53:16 +01:00
class.h Streamline handling of connection rejects (bad password, G/K-line) 2012-01-22 18:33:45 +01:00
client-cap.c New function Client_CapSet() in addition to Client_Cap{Add|Del} 2012-04-27 23:56:56 +02:00
client-cap.h "multi-prefix" capability 1/2: implement complete CAP infrastructure 2012-04-28 00:36:41 +02:00
client.c Introduce_Client() => Client_Introduce(), and move it to client.c 2012-03-31 15:24:30 +02:00
client.h Correctly handle "CAP END", new client type CLIENT_WAITCAPEND 2012-03-31 16:37:31 +02:00
conf-ssl.h Add Doxygen @file documentation to each source and header file 2011-02-13 17:52:38 +01:00
conf.c Don't log "ngIRCd hello message" two times 2012-03-02 09:41:13 +01:00
conf.h New configuration option "PAMIsOptional" 2012-01-01 17:12:36 +01:00
conn-func.c New function Conn_UpdatePing() to update the "ping timestamp" 2012-01-24 02:44:57 +01:00
conn-func.h New function Conn_UpdatePing() to update the "ping timestamp" 2012-01-24 02:44:57 +01:00
conn-ssl.c GnuTLS: use 1024 (DH_BITS_MIN) as minimum size of the DH prime 2011-06-28 13:48:33 +02:00
conn-ssl.h Add Doxygen @file documentation to each source and header file 2011-02-13 17:52:38 +01:00
conn-zip.c conn: avoid needlesly scary 'buffer overflow' messages 2011-04-29 23:10:01 +02:00
conn-zip.h Code cleanup: mostly removing empty lines 2011-02-13 17:52:38 +01:00
conn.c Fix typo: recieved -> received 2012-03-12 09:47:19 +01:00
conn.h New function Conn_GetIPAInfo(): get IP address of a connection 2012-01-22 22:35:27 +01:00
defines.h Numeric 005 (ISUPPORT), CHANMODES: add missing mode "r" 2012-05-01 13:42:57 +02:00
hash.c hash: Use UINT32 instead of uint32_t 2011-06-27 10:27:07 +02:00
hash.h Code cleanup: mostly removing empty lines 2011-02-13 17:52:38 +01:00
io.c io: use define for number of possible events 2012-01-24 22:25:22 +01:00
io.h Add Doxygen @file documentation to each source and header file 2011-02-13 17:52:38 +01:00
irc-cap.c irc-cap.c: mark arguments of Handle_CAP_ACK() as "unused" 2012-04-29 12:39:28 +02:00
irc-cap.h Implement core IRC capability handling and "CAP" command 2012-03-31 15:59:06 +02:00
irc-channel.c Fix C syntax: duplicate ";;" should be ";" 2012-02-26 15:27:04 +01:00
irc-channel.h Code cleanup: mostly removing empty lines 2011-02-13 17:52:38 +01:00
irc-info.c "multi-prefix" capability 2/2: adjust NAME and WHO handlers 2012-04-28 00:39:21 +02:00
irc-info.h Code cleanup: mostly removing empty lines 2011-02-13 17:52:38 +01:00
irc-login.c irc-login.c, login.c: add missing include of "string.h" 2012-04-29 12:36:23 +02:00
irc-login.h quit on HTTP commands: GET & POST 2011-03-16 22:59:57 +01:00
irc-mode.c Fix gcc warning, initialize "list" variable to NULL 2012-03-12 22:27:55 +01:00
irc-mode.h Code cleanup: mostly removing empty lines 2011-02-13 17:52:38 +01:00
irc-op.c Code cleanup: mostly removing empty lines 2011-02-13 17:52:38 +01:00
irc-op.h Add missong Doxygen @file tags to ngircd.h and irc-op.h 2011-02-13 17:52:39 +01:00
irc-oper.c IRC_xLINE(): output an error message for unexpected "lines" 2011-12-25 20:11:43 +01:00
irc-oper.h Implement IRC_xLINE(): handler for "GLINE" and "KLINE" commands 2011-12-25 16:57:36 +01:00
irc-server.c Generate WALLOPS message on SQUIT from IRC operator 2011-03-21 23:52:42 +01:00
irc-server.h Code cleanup: mostly removing empty lines 2011-02-13 17:52:38 +01:00
irc-write.c Code cleanup: mostly removing empty lines 2011-02-13 17:52:38 +01:00
irc-write.h Add Doxygen @file documentation to each source and header file 2011-02-13 17:52:38 +01:00
irc.c PRIVMSG/NOTICE: handle nick!user@host masks case-insensitive 2012-01-21 13:21:36 +01:00
irc.h New function IRC_CheckListTooBig() to check size of list replies 2012-01-06 20:05:07 +01:00
lists.c Fix 8ec17063: "Lists_Add(): use size of destination when copying data" 2012-04-18 17:54:54 +02:00
lists.h New function Lists_CheckReason() to get reason of list entries 2012-01-22 18:11:24 +01:00
log.c Don't log "ngIRCd hello message" two times 2012-03-02 09:41:13 +01:00
log.h Correctly re-open syslog logging after reading of configuration 2012-02-14 11:01:13 +01:00
login.c irc-login.c, login.c: add missing include of "string.h" 2012-04-29 12:36:23 +02:00
login.h New "login" source file 2012-03-31 15:38:46 +02:00
match.c Doxygen'ify and update comments in match.c 2011-02-13 17:52:39 +01:00
match.h Code cleanup: mostly removing empty lines 2011-02-13 17:52:38 +01:00
messages.h Implement core IRC capability handling and "CAP" command 2012-03-31 15:59:06 +02:00
ngircd.c Don't ignore "permission denied" errors when enabling chroot 2012-03-28 11:30:48 +02:00
ngircd.h Doxygen'ify and update comments in ngircd.{c|h} 2011-02-13 17:52:39 +01:00
numeric.c Send a PING at the end of the server sync to detect it 2012-01-24 02:46:12 +01:00
numeric.h Add Doxygen @file documentation to each source and header file 2011-02-13 17:52:38 +01:00
op.c Op_Check(): always accept commands from a remote server itself 2011-12-25 19:11:43 +01:00
op.h Op_Check(): return client that initiated the request or NULL 2011-12-25 16:52:31 +01:00
pam.c PAM: don't use global password buffer for conv struct 2011-12-31 18:06:17 +01:00
pam.h Add Doxygen @file documentation to each source and header file 2011-02-13 17:52:38 +01:00
parse.c Correctly handle "CAP END", new client type CLIENT_WAITCAPEND 2012-03-31 16:37:31 +02:00
parse.h Doxygen'ify parse.h 2011-02-13 17:52:39 +01:00
proc.c Proc_Close(): Only close socket if it is still valid 2012-01-06 02:26:04 +01:00
proc.h New function Proc_Close() to shutdown pipes to child processes 2011-08-23 12:31:17 +02:00
resolve.c Only close "unrelated" sockets in forked child processes 2011-09-07 14:51:16 +02:00
resolve.h Add Doxygen @file documentation to each source and header file 2011-02-13 17:52:38 +01:00
sighandlers.c Explicitly cast return value of read(2) to "int" 2010-09-22 14:15:46 +02:00
sighandlers.h Code cleanup: mostly removing empty lines 2011-02-13 17:52:38 +01:00