]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
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
2005-04-16 Florian Westphaladded kludge to make ngircd (with syslog) compile on...
2005-04-16 Florian Westphaluse strdup() to add oper hostname mask.
2005-04-16 Florian Westphalprivate strdup() implementation in case libc does not...
2005-04-16 Florian Westphals/malloc(x*y)/calloc(x,y)/
2005-04-16 Florian Westphalcheck for strdup()
2005-04-13 Alexander BartonUsed a spellchecker :-)
2005-04-09 Alexander BartonFixed wrong location of "Doxyfile" ... argl.
2005-04-09 Alexander BartonUse typedef instead of #define to declare the socklen_t...
2005-04-09 Alexander BartonAdded "-unrecog" to splint command line.
2005-04-09 Alexander BartonTarget "lint": check whether splint command is availabl...
2005-04-09 Alexander BartonTwo new targets: "srcdoc" to generate Doxygen source...
2005-04-09 Alexander BartonAdded new target "srcdoc" to generate the Doxygen sourc...
2005-04-09 Alexander BartonAdded the control file for the Doxygen source documenta...
2005-04-09 Alexander BartonNew build style "deployment", cleaned up options for...
2005-03-30 Alexander BartonDon't enable assert() calls when not ./configure'd...
2005-03-30 Alexander BartonDebine NDEBUG if DEBUG isn't defined to disable all...
2005-03-22 Alexander BartonWhen validationg the configuration file wait for a...
2005-03-21 Alexander BartonUse tabulator, not 8 spaces ...
2005-03-21 Alexander BartonFixed ./configure test for TCP Wrappers: now it runs...
2005-03-20 Alexander BartonEnhanced configure script: now you can pass an (optiona...
2005-03-20 Florian WestphalConf_Test(): check if stdin (and not stdout...) is...
2005-03-20 Florian Westphalchanged type of Conf_ListenPorts[] from "unsigned int...
2005-03-20 Florian WestphalInit_Conn_Struct(): Zero structure using memset().
2005-03-19 Florian WestphalAdd notice about typedef removal and stdbool.h/inttypes.h
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
next