| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-04-27 | Added #include of "defines.h", necessary due to removal of the #include of | Alexander Barton | |
| "defines.h" in the client.h header file. | |||
| 2005-04-27 | Reorder #includes, necessary due to removal of #include "defines.h" in | Alexander Barton | |
| the client.h header file. | |||
| 2005-04-27 | Removed "invalid" #include of "defines.h" (don't include further header | Alexander Barton | |
| files from a header file!). | |||
| 2005-04-27 | Added missing #include of "defines.h". | Alexander Barton | |
| 2005-04-25 | removed Conn_UnsetOption() function. It was not used anymore. | Florian Westphal | |
| removed Conn_SetOption(). replaced its only call (in conn-zip.c) with Conn_OPTION_ADD() macro. | |||
| 2005-04-23 | removed "my_connects" fd_set. | Florian Westphal | |
| 2005-04-18 | conn.h: option filed in CONNECTION struct is now UINT16. | Florian Westphal | |
| conn-func.h: add accessor Macros Conn_OPTION_ADD( conn, CONN_OPTION ) Conn_OPTION_DEL( conn, CONN_OPTION ) Conn_OPTION_ISSET( conn, CONN_OPTION ) To add, remove or test for a certain option field attribute (e.g. CONN_ISCLOSING) These Macros should be used instead of accessing conn->options directly. | |||
| 2005-04-18 | Cleaned up (and documented) the IRC_KILL() function. | Alexander Barton | |
| 2005-04-16 | fix spelling | Florian Westphal | |
| 2005-04-16 | added kludge to make ngircd (with syslog) compile on mips-dec-ultrix4.5 | Florian Westphal | |
| 2005-04-16 | use strdup() to add oper hostname mask. | Florian Westphal | |
| 2005-04-16 | private strdup() implementation in case libc does not provide it. | Florian Westphal | |
| 2005-04-16 | s/malloc(x*y)/calloc(x,y)/ | Florian Westphal | |
| 2005-04-09 | Use typedef instead of #define to declare the socklen_t type if needed. | Alexander Barton | |
| 2005-04-09 | Added "-unrecog" to splint command line. | Alexander Barton | |
| 2005-04-09 | Target "lint": check whether splint command is available and suppress | Alexander Barton | |
| warnings related to the used command line in the output. | |||
| 2005-04-09 | Added new target "srcdoc" to generate the Doxygen source documentation. | Alexander Barton | |
| 2005-04-09 | Added the control file for the Doxygen source documentation system. | Alexander Barton | |
| 2005-03-30 | Debine NDEBUG if DEBUG isn't defined to disable all assert() checks as well. | Alexander Barton | |
| 2005-03-22 | When validationg the configuration file wait for a keypress only if both | Alexander Barton | |
| stdin and(!) stdout are valid tty's. | |||
| 2005-03-21 | Use tabulator, not 8 spaces ... | Alexander Barton | |
| 2005-03-20 | Conf_Test(): check if stdin (and not stdout...) is connected to a terminal. | Florian Westphal | |
| 2005-03-20 | changed type of Conf_ListenPorts[] from "unsigned int" to UINT16. | Florian Westphal | |
| 2005-03-20 | Init_Conn_Struct(): Zero structure using memset(). | Florian Westphal | |
| 2005-03-19 | Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. | Florian Westphal | |
| use stdbool.h / inttypes.h if available. | |||
| 2005-03-19 | fix Config_Error_NaN prototype (first argument missed "const") | Florian Westphal | |
| 2005-03-19 | removed unneeded log.h include. | Florian Westphal | |
| 2005-03-15 | New configuration option "OperServerMode". | Alexander Barton | |
| 2005-03-05 | New function New_Res_Stat() to initialize RES_STAT structure. | Alexander Barton | |
| 2005-03-05 | Reduce the number of calls of strlen(). Idea by Florin Westphal. | Alexander Barton | |
| 2005-03-03 | Added missing include of "match.h". | Alexander Barton | |
| 2005-03-02 | Implemented support for "secret channels" (channel mode "s"). | Alexander Barton | |
| 2005-03-02 | New configuration option "Mask" for [Operator] sections to limit OPER command. | Alexander Barton | |
| 2005-02-27 | Clean up the mode handling code: remove redundant parts ... | Alexander Barton | |
| 2005-02-27 | Updated to latest strl{cat|cpy} code of rsync: | Alexander Barton | |
| - Make sure that strlcpy() returns the right value when the bufsize is 0. - Fixed a bug in strlcat() where it would not properly detect a no-change condition if called with an initial string longer than the specified size limit (due to an unsigned var's inability to go negative). Patch by Florian Westphal, <westphal@foo.fh-furtwangen.de>. | |||
| 2005-02-11 | Whitespace fixes. | Alexander Barton | |
| 2005-02-10 | Don't play games with FILE* stdin/out/err, only touch "real" descriptors. | Alexander Barton | |
| 2005-02-10 | Renamed NGIRCd_FillVersion() to Fill_Version(); Code cleanups. | Alexander Barton | |
| 2005-02-10 | Write "error file" (/tmp/ngircd-XXX.err) only if compiled with debug | Alexander Barton | |
| code ("--enable-debug") and running as daemon process. | |||
| 2005-02-09 | Don't create version information string each time a client connects but | Alexander Barton | |
| insetead on server startup. By Florian Westphal. | |||
| 2005-02-07 | Make sure that errno of fopen() isn't overwritten by the logging code. | Alexander Barton | |
| 2005-02-04 | New configuration variable "PidFile", section "[Global]": if defined, | Alexander Barton | |
| the server writes its process ID (PID) to this file. Default: off. Idea by Florian Westphal, <westphal@foo.fh-furtwangen.de>. | |||
| 2005-02-04 | Use ngt_TrimLastChr() where useful, by Florian Westphal. | Alexander Barton | |
| 2005-02-04 | Add ngt_TrimLastChr() to header file. By Florian Westphal. | Alexander Barton | |
| 2005-02-03 | Fixed a bug that could case a root exploit when the daemon is compiled | Alexander Barton | |
| to do IDENT lookups and is logging to syslog. Bug discovered by CoKi, <coki@nosystem.com.ar>, thanks a lot! (http://www.nosystem.com.ar/advisories/advisory-11.txt) | |||
| 2005-01-26 | We are in the year 2005 now! :-) | Alexander Barton | |
| 2005-01-26 | Fixed a buffer overflow that could cause the daemon to crash. Bug found | Alexander Barton | |
| by Florian Westphal, <westphal@foo.fh-furtwangen.de>. | |||
| 2005-01-25 | New function ngt_TrimLastChr(), prototype by Florian Westphal. | Alexander Barton | |
| 2005-01-24 | Fixed a typo in variable name ... | Alexander Barton | |
| 2005-01-24 | Fixed a possible buffer underrun when reading the MOTD file. Thanks to | Alexander Barton | |
| Florian Westphal, <westphal@foo.fh-furtwangen.de>. | |||