]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
18 years agoAdded chmodes-with-params
brain [Mon, 9 Jan 2006 11:23:42 +0000 (11:23 +0000)]
Added chmodes-with-params

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2748 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoUnneccessary colon
brain [Mon, 9 Jan 2006 11:18:55 +0000 (11:18 +0000)]
Unneccessary colon

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2747 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoUpdated mode lists in 004 to more accurately reflect inspircd's mode features
brain [Mon, 9 Jan 2006 10:24:16 +0000 (10:24 +0000)]
Updated mode lists in 004 to more accurately reflect inspircd's mode features

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2746 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdded 005 stuff after VERSION
brain [Mon, 9 Jan 2006 01:10:10 +0000 (01:10 +0000)]
Added 005 stuff after VERSION

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2745 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoSync fixes for m_park et al
brain [Mon, 9 Jan 2006 00:46:30 +0000 (00:46 +0000)]
Sync fixes for m_park et al

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2744 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoDouble checking to make sure that non-local users dont end up in the local users...
brain [Mon, 9 Jan 2006 00:34:41 +0000 (00:34 +0000)]
Double checking to make sure that non-local users dont end up in the local users list

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2743 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoMore usertopseudo fixes
brain [Mon, 9 Jan 2006 00:29:36 +0000 (00:29 +0000)]
More usertopseudo fixes

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2742 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agom_park.cpp fixes (and anything else using UserToPseudo and PesudoToUser)
brain [Mon, 9 Jan 2006 00:15:50 +0000 (00:15 +0000)]
m_park.cpp fixes (and anything else using UserToPseudo and PesudoToUser)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2741 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoUsed mkstemp trick similar to anope and unreal which copies the .so's to temp names...
brain [Sun, 8 Jan 2006 19:56:50 +0000 (19:56 +0000)]
Used mkstemp trick similar to anope and unreal which copies the .so's to temp names under /tmp before loading them, using the current process's PID.
This allows for module developers to *safely* rebuild a module (NOT the core) without a segfault while the ircd is up.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2740 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAligned % fields in map
brain [Sun, 8 Jan 2006 14:49:13 +0000 (14:49 +0000)]
Aligned % fields in map

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2738 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoChanged printf specifiers in map to right-align digits
brain [Sun, 8 Jan 2006 14:25:08 +0000 (14:25 +0000)]
Changed printf specifiers in map to right-align digits

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2737 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdded User Counts to /map
frostycoolslug [Sun, 8 Jan 2006 06:32:25 +0000 (06:32 +0000)]
Added User Counts to /map

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2736 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoRenumber the implement lists after a module is unloaded
brain [Wed, 4 Jan 2006 23:05:56 +0000 (23:05 +0000)]
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

18 years agoAdded a TODO
brain [Wed, 4 Jan 2006 22:23:55 +0000 (22:23 +0000)]
Added a TODO

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2732 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoNicer mode character loop
brain [Wed, 4 Jan 2006 13:02:24 +0000 (13:02 +0000)]
Nicer mode character loop

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2731 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoRevise some serious craq++ in AddBan
w00t [Wed, 4 Jan 2006 05:52:34 +0000 (05:52 +0000)]
Revise some serious craq++ in AddBan

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2730 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoFixed to not crash on /PARK (still more to test)
brain [Tue, 3 Jan 2006 18:26:25 +0000 (18:26 +0000)]
Fixed to not crash on /PARK (still more to test)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2729 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdded CASEMAPPING and CHARSET to ISUPPORT (005)
brain [Tue, 3 Jan 2006 00:12:12 +0000 (00:12 +0000)]
Added CASEMAPPING and CHARSET to ISUPPORT (005)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2728 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoGCC 4.1 is more strict about extra qualification on members
brain [Mon, 2 Jan 2006 21:40:02 +0000 (21:40 +0000)]
GCC 4.1 is more strict about extra qualification on members

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2727 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoUpdated example configuration file
brain [Mon, 2 Jan 2006 15:06:22 +0000 (15:06 +0000)]
Updated example configuration file

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2726 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoFixes to typos and change to return by reference on GetClass
brain [Sun, 1 Jan 2006 20:57:42 +0000 (20:57 +0000)]
Fixes to typos and change to return by reference on GetClass

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2725 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoClass lookup adjustment
brain [Sun, 1 Jan 2006 20:50:09 +0000 (20:50 +0000)]
Class lookup adjustment

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2724 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoChanges to how classes are looked up (connects slightly faster) and fix for case...
brain [Sun, 1 Jan 2006 20:49:25 +0000 (20:49 +0000)]
Changes to how classes are looked up (connects slightly faster) and fix for case sensitive passwords

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2723 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoRemoved cvsignores, set svn:ignore property using -F .cvsignore
brain [Sat, 31 Dec 2005 23:59:02 +0000 (23:59 +0000)]
Removed cvsignores, set svn:ignore property using -F .cvsignore

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2722 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoTest
brain [Sat, 31 Dec 2005 23:55:37 +0000 (23:55 +0000)]
Test

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2721 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoTest
brain [Sat, 31 Dec 2005 23:55:23 +0000 (23:55 +0000)]
Test

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2720 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdded specific errors relating to invalid link tags (requested by Strike)
brain [Sat, 31 Dec 2005 21:34:02 +0000 (21:34 +0000)]
Added specific errors relating to invalid link tags (requested by Strike)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2719 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoTidyup of K&R style indenting, comments in silly places, and pointless curly braces...
brain [Sat, 31 Dec 2005 16:19:35 +0000 (16:19 +0000)]
Tidyup of K&R style indenting, comments in silly places, and pointless curly braces around non-blocks

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2718 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoChanged to QueryType rather than short int for query types
brain [Sat, 31 Dec 2005 15:59:58 +0000 (15:59 +0000)]
Changed to QueryType rather than short int for query types

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2717 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoRemoved crappy linked list stuff and replaced with faster std::map
brain [Sat, 31 Dec 2005 15:47:04 +0000 (15:47 +0000)]
Removed crappy linked list stuff and replaced with faster std::map

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2716 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoImproving niceness of DNS code, i WILL make this readable!
brain [Sat, 31 Dec 2005 15:33:09 +0000 (15:33 +0000)]
Improving niceness of DNS code, i WILL make this readable!
Changed a ton of ugly firedns #define's to enums

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2715 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoMinor cosmetic fault pointed out by Trystan
w00t [Sat, 31 Dec 2005 03:49:17 +0000 (03:49 +0000)]
Minor cosmetic fault pointed out by Trystan

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2714 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoBlockcolor now blocks reverse and other mirc sillies
brain [Sat, 31 Dec 2005 00:02:00 +0000 (00:02 +0000)]
Blockcolor now blocks reverse and other mirc sillies

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2713 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoOmmitting \r and \n from debug display of outbound lines
brain [Fri, 30 Dec 2005 23:42:37 +0000 (23:42 +0000)]
Ommitting \r and \n from debug display of outbound lines

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2712 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoNow uses two AES contexts, an 'in' context and an 'out' context
brain [Fri, 30 Dec 2005 23:06:11 +0000 (23:06 +0000)]
Now uses two AES contexts, an 'in' context and an 'out' context

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2711 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoTEST CODE: CBC encryption type in AES rather than ECB
brain [Fri, 30 Dec 2005 22:59:40 +0000 (22:59 +0000)]
TEST CODE: CBC encryption type in AES rather than ECB

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2710 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoChanged background stuff to occur more often
brain [Fri, 30 Dec 2005 21:21:26 +0000 (21:21 +0000)]
Changed background stuff to occur more often

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2709 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoMade socket.cpp flush its write buffer more often (fixes odd lag on server to server...
brain [Fri, 30 Dec 2005 21:17:01 +0000 (21:17 +0000)]
Made socket.cpp flush its write buffer more often (fixes odd lag on server to server connections)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2708 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoFixed broken checks to allow overriding
brain [Fri, 30 Dec 2005 12:00:37 +0000 (12:00 +0000)]
Fixed broken checks to allow overriding

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2707 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoOptimized out some more redundant va_args voodoo
brain [Fri, 30 Dec 2005 00:48:43 +0000 (00:48 +0000)]
Optimized out some more redundant va_args voodoo

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2706 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoDouble copies due to bad chop()
brain [Thu, 29 Dec 2005 23:31:06 +0000 (23:31 +0000)]
Double copies due to bad chop()

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2705 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoMore removal of formatting where its not neccessary x("%s",str) == bad!
brain [Thu, 29 Dec 2005 23:28:19 +0000 (23:28 +0000)]
More removal of formatting where its not neccessary x("%s",str) == bad!

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2704 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAttempt to cut out unneccessary printf() va_args voodoo (ugleh)
brain [Thu, 29 Dec 2005 23:02:01 +0000 (23:02 +0000)]
Attempt to cut out unneccessary printf() va_args voodoo (ugleh)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2703 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoCached ISUPPORT
brain [Thu, 29 Dec 2005 21:57:34 +0000 (21:57 +0000)]
Cached ISUPPORT

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2702 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdded output of error if file descriptor given to AddFd is > MAX_DESCRIPTORS
brain [Thu, 29 Dec 2005 19:39:43 +0000 (19:39 +0000)]
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

18 years agoChanged to MAX_DESCRIPTORS
brain [Thu, 29 Dec 2005 19:34:18 +0000 (19:34 +0000)]
Changed to MAX_DESCRIPTORS

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2700 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoChanged 65535 to MAX_DESCRIPTORS calculated at configure-time
brain [Thu, 29 Dec 2005 19:31:39 +0000 (19:31 +0000)]
Changed 65535 to MAX_DESCRIPTORS calculated at configure-time

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2699 e03df62e-2008-0410-955e-edbf42e46eb7

18 years ago*FIX* 'No more connections allowed' was comparing against the network-wide limit...
brain [Thu, 29 Dec 2005 19:00:53 +0000 (19:00 +0000)]
*FIX* 'No more connections allowed' was comparing against the network-wide limit rather than the local limit (ICK!)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2698 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdded extra checking to socketengine to refuse connections after we reach the max
brain [Thu, 29 Dec 2005 16:33:26 +0000 (16:33 +0000)]
Added extra checking to socketengine to refuse connections after we reach the max

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2697 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdded counters for MAX_DESCRIPTORS etc which allows the socket engine to refuse new...
brain [Thu, 29 Dec 2005 14:03:14 +0000 (14:03 +0000)]
Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refuse new fd's once you hit the OS limit

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2696 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoInitial revision of /devoice.
w00t [Thu, 29 Dec 2005 07:08:24 +0000 (07:08 +0000)]
Initial revision of /devoice.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2695 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoRemoved an unused OnUserConnect() method
w00t [Thu, 29 Dec 2005 06:48:29 +0000 (06:48 +0000)]
Removed an unused OnUserConnect() method

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2694 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoChanged some little bits and bobs here
brain [Thu, 29 Dec 2005 00:33:54 +0000 (00:33 +0000)]
Changed some little bits and bobs here

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2693 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoFixed an extremely n00bish mistake involving referencing a global copy of ServerEngin...
brain [Thu, 29 Dec 2005 00:31:45 +0000 (00:31 +0000)]
Fixed an extremely n00bish mistake involving referencing a global copy of ServerEngine when we now use one local to class InspIRCd
(everyone point and laugh at Brain)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2692 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoOptimizing to not use so much cpu with high user loads
brain [Thu, 29 Dec 2005 00:19:35 +0000 (00:19 +0000)]
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

18 years agoMade 'fake direction' less loud, removed 'invalid source'
brain [Wed, 28 Dec 2005 22:56:38 +0000 (22:56 +0000)]
Made 'fake direction' less loud, removed 'invalid source'

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2690 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdded SetSignals()
brain [Wed, 28 Dec 2005 22:30:51 +0000 (22:30 +0000)]
Added SetSignals()

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2689 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoSignal handlers were not being set when -nofork was enabled
brain [Wed, 28 Dec 2005 22:30:34 +0000 (22:30 +0000)]
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

18 years agoChanged some other stuff that used the old vector/deque style commandlist
brain [Wed, 28 Dec 2005 21:26:22 +0000 (21:26 +0000)]
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

18 years agoChanged from std::map to hash_map
brain [Wed, 28 Dec 2005 21:21:54 +0000 (21:21 +0000)]
Changed from std::map to hash_map

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2686 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoFixed typos
brain [Wed, 28 Dec 2005 21:17:40 +0000 (21:17 +0000)]
Fixed typos

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2685 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoEXPERIMENTAL: Command search function now uses std::map, should be faster (i hope)
brain [Wed, 28 Dec 2005 21:16:31 +0000 (21:16 +0000)]
EXPERIMENTAL: Command search function now uses std::map, should be faster (i hope)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2684 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoRemoved useless isnick() checks in Give* and Take*, in the name of tidiness
brain [Wed, 28 Dec 2005 20:52:27 +0000 (20:52 +0000)]
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

18 years agoTidyups to mainloop, why were we using isnick() to check if a user was registered?
brain [Wed, 28 Dec 2005 20:41:45 +0000 (20:41 +0000)]
Tidyups to mainloop, why were we using isnick() to check if a user was registered?

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2682 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoNew system for client exits using CullList seems stable, needs testing
brain [Wed, 28 Dec 2005 20:22:07 +0000 (20:22 +0000)]
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

18 years agoChanges to the way clients are exited during mainloop - MAY BE UNSTABLE USE WITH...
brain [Wed, 28 Dec 2005 19:57:26 +0000 (19:57 +0000)]
Changes to the way clients are exited during mainloop - MAY BE UNSTABLE USE WITH CAUTION

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2680 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoCheck on upper bounds of base64 decode
brain [Tue, 27 Dec 2005 21:32:33 +0000 (21:32 +0000)]
Check on upper bounds of base64 decode

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2679 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdded checking for bad base64 decodes
brain [Tue, 27 Dec 2005 21:17:00 +0000 (21:17 +0000)]
Added checking for bad base64 decodes

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2678 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoUpdated chanfilter to use irc::string
frostycoolslug [Tue, 27 Dec 2005 16:12:30 +0000 (16:12 +0000)]
Updated chanfilter to use irc::string

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2677 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoTypoed
brain [Mon, 26 Dec 2005 22:45:50 +0000 (22:45 +0000)]
Typoed

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2676 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoModified to omit unimplemented module methods
brain [Mon, 26 Dec 2005 22:43:37 +0000 (22:43 +0000)]
Modified to omit unimplemented module methods

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2675 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoFixed indentation
brain [Mon, 26 Dec 2005 22:41:32 +0000 (22:41 +0000)]
Fixed indentation

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2674 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoFixed and implemented /modules debug <glob>
brain [Mon, 26 Dec 2005 22:35:39 +0000 (22:35 +0000)]
Fixed and implemented /modules debug <glob>

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2673 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdded *experimental* /modules debug
brain [Mon, 26 Dec 2005 22:10:16 +0000 (22:10 +0000)]
Added *experimental* /modules debug

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2672 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoFixed typo
brain [Mon, 26 Dec 2005 21:50:01 +0000 (21:50 +0000)]
Fixed typo

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2671 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdded global_implementation array, bypasses calls which *NO* modules are currently...
brain [Mon, 26 Dec 2005 21:45:15 +0000 (21:45 +0000)]
Added global_implementation array, bypasses calls which *NO* modules are currently implementing

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2670 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoMissing Implements section
brain [Mon, 26 Dec 2005 21:35:56 +0000 (21:35 +0000)]
Missing Implements section

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2669 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoFixed missing I_On005Numeric
brain [Mon, 26 Dec 2005 21:33:34 +0000 (21:33 +0000)]
Fixed missing I_On005Numeric

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2668 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoLast set converted to 'Implements'
brain [Mon, 26 Dec 2005 21:28:05 +0000 (21:28 +0000)]
Last set converted to 'Implements'

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2667 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoConverted to 'Implements' system
brain [Mon, 26 Dec 2005 21:14:49 +0000 (21:14 +0000)]
Converted to 'Implements' system

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2666 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoPorted to new system
brain [Mon, 26 Dec 2005 20:55:19 +0000 (20:55 +0000)]
Ported to new system

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2665 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoCorrections
brain [Mon, 26 Dec 2005 20:49:55 +0000 (20:49 +0000)]
Corrections

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2664 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoConverted to new Implements system
brain [Mon, 26 Dec 2005 20:25:58 +0000 (20:25 +0000)]
Converted to new Implements system

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2663 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoMore 'Implements' Conversions
brain [Mon, 26 Dec 2005 18:53:30 +0000 (18:53 +0000)]
More 'Implements' Conversions

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2662 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoMore conversions to 'Implements'
brain [Mon, 26 Dec 2005 18:51:03 +0000 (18:51 +0000)]
More conversions to 'Implements'

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2661 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAnd more
brain [Mon, 26 Dec 2005 18:31:32 +0000 (18:31 +0000)]
And more

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2660 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoMore stuff converted to new faster system
brain [Mon, 26 Dec 2005 18:27:29 +0000 (18:27 +0000)]
More stuff converted to new faster system

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2659 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoConverted more stuff to 'Implements' system
brain [Mon, 26 Dec 2005 18:25:56 +0000 (18:25 +0000)]
Converted more stuff to 'Implements' system

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2658 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoConverted to new implements system
brain [Mon, 26 Dec 2005 18:19:34 +0000 (18:19 +0000)]
Converted to new implements system

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2657 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoFixed to new new 'Implements' array
brain [Mon, 26 Dec 2005 18:12:16 +0000 (18:12 +0000)]
Fixed to new new 'Implements' array

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2656 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoNew 'Implements' system
brain [Mon, 26 Dec 2005 18:02:53 +0000 (18:02 +0000)]
New 'Implements' system

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2655 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoFixed support for implementation hooks
brain [Mon, 26 Dec 2005 17:57:24 +0000 (17:57 +0000)]
Fixed support for implementation hooks

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2654 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdding hook type checking to event calls to speed them up
brain [Mon, 26 Dec 2005 17:26:16 +0000 (17:26 +0000)]
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

18 years agoAllow halfop to dehalfop themselves`
brain [Mon, 26 Dec 2005 13:05:44 +0000 (13:05 +0000)]
Allow halfop to dehalfop themselves`

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2652 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAttempted fix for munged ctcps during encryption
brain [Fri, 23 Dec 2005 22:11:55 +0000 (22:11 +0000)]
Attempted fix for munged ctcps during encryption

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2651 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoFixed static linking (cygwin ugh)
brain [Fri, 23 Dec 2005 13:29:12 +0000 (13:29 +0000)]
Fixed static linking (cygwin ugh)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2650 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoMoved to RC2+SVN
brain [Fri, 23 Dec 2005 13:02:36 +0000 (13:02 +0000)]
Moved to RC2+SVN

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2649 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoMade a var extern that blocks up the RC1 cygwin build
brain [Fri, 23 Dec 2005 12:57:50 +0000 (12:57 +0000)]
Made a var extern that blocks up the RC1 cygwin build

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2648 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoAdvanced to RC1
brain [Fri, 23 Dec 2005 11:58:23 +0000 (11:58 +0000)]
Advanced to RC1

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2647 e03df62e-2008-0410-955e-edbf42e46eb7

18 years agoReview and optimize
brain [Fri, 23 Dec 2005 11:41:25 +0000 (11:41 +0000)]
Review and optimize

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2646 e03df62e-2008-0410-955e-edbf42e46eb7