]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2005-07-22 Alexander BartonAdded style definitions for source code listings.
2005-07-22 Alexander BartonNew subdirectory "doc/src" for the source code document...
2005-07-22 Alexander BartonMoved "srcdoc" target from src/Makefile to doc/Makefile.
2005-07-22 Alexander BartonRemoved "srcdoc" target for src/ tree (now in doc/...
2005-07-22 Alexander BartonNew subdirectory "src" for the source code documentatio...
2005-07-22 Alexander BartonNew files for the Doxygen source code documentation...
2005-07-17 Florian Westphalchange Handle_OPERATOR() formatting
2005-07-14 Florian Westphalprevent io_masterfd leak when library_init() is called...
2005-07-14 Alexander BartonCleaned up some log messages.
2005-07-14 Alexander BartonBrought some debug log messages "in line".
2005-07-14 Alexander BartonReformatted some comments.
2005-07-13 Florian Westphalremoved unneeded variable "bsize"
2005-07-12 Florian Westphaladd better error checks for io_ routines
2005-07-12 Florian Westphalremoved unneeded return statement
2005-07-11 Florian Westphalfix embarassing buffer-off-by one
2005-07-11 Florian Westphalmake Conn_NewListener local to conn.c
2005-07-11 Florian Westphalmade a few config options unsigned.
2005-07-11 Florian Westphalchange assertions to stop splint from complaining
2005-07-10 Florian Westphals/strcpy/strlcpy/
2005-07-09 Florian Westphalminor cosmetic changes
2005-07-09 Florian Westphalremoved some Debug-Code.
2005-07-09 Florian Westphalio_library_shutdown: return void
2005-07-09 Alexander BartonUpdated some URLs in the documentation.
2005-07-08 Alexander BartonOnly setuid()/setgid() if it differs from current UID...
2005-07-08 Alexander BartonUse "ServerUID" (and not internal variable name) for...
2005-07-08 Alexander BartonUpdated documentation.
2005-07-08 Alexander BartonAdded "doc/Zeroconf.txt" to distribution.
2005-07-08 Alexander BartonRenamed "Rendezvous" to "Zeroconf".
2005-07-08 Alexander BartonNew section "runtime".
2005-07-08 Alexander BartonWhitespace fixes.
2005-07-07 Florian Westphalsafemult_uint(): return bool
2005-07-07 Florian Westphaldocument b0rken resolver on GNU/Linux
2005-07-07 Florian Westphalnew buffer/IO API.
2005-07-07 Florian Westphaltest for epoll and kqueue support
2005-07-07 Florian Westphaluse new io event API.
2005-07-07 Florian Westphaluse dynamically sized unzip/zip buffer
2005-07-07 Florian Westphalnew io/buffer api.
2005-07-07 Florian Westphalremove FD_SETSIZE check (now in io_* functions)
2005-07-07 Florian Westphaluse dynamic io buffers
2005-07-07 Florian Westphaluse new buffer API
2005-07-07 Florian Westphalcleanup, use new io layer.
2005-07-07 Florian Westphaladd new IO layer
2005-07-07 Florian Westphaladd new buffer abstraction layer
2005-07-07 Florian Westphalremoved Resolve_Init()
2005-07-05 Alexander BartonFixed maximum length of user names, now allow up to...
2005-07-02 Alexander BartonUpdated documentation.
2005-07-02 Alexander BartonHandle oversized messages which should be sent to the...
2005-07-02 Alexander BartonCode and comment cleanups, new #define "CUT_TXTSUFFIX".
2005-06-26 Alexander BartonPrepare documentation for release 0.9.0 ...
2005-06-26 Alexander BartonFix compiler warning "comparision between signed and...
2005-06-26 Alexander BartonFixed wrong order of #includes in test for "socklen_t...
2005-06-24 Alexander BartonUpdated URLs.
2005-06-24 Alexander BartonIgnore unknown commands received before the client...
2005-06-24 Alexander BartonGet rid of Log_SetDaemonized().
2005-06-24 Florian Westphalremoved global variable NGIRCd_NoDaemon
2005-06-18 Florian Westphalput badchars back in
2005-06-17 Florian Westphalfix embarassing cut&paste error (add missing } )
2005-06-17 Florian Westphalfix "Can't get user information for UID" error message
2005-06-17 Florian Westphalonly chdir() to users home when running as daemon
2005-06-17 Florian Westphals/sprintf/snprintf
2005-06-17 Florian Westphaluse strlcpy
2005-06-17 Florian Westphalremove unneeded strpy()
2005-06-17 Florian Westphalstartup: fork only once, never run with uid 0
2005-06-17 Florian Westphalstartup: fork only once, never run with uid 0.
2005-06-12 Alexander BartonIRC_LIST(): Added missing calls of Client_ID() and...
2005-06-12 Florian Westphalchanged formatting to match ngircd coding style
2005-06-12 Florian WestphalMake sure SimpleMessage() sends <= 512 chars
2005-06-12 Florian Westphalset 3 second penalty after failed /oper command.
2005-06-12 Alexander BartonOnly register clients that have been connected at least...
2005-06-12 Alexander BartonModified Conn_StartTime() to use information of the...
2005-06-12 Alexander BartonRemoved CONNECTION[].starttime, now saved in CLIENT...
2005-06-12 Alexander BartonNew function Client_StartTime().
2005-06-04 Alexander BartonUpdated manual pages.
2005-06-04 Florian Westphalsend RFC compliant netsplit messages.
2005-06-04 Florian WestphalFix Handling of quit messages: always send only one...
2005-06-04 Florian Westphalremove Try_Write(), Call Handle_Write() directly instead.
2005-06-01 Alexander BartonAdded some Doxygen documentation.
2005-06-01 Alexander BartonFixed handling of symbolic links as used in /etc/rc...
2005-06-01 Florian Westphaladd FreeRes_stat(), wait for resolver timeout.
2005-05-28 Florian Westphalminor cleanup
2005-05-23 Alexander BartonHandle splint errors more gracefully.
2005-05-22 Alexander BartonDon't exit server if closing of a socket fails; instead...
2005-05-21 Alexander BartonAdded version information to summary text.
2005-05-17 Alexander BartonReformatted and documented code of the first part of...
2005-05-17 Alexander BartonNew function Client_RegisterWhowas().
2005-05-16 Alexander BartonImplemented IRC function "WHOWAS".
2005-05-16 Alexander BartonNew functions Client_GetWhowas and Client_GetLastWhowas...
2005-05-16 Alexander BartonNew functions Client_GetWhowas, Client_GetLastWhowasInd...
2005-05-16 Alexander BartonNew defines MAX_WHOWAS and DEFAULT_WHOWAS.
2005-05-14 Alexander BartonAway status texts set due to "a"-Modes received from...
2005-04-27 Alexander BartonRemove "doc/src" directory on "make distclean".
2005-04-27 Alexander BartonAdded #include of "defines.h", necessary due to removal...
2005-04-27 Alexander BartonReorder #includes, necessary due to removal of #include...
2005-04-27 Alexander BartonRemoved "invalid" #include of "defines.h" (don't includ...
2005-04-27 Alexander BartonAdded missing #include of "defines.h".
2005-04-25 Florian Westphalremoved Conn_UnsetOption() function. It was not used...
2005-04-23 Florian Westphalremoved "my_connects" fd_set.
2005-04-18 Florian Westphalconn.h: option filed in CONNECTION struct is now UINT16.
2005-04-18 Alexander BartonCleaned up (and documented) the IRC_KILL() function.
2005-04-16 Florian Westphalfix spelling
next