Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 ... 8 9 [10]
 91 
 on: January 16, 2023, 09:22:50 PM 
Started by chris - Last post by chris
I started a new post since this is similar to low's post but not the same.

server name and password have been edited for security.

Config from Unreal:

Code: [Select]

/* Special SSL/TLS servers-only port for linking */
listen {
        ip *;
        port 6900;
        options { tls; serversonly; }
}

link services.example.com
{
        incoming {
                mask 127.0.0.1;
        }

        password "*************************";

        class servers;
}


and in Anope:

Code: [Select]

uplink
{
        host = "127.0.0.1"
        ipv6 = no
        ssl = yes
        port = 6900
        password = "*************************"
}


Starting Anope up with the above configurations and I get this:

Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1/6900) with protocol UnrealIRCd 4+
Successfully connected to uplink #1 127.0.0.1:6900
Lost connection from uplink #1 (127.0.0.1:6900): Connection reset by peer

If it remove the TLS option from Unreal and change Anope to SSL = no. Then it works.

Anope 2.0.12, build #2, compiled 21:35:45 Jan 15 2023
Using configuration file conf/services.conf
Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1/6900) with protocol UnrealIRCd 4+
Successfully connected to uplink #1 127.0.0.1:6900
Successfully linked, launching into background...


 92 
 on: January 15, 2023, 06:29:31 PM 
Started by Tobi - Last post by Sadie
If you're not a developer you probably want to be using InspIRCd v3 (stable) not v4 (dev).

You can find the docs for that at https://docs.inspircd.org/3/modules/spanningtree/#uline

 93 
 on: January 15, 2023, 03:11:07 PM 
Started by Tobi - Last post by Tobi
 
in the inspirc v4 it is no longer called uline. it <service server="services.example.com" silent="yes">

it works thank you

 94 
 on: January 15, 2023, 02:51:56 PM 
Started by Tobi - Last post by Lord255
did you set your services server as uline?
also: did you mess around with the flags what services bots are having?

 95 
 on: January 15, 2023, 02:50:01 PM 
Started by Tobi - Last post by Tobi
Hello,

Anope 2.0.12
Inspircd inspircd 4.00a18


i get this message on irc no matter what i want to do with nickserv, chanserv


ChanServ is not a network service! Please inform a server operator as soon as possible.


how can i fix this? thanks

Regards


 96 
 on: December 19, 2022, 05:02:46 PM 
Started by Rafael Grether - Last post by Rafael Grether
Hi guys, I need a help.

I modified ACCESS_CHANGE level from 10 to 6 for my channel.
Then I added some operator at level 6 (/cs access #chan add nick 6)

So, this channel operator at level 6, can add other in levels bellow (1 - 5).
BUT this channel operator at level 6, cannot add other OP throw /cs aop #chan add nick

Why? AOP isn't level 5?
If yes, why "/cs access #chan add othernick 5" works for him, but "/cs aop #chan add othernick", don't ?

Many Thanks,
Grether

 97 
 on: December 10, 2022, 01:40:41 PM 
Started by low - Last post by low
So I'm not the first one ;D ;D ;D ;D

 98 
 on: December 10, 2022, 01:36:30 PM 
Started by low - Last post by Lord255
cool :) lots of ppl do that mistake. hehe. :)
(y)

 99 
 on: December 10, 2022, 01:25:52 PM 
Started by low - Last post by low
I managed to get it work, the culprit is the hash. The block is being commented out :-D
Thanks Lord255 for your time and patient

 100 
 on: December 10, 2022, 01:02:20 PM 
Started by low - Last post by Lord255
plz pastebin your conf (the oper block). of course without the pw. :)

Pages: 1 ... 8 9 [10]