]> arthur.barton.de Git - ngircd-alex.git/history - src
Added style definitions for source code listings.
[ngircd-alex.git] / src /
2005-07-22 Alexander BartonRemoved "srcdoc" target for src/ tree (now in doc/...
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-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 BartonRenamed "Rendezvous" to "Zeroconf".
2005-07-07 Florian Westphalsafemult_uint(): return bool
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 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 BartonFix compiler warning "comparision between signed and...
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-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 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 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-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 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-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 BartonAdded new target "srcdoc" to generate the Doxygen sourc...
2005-04-09 Alexander BartonAdded the control file for the Doxygen source documenta...
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-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 WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-03-19 Florian Westphalfix Config_Error_NaN prototype (first argument missed...
2005-03-19 Florian Westphalremoved unneeded log.h include.
2005-03-15 Alexander BartonNew configuration option "OperServerMode".
2005-03-05 Alexander BartonNew function New_Res_Stat() to initialize RES_STAT...
2005-03-05 Alexander BartonReduce the number of calls of strlen(). Idea by Florin...
2005-03-03 Alexander BartonAdded missing include of "match.h".
next