Commits


Modified Conn_StartTime() to use information of the CLIENT structure.


removed Conn_UnsetOption() function. It was not used anymore. removed Conn_SetOption(). replaced its only call (in conn-zip.c) with Conn_OPTION_ADD() macro.


Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. use stdbool.h / inttypes.h if available.


Removed "USE_" prefixes of configuration #defines.


Fixed and enhanced penalty handling; changed internal time resoluiton of the server to one second. Code cleanup.


- New source module "conn-func.c" and "conn-func.h".