]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
16 years agoCache the culllist' GetUser() return. Looks cleaner.
w00t [Tue, 16 Oct 2007 12:55:47 +0000 (12:55 +0000)]
Cache the culllist' GetUser() return. Looks cleaner.

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

16 years agoRemove second overridden (fully duplicated :/) copy of GetIPString which copies into...
w00t [Tue, 16 Oct 2007 10:29:01 +0000 (10:29 +0000)]
Remove second overridden (fully duplicated :/) copy of GetIPString which copies into a user specified buffer. It's not used anywhere, and is duplication ;(

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

16 years agoTypo fix
w00t [Tue, 16 Oct 2007 10:22:31 +0000 (10:22 +0000)]
Typo fix

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

16 years agoUpdate a comment
w00t [Tue, 16 Oct 2007 10:21:11 +0000 (10:21 +0000)]
Update a comment

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

16 years agoMove oper classes and types stuff from users to configreader. It may need to go in...
w00t [Mon, 15 Oct 2007 22:33:18 +0000 (22:33 +0000)]
Move oper classes and types stuff from users to configreader. It may need to go in a class, I'm not going to investigate that now. Also make HasPermission() a bit easier to read via same changes I did in command_parse, but the strtok/strdup stuff really really has to go somehow I think..

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

16 years agoApply some readability changes to ProcessCommand, which coincidentally may speed...
w00t [Mon, 15 Oct 2007 22:25:07 +0000 (22:25 +0000)]
Apply some readability changes to ProcessCommand, which coincidentally may speed it up with some compiler optimisation

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

16 years agoMove some other stuff to helperfuncs (uline related, and timestring)
w00t [Mon, 15 Oct 2007 22:10:12 +0000 (22:10 +0000)]
Move some other stuff to helperfuncs (uline related, and timestring)

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

16 years agoFuck. Press save, then commit.
w00t [Mon, 15 Oct 2007 22:07:32 +0000 (22:07 +0000)]
Fuck. Press save, then commit.

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

16 years agoMove InspIRCd::Duration from command_parse to helperfuncs
w00t [Mon, 15 Oct 2007 22:06:10 +0000 (22:06 +0000)]
Move InspIRCd::Duration from command_parse to helperfuncs

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

16 years agoUpdate windows project to include user_resolver.cpp
brain [Mon, 15 Oct 2007 21:36:15 +0000 (21:36 +0000)]
Update windows project to include user_resolver.cpp

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

16 years agoSplit user resolver into its own file.
w00t [Mon, 15 Oct 2007 21:32:41 +0000 (21:32 +0000)]
Split user resolver into its own file.

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

16 years agoMake install the lib, too
brain [Mon, 15 Oct 2007 21:30:24 +0000 (21:30 +0000)]
Make install the lib, too

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

16 years agoThis should be the correct set of tweaks to add user_resolver.cpp.
brain [Mon, 15 Oct 2007 21:25:49 +0000 (21:25 +0000)]
This should be the correct set of tweaks to add user_resolver.cpp.
Maybe as my project for later, this should be an automated process.

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

16 years agoInspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which ident...
w00t [Mon, 15 Oct 2007 21:04:32 +0000 (21:04 +0000)]
InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which ident etc will use.

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

16 years agoInspTimer -> Timer
w00t [Mon, 15 Oct 2007 21:03:30 +0000 (21:03 +0000)]
InspTimer -> Timer

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

16 years agoIn the grand tradition of huge fucking commits:
w00t [Mon, 15 Oct 2007 20:59:05 +0000 (20:59 +0000)]
In the grand tradition of huge fucking commits:
 - chanrec -> Channel
 - userrec -> User
Enjoy.

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

16 years agoclass command_t -> class Command. Whey :D
w00t [Mon, 15 Oct 2007 20:55:55 +0000 (20:55 +0000)]
class command_t -> class Command. Whey :D

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

16 years agoBad Brain, bad. *spank* :p
w00t [Mon, 15 Oct 2007 13:11:41 +0000 (13:11 +0000)]
Bad Brain, bad. *spank* :p

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

16 years agoAnother dodgy count fixed
brain [Sun, 14 Oct 2007 22:33:03 +0000 (22:33 +0000)]
Another dodgy count fixed

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

16 years agoJust to be fucking akward, windows vista seperates multiple nameservers with spaces...
brain [Sun, 14 Oct 2007 22:16:59 +0000 (22:16 +0000)]
Just to be fucking akward, windows vista seperates multiple nameservers with spaces whilst other versions of windows use commas.

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

16 years agoFix the 'total of -1 modules have been loaded' due to new loader
brain [Sun, 14 Oct 2007 22:12:53 +0000 (22:12 +0000)]
Fix the 'total of -1 modules have been loaded' due to new loader

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

16 years agoMake error messages on failure to load command more useful
brain [Sun, 14 Oct 2007 21:16:44 +0000 (21:16 +0000)]
Make error messages on failure to load command more useful

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

16 years agoFix crashing on startup if there was an error condition in win32
brain [Sun, 14 Oct 2007 20:53:44 +0000 (20:53 +0000)]
Fix crashing on startup if there was an error condition in win32

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

16 years agoRemove crashdump stuff
brain [Sun, 14 Oct 2007 20:13:54 +0000 (20:13 +0000)]
Remove crashdump stuff

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

16 years agoPut this back how it was, it didnt help with the fix last night which turned out...
brain [Sun, 14 Oct 2007 19:26:42 +0000 (19:26 +0000)]
Put this back how it was, it didnt help with the fix last night which turned out to be something else

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

16 years agoAdd new spanningtree files to vc80 solution
brain [Sun, 14 Oct 2007 19:23:00 +0000 (19:23 +0000)]
Add new spanningtree files to vc80 solution

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

16 years agoFix indentation
brain [Sun, 14 Oct 2007 19:20:53 +0000 (19:20 +0000)]
Fix indentation

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

16 years agoSplit up spanningtree some more, the filenames should be more intuitive so that devel...
brain [Sun, 14 Oct 2007 19:18:04 +0000 (19:18 +0000)]
Split up spanningtree some more, the filenames should be more intuitive so that developers know where to find stuff (more of this is coming soon)

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

16 years agoChange the way origins are shown in snonotice, for djGrrr :p
brain [Sun, 14 Oct 2007 15:46:16 +0000 (15:46 +0000)]
Change the way origins are shown in snonotice, for djGrrr :p

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

16 years agomove opening of log before opening of config so that failure to open the config can...
brain [Sun, 14 Oct 2007 14:14:15 +0000 (14:14 +0000)]
move opening of log before opening of config so that failure to open the config can be logged

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

16 years agoTweaks
brain [Sun, 14 Oct 2007 00:06:56 +0000 (00:06 +0000)]
Tweaks

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

16 years agoMove some stuff around, this will move a crash to a different place and maybe we...
brain [Sat, 13 Oct 2007 23:52:02 +0000 (23:52 +0000)]
Move some stuff around, this will move a crash to a different place and maybe we'll catch it

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

16 years agoFixes for potential 4 byte memory leak, and crash
brain [Sat, 13 Oct 2007 22:58:16 +0000 (22:58 +0000)]
Fixes for potential 4 byte memory leak, and crash

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

16 years agoAnd some more tweaks to make sure it frees memory :P
brain [Sat, 13 Oct 2007 22:51:46 +0000 (22:51 +0000)]
And some more tweaks to make sure it frees memory :P

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

16 years agoMore fixes to the ident stuff to make sure that one socket doesnt go before the other...
brain [Sat, 13 Oct 2007 22:50:34 +0000 (22:50 +0000)]
More fixes to the ident stuff to make sure that one socket doesnt go before the other, without the one thats left knowing its gone!

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

16 years agoTweaks
brain [Sat, 13 Oct 2007 22:15:00 +0000 (22:15 +0000)]
Tweaks

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

16 years agoShut up, valgrind
brain [Sat, 13 Oct 2007 22:09:46 +0000 (22:09 +0000)]
Shut up, valgrind

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

16 years agoFix uninitialized var that may stop the ping warning from appearing, thanks djGrrr
brain [Sat, 13 Oct 2007 22:02:56 +0000 (22:02 +0000)]
Fix uninitialized var that may stop the ping warning from appearing, thanks djGrrr

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

16 years agoIMPORTANT checks in here that special took out thinking they were no longer required...
brain [Sat, 13 Oct 2007 21:53:55 +0000 (21:53 +0000)]
IMPORTANT checks in here that special took out thinking they were no longer required. Because of the fact that the inspsocket cull comes after the user cull these *are* required.
This was bought up in discussion many weeks ago but i guess we both thought the other had added these back!

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

16 years agoThis fixes a deletion error here, we were using new[] and not using delete[], but...
brain [Sat, 13 Oct 2007 21:34:28 +0000 (21:34 +0000)]
This fixes a deletion error here, we were using new[] and not using delete[], but delete instead.

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

16 years agoAdd sanity checks to the ssl modules so that theres no possibility of an out of range...
brain [Sat, 13 Oct 2007 21:26:50 +0000 (21:26 +0000)]
Add sanity checks to the ssl modules so that theres no possibility of an out of range fd being passed to the events.
The cull_list commit is a tidy-up only.

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

16 years agoFix potential for ssl to block, based on patch submitted by djGrrr, adjusted for...
brain [Sat, 13 Oct 2007 17:13:15 +0000 (17:13 +0000)]
Fix potential for ssl to block, based on patch submitted by djGrrr, adjusted for trunk new socket engine, thanks

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

16 years agoSilent CHGIDENT for ulines to prevent noisyness from anope
brain [Thu, 11 Oct 2007 22:19:46 +0000 (22:19 +0000)]
Silent CHGIDENT for ulines to prevent noisyness from anope

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

16 years agoCheck is off by one, this wont break anything but will cut a character off the set...
brain [Thu, 11 Oct 2007 22:15:58 +0000 (22:15 +0000)]
Check is off by one, this wont break anything but will cut a character off the set ident

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

16 years agoMerge in nenolod's unified build patch from bug #413, thanks
brain [Thu, 11 Oct 2007 21:22:00 +0000 (21:22 +0000)]
Merge in nenolod's unified build patch from bug #413, thanks

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

16 years agoFix for bug #435 and fix return codes (these cannot be localonly for add/remove as...
brain [Thu, 11 Oct 2007 21:10:42 +0000 (21:10 +0000)]
Fix for bug #435 and fix return codes (these cannot be localonly for add/remove as its more efficient to propogate the SILENCE to the remote server so that messages can be blocked there and not routed)

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

16 years agoAdded a warning when 4in6 is used for binding
special [Thu, 11 Oct 2007 18:39:49 +0000 (18:39 +0000)]
Added a warning when 4in6 is used for binding

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

16 years agoFixed bug #437 (Empty userstats setting denies stats to opers too)
special [Wed, 10 Oct 2007 16:20:34 +0000 (16:20 +0000)]
Fixed bug #437 (Empty userstats setting denies stats to opers too)

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

16 years agoChange 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH' just...
brain [Tue, 9 Oct 2007 22:20:09 +0000 (22:20 +0000)]
Change 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH' just to make it obvious to lazy people.

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

16 years agosanity check for existing server in DoFailOver seems to have vanished!
brain [Tue, 9 Oct 2007 15:57:43 +0000 (15:57 +0000)]
sanity check for existing server in DoFailOver seems to have vanished!

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

16 years agoThis should fix m_svshold to not allow the nick to be taken on connect
brain [Sun, 7 Oct 2007 18:49:28 +0000 (18:49 +0000)]
This should fix m_svshold to not allow the nick to be taken on connect

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

16 years agoSupport 501 numeric (its different for user modes compared to channel modes) - thanks...
brain [Sun, 7 Oct 2007 14:07:41 +0000 (14:07 +0000)]
Support 501 numeric (its different for user modes compared to channel modes) - thanks anmaster

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

16 years agodz is determined to crash your ircd :P
special [Sun, 7 Oct 2007 05:51:31 +0000 (05:51 +0000)]
dz is determined to crash your ircd :P

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

16 years agoFixed bug #434 (cycle allows bypassing modes for users outside of the channel). Patch...
special [Sun, 7 Oct 2007 05:50:04 +0000 (05:50 +0000)]
Fixed bug #434 (cycle allows bypassing modes for users outside of the channel). Patch by dz

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

16 years agoI believe the correct spelling is synching not syncing.
brain [Sat, 6 Oct 2007 13:16:03 +0000 (13:16 +0000)]
I believe the correct spelling is synching not syncing.

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

16 years agofix some more typo's! now sleep time
bricker [Sat, 6 Oct 2007 04:15:17 +0000 (04:15 +0000)]
fix some more typo's! now sleep time

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

16 years agoSysadmins can't be sued for malpractice, but surgeons don't have to deal with patient...
om [Fri, 5 Oct 2007 19:34:08 +0000 (19:34 +0000)]
Sysadmins can't be sued for malpractice, but surgeons don't have to deal with patients who install new versions of their own innards.

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

16 years agoDon't think of it as being outnumbered. Think of it as having a wide target selection.
om [Fri, 5 Oct 2007 19:32:45 +0000 (19:32 +0000)]
Don't think of it as being outnumbered. Think of it as having a wide target selection.

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

16 years agoEver wonder why the SAME PEOPLE make up ALL the conspiracy theories?
om [Fri, 5 Oct 2007 19:31:52 +0000 (19:31 +0000)]
Ever wonder why the SAME PEOPLE make up ALL the conspiracy theories?

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

16 years agoA computer once beat me at chess, but it was no match for me at kick boxing.
bricker [Fri, 5 Oct 2007 17:05:23 +0000 (17:05 +0000)]
A computer once beat me at chess, but it was no match for me at kick boxing.

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

16 years agoFrance sucks, but Paris swallows
bricker [Fri, 5 Oct 2007 17:01:43 +0000 (17:01 +0000)]
France sucks, but Paris swallows
just for webs and tiger ;)

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

16 years agoFriendship is like peeing on yourself: everyone can see it, but only you get the...
bricker [Fri, 5 Oct 2007 16:54:42 +0000 (16:54 +0000)]
Friendship is like peeing on yourself: everyone can see it, but only you get the warm feeling that it brings.

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

16 years ago"If at first you don't succeed, skydiving is not for you."
bricker [Fri, 5 Oct 2007 15:59:41 +0000 (15:59 +0000)]
"If at first you don't succeed, skydiving is not for you."

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

16 years agoAdd -lunwind to libraries on openbsd to fix some compile issues (thanks nenolod)
brain [Thu, 4 Oct 2007 21:26:52 +0000 (21:26 +0000)]
Add -lunwind to libraries on openbsd to fix some compile issues (thanks nenolod)

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

16 years agoPROPAGATE this fix
brain [Wed, 3 Oct 2007 18:02:45 +0000 (18:02 +0000)]
PROPAGATE this fix

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

16 years agoResolveriZED the americaniZED Z's and changed them to S (british and proud!)
brain [Wed, 3 Oct 2007 17:55:35 +0000 (17:55 +0000)]
ResolveriZED the americaniZED Z's and changed them to S (british and proud!)

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

16 years agoCut out redundant loop from nickname introductions, also ensure that each UID message...
brain [Wed, 3 Oct 2007 17:51:17 +0000 (17:51 +0000)]
Cut out redundant loop from nickname introductions, also ensure that each UID message is immediately followed by any metadata related to that nickname

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

16 years agoMore random spelling fixes
om [Wed, 3 Oct 2007 17:30:03 +0000 (17:30 +0000)]
More random spelling fixes

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

16 years agoTweaks to icky icky select() engine (thanks Ersan) this MIGHT fix select problems...
brain [Wed, 3 Oct 2007 15:40:23 +0000 (15:40 +0000)]
Tweaks to icky icky select() engine (thanks Ersan) this MIGHT fix select problems, but nobody really uses it anyway.
We've been having more than usual problems due to select() due to epoll not being detected properly and it falling back on select() which isnt as well tested.

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

16 years agomore anal spellchecking
om [Wed, 3 Oct 2007 06:57:40 +0000 (06:57 +0000)]
more anal spellchecking

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

16 years agoWe really do suck at spelling...and not just the american-british disagreements
om [Wed, 3 Oct 2007 06:27:26 +0000 (06:27 +0000)]
We really do suck at spelling...and not just the american-british disagreements

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

16 years agofix a few things, and change customise to customize ;) gotta love those american...
bricker [Wed, 3 Oct 2007 05:16:01 +0000 (05:16 +0000)]
fix a few things, and change customise to customize ;) gotta love those american z's right Brain?

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

16 years agoadded a new quote! (candles)
bricker [Wed, 3 Oct 2007 05:01:04 +0000 (05:01 +0000)]
added a new quote! (candles)

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

16 years agoSomeone please bp this
brain [Tue, 2 Oct 2007 13:13:50 +0000 (13:13 +0000)]
Someone please bp this

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

16 years agoUsers were also being attached to the wrong server names (by uid and not by server...
brain [Sun, 30 Sep 2007 18:16:53 +0000 (18:16 +0000)]
Users were also being attached to the wrong server names (by uid and not by server name) meaning that users werent being quit on squit. this was hampering my efforts to find an unrelated bug

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

16 years agoWhoops, forgot some stuff for when GECOS was moved to position 10 in the UID command...
brain [Sun, 30 Sep 2007 18:14:51 +0000 (18:14 +0000)]
Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID command, this was broken

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

16 years agoMinor change, param for local PING wasnt an SID and should be
brain [Sun, 30 Sep 2007 17:46:52 +0000 (17:46 +0000)]
Minor change, param for local PING wasnt an SID and should be

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

16 years agoparameters[0] -> parameter.c_str()
brain [Sun, 30 Sep 2007 17:31:39 +0000 (17:31 +0000)]
parameters[0] -> parameter.c_str()

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

16 years agomove headers into other filters
brain [Sat, 29 Sep 2007 20:52:19 +0000 (20:52 +0000)]
move headers into other filters

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

16 years agoremove cmd_summon and cmd_users from solution
brain [Sat, 29 Sep 2007 20:44:28 +0000 (20:44 +0000)]
remove cmd_summon and cmd_users from solution

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

16 years agoRemoved extremely verbose debugging from the SSL modules, as I believe that bug has...
special [Sat, 29 Sep 2007 00:15:41 +0000 (00:15 +0000)]
Removed extremely verbose debugging from the SSL modules, as I believe that bug has been fixed (and we don't want this in for release anyway)

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

16 years agoCorrect wording of message in cmd_invite pointed out by Zaba
brain [Fri, 28 Sep 2007 16:15:31 +0000 (16:15 +0000)]
Correct wording of message in cmd_invite pointed out by Zaba

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

16 years agow00t forgot to edit these out.
eggy [Fri, 28 Sep 2007 14:03:39 +0000 (14:03 +0000)]
w00t forgot to edit these out.

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

16 years agoRemove /summon and /users (I think 15+ years of being marked deprecated is enough...
w00t [Thu, 27 Sep 2007 15:48:05 +0000 (15:48 +0000)]
Remove /summon and /users (I think 15+ years of being marked deprecated is enough, really)

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

16 years agoForgot part of the fix for bug #404
special [Thu, 27 Sep 2007 00:11:25 +0000 (00:11 +0000)]
Forgot part of the fix for bug #404

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

16 years agoFixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote server...
special [Wed, 26 Sep 2007 23:49:15 +0000 (23:49 +0000)]
Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote server, which eventually resulted in bad pointers inside the all_opers list

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

16 years agoIs this thing on?
eggy [Wed, 26 Sep 2007 23:05:33 +0000 (23:05 +0000)]
Is this thing on?

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

16 years agoRemove compiler warnings in windows build
brain [Tue, 25 Sep 2007 20:52:17 +0000 (20:52 +0000)]
Remove compiler warnings in windows build

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

16 years agoFix compile error
brain [Tue, 25 Sep 2007 00:50:14 +0000 (00:50 +0000)]
Fix compile error

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

16 years agoFix for bug #415, affects only trunk (wish i'd known this before i started!)
brain [Tue, 25 Sep 2007 00:45:12 +0000 (00:45 +0000)]
Fix for bug #415, affects only trunk (wish i'd known this before i started!)

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

16 years agoFix for bug #407, set ref[fd] AFTER some checks that may return false and leave the...
brain [Tue, 25 Sep 2007 00:29:02 +0000 (00:29 +0000)]
Fix for bug #407, set ref[fd] AFTER some checks that may return false and leave the socket engine in an undefined state

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

16 years agoThe only solution is to hide the killing oper even from other opers, and make them...
brain [Tue, 25 Sep 2007 00:10:00 +0000 (00:10 +0000)]
The only solution is to hide the killing oper even from other opers, and make them read the snomasks. You cant have it both ways, if you want to hide stuff, you HIDE it. Deal with it.

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

16 years agoadded a '!
bricker [Tue, 25 Sep 2007 00:06:24 +0000 (00:06 +0000)]
added a '!

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

16 years agoFinal part of fix for #419
brain [Mon, 24 Sep 2007 23:53:30 +0000 (23:53 +0000)]
Final part of fix for #419

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

16 years agoFix part of bug #419 (source nick showing in KILL message to user with hidekills on)
brain [Mon, 24 Sep 2007 23:49:07 +0000 (23:49 +0000)]
Fix part of bug #419 (source nick showing in KILL message to user with hidekills on)

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

16 years agoFix for bug #424
brain [Mon, 24 Sep 2007 23:42:36 +0000 (23:42 +0000)]
Fix for bug #424

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

16 years agoconformity is yay! ok, fixed some typo's, etc etc...
bricker [Mon, 24 Sep 2007 01:14:52 +0000 (01:14 +0000)]
conformity is yay! ok, fixed some typo's, etc etc...

Just pleasing to the eye for those anal retentive folks ;) more to come.

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

16 years agoRemove InspIRCd::DoOneIteration, throwback to software threading (lulz)
brain [Sun, 23 Sep 2007 19:19:14 +0000 (19:19 +0000)]
Remove InspIRCd::DoOneIteration, throwback to software threading (lulz)

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

16 years agoadd extra modules folder and exclude from build
brain [Sun, 23 Sep 2007 19:10:06 +0000 (19:10 +0000)]
add extra modules folder and exclude from build

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

16 years agoSeems nobody tested this in windows at all, Module::Module(Inst) is not valid in...
brain [Sun, 23 Sep 2007 18:50:32 +0000 (18:50 +0000)]
Seems nobody tested this in windows at all, Module::Module(Inst) is not valid in msvc 8, Module(Inst) must be used in the constructor

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