]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn.c
Fixed format string bug in "connection statistics" message; code cleanups.
[ngircd-alex.git] / src / ngircd / conn.c
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...
2002-11-22 Alexander Barton- Logging vom Resolver und Connection-Statistiken verbe...
2002-11-20 Alexander Barton- angenommene Socketes werden nun korrekt auf "non...
2002-11-19 Alexander Barton- Server identifizieren sich nun mit asyncronen Passwoe...
2002-11-11 Alexander Barton- Fehler-Handling von connect() gefixed: der Server...
2002-11-05 Alexander Barton- Neue Funktion Conn_SetServer().
2002-11-04 Alexander Barton- Semantik der Conn_xxxFlag()-Funktionen geaendert.
2002-11-02 Alexander Barton- Connection-Strukturen werden nun "pool-weise" verwalt...
2002-10-22 Alexander Barton- Verbindungsstatistik ein wenig klarer formuliert.
2002-10-21 Alexander Barton- Anpassungen bzw. Fixes fuer "strict RFC"-Mode.
2002-10-15 Alexander Barton- ausgehende Verbindungen mit ID 0 konnten nicht aufgeb...
2002-10-14 Alexander Barton- Segfault unter hoher Netzaktivitaet behoben: in Conn_...
2002-10-10 Alexander Barton- Es wird nun laenger auf Resolver-Ergebnisse gewartet...
2002-10-09 Alexander Barton- "schneller Server-Reconnect" wird nun nur dann ausgef...
2002-10-09 Alexander Barton- double in DOUBLE geaendert (ist in portab.h nun defin...
2002-10-09 Alexander Barton- verwendete Datentypen aufgeraumt: beispielsweise...
2002-10-09 Alexander Barton- Client wird nun via NOTICEs ueber Resolver-Status...
2002-10-09 Alexander Barton- Connection-Statistik implementiert.
2002-10-03 Alexander Barton- buffer overflow behoben.
2002-09-26 Alexander Barton- fehlerhaften "Socket-Test-Patch" korrigiert.
2002-09-26 Alexander Barton- Conn_Write() prueft nun, ob der Socket noch offen...
2002-09-07 Alexander Barton- Penalty-Delays gelten nun auch für Schreibvorgaenge.
2002-09-07 Alexander Barton- "Timing" mal wieder geaendert: sollte schon 1 Sekunde...
next