2005-07-07 |
Florian Westphal | test for epoll and kqueue support |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | use new io event API. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | use dynamically sized unzip/zip buffer |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | new io/buffer api. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | remove FD_SETSIZE check (now in io_* functions) |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | use dynamic io buffers |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | use new buffer API |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | cleanup, use new io layer. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | add new IO layer |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | add new buffer abstraction layer |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | removed Resolve_Init() |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Alexander Barton | Fixed maximum length of user names, now allow up to... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Alexander Barton | Updated documentation. |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Alexander Barton | Handle oversized messages which should be sent to the... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Alexander Barton | Code and comment cleanups, new #define "CUT_TXTSUFFIX". |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Alexander Barton | Prepare documentation for release 0.9.0 ... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Alexander Barton | Fix compiler warning "comparision between signed and... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Alexander Barton | Fixed wrong order of #includes in test for "socklen_t... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Alexander Barton | Updated URLs. |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Alexander Barton | Ignore unknown commands received before the client... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Alexander Barton | Get rid of Log_SetDaemonized(). |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Florian Westphal | removed global variable NGIRCd_NoDaemon |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Florian Westphal | put badchars back in |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Florian Westphal | fix embarassing cut&paste error (add missing } ) |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Florian Westphal | fix "Can't get user information for UID" error message |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Florian Westphal | only chdir() to users home when running as daemon |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Florian Westphal | s/sprintf/snprintf |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Florian Westphal | use strlcpy |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Florian Westphal | remove unneeded strpy() |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Florian Westphal | startup: fork only once, never run with uid 0 |
commit | commitdiff | tree | snapshot |
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 |
next |