summaryrefslogtreecommitdiff
path: root/src/modules/m_ident.cpp
AgeCommit message (Expand)Author
2006-01-26Removed a load of unneeded includes (poll.h etc)brain
2006-01-26Moved these into initialization-listbrain
2006-01-26Incorrect initialization orderbrain
2006-01-26Default ident timeout to 1 sec if not defined (a bit low, but better than 0!)brain
2006-01-26Updated m_ident to use inspsocket, should be more reliable - *NEEDS TESTING*brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26And morebrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-11Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al...brain
2005-04-20Removed some unceccessary debug outputbrain
2005-04-20Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cppbrain
2005-04-19Fixed fd leaksbrain
2005-04-14More nice comments (this module is kind of a flagship for a few new method ca...brain
2005-04-14Changed the state engine states to nice constantsbrain
2005-04-14More careful checks for control characters and linefeeds in the ident (becaus...brain
2005-04-14Added commentsbrain
2005-04-14Lots of bugfixes, added timeouts, completely nonblocking!brain
2005-04-14Added m_ident skeletonbrain