]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_conn_waitpong.cpp
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_conn_waitpong.cpp
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainFix for templated GetExt
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-03-11 brainMore converted modules
2006-03-08 omStupid, retarded, idiotic bug here where any PONG after...
2006-01-28 omconvert std::string* to char*, should be a little faste...
2006-01-27 omAdd OnCleanup (every little helps! :p)
2006-01-27 omReadding OnUserDisconnect and actually making it do...
2006-01-27 brainFixed kill-on-bad-ping-reply option
2006-01-27 omAdd m_conn_waitpong, require clients to reply with...