index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_ident.cpp
Age
Commit message (
Expand
)
Author
2005-12-07
Changed behaviour of module API to pass Server* to the constructor, rather th...
brain
2005-11-30
Added a parameter to OnRehash for the rehash parameter
brain
2005-05-30
Started on -Wall - safe compile
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-11
Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al...
brain
2005-04-20
Removed some unceccessary debug output
brain
2005-04-20
Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cpp
brain
2005-04-19
Fixed fd leaks
brain
2005-04-14
More nice comments (this module is kind of a flagship for a few new method ca...
brain
2005-04-14
Changed the state engine states to nice constants
brain
2005-04-14
More careful checks for control characters and linefeeds in the ident (becaus...
brain
2005-04-14
Added comments
brain
2005-04-14
Lots of bugfixes, added timeouts, completely nonblocking!
brain
2005-04-14
Added m_ident skeleton
brain