]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn-func.h
First check if channel has mode "N", then check membership
[ngircd-alex.git] / src / ngircd / conn-func.h
2012-12-31 Alexander BartonGet rid of Conn_ResetPenalty(), it is unused
2012-01-24 Alexander BartonNew function Conn_UpdatePing() to update the "ping...
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
2008-09-23 Alexander BartonNew global function Conn_SetOption().
2007-10-04 Alexander BartonNumeric 317: implemented "signon time" (displayed in...
2007-04-03 Florian Westphalput parentheses around argument
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2005-04-25 Florian Westphalremoved Conn_UnsetOption() function. It was not used...
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.
2002-12-30 Alexander Barton- New source module "conn-func.c" and "conn-func.h".