| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added output of error if file descriptor given to AddFd is > MAX_DESCRIPTORS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2701 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -0/+3 | ||
| * | Changed to MAX_DESCRIPTORS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2700 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 6 | -16/+16 | ||
| * | *FIX* 'No more connections allowed' was comparing against the network-wide li...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2698 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -2/+2 | ||
| * | Added extra checking to socketengine to refuse connections after we reach the...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2697 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -2/+6 | ||
| * | 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 | 2 | -6/+31 | ||
| * | Initial revision of /devoice.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2695 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -0/+102 | ||
| * | Removed an unused OnUserConnect() method•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2694 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -5/+0 | ||
| * | Changed some little bits and bobs here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2693 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -1/+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 | 5 | -13/+5 | ||
| * | 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 | 4 | -33/+44 | ||
| * | Made 'fake direction' less loud, removed 'invalid source'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2690 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-28 | 1 | -8/+1 | ||
| * | 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 | 2 | -3/+8 | ||
| * | Changed some other stuff that used the old vector/deque style commandlist•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2687 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-28 | 2 | -5/+5 | ||
| * | Changed from std::map to hash_map•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2686 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-28 | 1 | -4/+11 | ||
| * | Fixed typos•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2685 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-28 | 1 | -1/+1 | ||
| * | EXPERIMENTAL: Command search function now uses std::map, should be faster (i ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2684 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-28 | 1 | -32/+26 | ||
| * | Removed useless isnick() checks in Give* and Take*, in the name of tidiness•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2683 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-28 | 1 | -43/+9 | ||
| * | Tidyups to mainloop, why were we using isnick() to check if a user was regist...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2682 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-28 | 1 | -49/+56 | ||
| * | New system for client exits using CullList seems stable, needs testing•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2681 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-28 | 4 | -17/+11 | ||
| * | Changes to the way clients are exited during mainloop - MAY BE UNSTABLE USE W...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2680 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-28 | 4 | -23/+31 | ||
| * | Check on upper bounds of base64 decode•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2679 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-27 | 1 | -1/+1 | ||
| * | Added checking for bad base64 decodes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2678 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-27 | 1 | -8/+9 | ||
| * | Updated chanfilter to use irc::string•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2677 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-27 | 1 | -17/+15 | ||
| * | Typoed•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2676 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -3/+6 | ||
| * | Modified to omit unimplemented module methods•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2675 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -2/+3 | ||
| * | Fixed indentation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2674 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -12/+12 | ||
| * | 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 | 2 | -4/+37 | ||
| * | Added *experimental* /modules debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2672 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -1/+25 | ||
| * | 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 | ||
| * | Missing Implements section•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2669 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -5/+5 | ||
| * | Fixed missing I_On005Numeric•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2668 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -1/+1 | ||
| * | Last set converted to 'Implements'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2667 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 12 | -12/+54 | ||
| * | Converted to 'Implements' system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2666 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 7 | -5/+41 | ||
| * | Ported to new system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2665 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 2 | -5/+10 | ||
| * | Corrections•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2664 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 2 | -2/+2 | ||
| * | Converted to new Implements system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2663 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 8 | -1/+36 | ||
| * | More 'Implements' Conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2662 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 3 | -0/+15 | ||
| * | More conversions to 'Implements'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2661 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 4 | -0/+20 | ||
| * | And more•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2660 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 3 | -0/+14 | ||
| * | More stuff converted to new faster system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2659 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 2 | -0/+10 | ||
| * | Converted more stuff to 'Implements' system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2658 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 3 | -1/+16 | ||
| * | Converted to new implements system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2657 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 5 | -0/+24 | ||
| * | Fixed to new new 'Implements' array•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2656 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 2 | -6/+14 | ||
| * | New 'Implements' system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2655 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 5 | -0/+26 | ||
| * | Fixed support for implementation hooks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2654 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 9 | -3/+14 | ||
| * | 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 | 27 | -108/+111 | ||
| * | Allow halfop to dehalfop themselves`•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2652 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -1/+2 | ||
| * | Attempted fix for munged ctcps during encryption•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2651 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-23 | 1 | -0/+2 | ||
| * | Moved to RC2+SVN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2649 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-23 | 1 | -1/+1 | ||
