]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn-func.c
When sending an error use the IRC_WriteErrClient() variant
[ngircd-alex.git] / src / ngircd / conn-func.c
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtMore spelling fixes
2012-12-31 Alexander BartonGet rid of Conn_ResetPenalty(), it is unused
2012-01-24 Alexander BartonNew function Conn_UpdatePing() to update the "ping...
2012-01-24 Alexander BartonConn_UpdateIdle(): Code cleanup
2012-01-04 Alexander BartonConn_SetPenalty(): Add new "penalty time" on each funct...
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-06-24 Alexander BartonNew function Conn_IPA(): get client IP address as string
2009-04-21 Florian Westphalremove or translate old comments
2008-09-23 Alexander BartonNew global function Conn_SetOption().
2008-03-11 Alexander BartonFix #include's: search log.h locally, include string...
2007-10-04 Alexander BartonNumeric 317: implemented "signon time" (displayed in...
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...
2005-09-04 Alexander BartonAdd debug code to Conn_SetPenalty().
2005-07-07 Florian Westphaluse new buffer API
2005-06-12 Alexander BartonModified Conn_StartTime() to use information of the...
2005-04-25 Florian Westphalremoved Conn_UnsetOption() function. It was not used...
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2003-12-26 Alexander BartonRemoved "USE_" prefixes of configuration #defines.
2003-11-05 Alexander BartonFixed and enhanced penalty handling; changed internal...
2002-12-30 Alexander Barton- New source module "conn-func.c" and "conn-func.h".