]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_ident.cpp
Move IsNick, IsIdent into class InspIRCd, update modules that use it.
[user/henk/code/inspircd.git] / src / modules / m_ident.cpp
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-08 brainWHEEEEE!!!!!
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-10 brainMore fixes
2006-06-07 brainFix for segfault if a user quits before their ident...
2006-05-02 brainForwardport (yes those do happen).
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-18 brainFix for crashes in m_ident (should work)
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-11 brainAnd more
2006-03-09 brainStrlen bashing.
2006-02-03 brainWhy are we using the users hostname to connect back...
2006-02-02 brainWhen socket fails to construct, we now check the GetSta...
2006-02-02 brainMore nonblocking dns stuffs
2006-01-27 brainAdded OnCleanup
2006-01-26 brainRemoved unneccessary strlcpy
2006-01-26 brainDamn string exceptions
2006-01-26 brainGrr
2006-01-26 brainRemoval of a comment - DRASTICALLY IMPORTANT, THIS...
2006-01-26 brainRemoved a load of unneeded includes (poll.h etc)
2006-01-26 brainMoved these into initialization-list
2006-01-26 brainIncorrect initialization order
2006-01-26 brainDefault ident timeout to 1 sec if not defined (a bit...
2006-01-26 brainUpdated m_ident to use inspsocket, should be more relia...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainAnd more
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 brainAdded a parameter to OnRehash for the rehash parameter
2005-05-30 brainStarted on -Wall - safe compile
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-11 brainAdded basic sendq stuff - WARNING, there is no configur...
2005-04-20 brainRemoved some unceccessary debug output
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
2005-04-19 brainFixed fd leaks
2005-04-14 brainMore nice comments (this module is kind of a flagship...
2005-04-14 brainChanged the state engine states to nice constants
2005-04-14 brainMore careful checks for control characters and linefeed...
2005-04-14 brainAdded comments
2005-04-14 brainLots of bugfixes, added timeouts, completely nonblocking!
2005-04-14 brainAdded m_ident skeleton