summaryrefslogtreecommitdiff
path: root/src/modules/m_ident.cpp
AgeCommit message (Expand)Author
2006-06-07Fix for segfault if a user quits before their ident is complete, due to sessi...brain
2006-05-02Forwardport (yes those do happen).brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-18Fix for crashes in m_ident (should work)brain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-11And morebrain
2006-03-09Strlen bashing.brain
2006-02-03Why are we using the users hostname to connect back to port 113? we can use i...brain
2006-02-02When socket fails to construct, we now check the GetState() of the socket obj...brain
2006-02-02More nonblocking dns stuffsbrain
2006-01-27Added OnCleanupbrain
2006-01-26Removed unneccessary strlcpybrain
2006-01-26Damn string exceptionsbrain
2006-01-26Grrbrain
2006-01-26Removal of a comment - DRASTICALLY IMPORTANT, THIS COMMENT CAN CAUSE A MAJOR ...brain
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