about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2005-07-25Reverse lookup now checks result by additional forward lookupFlorian Westphal
2005-07-24add reverse lookup checkFlorian Westphal
2005-07-22Eliminate some compiler warnings ("unused parameter").Alexander Barton
2005-07-22Removed "srcdoc" target for src/ tree (now in doc/ subdirectory).Alexander Barton
2005-07-17change Handle_OPERATOR() formattingFlorian Westphal
2005-07-14prevent io_masterfd leak when library_init() is called twiceFlorian Westphal
2005-07-14Cleaned up some log messages.Alexander Barton
2005-07-14Brought some debug log messages "in line".Alexander Barton
2005-07-14Reformatted some comments.Alexander Barton
2005-07-13removed unneeded variable "bsize"Florian Westphal
2005-07-12add better error checks for io_ routinesFlorian Westphal
2005-07-12removed unneeded return statementFlorian Westphal
2005-07-11fix embarassing buffer-off-by oneFlorian Westphal
2005-07-11make Conn_NewListener local to conn.cFlorian Westphal
2005-07-11made a few config options unsigned.Florian Westphal
2005-07-11change assertions to stop splint from complainingFlorian Westphal
2005-07-10s/strcpy/strlcpy/Florian Westphal
2005-07-09minor cosmetic changesFlorian Westphal
2005-07-09removed some Debug-Code.Florian Westphal
2005-07-09io_library_shutdown: return voidFlorian Westphal
2005-07-08Only setuid()/setgid() if it differs from current UID/GID.Alexander Barton
2005-07-08Use "ServerUID" (and not internal variable name) for error message.Alexander Barton
2005-07-08Renamed "Rendezvous" to "Zeroconf".Alexander Barton
2005-07-07safemult_uint(): return boolFlorian Westphal
2005-07-07use new io event API.Florian Westphal
2005-07-07use dynamically sized unzip/zip bufferFlorian Westphal
2005-07-07new io/buffer api.Florian Westphal
2005-07-07remove FD_SETSIZE check (now in io_* functions)Florian Westphal
2005-07-07use dynamic io buffersFlorian Westphal
2005-07-07use new buffer APIFlorian Westphal
2005-07-07cleanup, use new io layer.Florian Westphal
2005-07-07add new IO layerFlorian Westphal
2005-07-07add new buffer abstraction layerFlorian Westphal
2005-07-07removed Resolve_Init()Florian Westphal
2005-07-05Fixed maximum length of user names, now allow up to 9 characters.Alexander Barton
2005-07-02Handle oversized messages which should be sent to the network better.Alexander Barton
2005-07-02Code and comment cleanups, new #define "CUT_TXTSUFFIX".Alexander Barton
2005-06-26Fix compiler warning "comparision between signed and unsigned".Alexander Barton
2005-06-24Ignore unknown commands received before the client is registered.Alexander Barton
2005-06-24Get rid of Log_SetDaemonized().Alexander Barton
2005-06-24removed global variable NGIRCd_NoDaemonFlorian Westphal
2005-06-18put badchars back inFlorian Westphal
2005-06-17fix embarassing cut&paste error (add missing } )Florian Westphal
2005-06-17fix "Can't get user information for UID" error messageFlorian Westphal
2005-06-17only chdir() to users home when running as daemonFlorian Westphal
2005-06-17s/sprintf/snprintfFlorian Westphal
2005-06-17use strlcpyFlorian Westphal
2005-06-17remove unneeded strpy()Florian Westphal
2005-06-17startup: fork only once, never run with uid 0.Florian Westphal
2005-06-12IRC_LIST(): Added missing calls of Client_ID() and cleand up the code.Alexander Barton