]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
18 years agoMoved timer stuff from OnBackgroundTimer to InspTimer derivative
brain [Thu, 23 Feb 2006 20:00:02 +0000 (20:00 +0000)]
Moved timer stuff from OnBackgroundTimer to InspTimer derivative

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

18 years agoUse ::AddTimer not AddTimer, or it calls this->AddTimer and loops
brain [Thu, 23 Feb 2006 19:50:54 +0000 (19:50 +0000)]
Use ::AddTimer not AddTimer, or it calls this->AddTimer and loops

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

18 years agoNow copies libIRCDtimer.so
brain [Thu, 23 Feb 2006 19:49:23 +0000 (19:49 +0000)]
Now copies libIRCDtimer.so

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

18 years agoFixed to work
brain [Thu, 23 Feb 2006 19:46:43 +0000 (19:46 +0000)]
Fixed to work

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

18 years agoIncorporating InspTimer into safelist as a test
brain [Thu, 23 Feb 2006 19:39:38 +0000 (19:39 +0000)]
Incorporating InspTimer into safelist as a test

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

18 years agoFixes
brain [Thu, 23 Feb 2006 19:13:30 +0000 (19:13 +0000)]
Fixes

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

18 years agoIts timer.cpp not timers.cpp.
brain [Thu, 23 Feb 2006 19:10:17 +0000 (19:10 +0000)]
Its timer.cpp not timers.cpp.

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

18 years agoAdded timers.cpp/.h to makefile generation
brain [Thu, 23 Feb 2006 19:09:03 +0000 (19:09 +0000)]
Added timers.cpp/.h to makefile generation

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

18 years agoFirst revision of new timer code, not in the makefile yet (so it wont build till...
brain [Thu, 23 Feb 2006 18:56:21 +0000 (18:56 +0000)]
First revision of new timer code, not in the makefile yet (so it wont build till im done)

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

18 years agoOptimized a little
brain [Wed, 22 Feb 2006 23:16:20 +0000 (23:16 +0000)]
Optimized a little

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

18 years agoForce burst to end if a remote server pings us, or answers a pong, if this is the...
brain [Wed, 22 Feb 2006 22:22:37 +0000 (22:22 +0000)]
Force burst to end if a remote server pings us, or answers a pong, if this is the case it just "forgot" to send an ENDBURST!

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

18 years agoImproved calculation to account for server name on start of numeric, plus spacing
brain [Wed, 22 Feb 2006 21:52:36 +0000 (21:52 +0000)]
Improved calculation to account for server name on start of numeric, plus spacing

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

18 years agoPerm elines (<exception> tag) not being applied - fixed
brain [Wed, 22 Feb 2006 21:07:20 +0000 (21:07 +0000)]
Perm elines (<exception> tag) not being applied - fixed

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

18 years agoSAFELIST 005 token is now part of m_safelist not the core 005
brain [Wed, 22 Feb 2006 20:57:29 +0000 (20:57 +0000)]
SAFELIST 005 token is now part of m_safelist not the core 005

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

18 years agoFix typos :p
brain [Wed, 22 Feb 2006 20:37:42 +0000 (20:37 +0000)]
Fix typos :p

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

18 years agoCleanups on module unload or user /QUIT
brain [Wed, 22 Feb 2006 20:36:01 +0000 (20:36 +0000)]
Cleanups on module unload or user /QUIT

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

18 years agoAdded m_safelist. This was originally w00t's code, but i bastardized it (just a little)
brain [Wed, 22 Feb 2006 20:22:58 +0000 (20:22 +0000)]
Added m_safelist. This was originally w00t's code, but i bastardized it (just a little)
WARNING: It's not finished yet and shouldnt be used, it might crash at this point in time if a user /quit's while listing.
YOU HAVE BEEN WARNED! WITH A SPORK!

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

18 years agoChanged triggering time of OnBackgroundTimer to 5 secs (from 8)
brain [Wed, 22 Feb 2006 20:14:33 +0000 (20:14 +0000)]
Changed triggering time of OnBackgroundTimer to 5 secs (from 8)
Fixed typo in new functions

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

18 years agoAdded m_safelist helper functions GetChannelCount and GetChannelIndex
brain [Wed, 22 Feb 2006 18:56:25 +0000 (18:56 +0000)]
Added m_safelist helper functions GetChannelCount and GetChannelIndex

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

18 years agoOh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer as NICKLE...
brain [Wed, 22 Feb 2006 18:36:33 +0000 (18:36 +0000)]
Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer as NICKLEN+1 to ease understanding by newbs who didnt know what thou null terminator was.
And yae, at a date later hence, Ye Brain then setteth ye buffer back to NICKLEN again.
Alas, neither Ye Brain nor Ye trusty followers hath then setteth back the rest of the core to NICKLEN-1, and verily, chaos ensued. :p

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

18 years agoAdded which word is blocked to the numeric
w00t [Tue, 21 Feb 2006 22:44:53 +0000 (22:44 +0000)]
Added which word is blocked to the numeric

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

18 years agoAdded 'is a registered nick' to whois
w00t [Tue, 21 Feb 2006 22:10:41 +0000 (22:10 +0000)]
Added 'is a registered nick' to whois

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

18 years agoIts true i cant count! :P this one i spotted in testing.
brain [Tue, 21 Feb 2006 21:49:06 +0000 (21:49 +0000)]
Its true i cant count! :P this one i spotted in testing.

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

18 years agoMore error descriptives
brain [Tue, 21 Feb 2006 21:43:47 +0000 (21:43 +0000)]
More error descriptives

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

18 years agoMade error more understandable on 'file not found'
brain [Tue, 21 Feb 2006 21:40:23 +0000 (21:40 +0000)]
Made error more understandable on 'file not found'

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

18 years agoMAXMODES wasn't being enforced
brain [Tue, 21 Feb 2006 21:37:49 +0000 (21:37 +0000)]
MAXMODES wasn't being enforced

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

18 years agoMissing include
brain [Tue, 21 Feb 2006 21:16:16 +0000 (21:16 +0000)]
Missing include

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

18 years agoEnforce 64 char dns limits
brain [Tue, 21 Feb 2006 21:14:53 +0000 (21:14 +0000)]
Enforce 64 char dns limits

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

18 years agoTests for channel ghosting?
brain [Tue, 21 Feb 2006 21:07:17 +0000 (21:07 +0000)]
Tests for channel ghosting?

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

18 years agoFixed
brain [Tue, 21 Feb 2006 19:11:07 +0000 (19:11 +0000)]
Fixed

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

18 years agoFix for ambiguity in function name here
brain [Tue, 21 Feb 2006 19:07:49 +0000 (19:07 +0000)]
Fix for ambiguity in function name here

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

18 years agoAdded second form of find() taking const char*, which is faster in the core where...
brain [Tue, 21 Feb 2006 19:03:13 +0000 (19:03 +0000)]
Added second form of find() taking const char*, which is faster in the core where char* is used more often

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

18 years agoImproved speed of Find() by passing reference to std::string instead of std::string...
brain [Tue, 21 Feb 2006 19:01:33 +0000 (19:01 +0000)]
Improved speed of Find() by passing reference to std::string instead of std::string itself

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

18 years agoIt didn't, there was more strlcpy
w00t [Tue, 21 Feb 2006 03:30:29 +0000 (03:30 +0000)]
It didn't, there was more strlcpy

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

18 years agoFix this, I think.
w00t [Tue, 21 Feb 2006 03:27:23 +0000 (03:27 +0000)]
Fix this, I think.

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

18 years agoLets fix it right this time (and annoy ol with more tweaks)
brain [Mon, 20 Feb 2006 22:56:46 +0000 (22:56 +0000)]
Lets fix it right this time (and annoy ol with more tweaks)

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

18 years agoUser kicks being ignored!!!
brain [Mon, 20 Feb 2006 22:53:30 +0000 (22:53 +0000)]
User kicks being ignored!!!

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

18 years agoFix to stop new code treating all KICK messages as server KICKs
brain [Mon, 20 Feb 2006 22:32:39 +0000 (22:32 +0000)]
Fix to stop new code treating all KICK messages as server KICKs

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

18 years agoPropogation of remote kicks (testy test)
brain [Mon, 20 Feb 2006 22:25:56 +0000 (22:25 +0000)]
Propogation of remote kicks (testy test)

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

18 years agoFix for hide-ulines in /links
brain [Mon, 20 Feb 2006 22:02:18 +0000 (22:02 +0000)]
Fix for hide-ulines in /links

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

18 years agoConfigure no longer allows gcc 2.x compilers AT ALL >:)
brain [Mon, 20 Feb 2006 00:46:58 +0000 (00:46 +0000)]
Configure no longer allows gcc 2.x compilers AT ALL >:)

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

18 years agoAIEEE fucking overloaded operators
brain [Sun, 19 Feb 2006 23:21:41 +0000 (23:21 +0000)]
AIEEE fucking overloaded operators

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

18 years agoMore tweaks
brain [Sun, 19 Feb 2006 23:19:25 +0000 (23:19 +0000)]
More tweaks

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

18 years agoTweaks
brain [Sun, 19 Feb 2006 23:17:17 +0000 (23:17 +0000)]
Tweaks

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

18 years agoAdded + and == operators between std::string and irc::string.
brain [Sun, 19 Feb 2006 23:14:37 +0000 (23:14 +0000)]
Added + and == operators between std::string and irc::string.
Its too late at night to wrestle with the = operator, this can wait for another time.

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

18 years agoRemoved the 'one of' check for <dns>
brain [Sun, 19 Feb 2006 21:35:42 +0000 (21:35 +0000)]
Removed the 'one of' check for <dns>

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

18 years ago<dns:server> is now optional
brain [Sun, 19 Feb 2006 21:34:32 +0000 (21:34 +0000)]
<dns:server> is now optional

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

18 years agoThrows exception on failed GetIOHook()
brain [Sun, 19 Feb 2006 20:46:35 +0000 (20:46 +0000)]
Throws exception on failed GetIOHook()

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

18 years agoAdded check for if the servername contains a '.', if not append one on rehash
brain [Sun, 19 Feb 2006 20:44:17 +0000 (20:44 +0000)]
Added check for if the servername contains a '.', if not append one on rehash
Added retrieval of nameserver from /etc/resolv.conf if <dns:server> is not defined.

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

18 years agoMoved to 1.0.2+SVN
brain [Sun, 19 Feb 2006 19:26:40 +0000 (19:26 +0000)]
Moved to 1.0.2+SVN

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

18 years agoMoved to 1.0.1 release
brain [Sun, 19 Feb 2006 17:23:21 +0000 (17:23 +0000)]
Moved to 1.0.1 release

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

18 years agoRemoved unneeded {}'s
brain [Sun, 19 Feb 2006 16:20:34 +0000 (16:20 +0000)]
Removed unneeded {}'s

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

18 years agoTesting \exception doxygen tag that *should* work
brain [Sun, 19 Feb 2006 16:15:28 +0000 (16:15 +0000)]
Testing \exception doxygen tag that *should* work

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

18 years agoThis was back to front and threw an exception when the command DIDNT exist (whoooops!)
brain [Sun, 19 Feb 2006 15:59:57 +0000 (15:59 +0000)]
This was back to front and threw an exception when the command DIDNT exist (whoooops!)

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

18 years agoReturn false after catching a module exception
brain [Sun, 19 Feb 2006 15:58:47 +0000 (15:58 +0000)]
Return false after catching a module exception

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

18 years agoI repeat, missing semicolons are bad
brain [Sun, 19 Feb 2006 15:31:28 +0000 (15:31 +0000)]
I repeat, missing semicolons are bad

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

18 years agoMissing semicolons are bad.
brain [Sun, 19 Feb 2006 15:28:48 +0000 (15:28 +0000)]
Missing semicolons are bad.

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

18 years agoForgot to commit this?
brain [Sun, 19 Feb 2006 15:26:07 +0000 (15:26 +0000)]
Forgot to commit this?

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

18 years agoServer::AddExtendedMode and Server::AddCommand will now throw exceptions when adding...
brain [Sun, 19 Feb 2006 15:21:51 +0000 (15:21 +0000)]
Server::AddExtendedMode and Server::AddCommand will now throw exceptions when adding a bad mode or already existing command. If the module constructor does not handle this exception, this will abort the module's constructor, forbidding loading of modules which are unable to function (smart eh)

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

18 years agoMore exception throwing in constructors
brain [Sun, 19 Feb 2006 15:09:24 +0000 (15:09 +0000)]
More exception throwing in constructors

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

18 years agoAdded FilterException and throw code
brain [Sun, 19 Feb 2006 15:03:11 +0000 (15:03 +0000)]
Added FilterException and throw code

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

18 years agoAdded exception thrower
brain [Sun, 19 Feb 2006 15:00:23 +0000 (15:00 +0000)]
Added exception thrower

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

18 years agoApparently to catch descendent classes we need to catch a reference to the parent...
brain [Sun, 19 Feb 2006 14:53:06 +0000 (14:53 +0000)]
Apparently to catch descendent classes we need to catch a reference to the parent, not the parent itself

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

18 years agoMade a booboo
brain [Sun, 19 Feb 2006 14:46:48 +0000 (14:46 +0000)]
Made a booboo

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

18 years agoAdded exception handling for module loading
brain [Sun, 19 Feb 2006 14:44:32 +0000 (14:44 +0000)]
Added exception handling for module loading

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

18 years agoShould fix case insensitivity issue
brain [Sun, 19 Feb 2006 13:07:27 +0000 (13:07 +0000)]
Should fix case insensitivity issue

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

18 years ago- Don't allow invalid channel names in /mode #chan +L #chan
w00t [Sun, 19 Feb 2006 11:27:00 +0000 (11:27 +0000)]
- Don't allow invalid channel names in /mode #chan +L #chan

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

18 years agoAdded MAXPARA=32 to 005 (no other ircd has this, or allows a larger MAXPARA but its...
brain [Sat, 18 Feb 2006 00:01:28 +0000 (00:01 +0000)]
Added MAXPARA=32 to 005 (no other ircd has this, or allows a larger MAXPARA but its worth advertising this feature in case a client chooses to support it in the future)

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

18 years agoUpdate mode lists, fix mode lists, and alphabeticalise mode lists (:/!)
om [Thu, 16 Feb 2006 19:50:22 +0000 (19:50 +0000)]
Update mode lists, fix mode lists, and alphabeticalise mode lists (:/!)

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

18 years agoBad maths, bad! go sit in the corner
brain [Thu, 16 Feb 2006 19:13:45 +0000 (19:13 +0000)]
Bad maths, bad! go sit in the corner

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

18 years agoMore debug
brain [Thu, 16 Feb 2006 19:11:26 +0000 (19:11 +0000)]
More debug

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

18 years agoNew tweak doesnt work yet, dont use
brain [Thu, 16 Feb 2006 18:59:57 +0000 (18:59 +0000)]
New tweak doesnt work yet, dont use

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

18 years agoExtra tweak for exceptional condition
brain [Thu, 16 Feb 2006 18:57:11 +0000 (18:57 +0000)]
Extra tweak for exceptional condition

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

18 years agoExperimental speed improvement to sending encrypted lines
brain [Thu, 16 Feb 2006 18:56:20 +0000 (18:56 +0000)]
Experimental speed improvement to sending encrypted lines

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

18 years agoExtra logging to log bad opertypes coming in from remotes
brain [Thu, 16 Feb 2006 18:51:17 +0000 (18:51 +0000)]
Extra logging to log bad opertypes coming in from remotes

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

18 years agoChecking to prevent dodgy opertypes (opertypes must follow the same syntax as nicks...
brain [Thu, 16 Feb 2006 18:49:48 +0000 (18:49 +0000)]
Checking to prevent dodgy opertypes (opertypes must follow the same syntax as nicks now)

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

18 years agoExtra checking and exception handling in InspSocket::Write
brain [Thu, 16 Feb 2006 18:39:25 +0000 (18:39 +0000)]
Extra checking and exception handling in InspSocket::Write

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

18 years agoTest for bug reported by TDC
brain [Wed, 15 Feb 2006 21:33:21 +0000 (21:33 +0000)]
Test for bug reported by TDC

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

18 years agoYet more logging
brain [Wed, 15 Feb 2006 21:28:26 +0000 (21:28 +0000)]
Yet more logging

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

18 years agoExtra error logging
brain [Wed, 15 Feb 2006 21:25:17 +0000 (21:25 +0000)]
Extra error logging

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

18 years agoFixed broken /oper
brain [Wed, 15 Feb 2006 20:53:28 +0000 (20:53 +0000)]
Fixed broken /oper

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

18 years agoMoved custom_mode_params to per-channel
brain [Wed, 15 Feb 2006 20:30:29 +0000 (20:30 +0000)]
Moved custom_mode_params to per-channel

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

18 years agoSped up disabled commands check
brain [Wed, 15 Feb 2006 19:25:35 +0000 (19:25 +0000)]
Sped up disabled commands check

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

18 years agoRemoved a whole lot of strchr's looking for mode +o where we can do if *user->oper
brain [Wed, 15 Feb 2006 19:23:01 +0000 (19:23 +0000)]
Removed a whole lot of strchr's looking for mode +o where we can do if *user->oper

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

18 years agoNow has no strchr() at all.
brain [Wed, 15 Feb 2006 19:10:44 +0000 (19:10 +0000)]
Now has no strchr() at all.

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

18 years agoAll the messing with these files someone did and they didnt notice we listed gcc2...
brain [Wed, 15 Feb 2006 19:01:20 +0000 (19:01 +0000)]
All the messing with these files someone did and they  didnt notice we listed gcc2 as supported :P

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

18 years ago- More formatting changes
w00t [Wed, 15 Feb 2006 05:34:23 +0000 (05:34 +0000)]
- More formatting changes

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

18 years ago- Made some notes about potentially restructuring things a bit
w00t [Wed, 15 Feb 2006 04:57:54 +0000 (04:57 +0000)]
- Made some notes about potentially restructuring things a bit

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

18 years ago- Useless loop removed
w00t [Wed, 15 Feb 2006 04:50:41 +0000 (04:50 +0000)]
- Useless loop removed
- Intenting cleaned up
- command_parse stuff (really) needs proper going over and at least commenting what stuff does.

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

18 years agoThis was there for a reason after all.
w00t [Wed, 15 Feb 2006 04:18:23 +0000 (04:18 +0000)]
This was there for a reason after all.

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

18 years ago- Fixed some HORRIBLE indenting. Tabs, please.
w00t [Wed, 15 Feb 2006 04:04:57 +0000 (04:04 +0000)]
- Fixed some HORRIBLE indenting. Tabs, please.
- Fixed channel keys being case insensetive.
- Added a 'XXX' fixme.

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

18 years ago- Moved example configuration from docs/ to conf/.. Why did we have two example confs?
w00t [Wed, 15 Feb 2006 03:30:48 +0000 (03:30 +0000)]
- Moved example configuration from docs/ to conf/.. Why did we have two example confs?

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

18 years ago- Docs update, b4 was a LONG time ago.
w00t [Wed, 15 Feb 2006 03:26:06 +0000 (03:26 +0000)]
- Docs update, b4 was a LONG time ago.

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

18 years ago- Minor documentation updates here, someone really needs to sit down and rework it...
w00t [Wed, 15 Feb 2006 03:16:20 +0000 (03:16 +0000)]
- Minor documentation updates here, someone really needs to sit down and rework it a bit ;p

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

18 years ago- Manually bump revision ID, apparantly it's stopped doing it itself...
w00t [Wed, 15 Feb 2006 03:10:26 +0000 (03:10 +0000)]
- Manually bump revision ID, apparantly it's stopped doing it itself...

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

18 years ago- Oops, missed two includes
w00t [Wed, 15 Feb 2006 03:01:31 +0000 (03:01 +0000)]
- Oops, missed two includes

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

18 years ago- Check for +K before bothing to assemble knock message
w00t [Wed, 15 Feb 2006 02:58:20 +0000 (02:58 +0000)]
- Check for +K before bothing to assemble knock message

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

18 years ago- Nazi stylistic changes.
w00t [Wed, 15 Feb 2006 02:56:37 +0000 (02:56 +0000)]
- Nazi stylistic changes.

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

18 years ago- Incorrect
w00t [Wed, 15 Feb 2006 02:54:15 +0000 (02:54 +0000)]
- Incorrect

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

18 years ago- Anal tidy of some comments
w00t [Wed, 15 Feb 2006 02:51:52 +0000 (02:51 +0000)]
- Anal tidy of some comments

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