]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn.c
Client_GetFromConn() removed and replaced with new function Conn_GetClient()
[ngircd-alex.git] / src / ngircd / conn.c
2006-04-23 Florian WestphalClient_GetFromConn() removed and replaced with new...
2006-03-18 Florian Westphaluse strlcat return value; don't call time() repeatedly.
2006-02-16 Florian Westphalchanged connection structure to array-api
2006-02-08 Florian Westphalnew Function: LogDebug()
2006-02-08 Florian WestphalMake connid same as connection fd.
2006-02-02 Florian Westphalremoved obsolete "int Conn_MaxFD"
2005-12-09 Florian WestphalFix Bugzilla #64 -- ngicrd did not reconnect to other...
2005-11-21 Alexander BartonRemove direct call of Conf_UnsetServer(): it's already...
2005-10-11 Alexander BartonChanged Handle_Write() to not close sockets itself...
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-05 Florian WestphalHandle_Write(): Report write attempts on closed sockets...
2005-09-02 Florian Westphalsmall formatting change
2005-09-02 Alexander BartonCleaned up some code, comments and log/debug messages.
2005-08-30 Florian Westphalreformatted a few lines.
2005-08-29 Alexander BartonAdded prefix to connection statistic NOTICE.
2005-08-28 Florian Westphalremove unneeded variable "bool action"
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-15 Alexander BartonFixed format string bug in "connection statistics"...
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-29 Florian Westphalinternal changes needed for future ssl support
2005-07-28 Florian Westphalchanged RES_STAT buffer to array
2005-07-22 Alexander BartonEliminate some compiler warnings ("unused parameter").
2005-07-13 Florian Westphalremoved unneeded variable "bsize"
2005-07-12 Florian Westphaladd better error checks for io_ routines
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-09 Florian Westphalminor cosmetic changes
2005-07-08 Alexander BartonRenamed "Rendezvous" to "Zeroconf".
2005-07-07 Florian Westphaluse new io event API.
2005-07-02 Alexander BartonHandle oversized messages which should be sent to the...
2005-06-26 Alexander BartonFix compiler warning "comparision between signed and...
2005-06-12 Florian WestphalMake sure SimpleMessage() sends <= 512 chars
2005-06-12 Alexander BartonRemoved CONNECTION[].starttime, now saved in CLIENT...
2005-06-04 Florian Westphalremove Try_Write(), Call Handle_Write() directly instead.
2005-06-01 Florian Westphaladd FreeRes_stat(), wait for resolver timeout.
2005-05-22 Alexander BartonDon't exit server if closing of a socket fails; instead...
2005-04-23 Florian Westphalremoved "my_connects" fd_set.
2005-04-16 Florian Westphalfix spelling
2005-04-16 Florian Westphals/malloc(x*y)/calloc(x,y)/
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-01-19 Alexander BartonFixed detection of IRC lines which are too long to...
2005-01-17 Alexander BartonFixed a memory leak when resizing the connection pool...
2004-12-22 Alexander BartonFixed indentation and added some more debug code.
2004-10-20 Alexander BartonMade ngIRCd compile on HP/UX 10.20 with native HP pre...
2004-10-04 Alexander BartonChanged "read buffer" to "receive buffer" as suggested...
2004-10-04 Alexander BartonAdded some missing words: "address" :-)
2004-05-30 Alexander BartonFixed wrong buffer size calculation for resolver results.
2004-05-11 Alexander BartonFixed a warning message of the compiler when not using...
2004-05-11 Alexander BartonFixed resolver when using IDENT lookups, cleaned up...
2004-04-25 Alexander BartonFixed a wrong assert() which could cause the daemon...
2004-03-11 Alexander BartonFixed some warnings of non-gcc-compilers (e. g. origina...
2004-02-28 Alexander BartonBetter logging while establishing and shutting down...
2004-02-03 Alexander BartonFixed (optional) TCP Wrapper test which was broken...
2004-01-25 Alexander BartonThe type of service (TOS) of all sockets is set to...
2003-12-27 Alexander BartonAdded optional support for IDENT lookups (configure...
2003-12-26 Alexander BartonRemoved "USE_" prefixes of configuration #defines.
2003-11-05 Alexander BartonFixed and enhanced penalty handling; changed internal...
2003-11-05 Alexander BartonNew configuration option "MaxConnectionsIP".
2003-09-11 Alexander BartonNew configuration option "Listen" to bind the server...
2003-08-30 Alexander BartonFixed typo in debug output.
2003-04-25 Alexander BartonThe server tried to connect to other servers only once...
2003-04-21 Alexander BartonFixed up some castings.
2003-03-31 Alexander BartonChanged all PACKAGE's to PACKAGE_NAME and all VERSION...
2003-03-27 Alexander BartonNew function Conn_SyncServerStruct().
2003-03-07 Alexander BartonNew function Simple_Message(). Better error reporting...
2003-03-07 Alexander BartonAdded support for TCP Wrappers.
2003-02-23 Alexander Barton- Added optional support for Rendezvous.
2003-02-21 Alexander Barton- Conn_Close() ignores recursive calls for the same...
2003-01-15 Alexander Barton- Client structures are removed correctly now if an...
2002-12-31 Alexander Barton- Changed "once"-server-config-flag into a generic...
2002-12-30 Alexander Barton- Reorganized code for new modules "conn-func.c" and...
2002-12-30 Alexander Barton- New source files "conn-zip.c" and "conn-zip.h".
2002-12-30 Alexander Barton- Cleaned up handling of server configuration structures.
2002-12-27 Alexander Barton- If the server can't close a socket, it panics now.
2002-12-26 Alexander Barton- replaced a lot of strcpy() calls with strlcpy() which...
2002-12-26 Alexander Barton- replaced a lot of strcat() calls with strlcat() which...
2002-12-19 Alexander Barton- renamed variables to fit new signal handler.
2002-12-18 Alexander Barton- new functions Conn_ResetWCounter() and Conn_WCounter().
2002-12-17 Alexander Barton- new allocated connection structures will be initializ...
2002-12-12 Alexander Barton- new file header format (in english);
2002-12-03 Alexander Barton- Logging von Verbindungen, die geschlossen werden...
2002-12-02 Alexander Barton- Verhalten von Conn_RecvQ() und Conn_SendQ() bei Kompr...
2002-12-02 Alexander Barton- neue Befehle: Conn_StartTime(), Conn_SendQ(), Conn_Re...
2002-11-29 Alexander Barton- der Server verschickt keine "NOTICE AUTH"'s mehr.
2002-11-29 Alexander Barton- "NOTICE AUTH" und Statistiken werden im Strict-RFC...
2002-11-28 Alexander Barton- Vor dem Schliessen einer Verbindung wird versucht...
2002-11-28 Alexander Barton- beim Umschalten auf Kompression wurden evtl. bereits...
2002-11-26 Alexander Barton- Unterstuetzung fuer komprimierte Server-Server-Links...
2002-11-23 Alexander Barton- volle Lesebuffer und Timeouts behandelt Conn_Handle...
2002-11-23 Alexander Barton- select() in Try_Write() hat falschen (keinen!) Timeou...
2002-11-22 Alexander Barton- neue Funktionen Conn_InitListeners() und Conn_ExitLis...
next