summaryrefslogtreecommitdiff
path: root/src/modules/m_ident.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Removed a load of unneeded includes (poll.h etc)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2922 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-261-10/+0
* Moved these into initialization-list•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2921 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-261-3/+1
* Incorrect initialization order•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2920 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-261-2/+2
* Default ident timeout to 1 sec if not defined (a bit low, but better than 0!)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2918 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-261-0/+2
* Updated m_ident to use inspsocket, should be more reliable - *NEEDS TESTING*•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2917 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-261-220/+84
* Updated copyrights in headers etc using perl inplace edit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-151-1/+1
* And more•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2660 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-261-0/+5
* Changed behaviour of module API to pass Server* to the constructor, rather th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2252 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-071-5/+5
* Added a parameter to OnRehash for the rehash parameter•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2058 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-11-301-1/+1
* Started on -Wall - safe compile•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1570 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-301-0/+1
* Changed to use __single_client_alloc, faster on most systems in a single thread•••Specified namespace std in *all* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-0/+2
* Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1361 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-111-14/+16
* Removed some unceccessary debug output•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1135 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-201-2/+2
* Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1134 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-201-5/+34
* Fixed fd leaks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1133 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-191-0/+6
* More nice comments (this module is kind of a flagship for a few new method ca...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1093 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-141-0/+6
* Changed the state engine states to nice constants•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1092 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-141-8/+16
* More careful checks for control characters and linefeeds in the ident (becaus...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1091 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-141-6/+4
* Added comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1090 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-141-15/+46
* Lots of bugfixes, added timeouts, completely nonblocking!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1089 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-141-2/+208
* Added m_ident skeleton•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1087 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-141-0/+81