]> arthur.barton.de Git - ngircd-alex.git/history - src
JOIN now supports more than one channel key at a time.
[ngircd-alex.git] / src /
2005-09-02 Alexander BartonJOIN now supports more than one channel key at a time.
2005-09-02 Florian WestphalComplain if MyPassword starts with ':'. (Reported by...
2005-09-02 Florian Westphalreformatted Handle_SERVER()
2005-09-02 Alexander BartonCleaned up some code, comments and log/debug messages.
2005-09-02 Alexander BartonImplementec numeric "333": Time and user name who set...
2005-09-01 Alexander BartonMake PONG handler compatible with ngIRCd <= 0.9 ("make...
2005-08-30 Florian Westphalreformatted a few lines.
2005-08-30 Florian Westphaluse size_t for array length variables
2005-08-30 Florian Westphaluse size_t instead of unsigned int.
2005-08-29 Florian Westphallast cleanup accidentally broke kqueue backend.
2005-08-29 Alexander BartonAdded prefix to connection statistic NOTICE.
2005-08-29 Alexander BartonFixed server NOTICEs to users with "s" mode ("server...
2005-08-28 Florian Westphalremove unneeded variable "bool action"
2005-08-28 Florian Westphalfix embarassing cut&paste error
2005-08-28 Florian Westphalarray_cat0_temporary(): removed confusing DEBUG messages
2005-08-28 Alexander BartonEnhanced the handler for PING and PONG commands: fix...
2005-08-28 Florian Westphalif the request is empty, remove \r\n (or single \n...
2005-08-27 Florian Westphalfix handling of empty requests
2005-08-27 Alexander BartonChanged handling of timeouts for unregistered connectio...
2005-08-27 Florian Westphalremoved misleading const qualifier
2005-08-27 Florian Westphalfix kevent() warning on powerpc-apple-darwin8-gcc-4.0.0
2005-08-27 Florian Westphalremove unneeded call io_event_kqueue_commit_cache()
2005-08-27 Florian Westphalreturn PING argument in PONG reply if STRICT_RFC is...
2005-08-25 Alexander BartonChanged log level of "Initialization failed" message...
2005-08-25 Alexander BartonFixed line lengths ...
2005-08-15 Alexander BartonFixed format string bug in "connection statistics"...
2005-08-12 Alexander BartonMade test script run a longer time.
2005-08-12 Alexander BartonSet timeout.
2005-08-12 Alexander BartonDetect source directory correctly.
2005-08-02 Alexander BartonThe KILL command killed much more than desired (includi...
2005-08-02 Alexander BartonRemoved some line feeds in debug statements.
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-07-30 Alexander BartonRemoved "U" unsignet suffix: caused problems with older...
2005-07-29 Florian Westphalinternal changes needed for future ssl support
2005-07-28 Florian Westphaltopic no longer limited to 127 chars (now only limited...
2005-07-28 Florian Westphalchanged RES_STAT buffer to array
2005-07-28 Florian Westphaladd array_cat0_temporary() and array_init()
2005-07-25 Florian WestphalReverse lookup now checks result by additional forward...
2005-07-24 Florian Westphaladd reverse lookup check
2005-07-22 Alexander BartonEliminate some compiler warnings ("unused parameter").
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
next