2005-04-27 |
Alexander Barton | Reorder #includes, necessary due to removal of #include... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Alexander Barton | Removed "invalid" #include of "defines.h" (don't includ... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Alexander Barton | Added missing #include of "defines.h". |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Florian Westphal | removed Conn_UnsetOption() function. It was not used... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Florian Westphal | removed "my_connects" fd_set. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Florian Westphal | conn.h: option filed in CONNECTION struct is now UINT16. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Alexander Barton | Cleaned up (and documented) the IRC_KILL() function. |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Florian Westphal | fix spelling |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Florian Westphal | added kludge to make ngircd (with syslog) compile on... |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Florian Westphal | use strdup() to add oper hostname mask. |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Florian Westphal | private strdup() implementation in case libc does not... |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Florian Westphal | s/malloc(x*y)/calloc(x,y)/ |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Florian Westphal | check for strdup() |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Alexander Barton | Used a spellchecker :-) |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Alexander Barton | Fixed wrong location of "Doxyfile" ... argl. |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Alexander Barton | Use typedef instead of #define to declare the socklen_t... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Alexander Barton | Added "-unrecog" to splint command line. |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Alexander Barton | Target "lint": check whether splint command is availabl... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Alexander Barton | Two new targets: "srcdoc" to generate Doxygen source... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Alexander Barton | Added new target "srcdoc" to generate the Doxygen sourc... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Alexander Barton | Added the control file for the Doxygen source documenta... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Alexander Barton | New build style "deployment", cleaned up options for... |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Alexander Barton | Don't enable assert() calls when not ./configure'd... |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Alexander Barton | Debine NDEBUG if DEBUG isn't defined to disable all... |
commit | commitdiff | tree | snapshot |
2005-03-22 |
Alexander Barton | When validationg the configuration file wait for a... |
commit | commitdiff | tree | snapshot |
2005-03-21 |
Alexander Barton | Use tabulator, not 8 spaces ... |
commit | commitdiff | tree | snapshot |
2005-03-21 |
Alexander Barton | Fixed ./configure test for TCP Wrappers: now it runs... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Alexander Barton | Enhanced configure script: now you can pass an (optiona... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Florian Westphal | Conf_Test(): check if stdin (and not stdout...) is... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Florian Westphal | changed type of Conf_ListenPorts[] from "unsigned int... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Florian Westphal | Init_Conn_Struct(): Zero structure using memset(). |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Florian Westphal | Add notice about typedef removal and stdbool.h/inttypes.h |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Florian Westphal | Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Florian Westphal | fix Config_Error_NaN prototype (first argument missed... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Florian Westphal | removed unneeded log.h include. |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Alexander Barton | Added login of Florian ("fw") to AUTHORS list. |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Alexander Barton | Removed indentation of preprocessor statements in test... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Alexander Barton | Fixed too long lines. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Alexander Barton | New configuration option "OperServerMode". |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Alexander Barton | New function New_Res_Stat() to initialize RES_STAT... |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Alexander Barton | Reduce the number of calls of strlen(). Idea by Florin... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Alexander Barton | Added missing include of "match.h". |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Alexander Barton | Implemented support for "secret channels" (channel... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Alexander Barton | New configuration option "Mask" for [Operator] sections... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Alexander Barton | Clean up the mode handling code: remove redundant parts ... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Alexander Barton | Updated to latest strl{cat|cpy} code of rsync: |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Alexander Barton | Added AUTOMAKE_VERSION and AUTOCONF_VERSION (for OpenBSD). |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Alexander Barton | Fixed the detection of tools named like "tool-Major... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Alexander Barton | Enable Pidfile /var/run/ircd/ngircd.pid |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Alexander Barton | Added description for "PidFile", fixed description... |
commit | commitdiff | tree | snapshot |
2005-02-11 |
Alexander Barton | Whitespace fixes. |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Alexander Barton | Don't play games with FILE* stdin/out/err, only touch... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Alexander Barton | Renamed NGIRCd_FillVersion() to Fill_Version(); Code... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Alexander Barton | Write "error file" (/tmp/ngircd-XXX.err) only if compil... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Alexander Barton | Added a note about the change of the maximum password... |
commit | commitdiff | tree | snapshot |
2005-02-09 |
Alexander Barton | Don't create version information string each time a... |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Alexander Barton | Added an empty /etc/ngircd/ngircd.motd to the packages... |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Alexander Barton | Set owner and group of /var/run/ircd to "irc:irc". |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Alexander Barton | Updated debian changelog file from branch-0-8-x ... |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Alexander Barton | Make sure that errno of fopen() isn't overwritten by... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Alexander Barton | New configuration variable "PidFile", section "[Global... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Alexander Barton | ngIRCd 0.8.3. |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Alexander Barton | Use ngt_TrimLastChr() where useful, by Florian Westphal. |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Alexander Barton | Add ngt_TrimLastChr() to header file. By Florian Westphal. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Alexander Barton | Fixed a bug that could case a root exploit when the... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Alexander Barton | Updated ChangeLog for 0.8.2. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Alexander Barton | Updated config.sub and config.guess |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Alexander Barton | We are in the year 2005 now! :-) |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Alexander Barton | Fixed a buffer overflow that could cause the daemon... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Alexander Barton | Updated list of contributors. |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Alexander Barton | New function ngt_TrimLastChr(), prototype by Florian... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Alexander Barton | Fixed a typo in variable name ... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Alexander Barton | Fixed a possible buffer underrun when reading the MOTD... |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Alexander Barton | Code cleanups from Florian Westphal, <westphal@foo... |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Alexander Barton | Code cleanups from Florian Westphal, <westphal@foo... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Alexander Barton | Fixed detection of IRC lines which are too long to... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Alexander Barton | Fixed return values of our own implementation of strlcp... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Alexander Barton | Translated source code comments. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Alexander Barton | Raised the maximum length of passwords to 20 characters. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Alexander Barton | Fixed typo: ports are separated by ",". Thanks to Flori... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Alexander Barton | Fixed a memory leak when resizing the connection pool... |
commit | commitdiff | tree | snapshot |
2004-12-27 |
Alexander Barton | Added URLs for stunnel. |
commit | commitdiff | tree | snapshot |
2004-12-27 |
Alexander Barton | Added documentation for SSL support. |
commit | commitdiff | tree | snapshot |
2004-12-27 |
Alexander Barton | Make more clear that there can be more than one [Operat... |
commit | commitdiff | tree | snapshot |
2004-12-27 |
Alexander Barton | Fixed wrong port number in example. |
commit | commitdiff | tree | snapshot |
2004-12-26 |
Alexander Barton | Don't use a POSIX thread for the Howl "run loop". |
commit | commitdiff | tree | snapshot |
2004-12-26 |
Alexander Barton | Added support for the Howl (http://www.porchdogsoft... |
commit | commitdiff | tree | snapshot |
2004-12-25 |
Alexander Barton | Updated documentation for release 0.8.1 |
commit | commitdiff | tree | snapshot |
2004-12-25 |
Alexander Barton | Updated config.guess and config.sub |
commit | commitdiff | tree | snapshot |
2004-12-25 |
Alexander Barton | Updated documentation ... |
commit | commitdiff | tree | snapshot |
2004-12-22 |
Alexander Barton | Fixed indentation and added some more debug code. |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Alexander Barton | Updated list of supported/tested platforms. |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Alexander Barton | Fixed spelling mistake. |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Alexander Barton | Made ngIRCd compile on HP/UX 10.20 with native HP pre... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Alexander Barton | Changed "read buffer" to "receive buffer" as suggested... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Alexander Barton | Added some missing words: "address" :-) |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Alexander Barton | Fixed wrong variable names in output of "ngircd --confi... |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Alexander Barton | Added functions.inc to EXTRA_DIST files. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Alexander Barton | Fixed echo without newline for systems not understandin... |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Alexander Barton | Reverted extension of the "make all" target in the... |
commit | commitdiff | tree | snapshot |
next |