| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for segfault if a user quits before their ident is complete, due to sessi...•••Do this by checking their pointer in the fd_ref_table against the pointer we got when we started
the lookup, so we can know if its been invalidated or not (just in case the OnClose occurs
before we NULL the user)
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3993 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-06-07 | 1 | -6/+10 |
| * | Now doesnt crash on rare occaisions•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3924 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-05-02 | 1 | -9/+17 |
| * | Backport of ident crash fix (this should work, read comment in OnCleanup)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3884 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-04-18 | 1 | -33/+57 |
| * | And more•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3657 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-11 | 1 | -1/+1 |
| * | Strlen bashing.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3600 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-03-09 | 1 | -5/+4 |
| * | Why are we using the users hostname to connect back to port 113? we can use i...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3043 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-03 | 1 | -1/+1 |
| * | When socket fails to construct, we now check the GetState() of the socket obj...•••If we dont, we can end up leaking fd's and RAM on failure. We dont use exceptions here as these operations can
occur very often.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3021 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-02 | 1 | -2/+10 |
| * | More nonblocking dns stuffs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3020 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-02-02 | 1 | -0/+5 |
| * | Added OnCleanup•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2942 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-27 | 1 | -1/+14 |
| * | Removed unneccessary strlcpy•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2927 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-26 | 1 | -6/+2 |
| * | Damn string exceptions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2925 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-26 | 1 | -2/+3 |
| * | Grr•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2924 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-26 | 1 | -1/+1 |
| * | Removal of a comment - DRASTICALLY IMPORTANT, THIS COMMENT CAN CAUSE A MAJOR ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2923 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-26 | 1 | -1/+0 |
| * | 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
| brain | 2006-01-26 | 1 | -10/+0 |
| * | Moved these into initialization-list•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2921 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-26 | 1 | -3/+1 |
| * | Incorrect initialization order•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2920 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-01-26 | 1 | -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
| brain | 2006-01-26 | 1 | -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
| brain | 2006-01-26 | 1 | -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
| brain | 2006-01-15 | 1 | -1/+1 |
| * | And more•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2660 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-12-26 | 1 | -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
| brain | 2005-12-07 | 1 | -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
| brain | 2005-11-30 | 1 | -1/+1 |
| * | Started on -Wall - safe compile•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1570 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-30 | 1 | -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
| brain | 2005-05-15 | 1 | -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
| brain | 2005-05-11 | 1 | -14/+16 |
| * | Removed some unceccessary debug output•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1135 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-20 | 1 | -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
| brain | 2005-04-20 | 1 | -5/+34 |
| * | Fixed fd leaks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1133 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-19 | 1 | -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
| brain | 2005-04-14 | 1 | -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
| brain | 2005-04-14 | 1 | -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
| brain | 2005-04-14 | 1 | -6/+4 |
| * | Added comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1090 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-14 | 1 | -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
| brain | 2005-04-14 | 1 | -2/+208 |
| * | Added m_ident skeleton•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1087 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-14 | 1 | -0/+81 |