]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn.h
Specify session context for OpenSSL clients
[ngircd-alex.git] / src / ngircd / conn.h
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtRename XXX_Fingerprint to XXX_CertFp
2013-08-02 Alexander BartonMerge remote-tracking branch 'fgsch/certfp'
2013-08-02 Federico G. SchwindtAdd certificate fingerprint support
2012-10-06 Alexander BartonMerge branch 'bug141-ModesQq'
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-16 Alexander BartonImplement new IRC+ "CHARCONV" command
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-08-29 Alexander BartonNew function Conn_StartLogin() to finish connection...
2012-08-29 Alexander BartonConvert CONN_ID and Conf_MaxConnections to "int" datatype
2012-08-27 Alexander BartonMerge branch 'umode-B'
2012-08-27 Alexander BartonMerge branch 'recognize-umode-R'
2012-08-27 Alexander BartonMerge branch 'cmode-M'
2012-08-26 Alexander BartonMerge branch 'better-chan-errors'
2012-08-26 Alexander BartonMerge branch 'move-connection-password' of git://arthur...
2012-08-23 Brett SmithConnection password is not constant.
2012-08-23 Brett SmithDynamically allocate memory for connection password.
2012-08-23 Brett SmithMove client password from the Client to the Connection...
2012-01-22 Alexander BartonNew function Conn_GetIPAInfo(): get IP address of a...
2011-09-07 Alexander BartonOnly close "unrelated" sockets in forked child processes
2011-03-27 Alexander BartonMerge branch 'AuthPing'
2011-03-27 Alexander BartonNew configuration option "RequireAuthPing": PING-PONG...
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-10-24 Alexander BartonMake sourcecode compatible with ansi2knr again
2010-09-13 Alexander BartonOutput connection status when dumping the internal...
2010-07-14 Alexander BartonNew function Conn_CloseAllSockets() to close all open...
2010-07-11 Alexander BartonNew function Conn_GetProcStat()
2010-06-29 Alexander BartonNew function Conn_GetFromProc() to get CONN_ID of a...
2010-06-29 Alexander BartonRefactoring: Rename CONNECTION.res_stat to .proc_stat
2010-06-29 Alexander BartonNew "module" proc.c/proc.h for generic process handling
2010-06-25 Alexander BartonFix redundant redeclaration of Conn_Count*() functions
2010-06-25 Alexander Bartonconst'ify Conn_WriteStr() function
2010-04-23 Alexander BartonEnhace connection statistics counters
2009-12-30 Alexander BartonClean up conn.{c|h} a little bit
2009-09-11 Alexander BartonFix "implicit conversion shortens 64-bit value" warning
2009-05-25 Florian Westphalenforce upper limit on maximum number of handled commands
2009-04-21 Florian Westphaladd const qualifier to pointers where possible
2009-02-04 Florian WestphalSSL/TLS: clear all ssl realted flags on shutdown
2009-02-04 Florian WestphalTLS/SSL: fix memory leak when using compressed server...
2008-09-23 Alexander BartonNew connection option CONN_RFC1459.
2008-09-13 Florian WestphalTLS/SSL support: code changes.
2008-02-26 Florian WestphalIPv6 support.
2007-10-04 Alexander BartonNumeric 317: implemented "signon time" (displayed in...
2007-05-09 Florian Westphalmake needlesly global function Conn_Write static.
2007-04-04 Florian Westphal- change return type of Conn_InitListeners to unsigned
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2006-04-23 Florian WestphalClient_GetFromConn() removed and replaced with new...
2006-02-02 Florian Westphalremoved obsolete "int Conn_MaxFD"
2005-09-12 Florian Westphalmerge new resolver code
2005-07-30 Alexander BartonRemoved "U" unsignet suffix: caused problems with older...
2005-07-11 Florian Westphalmake Conn_NewListener local to conn.c
2005-07-07 Florian Westphaluse dynamic io buffers
2005-06-12 Alexander BartonRemoved CONNECTION[].starttime, now saved in CLIENT...
2005-04-18 Florian Westphalconn.h: option filed in CONNECTION struct is now UINT16.
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2003-12-26 Alexander BartonRemoved "USE_" prefixes of configuration #defines.
2003-03-27 Alexander BartonNew function Conn_SyncServerStruct().
2003-02-21 Alexander Barton- new link "option" constant: CONN_ISCLOSING
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-18 Alexander Barton- new functions Conn_ResetWCounter() and Conn_WCounter().
2002-12-12 Alexander Barton- new file header format (in english).
2002-12-02 Alexander Barton- neue Befehle: Conn_StartTime(), Conn_SendQ(), Conn_Re...
2002-11-26 Alexander Barton- neue Funktionen: Conn_SetOption(), Conn_UnsetOption...
2002-11-22 Alexander Barton- neue Funktionen Conn_InitListeners() und Conn_ExitLis...
2002-11-05 Alexander Barton- neue Funktion Conn_SetServer().
2002-11-04 Alexander Barton- Semantik der Conn_xxxFlag()-Funktionen geaendert.
2002-11-02 Alexander BartonNeue Funktionen: Conn_First(), Conn_Next(), Conn_ClearF...
2002-10-10 Alexander Barton- neue Funktion Conn_ResetPenalty().
2002-08-26 Alexander Barton- neue Funktion Conn_SetPenalty() zum Setzen von sog...
2002-06-02 Alexander Barton- Syntax von Conn_Handler() geaendert: kein Timeout...
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler,
2002-03-29 Alexander Barton- Conn_NewListener() erwartet den Port nun als "unsigne...
2002-03-12 Alexander Barton- externe portab-Header werden nicht mehr benoetigt...
2002-02-23 Alexander Barton- Ergebnistyp von Conn_GetIdle() und Conn_LastPing...
2002-02-11 Alexander Barton- neue Funktion Conn_LastPing().
2002-01-06 Alexander Barton- Loglevel und Meldungen nochmals geaendert. Level...
2002-01-02 Alexander Barton- neue Defines fuer max. Anzahl Server und Operatoren.
2001-12-31 Alexander Barton- viele neue Befehle (WHOIS, ISON, OPER, DIE, RESTART),
2001-12-26 Alexander Barton- "Code Cleanups".
2001-12-25 Alexander Barton- Conn_Close() eingefuehrt: war die lokale Funktion...
2001-12-23 Alexander Barton- Conn_WriteStr() unterstuetzt nun variable Parameter.
2001-12-15 Alexander Barton- neue globale Funktionen: Conn_Write() und Conn_WriteS...
2001-12-14 Alexander Barton- CONN_ID wird definiert.
2001-12-13 Alexander Barton- Conn_Handler() unterstuetzt nun einen Timeout (in...
2001-12-12 Alexander Barton- Modul zur Verwaltung aller Netzwerk-Verbindungen...