Search found 7 matches

by ApacheAh64D
Thu Sep 22, 2005 1:24 pm
Forum: Services
Topic: How to Gline or Kline through services
Replies: 23
Views: 15244

I know that...
I never said I don't know

-Tom
by ApacheAh64D
Thu Sep 22, 2005 1:04 am
Forum: Services
Topic: How to Gline or Kline through services
Replies: 23
Views: 15244

Hey,


Could well be, that he is/was unaware that services connect as a server ;).


Well, No. I said

tried :Security GLINE *hostmask* already, but it doesn't work


You don't send commands through the console like this as a normal user..
Thank you though, that looks very interesting. I'm ...
by ApacheAh64D
Wed Sep 21, 2005 11:31 pm
Forum: Services
Topic: How to Gline or Kline through services
Replies: 23
Views: 15244

Hello,

sorry stealth, I didn't see your post. My fault.
Now what is a server-to-server TKL command?

-Tom
by ApacheAh64D
Wed Sep 21, 2005 11:01 pm
Forum: Services
Topic: How to Gline or Kline through services
Replies: 23
Views: 15244

Hey,

well, that's what I did...

Code: Select all

ulines {
	security.server.org;
};

link security.server.org {
	username *;
	hostname *;
	bind-ip *;
	port 6668;
	hub *;
	password-connect "test2"
	password-receive "test";
	class servers;
};


-Tom
by ApacheAh64D
Wed Sep 21, 2005 2:13 pm
Forum: Services
Topic: How to Gline or Kline through services
Replies: 23
Views: 15244

Nevermind, I found out how.
The flags in the u:line must be:

admin;
can_gkline;
can_setq;

Thanks for pointing me to the right direction

-Tom
by ApacheAh64D
Wed Sep 21, 2005 1:38 pm
Forum: Services
Topic: How to Gline or Kline through services
Replies: 23
Views: 15244

Hello,

thanks for the reply. I set up an o:line for the service that has the right flags. It still isn't able to GLINE or KLINE. It always gets the same reply

481 Security :Permission Denied- You do not have the correct IRC operator privileges


I used :Security OPER username password to make it ...
by ApacheAh64D
Wed Sep 21, 2005 1:20 pm
Forum: Services
Topic: How to Gline or Kline through services
Replies: 23
Views: 15244

How to Gline or Kline through services

Hello all,

I am currently working on a security service for our IRC network.
But I have one problem: I don't know how to let my service Gline or Kline other users.
I tried :Security GLINE *hostmask* already, but it doesn't work. The server tells my service that it doesn't have the permission to do ...