]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
16 years agoAdd module implementing +b p: - channel part message extban. Breaks compile currently...
w00t [Wed, 2 Jul 2008 15:08:57 +0000 (15:08 +0000)]
Add module implementing +b p: - channel part message extban. Breaks compile currently as API isn't quite going to let me do this, adding as a reminder to force me to do it tomorrow. (let's see if it works)

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

16 years agoBack out the incomplete linebuffering stuff that shouldn't have been committed..
w00t [Wed, 2 Jul 2008 14:22:48 +0000 (14:22 +0000)]
Back out the incomplete linebuffering stuff that shouldn't have been committed..

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

16 years agoForward port r9946: make SVSHOLD silent to avoid useless irritation to opers
w00t [Wed, 2 Jul 2008 14:20:38 +0000 (14:20 +0000)]
Forward port r9946: make SVSHOLD silent to avoid useless irritation to opers

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

16 years agoFix an off-by-one which could possibly perhaps cause djGrrr/satmd's bug by dropping...
w00t [Wed, 2 Jul 2008 03:21:53 +0000 (03:21 +0000)]
Fix an off-by-one which could possibly perhaps cause djGrrr/satmd's bug by dropping a read buffer into the bit bucket if it was of an exact enough size to cause problems. No guarentees.

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

16 years agooh forgot, thanks psychon for noticing the PATH_MAX and limits problem :)
peavey [Tue, 1 Jul 2008 18:48:22 +0000 (18:48 +0000)]
oh forgot, thanks psychon for noticing the PATH_MAX and limits problem :)

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

16 years agoinclude limits to get correct PATH_MAX where available
peavey [Tue, 1 Jul 2008 18:04:35 +0000 (18:04 +0000)]
include limits to get correct PATH_MAX where available

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

16 years agoMake gcc 4.3 whine less
peavey [Fri, 27 Jun 2008 17:39:43 +0000 (17:39 +0000)]
Make gcc 4.3 whine less

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

16 years agoYet another module priority shuffler fix from Phoenix, bad phoenix bad bad\!
brain [Thu, 26 Jun 2008 17:42:12 +0000 (17:42 +0000)]
Yet another module priority shuffler fix from Phoenix, bad phoenix bad bad\!

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

16 years agoMerge in patch from nenolod to make channelmode +z not count ulined clients when...
brain [Thu, 26 Jun 2008 17:33:25 +0000 (17:33 +0000)]
Merge in patch from nenolod to make channelmode +z not count ulined clients when determining if all users on a channel are ssl before setting the mode. Thanks nenolod.

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

16 years agoModule priority 'shuffler' fix from Phoenix, bounds checks
brain [Tue, 24 Jun 2008 17:17:59 +0000 (17:17 +0000)]
Module priority 'shuffler' fix from Phoenix, bounds checks

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

16 years agoModule priority 'shuffler' suggestion from Phoenix, needs some testing but works...
brain [Tue, 24 Jun 2008 16:43:34 +0000 (16:43 +0000)]
Module priority 'shuffler' suggestion from Phoenix, needs some testing but works ok for him

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

16 years agoThis is more correct, thanks Phoenix
brain [Tue, 24 Jun 2008 16:27:16 +0000 (16:27 +0000)]
This is more correct, thanks Phoenix

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

16 years agoMerge swhois patch from jackmcbarn
brain [Sun, 22 Jun 2008 16:02:13 +0000 (16:02 +0000)]
Merge swhois patch from jackmcbarn

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

16 years agoChange the value of number of secs in a year to be 31557600 for Duration() with ...
brain [Sat, 21 Jun 2008 13:18:25 +0000 (13:18 +0000)]
Change the value of number of secs in a year to be 31557600 for Duration() with 'y' value. This is 365.25 days slightly more accurate than 365 days.

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

16 years agoUpdated svn:ignore for src/modules/ with some newer files from src/modules/extra/
special [Fri, 20 Jun 2008 02:40:47 +0000 (02:40 +0000)]
Updated svn:ignore for src/modules/ with some newer files from src/modules/extra/

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

16 years agoIt is unnecessary and rather less efficient to use memmove() everywhere; it's only...
special [Fri, 20 Jun 2008 02:04:53 +0000 (02:04 +0000)]
It is unnecessary and rather less efficient to use memmove() everywhere; it's only needed when the buffers may overlap.

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

16 years agoWhos been commiting a quarter of a fix?
brain [Thu, 19 Jun 2008 23:51:28 +0000 (23:51 +0000)]
Whos been commiting a quarter of a fix?

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

16 years agoProperly clear the bandwidth measurements
brain [Wed, 18 Jun 2008 21:39:51 +0000 (21:39 +0000)]
Properly clear the bandwidth measurements

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

16 years agomore fixes
brain [Wed, 18 Jun 2008 21:09:41 +0000 (21:09 +0000)]
more fixes

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

16 years agomore fixes
brain [Wed, 18 Jun 2008 20:51:22 +0000 (20:51 +0000)]
more fixes

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

16 years agoanother fix just to piss off people who are trying to build every svn revision
brain [Wed, 18 Jun 2008 20:34:12 +0000 (20:34 +0000)]
another fix just to piss off people who are trying to build every svn revision

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

16 years agoFix typo
brain [Wed, 18 Jun 2008 20:28:49 +0000 (20:28 +0000)]
Fix typo

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

16 years agoMeasure bandwidth statistics from the socket engine (kiloBITS per second in, out...
brain [Wed, 18 Jun 2008 20:27:47 +0000 (20:27 +0000)]
Measure bandwidth statistics from the socket engine (kiloBITS per second in, out, total) and display them in /stats z plus send them via the named pipe to the windows gui

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

16 years agoAdd the rest of the stuff for named pipe comms, including feedback information, and...
brain [Wed, 18 Jun 2008 18:54:25 +0000 (18:54 +0000)]
Add the rest of the stuff for named pipe comms, including feedback information, and fix a bug in configreader that made it load the core commands every rehash

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

16 years agoIPC now provides feedback via the named pipe, right now the data is just the server...
brain [Sun, 15 Jun 2008 20:29:10 +0000 (20:29 +0000)]
IPC now provides feedback via the named pipe, right now the data is just the server name

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

16 years agoIPC now works for receiving one-byte commands in the same manner as the mailslot.
brain [Sun, 15 Jun 2008 19:26:58 +0000 (19:26 +0000)]
IPC now works for receiving one-byte commands in the same manner as the mailslot.

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

16 years agoBase stuff for named pipe IPC
brain [Sun, 15 Jun 2008 16:21:09 +0000 (16:21 +0000)]
Base stuff for named pipe IPC

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

16 years agoDefined too early
brain [Sun, 15 Jun 2008 11:57:01 +0000 (11:57 +0000)]
Defined too early

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

16 years agoDefine PATH_MAX if its not already defined
brain [Sun, 15 Jun 2008 11:53:04 +0000 (11:53 +0000)]
Define PATH_MAX if its not already defined

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

16 years agoDocument hidekills, bug #561
brain [Sat, 14 Jun 2008 23:58:53 +0000 (23:58 +0000)]
Document hidekills, bug #561

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

16 years agoFix m_shun as per bug #560 reported by Casey, thanks
brain [Sat, 14 Jun 2008 23:08:11 +0000 (23:08 +0000)]
Fix m_shun as per bug #560 reported by Casey, thanks

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

16 years agoWin32 compilation fixes
brain [Fri, 13 Jun 2008 17:52:11 +0000 (17:52 +0000)]
Win32 compilation fixes

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

16 years agoChange wording of a log message
brain [Thu, 12 Jun 2008 22:26:34 +0000 (22:26 +0000)]
Change wording of a log message

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

16 years agoMAXBUF messes these up
pippijn [Thu, 12 Jun 2008 21:40:17 +0000 (21:40 +0000)]
MAXBUF messes these up

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

16 years agofixed
pippijn [Thu, 12 Jun 2008 21:34:02 +0000 (21:34 +0000)]
fixed

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

16 years agooptimise string comparison.. this time I've done it right.. sheesh shitty C++ name...
pippijn [Thu, 12 Jun 2008 21:25:46 +0000 (21:25 +0000)]
optimise string comparison.. this time I've done it right.. sheesh shitty C++ name lookup :-(

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

16 years agorevert for now..
pippijn [Thu, 12 Jun 2008 21:09:04 +0000 (21:09 +0000)]
revert for now..

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

16 years agofor real
pippijn [Thu, 12 Jun 2008 21:04:37 +0000 (21:04 +0000)]
for real

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

16 years agowe are C++, not C
pippijn [Thu, 12 Jun 2008 21:04:10 +0000 (21:04 +0000)]
we are C++, not C

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

16 years agooptimise string-to-literal comparison while we are at it
pippijn [Thu, 12 Jun 2008 21:00:48 +0000 (21:00 +0000)]
optimise string-to-literal comparison while we are at it

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

16 years agoRemove PATH_MAX because some retard removed it
brain [Thu, 12 Jun 2008 19:47:52 +0000 (19:47 +0000)]
Remove PATH_MAX because some retard removed it

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

16 years agoNow builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, why couldn...
brain [Thu, 12 Jun 2008 19:29:42 +0000 (19:29 +0000)]
Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, why couldnt you just use TR1 from the start???

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

16 years agoFix to allow namespace std { namespace tr1 {
brain [Thu, 12 Jun 2008 18:17:28 +0000 (18:17 +0000)]
Fix to allow namespace std { namespace tr1 {

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

16 years agoThis should do the job, dont quote me on it.
brain [Thu, 12 Jun 2008 17:40:40 +0000 (17:40 +0000)]
This should do the job, dont quote me on it.

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

16 years agoExtra configure detection for the gcc minor version (we took this out when we removed...
brain [Thu, 12 Jun 2008 17:07:23 +0000 (17:07 +0000)]
Extra configure detection for the gcc minor version (we took this out when we removed support for gcc < 3, but now we need it back for gcc 4.3 :p

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

16 years agoMerge in patch from bug #557, thanks for the feature jackmcbarn
brain [Thu, 12 Jun 2008 16:32:02 +0000 (16:32 +0000)]
Merge in patch from bug #557, thanks for the feature jackmcbarn

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

16 years agoDont even bother to do the ldap bind if the password given is empty (performance...
brain [Wed, 11 Jun 2008 21:19:28 +0000 (21:19 +0000)]
Dont even bother to do the ldap bind if the password given is empty (performance boost)

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

16 years agofixed some indentation and spacing in modules
pippijn [Wed, 11 Jun 2008 11:35:23 +0000 (11:35 +0000)]
fixed some indentation and spacing in modules

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

16 years agoremoved useless "else"
pippijn [Wed, 11 Jun 2008 02:24:01 +0000 (02:24 +0000)]
removed useless "else"

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

16 years agoChange wording of message: You are not permitted to remove privileges from %s services
brain [Tue, 10 Jun 2008 23:27:29 +0000 (23:27 +0000)]
Change wording of message: You are not permitted to remove privileges from %s services

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

16 years agoReally smart extra stuff in the deop check
brain [Tue, 10 Jun 2008 23:24:06 +0000 (23:24 +0000)]
Really smart extra stuff in the deop check

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

16 years agoAdd deop protection for services, bug #554
brain [Tue, 10 Jun 2008 23:14:32 +0000 (23:14 +0000)]
Add deop protection for services, bug #554

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

16 years agoSomething we can do in 1.2 that we cant really do neatly in 1.1 - allow for the chann...
brain [Mon, 9 Jun 2008 22:57:56 +0000 (22:57 +0000)]
Something we can do in 1.2 that we cant really do neatly in 1.1 - allow for the channel list sizes to be enforced only locally

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

16 years agoSlight adjustment to our standard to avoid an obvious race condition found by anmaste...
brain [Mon, 9 Jun 2008 17:09:53 +0000 (17:09 +0000)]
Slight adjustment to our standard to avoid an obvious race condition found by anmaster and nenolod, only really reported by neno. Thanks :p

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

16 years agoProperly ignore second STARTTLS request on same socket, as per our spec
brain [Sun, 8 Jun 2008 23:48:19 +0000 (23:48 +0000)]
Properly ignore second STARTTLS request on same socket, as per our spec

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

16 years agoIgnore CAP from clients that have already registered
brain [Sun, 8 Jun 2008 22:33:55 +0000 (22:33 +0000)]
Ignore CAP from clients that have already registered

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

16 years agoDont announce successful rehash if bail is set to true (e.g. we're booting)
brain [Sun, 8 Jun 2008 21:32:48 +0000 (21:32 +0000)]
Dont announce successful rehash if bail is set to true (e.g. we're booting)

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

16 years ago1.2.0a4+Angus (Yummeh!)
brain [Sun, 8 Jun 2008 18:28:26 +0000 (18:28 +0000)]
1.2.0a4+Angus (Yummeh!)

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

16 years agoAdd module that allows hiding of MAP and LINKS as per ircu, e.g. ":server.name NOTICE...
brain [Sun, 8 Jun 2008 16:44:14 +0000 (16:44 +0000)]
Add module that allows hiding of MAP and LINKS as per ircu, e.g. ":server.name NOTICE nick :The /MAP command has been disabled, visit: url"
URL is configurable in the config file, blocks LINKS and MAP for non-opers.

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

16 years agoMore useful error reporting that give closer line numbers, so long as you can read...
brain [Sun, 8 Jun 2008 15:47:45 +0000 (15:47 +0000)]
More useful error reporting that give closer line numbers, so long as you can read them :p

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

16 years agoConfig reader strictness: check for escape sequences (\" etc) outside of a quoted...
brain [Sun, 8 Jun 2008 14:50:54 +0000 (14:50 +0000)]
Config reader strictness: check for escape sequences (\" etc) outside of a quoted section and deny it

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

16 years agoMake checks more strict
brain [Sun, 8 Jun 2008 14:46:41 +0000 (14:46 +0000)]
Make checks more strict

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

16 years agoBitch when we find stray characters outside of a tag, this will track down a lot...
brain [Sun, 8 Jun 2008 14:43:37 +0000 (14:43 +0000)]
Bitch when we find stray characters outside of a tag, this will track down a lot of config errors that arent noticed till the end of the file at present

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

16 years agoAllow 0-9 in tag/key names, and special check for > and \n
brain [Sun, 8 Jun 2008 14:37:47 +0000 (14:37 +0000)]
Allow 0-9 in tag/key names, and special check for > and \n

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

16 years agoCheck in tag names too
brain [Sun, 8 Jun 2008 14:25:09 +0000 (14:25 +0000)]
Check in tag names too

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

16 years agoCheck for invalid characters in keys, will catch config errors earlier and closer...
brain [Sun, 8 Jun 2008 14:21:21 +0000 (14:21 +0000)]
Check for invalid characters in keys, will catch config errors earlier and closer to the actual error line. Valid values in key names are [A-Za-z_]

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

16 years agoFix #551
brain [Sun, 8 Jun 2008 00:14:05 +0000 (00:14 +0000)]
Fix #551

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

16 years agoRemove this debug line, eliminating its pointless warning
brain [Fri, 6 Jun 2008 23:12:04 +0000 (23:12 +0000)]
Remove this debug line, eliminating its pointless warning

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

16 years agoAnd fix typo that came with it
brain [Fri, 6 Jun 2008 23:05:27 +0000 (23:05 +0000)]
And fix typo that came with it

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

16 years agoFix bug from std::string porting, thanks ThunderHacker
brain [Fri, 6 Jun 2008 23:03:57 +0000 (23:03 +0000)]
Fix bug from std::string porting, thanks ThunderHacker

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

16 years agoAdd patch for bug #549, conf file update from jackmcbarn
brain [Fri, 6 Jun 2008 17:52:47 +0000 (17:52 +0000)]
Add patch for bug #549, conf file update from jackmcbarn

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

16 years agoWhoops, remote users not being counted in map, fix
brain [Fri, 6 Jun 2008 16:50:01 +0000 (16:50 +0000)]
Whoops, remote users not being counted in map, fix

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

16 years agoAbort on matchlist.length() > 450
brain [Fri, 6 Jun 2008 16:19:07 +0000 (16:19 +0000)]
Abort on matchlist.length() > 450

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

16 years agoWhoops eat command not allow it
brain [Fri, 6 Jun 2008 16:13:17 +0000 (16:13 +0000)]
Whoops eat command not allow it

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

16 years agoIf we have > 10 matches to a command, abort and dont try and show the list. This...
brain [Fri, 6 Jun 2008 16:12:38 +0000 (16:12 +0000)]
If we have > 10 matches to a command, abort and dont try and show the list. This stops "/." listing a massive amount of commands too long to show, and keeps things within common sense. :P

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

16 years agoOn ambiguous abbreviation, list all possibilities and eat the command (numeric 420...
brain [Fri, 6 Jun 2008 16:09:23 +0000 (16:09 +0000)]
On ambiguous abbreviation, list all possibilities and eat the command (numeric 420, unused and as close as i could get it to numeric 421, unknown command)

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

16 years agoRemove excessive debug
brain [Fri, 6 Jun 2008 15:49:39 +0000 (15:49 +0000)]
Remove excessive debug

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

16 years agom_abbreviation completed. :)
brain [Fri, 6 Jun 2008 15:47:39 +0000 (15:47 +0000)]
m_abbreviation completed. :)

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

16 years agoMore spanningtree tweaks
brain [Fri, 6 Jun 2008 15:34:43 +0000 (15:34 +0000)]
More spanningtree tweaks

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

16 years agoAnother here too
brain [Fri, 6 Jun 2008 15:32:56 +0000 (15:32 +0000)]
Another here too

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

16 years agoUpdate a header i left out
brain [Fri, 6 Jun 2008 15:31:43 +0000 (15:31 +0000)]
Update a header i left out

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

16 years agoFix compile error
brain [Fri, 6 Jun 2008 15:28:24 +0000 (15:28 +0000)]
Fix compile error

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

16 years agoAllow changing of command string and parameter vector within OnPreCommand, allowing...
brain [Fri, 6 Jun 2008 15:22:07 +0000 (15:22 +0000)]
Allow changing of command string and parameter vector within OnPreCommand, allowing for m_abbreviation and other fancy stuff.
Add basic skeleton module for it

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

16 years agoFix for bug #548 reported by jackmcbarn, away message not unsetting
brain [Tue, 3 Jun 2008 21:18:54 +0000 (21:18 +0000)]
Fix for bug #548 reported by jackmcbarn, away message not unsetting

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

16 years agoya, adding some stuff with DEV LEVEL ACCESS (sorry)
bricker [Tue, 3 Jun 2008 06:51:17 +0000 (06:51 +0000)]
ya, adding some stuff with DEV LEVEL ACCESS (sorry)

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

16 years agoOnly prepare epoll for 25% of maxfds initially; it will grow beyond that as necessary...
special [Sun, 1 Jun 2008 18:36:08 +0000 (18:36 +0000)]
Only prepare epoll for 25% of maxfds initially; it will grow beyond that as necessary, but it's pretty unusual to be loading your server that much. Should save some kernel memory, too

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

16 years agoRemove limits on assigning of oper types. Theres no practical reason to restrict...
brain [Sun, 1 Jun 2008 18:22:42 +0000 (18:22 +0000)]
Remove limits on assigning of oper types. Theres no practical reason to restrict these to nicklen length

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

16 years agoImprove debug output on a few key methods of epoll socketengine, a must when coding...
peavey [Sun, 1 Jun 2008 17:17:17 +0000 (17:17 +0000)]
Improve debug output on a few key methods of epoll socketengine, a must when coding for the socket engine.

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

16 years agoFix warning
w00t [Sun, 1 Jun 2008 14:25:48 +0000 (14:25 +0000)]
Fix warning

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

16 years agoAdd ProtocolInterface::Introduce() to prevent confusion over event ordering, and...
brain [Sun, 1 Jun 2008 14:18:07 +0000 (14:18 +0000)]
Add ProtocolInterface::Introduce() to prevent confusion over event ordering, and allow for more flexible protocol use

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

16 years agoForward port r9825: Fix bug found by the atheme migration testing: +V should never...
w00t [Sat, 31 May 2008 18:44:15 +0000 (18:44 +0000)]
Forward port r9825: Fix bug found by the atheme migration testing: +V should never affect INVITE from a remote issuer

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

16 years agoand another rev bites the dust..thanks dz
bricker [Sat, 31 May 2008 16:58:17 +0000 (16:58 +0000)]
and another rev bites the dust..thanks dz

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

16 years agofix. thanks jackmcbarn and special.
bricker [Sat, 31 May 2008 16:40:49 +0000 (16:40 +0000)]
fix. thanks jackmcbarn and special.

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

16 years agomake the +J msg a little more coherent
bricker [Sat, 31 May 2008 16:28:49 +0000 (16:28 +0000)]
make the +J msg a little more coherent

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

16 years agoremoved duplicate quotes. Thanks jackmcbarn
bricker [Thu, 29 May 2008 20:48:16 +0000 (20:48 +0000)]
removed duplicate quotes. Thanks jackmcbarn

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

16 years agofix
bricker [Thu, 29 May 2008 20:20:02 +0000 (20:20 +0000)]
fix

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

16 years agoinspircd allows him to
bricker [Thu, 29 May 2008 20:18:55 +0000 (20:18 +0000)]
inspircd allows him to

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

16 years agoIf Chuck Norris and InspIRCd met in a dark alley, Chuck Norris would get his first...
bricker [Thu, 29 May 2008 20:12:56 +0000 (20:12 +0000)]
If Chuck Norris and InspIRCd met in a dark alley, Chuck Norris would get his first black eye. Ever.

and lots more :D:D

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

16 years agoApply patch to fix ipv6 builds, contributed by danieldg, thanks :-)
brain [Thu, 29 May 2008 18:46:36 +0000 (18:46 +0000)]
Apply patch to fix ipv6 builds, contributed by danieldg, thanks :-)

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

16 years agoFinally get the headers right on this module.
peavey [Thu, 29 May 2008 02:04:26 +0000 (02:04 +0000)]
Finally get the headers right on this module.

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