]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
17 years agoWarning: Loads of craq logging in here atm. /connect with openssl is broken, gnutls...
brain [Fri, 6 Jul 2007 17:31:44 +0000 (17:31 +0000)]
Warning: Loads of craq logging in here atm. /connect with openssl is broken, gnutls seems fine

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

17 years agoSSL buffering tweaks. NOTE this is not a complete fix till i say so, don't use this...
brain [Fri, 6 Jul 2007 16:14:24 +0000 (16:14 +0000)]
SSL buffering tweaks. NOTE this is not a complete fix till i say so, don't use this in production yet unless youre a masochist.

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

17 years agoAnd fixed a race condition I introduced in the previous commit that could've caused...
special [Fri, 6 Jul 2007 06:42:00 +0000 (06:42 +0000)]
And fixed a race condition I introduced in the previous commit that could've caused the exact same error I was fixing. This is one of those commits that never happened

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

17 years agoFixed the handling of the CTCP TIME reply in m_antibear - it could generate random...
special [Fri, 6 Jul 2007 06:39:45 +0000 (06:39 +0000)]
Fixed the handling of the CTCP TIME reply in m_antibear - it could generate random client errors. Bug #341

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

17 years agoInit the sequence indicator to avoid undefined behaviour. Thx owine.
peavey [Wed, 4 Jul 2007 16:22:23 +0000 (16:22 +0000)]
Init the sequence indicator to avoid undefined behaviour. Thx owine.

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

17 years agoRemoved superfluous semicolons
pippijn [Tue, 3 Jul 2007 16:40:09 +0000 (16:40 +0000)]
Removed superfluous semicolons

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

17 years agoRevert a changed file I didn't want to commit ..
w00t [Tue, 3 Jul 2007 13:21:26 +0000 (13:21 +0000)]
Revert a changed file I didn't want to commit ..

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

17 years agoFix off-by-one reported by Darom in bug #339
w00t [Tue, 3 Jul 2007 11:44:35 +0000 (11:44 +0000)]
Fix off-by-one reported by Darom in bug #339

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

17 years agoWe know this worked... i think.
brain [Mon, 2 Jul 2007 22:53:31 +0000 (22:53 +0000)]
We know this worked... i think.
std::string::reserve might not work the same as this.

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

17 years agostd::string does not need a null terminator..
special [Mon, 2 Jul 2007 22:45:48 +0000 (22:45 +0000)]
std::string does not need a null terminator..

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

17 years agoAdd -Wno-deprecated to prevent an annoyingly stupid gcc4.2 error which stops you...
brain [Sun, 1 Jul 2007 12:36:37 +0000 (12:36 +0000)]
Add -Wno-deprecated to prevent an annoyingly stupid gcc4.2 error which stops you passing a literal string to a char* parameter:
void a(char* foo); ->  a("test") == WARNING on gcc4.2!

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

17 years agoCompile fixes
brain [Sun, 1 Jul 2007 12:22:11 +0000 (12:22 +0000)]
Compile fixes

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

17 years agoOptimizations and code tidyups. QA please check that svsnick and other forced nick...
brain [Sun, 1 Jul 2007 12:06:15 +0000 (12:06 +0000)]
Optimizations and code tidyups. QA please check that svsnick and other forced nick changes still work right after this

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

17 years agoSplit hostmask with XLines::IdentSplit then re-inject into check for proper detection...
peavey [Sat, 30 Jun 2007 19:47:46 +0000 (19:47 +0000)]
Split hostmask with XLines::IdentSplit then re-inject into check for proper detection. Thx owine.

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

17 years agoFixed a bug that caused classes with passwords to instantly disconnect any users...
special [Thu, 28 Jun 2007 17:29:41 +0000 (17:29 +0000)]
Fixed a bug that caused classes with passwords to instantly disconnect any users (thanks Darom). Needs QA

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

17 years agoMade all of the error messages in chg* and set* a bit more uniform, and added a few...
special [Tue, 26 Jun 2007 06:33:41 +0000 (06:33 +0000)]
Made all of the error messages in chg* and set* a bit more uniform, and added a few that were missing

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

17 years agoAdded checks for empty ident/host/gecos in the chg* and set* commands. Patch by Stskeeps
special [Tue, 26 Jun 2007 06:15:14 +0000 (06:15 +0000)]
Added checks for empty ident/host/gecos in the chg* and set* commands. Patch by Stskeeps

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

17 years agoAdded a prompt for certificate expiry time to openssl cert generation. Patch by yell0w
special [Tue, 26 Jun 2007 06:05:39 +0000 (06:05 +0000)]
Added a prompt for certificate expiry time to openssl cert generation. Patch by yell0w

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

17 years agoFixed the order of fields in openssl certificate generation; this would make really...
special [Tue, 26 Jun 2007 05:22:03 +0000 (05:22 +0000)]
Fixed the order of fields in openssl certificate generation; this would make really broken certificates. Thanks to yell0w

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

17 years agoFixed sunos 5.11 support, and a header issue with the ports socketengine. Patch by...
special [Mon, 25 Jun 2007 12:09:24 +0000 (12:09 +0000)]
Fixed sunos 5.11 support, and a header issue with the ports socketengine. Patch by Stskeeps

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

17 years agoFix undocumented windows behaviour where multiple dns servers are packed into one...
brain [Sun, 24 Jun 2007 20:51:22 +0000 (20:51 +0000)]
Fix undocumented windows behaviour where multiple dns servers are packed into one registry key seperated by commas

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

17 years agoThese should not be oper only. Thanks Jobe.
w00t [Sun, 24 Jun 2007 19:10:10 +0000 (19:10 +0000)]
These should not be oper only. Thanks Jobe.

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

17 years agoCheck for TS==0 in FJOIN
brain [Sun, 24 Jun 2007 10:27:35 +0000 (10:27 +0000)]
Check for TS==0 in FJOIN

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

17 years agoDrop fmode with TS of 0, just in case any craq smoking services devs get the idea...
brain [Sun, 24 Jun 2007 08:15:57 +0000 (08:15 +0000)]
Drop fmode with TS of 0, just in case any craq smoking services devs get the idea that this is acceptable instead of actually supporting TS rules

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

17 years agoFix for atheme support (and others) which makes sure CAPAB is always sent before...
brain [Sun, 24 Jun 2007 08:07:59 +0000 (08:07 +0000)]
Fix for atheme support (and others) which makes sure CAPAB is always sent before BURST

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

17 years agoNo no no, the fix to free module factories in loadmodule on error causes a bus error :p
brain [Sat, 23 Jun 2007 18:39:44 +0000 (18:39 +0000)]
No no no, the fix to free module factories in loadmodule on error causes a bus error :p

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

17 years agoApply patch from BuildSmart. Add owner of process to launchd script.
peavey [Fri, 22 Jun 2007 02:34:06 +0000 (02:34 +0000)]
Apply patch from BuildSmart. Add owner of process to launchd script.

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

17 years agoAdd org.inspircd.plist to svn ignore.
peavey [Fri, 22 Jun 2007 02:27:15 +0000 (02:27 +0000)]
Add org.inspircd.plist to svn ignore.

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

17 years agoFix for bug #332. Correctly invalidate old mode before updating it.
peavey [Fri, 22 Jun 2007 02:19:38 +0000 (02:19 +0000)]
Fix for bug #332. Correctly invalidate old mode before updating it.

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

17 years agoApply patch from BuildSmart that fixes an install path.
peavey [Thu, 21 Jun 2007 15:51:30 +0000 (15:51 +0000)]
Apply patch from BuildSmart that fixes an install path.

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

17 years agoApply OSX patch from BuildSmart that fixes installation issues.
peavey [Thu, 21 Jun 2007 04:24:54 +0000 (04:24 +0000)]
Apply OSX patch from BuildSmart that fixes installation issues.

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

17 years agoApply patch from BuildSmart that fixes a few issues on Mac with the logfile path...
peavey [Thu, 21 Jun 2007 01:30:19 +0000 (01:30 +0000)]
Apply patch from BuildSmart that fixes a few issues on Mac with the logfile path and ircdeamon user.

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

17 years agoAdd BuildSmart to contributors for all his work on making inspircd work with Mac.
peavey [Thu, 21 Jun 2007 01:04:33 +0000 (01:04 +0000)]
Add BuildSmart to contributors for all his work on making inspircd work with Mac.

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

17 years agoClarify what generates Makefile, to prevent any new developers making the same mistak...
w00t [Wed, 20 Jun 2007 18:50:49 +0000 (18:50 +0000)]
Clarify what generates Makefile, to prevent any new developers making the same mistakes I did a while back when I was doing some makefile playing.

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

17 years agoMake a comment make a bit more general sense, and indent a nested define.
w00t [Wed, 20 Jun 2007 18:46:32 +0000 (18:46 +0000)]
Make a comment make a bit more general sense, and indent a nested define.

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

17 years agoShort circuit order as before, since they are prolly listed according to what is...
peavey [Wed, 20 Jun 2007 11:06:44 +0000 (11:06 +0000)]
Short circuit order as before, since they are prolly listed according to what is used the most.

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

17 years agoAnd remember it's not only colorcodes we strip :>.
peavey [Wed, 20 Jun 2007 11:04:55 +0000 (11:04 +0000)]
And remember it's not only colorcodes we strip :>.

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

17 years agoFix problem where in certain cases a \0 would be sent out. Thx to network Hak5IRC...
peavey [Wed, 20 Jun 2007 10:16:23 +0000 (10:16 +0000)]
Fix problem where in certain cases a \0 would be sent out. Thx to network Hak5IRC for reporting this.

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

17 years agoSupport duration to set idletime as well as plain seconds. For you Zaba :>
peavey [Tue, 19 Jun 2007 13:18:18 +0000 (13:18 +0000)]
Support duration to set idletime as well as plain seconds. For you Zaba :>

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

17 years agoHelps if it compiles
brain [Mon, 18 Jun 2007 22:53:37 +0000 (22:53 +0000)]
Helps if it compiles

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

17 years agoThis should be safe. Someone test module loading and unloading during use and make...
brain [Mon, 18 Jun 2007 22:49:47 +0000 (22:49 +0000)]
This should be safe. Someone test module loading and unloading during use and make sure stuff doesnt fall over.
Also test some misconfigured modules, e.g. try and load m_services with m_services_account.

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

17 years agofix possible minor memleak in LoadModule. Thx IronLegend.
peavey [Mon, 18 Jun 2007 22:39:25 +0000 (22:39 +0000)]
fix possible minor memleak in LoadModule. Thx IronLegend.

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

17 years agoAdd ISUPPORT SSL token requested by tabris.
brain [Mon, 18 Jun 2007 19:17:40 +0000 (19:17 +0000)]
Add ISUPPORT SSL token requested by tabris.
Syntax: SSL=<ip/host>:<port>[;<ip/host>:<port> ...]
Note that the insp implementation due to API limitations (ick, we have some) will print '*' in the host/ip section, meaning 'bound to all', a client should just connect-back to the ip it connected to initially, on the new port to make use of this.

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

17 years agoI think we're done adding comments to headers. Phew.
brain [Sun, 17 Jun 2007 20:08:34 +0000 (20:08 +0000)]
I think we're done adding comments to headers. Phew.

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

17 years agoMore comments
brain [Sun, 17 Jun 2007 19:54:37 +0000 (19:54 +0000)]
More comments

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

17 years agoComments (lots of, this was really lacking)
brain [Sun, 17 Jun 2007 19:41:46 +0000 (19:41 +0000)]
Comments (lots of, this was really lacking)

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

17 years agoComments
brain [Sun, 17 Jun 2007 19:29:11 +0000 (19:29 +0000)]
Comments

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

17 years agoMore comments
brain [Sun, 17 Jun 2007 19:18:17 +0000 (19:18 +0000)]
More comments

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

17 years agoGuess what i added here?
brain [Sun, 17 Jun 2007 19:05:49 +0000 (19:05 +0000)]
Guess what i added here?

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

17 years agoComments :)
brain [Sun, 17 Jun 2007 19:02:53 +0000 (19:02 +0000)]
Comments :)

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

17 years agoComment stuff that lacks it
brain [Sun, 17 Jun 2007 18:53:27 +0000 (18:53 +0000)]
Comment stuff that lacks it

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

17 years agoComments (lots of)
brain [Sun, 17 Jun 2007 18:45:22 +0000 (18:45 +0000)]
Comments (lots of)

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

17 years agoDoxygen comments for command handlers
brain [Sun, 17 Jun 2007 18:26:13 +0000 (18:26 +0000)]
Doxygen comments for command handlers

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

17 years agoMore comments
brain [Sun, 17 Jun 2007 18:23:25 +0000 (18:23 +0000)]
More comments

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

17 years agoAdd comments
brain [Sun, 17 Jun 2007 18:16:46 +0000 (18:16 +0000)]
Add comments

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

17 years agoComments
brain [Sun, 17 Jun 2007 18:12:29 +0000 (18:12 +0000)]
Comments

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

17 years agoComments
brain [Sun, 17 Jun 2007 18:10:34 +0000 (18:10 +0000)]
Comments

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

17 years agoTons of stuff added since 1.0 is missing documentation comments
brain [Sun, 17 Jun 2007 18:06:55 +0000 (18:06 +0000)]
Tons of stuff added since 1.0 is missing documentation comments

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

17 years agoUpdate this to use CMD_LOCALONLY
w00t [Sun, 17 Jun 2007 14:31:18 +0000 (14:31 +0000)]
Update this to use CMD_LOCALONLY

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

17 years agoModify helpop-full to show SILENCE ext flags. Thanks Zaba.
w00t [Sun, 17 Jun 2007 14:23:44 +0000 (14:23 +0000)]
Modify helpop-full to show SILENCE ext flags. Thanks Zaba.

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

17 years agoExtra comments
brain [Sun, 17 Jun 2007 14:10:34 +0000 (14:10 +0000)]
Extra comments

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

17 years agoLast conversions
w00t [Sun, 17 Jun 2007 14:01:36 +0000 (14:01 +0000)]
Last conversions

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

17 years agoConversions. :D
w00t [Sun, 17 Jun 2007 14:00:28 +0000 (14:00 +0000)]
Conversions. :D

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

17 years agoConversions
w00t [Sun, 17 Jun 2007 13:55:47 +0000 (13:55 +0000)]
Conversions

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

17 years agoConversions..
w00t [Sun, 17 Jun 2007 13:52:07 +0000 (13:52 +0000)]
Conversions..

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

17 years agoConversions.
w00t [Sun, 17 Jun 2007 13:49:01 +0000 (13:49 +0000)]
Conversions.

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

17 years agoConversions
w00t [Sun, 17 Jun 2007 13:45:30 +0000 (13:45 +0000)]
Conversions

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

17 years agoConversions
w00t [Sun, 17 Jun 2007 13:42:17 +0000 (13:42 +0000)]
Conversions

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

17 years agoMore conversions.
w00t [Sun, 17 Jun 2007 13:40:02 +0000 (13:40 +0000)]
More conversions.

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

17 years agoMore (last of extra)
brain [Sun, 17 Jun 2007 13:37:53 +0000 (13:37 +0000)]
More (last of extra)

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

17 years agoMore
brain [Sun, 17 Jun 2007 13:37:02 +0000 (13:37 +0000)]
More

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

17 years agoConversions
w00t [Sun, 17 Jun 2007 13:36:50 +0000 (13:36 +0000)]
Conversions

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

17 years agoMore
brain [Sun, 17 Jun 2007 13:35:07 +0000 (13:35 +0000)]
More

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

17 years agoConversions
w00t [Sun, 17 Jun 2007 13:33:44 +0000 (13:33 +0000)]
Conversions

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

17 years agoConversions
w00t [Sun, 17 Jun 2007 13:31:40 +0000 (13:31 +0000)]
Conversions

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

17 years agoConversions
w00t [Sun, 17 Jun 2007 13:29:37 +0000 (13:29 +0000)]
Conversions

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

17 years agoConversions
w00t [Sun, 17 Jun 2007 13:27:36 +0000 (13:27 +0000)]
Conversions

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

17 years agoMore conversion
w00t [Sun, 17 Jun 2007 13:24:13 +0000 (13:24 +0000)]
More conversion

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

17 years agoMore factory conversion
w00t [Sun, 17 Jun 2007 13:22:53 +0000 (13:22 +0000)]
More factory conversion

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

17 years agoMore conversions
w00t [Sun, 17 Jun 2007 13:16:07 +0000 (13:16 +0000)]
More conversions

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

17 years agoRemove static link stuff
brain [Sun, 17 Jun 2007 13:14:10 +0000 (13:14 +0000)]
Remove static link stuff

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

17 years agoConvert more modules
w00t [Sun, 17 Jun 2007 13:13:38 +0000 (13:13 +0000)]
Convert more modules

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

17 years agoMore
brain [Sun, 17 Jun 2007 13:13:12 +0000 (13:13 +0000)]
More

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

17 years agoMore
brain [Sun, 17 Jun 2007 13:12:13 +0000 (13:12 +0000)]
More

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

17 years agoConvert a few modules
w00t [Sun, 17 Jun 2007 13:11:00 +0000 (13:11 +0000)]
Convert a few modules

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

17 years agoMore
brain [Sun, 17 Jun 2007 13:10:53 +0000 (13:10 +0000)]
More

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

17 years agoFirst two conversions
brain [Sun, 17 Jun 2007 13:06:49 +0000 (13:06 +0000)]
First two conversions

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

17 years agoModule factory and init function in modules turned into a neat macro:
brain [Sun, 17 Jun 2007 13:04:25 +0000 (13:04 +0000)]
Module factory and init function in modules turned into a neat macro:
INIT_MODULE(MyModuleClassName);
Get cracking, w00t :)

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

17 years agoAdd m_chgname to example configuration
w00t [Sun, 17 Jun 2007 12:34:37 +0000 (12:34 +0000)]
Add m_chgname to example configuration

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

17 years agom_chgname. How it works:
w00t [Sun, 17 Jun 2007 12:32:25 +0000 (12:32 +0000)]
m_chgname. How it works:
CHGNAME will be routed to user's local server. There, the user's name is changed, and FNAME is sent back across the network so the name change is actually done.
d3mon, this means you can stop bugging us now ;p.
Feel free to QA this.

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

17 years agoDeprecate remote SQUIT, warn to use RSQUIT instead. RSQUIT supports 1 param too,...
peavey [Sun, 17 Jun 2007 10:06:04 +0000 (10:06 +0000)]
Deprecate remote SQUIT, warn to use RSQUIT instead. RSQUIT supports 1 param too, emulating the old behaviour of SQUIT.

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

17 years agoIsleOfMull it is
brain [Sat, 16 Jun 2007 22:56:14 +0000 (22:56 +0000)]
IsleOfMull it is

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

17 years agoRemove inspircd_config.h and inspircd_se_config.h in configclean (subjob of distclean)
brain [Sat, 16 Jun 2007 20:28:22 +0000 (20:28 +0000)]
Remove inspircd_config.h and inspircd_se_config.h in configclean (subjob of distclean)

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

17 years agoChange to show time/date set and/or time/date to expire, rather than a number of...
brain [Sat, 16 Jun 2007 16:44:18 +0000 (16:44 +0000)]
Change to show time/date set and/or time/date to expire, rather than a number of seconds for each, like in cmd_*line

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

17 years agoRSQUIT/SQUIT is one target only for 1.1. The multi target is going into the 1.2 discu...
peavey [Sat, 16 Jun 2007 11:20:43 +0000 (11:20 +0000)]
RSQUIT/SQUIT is one target only for 1.1. The multi target is going into the 1.2 discussion.

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

17 years agoMinor cleanups, commentage.
om [Sat, 16 Jun 2007 10:55:50 +0000 (10:55 +0000)]
Minor cleanups, commentage.
Stop this trying to block messages with no channel targets (e.g. PMs)

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

17 years agoAnd truly fix rsquit 1 parm crash.
peavey [Fri, 15 Jun 2007 10:15:18 +0000 (10:15 +0000)]
And truly fix rsquit 1 parm crash.

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

17 years agoFix crash on propogation after routed squit has reached it's destination. Thx HiroP.
peavey [Fri, 15 Jun 2007 10:05:39 +0000 (10:05 +0000)]
Fix crash on propogation after routed squit has reached it's destination. Thx HiroP.

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

17 years agoOops forgot to tidy up comments.
peavey [Fri, 15 Jun 2007 03:25:08 +0000 (03:25 +0000)]
Oops forgot to tidy up comments.

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

17 years agoUse PUSH to let remote servers advise of errors.
peavey [Fri, 15 Jun 2007 03:24:09 +0000 (03:24 +0000)]
Use PUSH to let remote servers advise of errors.

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