]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2006-03-10 Florian WestphalClient_New() not used outside client.c -> static
2006-02-16 Florian Westphalchanged connection structure to array-api
2006-02-08 Florian Westphalnew Function: LogDebug()
2006-02-08 Florian Westphalremoved Resolve_SUCCESS() Macro and Res_Stat->sucess...
2006-02-08 Florian WestphalMake connid same as connection fd.
2006-02-02 Florian Westphalremoved obsolete "int Conn_MaxFD"
2006-01-27 Florian Westphalsimplify IRC_Show_MOTD()
2006-01-09 Alexander BartonEnhanced documentation. Use "default" port 6667 in...
2005-12-30 Alexander BartonAdded some documentation for --with-XXX options of...
2005-12-30 Alexander BartonAdded test if the stress-test expect script itself...
2005-12-30 Alexander BartonModified expect script to work with servers having...
2005-12-09 Florian Westphaladd FAQ entry about epoll(): Function not implemented...
2005-12-09 Florian WestphalFix Bugzilla #64 -- ngicrd did not reconnect to other...
2005-12-06 Alexander BartonMake clear that "IO backend: select" is not a request...
2005-11-29 Alexander BartonDon't remove doc/src on "make distclean".
2005-11-21 Alexander BartonMinor whitespace fixes.
2005-11-21 Alexander BartonRemove direct call of Conf_UnsetServer(): it's already...
2005-10-31 Alexander BartonAdjusted ChangeLog for ngIRCd release 0.9.2.
2005-10-15 Alexander BartonUpdated autoconf helper scripts.
2005-10-11 Alexander BartonChanged Handle_Write() to not close sockets itself...
2005-09-24 Alexander Bartongcc 4: "warning: declaration of 'dup' shadows a global...
2005-09-24 Florian Westphalavoid 2nd time() call in Check_Servers(), improve comments
2005-09-24 Florian Westphaluse io_close instead of plain close in Conn_ExitListeners()
2005-09-12 Florian Westphalmerge new resolver code
2005-09-11 Florian WestphalMinimal changes (needed for merging resolver changes)
2005-09-10 Florian WestphalMostly formatting; changes needed for SSL merge
2005-09-05 Florian WestphalHandle_Write(): Report write attempts on closed sockets...
2005-09-05 Alexander BartonRemoved obsolete debug message.
2005-09-04 Alexander BartonSet one second penalty on unknown commands.
2005-09-04 Alexander BartonAdd debug code to Conn_SetPenalty().
2005-09-04 Florian Westphalio_close(): explicitly remove fd from epoll set
2005-09-03 Alexander BartonUpdated build configurations.
2005-09-03 Alexander BartonUpdated XCode project files to XCode version 2.1.
2005-09-03 Florian WestphalWait for DNS reverse lookup (and ident request) before...
2005-09-02 Alexander BartonUpdated Changelog: fixed file descriptor leak in resolv...
2005-09-02 Florian Westphalfix fd leak (happens on failure of fork() ).
2005-09-02 Alexander BartonUpdated copyright notice.
2005-09-02 Florian Westphalsmall formatting change
2005-09-02 Alexander BartonJOIN now supports more than one channel key at a time.
2005-09-02 Florian WestphalMention ':' MyPassword restriction in man page.
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 Florian WestphalAdd warning about leading : in passwords. (thx Ben...
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 Westphalcheck if gcc supports -fstack-protector
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 Alexander BartonTwo spelling fixes.
2005-08-27 Alexander BartonForgot to mention last change ...
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 Alexander BartonFixed parameter description of CHANINFO.
2005-08-27 Florian Westphalreturn PING argument in PONG reply if STRICT_RFC is...
2005-08-25 Alexander BartonUpdated ChangeLog (from 0.9.1 branch).
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-12 Alexander BartonAdded start script for FreeBSD.
2005-08-12 Alexander BartonUpdated URL and some minor changes.
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-30 Alexander BartonFixed line wrapping.
2005-07-29 Florian Westphalinternal changes needed for future ssl support
2005-07-28 Florian Westphaladd topic length changelog entry
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-26 Alexander BartonUpdated documentation from CVS branch-0-9-x.
2005-07-26 Alexander BartonUpdated Debian changelog from branch-0-9-x.
2005-07-26 Alexander BartonRun "basename" on our script name when it is a symlink...
2005-07-25 Florian WestphalReverse lookup now checks result by additional forward...
2005-07-24 Alexander BartonUpdated config.guess and config.sub to latest versions...
2005-07-24 Florian Westphaladd reverse lookup check
2005-07-23 Alexander BartonAdded "STRIP_FROM_PATH" variable to generate relative...
2005-07-22 Alexander BartonEliminate some compiler warnings ("unused parameter").
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...
next