2005-07-14 |
Alexander Barton | Brought some debug log messages "in line". |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Alexander Barton | Reformatted some comments. |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Florian Westphal | removed unneeded variable "bsize" |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Florian Westphal | add better error checks for io_ routines |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Florian Westphal | removed unneeded return statement |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Florian Westphal | fix embarassing buffer-off-by one |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Florian Westphal | make Conn_NewListener local to conn.c |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Florian Westphal | made a few config options unsigned. |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Florian Westphal | change assertions to stop splint from complaining |
commit | commitdiff | tree | snapshot |
2005-07-10 |
Florian Westphal | s/strcpy/strlcpy/ |
commit | commitdiff | tree | snapshot |
2005-07-09 |
Florian Westphal | minor cosmetic changes |
commit | commitdiff | tree | snapshot |
2005-07-09 |
Florian Westphal | removed some Debug-Code. |
commit | commitdiff | tree | snapshot |
2005-07-09 |
Florian Westphal | io_library_shutdown: return void |
commit | commitdiff | tree | snapshot |
2005-07-09 |
Alexander Barton | Updated some URLs in the documentation. |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Alexander Barton | Only setuid()/setgid() if it differs from current UID... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Alexander Barton | Use "ServerUID" (and not internal variable name) for... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Alexander Barton | Updated documentation. |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Alexander Barton | Added "doc/Zeroconf.txt" to distribution. |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Alexander Barton | Renamed "Rendezvous" to "Zeroconf". |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Alexander Barton | New section "runtime". |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Alexander Barton | Whitespace fixes. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | safemult_uint(): return bool |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | document b0rken resolver on GNU/Linux |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Florian Westphal | new buffer/IO API. |
commit | commitdiff | tree | snapshot |
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 |
next |