]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
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

18 years agoFixed (hopefully) m_blockcolor
brain [Fri, 23 Dec 2005 11:27:23 +0000 (11:27 +0000)]
Fixed (hopefully) m_blockcolor

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

18 years agoStylistic changes, added a comment on possible configuration file inclusion.
w00t [Fri, 23 Dec 2005 09:22:01 +0000 (09:22 +0000)]
Stylistic changes, added a comment on possible configuration file inclusion.

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

18 years agoAdded query about printf() use
w00t [Fri, 23 Dec 2005 09:16:47 +0000 (09:16 +0000)]
Added query about printf() use

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

18 years agoHopefully sped things up here -- I need to check this out on a box that I can run...
w00t [Fri, 23 Dec 2005 08:45:03 +0000 (08:45 +0000)]
Hopefully sped things up here -- I need to check this out on a box that I can run ircd on and test. For now, it compiles.

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

18 years ago(Probably) major speed improvements, nuked a hell of a lot of strlen()s. Added a...
w00t [Fri, 23 Dec 2005 07:53:11 +0000 (07:53 +0000)]
(Probably) major speed improvements, nuked a hell of a lot of strlen()s. Added a note questioning why we're using OnServerRaw() for this.

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

18 years agoSmall change to logic in m_alias, tidies an if (). Minor change.
w00t [Fri, 23 Dec 2005 07:36:08 +0000 (07:36 +0000)]
Small change to logic in m_alias, tidies an if (). Minor change.

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

18 years agoSemi-pointless commit to see CIA in action...
w00t [Fri, 23 Dec 2005 07:29:41 +0000 (07:29 +0000)]
Semi-pointless commit to see CIA in action...

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

18 years agoMissing semicolon (gack)
brain [Thu, 22 Dec 2005 17:20:42 +0000 (17:20 +0000)]
Missing semicolon (gack)

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

18 years agoOptimized out strcpys that copy empty strings (craq++)
brain [Thu, 22 Dec 2005 17:18:18 +0000 (17:18 +0000)]
Optimized out strcpys that copy empty strings (craq++)

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

18 years agoFixed encryption being set on a connection that has only just begun!
brain [Thu, 22 Dec 2005 13:25:03 +0000 (13:25 +0000)]
Fixed encryption being set on a connection that has only just begun!

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

18 years agoAllowed capab unencrypted in an encrypted connection
brain [Thu, 22 Dec 2005 13:11:27 +0000 (13:11 +0000)]
Allowed capab unencrypted in an encrypted connection

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

18 years agoOptimized out a strlcpy here
brain [Thu, 22 Dec 2005 12:44:35 +0000 (12:44 +0000)]
Optimized out a strlcpy here

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

18 years agoImproved efficiency of chanrec constructor (removed strcpys)
brain [Thu, 22 Dec 2005 12:37:35 +0000 (12:37 +0000)]
Improved efficiency of chanrec constructor (removed strcpys)

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

18 years agoChanged two fields in ConnectClass to strings, moved constructor stuff to init-list
brain [Thu, 22 Dec 2005 12:34:57 +0000 (12:34 +0000)]
Changed two fields in ConnectClass to strings, moved constructor stuff to init-list

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

18 years agoMaybe done removing of CBans?
w00t [Thu, 22 Dec 2005 11:04:18 +0000 (11:04 +0000)]
Maybe done removing of CBans?

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

18 years agoFix
brain [Thu, 22 Dec 2005 10:48:07 +0000 (10:48 +0000)]
Fix

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

18 years agoDamn broken ciabot
brain [Thu, 22 Dec 2005 10:47:08 +0000 (10:47 +0000)]
Damn broken ciabot

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

18 years agoTest commit
brain [Thu, 22 Dec 2005 10:44:01 +0000 (10:44 +0000)]
Test commit

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

18 years agoGrr
brain [Thu, 22 Dec 2005 10:42:03 +0000 (10:42 +0000)]
Grr

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

18 years agoGrr
brain [Thu, 22 Dec 2005 10:41:20 +0000 (10:41 +0000)]
Grr

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

18 years agoI give up on this bloody ciabot
brain [Thu, 22 Dec 2005 10:38:39 +0000 (10:38 +0000)]
I give up on this bloody ciabot

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

18 years agoCiabot test
brain [Thu, 22 Dec 2005 10:35:36 +0000 (10:35 +0000)]
Ciabot test

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

18 years agoGRR
brain [Thu, 22 Dec 2005 10:32:10 +0000 (10:32 +0000)]
GRR

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

18 years agoTest commit for ciabot
brain [Thu, 22 Dec 2005 10:24:32 +0000 (10:24 +0000)]
Test commit for ciabot

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

18 years agoTest ciabot
brain [Thu, 22 Dec 2005 10:21:08 +0000 (10:21 +0000)]
Test ciabot

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

18 years agoTest commit for ciabot
brain [Thu, 22 Dec 2005 10:20:16 +0000 (10:20 +0000)]
Test commit for ciabot

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

18 years agoTest commit for ciabot
brain [Thu, 22 Dec 2005 10:19:05 +0000 (10:19 +0000)]
Test commit for ciabot

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

18 years agoTest commit for cia
brain [Thu, 22 Dec 2005 10:15:01 +0000 (10:15 +0000)]
Test commit for cia

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

18 years agoTest commit for ciabot
brain [Thu, 22 Dec 2005 10:12:22 +0000 (10:12 +0000)]
Test commit for ciabot

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

18 years agoFixed
brain [Thu, 22 Dec 2005 09:50:47 +0000 (09:50 +0000)]
Fixed

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

18 years agoAdded debugging. Let's fix this sucker >:/
w00t [Thu, 22 Dec 2005 07:10:13 +0000 (07:10 +0000)]
Added debugging. Let's fix this sucker >:/

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

18 years agoWell, it should do something useful now
w00t [Thu, 22 Dec 2005 01:07:31 +0000 (01:07 +0000)]
Well, it should do something useful now

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

18 years agoAnother commit, just because I can :P
w00t [Thu, 22 Dec 2005 01:03:32 +0000 (01:03 +0000)]
Another commit, just because I can :P

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

18 years agoChanged to use []
brain [Thu, 22 Dec 2005 00:27:17 +0000 (00:27 +0000)]
Changed to use []

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

18 years agoc++ errors, ftw
w00t [Thu, 22 Dec 2005 00:21:35 +0000 (00:21 +0000)]
c++ errors, ftw

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

18 years agoGetting closer...
w00t [Thu, 22 Dec 2005 00:14:38 +0000 (00:14 +0000)]
Getting closer...

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

18 years agoFixed compile problems... Move along please, nothing to see here..
w00t [Thu, 22 Dec 2005 00:01:06 +0000 (00:01 +0000)]
Fixed compile problems... Move along please, nothing to see here..

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

18 years agoMore CBAN structuring... getting there :-)
w00t [Wed, 21 Dec 2005 23:52:23 +0000 (23:52 +0000)]
More CBAN structuring... getting there :-)

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

18 years agoAkwardness with echo
brain [Wed, 21 Dec 2005 21:51:46 +0000 (21:51 +0000)]
Akwardness with echo

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

18 years agoAdded these back
brain [Wed, 21 Dec 2005 21:48:21 +0000 (21:48 +0000)]
Added these back

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

18 years agoAdded 'build complete' message
brain [Wed, 21 Dec 2005 21:46:42 +0000 (21:46 +0000)]
Added 'build complete' message

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

18 years agoSomehow, the examples had gotten into the conf/ dir, they belong in docs/
brain [Wed, 21 Dec 2005 21:31:48 +0000 (21:31 +0000)]
Somehow, the examples had gotten into the conf/ dir, they belong in docs/

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

18 years agoUpdated m_alias to fix bug #92, updated configs
brain [Wed, 21 Dec 2005 21:31:20 +0000 (21:31 +0000)]
Updated m_alias to fix bug #92, updated configs

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

18 years agoFixed to include new parameter
brain [Wed, 21 Dec 2005 20:44:24 +0000 (20:44 +0000)]
Fixed to include new parameter

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

18 years agoImproved m_alias to only capture complete commands and rewrite them (bug #92 as repor...
brain [Wed, 21 Dec 2005 20:33:32 +0000 (20:33 +0000)]
Improved m_alias to only capture complete commands and rewrite them (bug #92 as reported by strike)

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

18 years agoAdded more verbose error output during link
brain [Wed, 21 Dec 2005 15:06:39 +0000 (15:06 +0000)]
Added more verbose error output during link

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

18 years agoMoved CAPAB
brain [Wed, 21 Dec 2005 14:55:36 +0000 (14:55 +0000)]
Moved CAPAB

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

18 years agoAdded CAPAB checking to prevent some obvious n00biness that may occur
brain [Wed, 21 Dec 2005 14:47:44 +0000 (14:47 +0000)]
Added CAPAB checking to prevent some obvious n00biness that may occur

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

18 years agoInitiial revision of CBAN. It doesn't do anything useful just yet.
w00t [Wed, 21 Dec 2005 13:18:43 +0000 (13:18 +0000)]
Initiial revision of CBAN. It doesn't do anything useful just yet.

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

18 years agoLD_LIBRARY_PATH setting is no longer required by core or m_sql.so
brain [Wed, 21 Dec 2005 10:49:20 +0000 (10:49 +0000)]
LD_LIBRARY_PATH setting is no longer required by core or m_sql.so

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

18 years agoChanged $CompileFlags to seperate $CompileFlags and $LinkerFlags
brain [Wed, 21 Dec 2005 10:36:01 +0000 (10:36 +0000)]
Changed $CompileFlags to seperate $CompileFlags and $LinkerFlags

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