| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Improved IP handling. Now uses in_addr to store client ip, not char[16]!•••Added global and local session limits All of this needs TESTING. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2934 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-27 | 1 | -3/+2 | ||
| * | Removed excessive debug for something thats now fixed•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2915 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-26 | 1 | -1/+0 | ||
| * | Fixed to not have ohv in CHANMODES type A,•••Added proper MAXMODES output in 005 instead of hard coded '13' git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2905 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-25 | 1 | -2/+2 | ||
| * | Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2889 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-25 | 1 | -0/+56 | ||
| * | Reordered some stuff to allow a clever trick•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2857 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-23 | 1 | -1/+2 | ||
| * | Updated 005 to show changeable MAXTARGETS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2849 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-22 | 1 | -1/+1 | ||
| * | Wrong nicklen is shown in the 005 numeric, fixed (noticed by ThaPrince)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2847 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-22 | 1 | -1/+1 | ||
| * | Added support for <options customversion> to customize the second part of VER...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2797 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-15 | 1 | -1/+8 | ||
| * | 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 | 2006-01-15 | 1 | -1/+1 | ||
| * | Changed channel user lists from vector to map•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2780 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-12 | 1 | -17/+10 | ||
| * | Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2769 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-11 | 1 | -1/+1 | ||
| * | Missing classname•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2761 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-09 | 1 | -1/+1 | ||
| * | Fixed compile issue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2760 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-09 | 1 | -2/+2 | ||
| * | Untested priority system for modules to move themselves to the start or end o...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2758 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-09 | 1 | -0/+79 | ||
| * | Renumber the implement lists after a module is unloaded•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2734 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-04 | 1 | -1/+8 | ||
| * | Added a TODO•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2732 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-04 | 1 | -0/+3 | ||
| * | Added CASEMAPPING and CHARSET to ISUPPORT (005)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2728 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-03 | 1 | -1/+2 | ||
| * | Changed background stuff to occur more often•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2709 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-30 | 1 | -1/+1 | ||
| * | Optimized out some more redundant va_args voodoo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2706 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-30 | 1 | -1/+1 | ||
| * | Cached ISUPPORT•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2702 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -0/+12 | ||
| * | Changed to MAX_DESCRIPTORS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2700 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -2/+2 | ||
| * | Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refu...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2696 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -5/+1 | ||
| * | Fixed an extremely n00bish mistake involving referencing a global copy of Ser...•••(everyone point and laugh at Brain) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2692 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -2/+0 | ||
| * | Optimizing to not use so much cpu with high user loads•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2691 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -6/+12 | ||
| * | Signal handlers were not being set when -nofork was enabled•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2688 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-28 | 1 | -0/+1 | ||
| * | Fixed and implemented /modules debug <glob>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2673 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -0/+10 | ||
| * | Fixed typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2671 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -2/+2 | ||
| * | Added global_implementation array, bypasses calls which *NO* modules are curr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2670 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -0/+10 | ||
| * | Fixed support for implementation hooks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2654 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -1/+6 | ||
| * | Adding hook type checking to event calls to speed them up•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2653 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -3/+5 | ||
| * | SSL is a fucking mess.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2565 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-19 | 1 | -0/+1 | ||
| * | Added IOHookModule stuff to allow for different modules to hook different ports•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2564 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-18 | 1 | -3/+2 | ||
| * | Split all commands into seperate files and redid command system to take class...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2534 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -2/+0 | ||
| * | Added 'this' to LoadAllModules•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2530 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -1/+1 | ||
| * | Moved serverstats* stats to InspIRCd class•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2528 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -13/+15 | ||
| * | Moved LoadAllModules out of constructor, because value of 'this' isnt assigne...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2526 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -4/+7 | ||
| * | Moved ModeGrok and Parser into InspIRCd class•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2522 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -4/+2 | ||
| * | Moved mode stuff into modeparser•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2520 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -0/+2 | ||
| * | Fixed, no longer need to call SetupCommandHandler, constructor of CommandPars...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2518 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -2/+1 | ||
| * | Changed to use CommandParser for RemoveCommands•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2517 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -3/+4 | ||
| * | Moved more command parsing stuff to CommandParser•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2514 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -1/+0 | ||
| * | Moved command_parse functions into class CommandParser•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2510 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -0/+1 | ||
| * | Renamed removecommands to remove_commands•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2508 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -1/+1 | ||
| * | Moved command parsing crap into command_parse.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2505 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -660/+1 | ||
| * | Moved BoundPortCount into serverstats•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2504 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -3/+2 | ||
| * | Changed I/O reading stuff for modules to be much faster (and exclusive :()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2500 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -1/+5 | ||
| * | Added 'local users' vector•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2489 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-15 | 1 | -0/+1 | ||
| * | Full removal of inspircd_util.h•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2485 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-15 | 1 | -1/+0 | ||
| * | Moved rehashnick and force_nickchange to users.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2478 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-15 | 1 | -66/+0 | ||
| * | Fixed old use of userrec::HasPermission•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2477 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-15 | 1 | -1/+2 | ||
