2005-06-17 |
Florian Westphal | startup: fork only once, never run with uid 0. |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Alexander Barton | IRC_LIST(): Added missing calls of Client_ID() and... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Florian Westphal | changed formatting to match ngircd coding style |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Florian Westphal | Make sure SimpleMessage() sends <= 512 chars |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Florian Westphal | set 3 second penalty after failed /oper command. |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Alexander Barton | Only register clients that have been connected at least... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Alexander Barton | Modified Conn_StartTime() to use information of the... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Alexander Barton | Removed CONNECTION[].starttime, now saved in CLIENT... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Alexander Barton | New function Client_StartTime(). |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Alexander Barton | Updated manual pages. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Florian Westphal | send RFC compliant netsplit messages. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Florian Westphal | Fix Handling of quit messages: always send only one... |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Florian Westphal | remove Try_Write(), Call Handle_Write() directly instead. |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Alexander Barton | Added some Doxygen documentation. |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Alexander Barton | Fixed handling of symbolic links as used in /etc/rc... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Florian Westphal | add FreeRes_stat(), wait for resolver timeout. |
commit | commitdiff | tree | snapshot |
2005-05-28 |
Florian Westphal | minor cleanup |
commit | commitdiff | tree | snapshot |
2005-05-23 |
Alexander Barton | Handle splint errors more gracefully. |
commit | commitdiff | tree | snapshot |
2005-05-22 |
Alexander Barton | Don't exit server if closing of a socket fails; instead... |
commit | commitdiff | tree | snapshot |
2005-05-21 |
Alexander Barton | Added version information to summary text. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Alexander Barton | Reformatted and documented code of the first part of... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Alexander Barton | New function Client_RegisterWhowas(). |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Alexander Barton | Implemented IRC function "WHOWAS". |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Alexander Barton | New functions Client_GetWhowas and Client_GetLastWhowas... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Alexander Barton | New functions Client_GetWhowas, Client_GetLastWhowasInd... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Alexander Barton | New defines MAX_WHOWAS and DEFAULT_WHOWAS. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Alexander Barton | Away status texts set due to "a"-Modes received from... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Alexander Barton | Remove "doc/src" directory on "make distclean". |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Alexander Barton | Added #include of "defines.h", necessary due to removal... |
commit | commitdiff | tree | snapshot |
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 |
next |