summaryrefslogtreecommitdiff
path: root/src/modules/m_conn_waitpong.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More converted modulesGravatar brain2006-03-111-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3655 e03df62e-2008-0410-955e-edbf42e46eb7
* Stupid, retarded, idiotic bug here where any PONG after the first one gets ↵Gravatar om2006-03-081-9/+13
| | | | | | you kicked. Never picked it up cause with Xchat's lag meter the server never actually PINGed me :" git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3550 e03df62e-2008-0410-955e-edbf42e46eb7
* convert std::string* to char*, should be a little faster and hopefully won't ↵Gravatar om2006-01-281-16/+14
| | | | | | crash for eggy :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2951 e03df62e-2008-0410-955e-edbf42e46eb7
* Add OnCleanup (every little helps! :p)Gravatar om2006-01-271-1/+16
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2941 e03df62e-2008-0410-955e-edbf42e46eb7
* Readding OnUserDisconnect and actually making it do something this time :|Gravatar om2006-01-271-2/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2940 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed kill-on-bad-ping-reply optionGravatar brain2006-01-271-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2939 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_conn_waitpong, require clients to reply with a correct PONG to a ↵Gravatar om2006-01-271-0/+139
server PING before they can connect git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2938 e03df62e-2008-0410-955e-edbf42e46eb7