Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 ... 7 8 [9] 10
 81 
 on: December 09, 2022, 04:25:08 PM 
Started by low - Last post by low
Greetings!
I'm getting above error on my IRC client, may I know which block location that I need to set so I can login into Operserv.
Thanks!

 82 
 on: December 08, 2022, 04:53:39 PM 
Started by low - Last post by Lord255
suresies. you are welcome! enjoy. :)

 83 
 on: December 08, 2022, 04:17:24 PM 
Started by low - Last post by low
Thanks Lord255, it's working now :-)

Anope 2.0.11, build #2, compiled 05:28:08 Dec  6 2022, flags D
Using configuration file conf/services.conf
Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1/7001) with protocol UnrealIRCd 4+
Successfully connected to uplink #1 127.0.0.1:7001
Successfully linked, launching into background...



i see one problem here:
   options { tls; serversonly; }
remove tls; :)

also in the link block the port is not needed. :)

some help (its in your conf too): https://github.com/anope/anope/blob/211bd80061fd02004c7c2ef258f6404ff708bee6/data/example.conf#L141-L160

 84 
 on: December 07, 2022, 02:55:26 PM 
Started by low - Last post by Lord255
i see one problem here:
   options { tls; serversonly; }
remove tls; :)

also in the link block the port is not needed. :)

some help (its in your conf too): https://github.com/anope/anope/blob/211bd80061fd02004c7c2ef258f6404ff708bee6/data/example.conf#L141-L160

 85 
 on: December 07, 2022, 02:43:14 PM 
Started by low - Last post by low
This is on unrealircd:-


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



/* The link block for services is usually much simpler.
 * For more information about what Services are,
 * see https://www.unrealircd.org/docs/Services
 */

link services.venom.org
{
       
   incoming {
      mask *@127.0.0.1;
                port 7001;
                             
   }

   password "mypassword";

   class servers;
}


This is on anope:-

uplink
{
   /*
    * The IP or hostname of the IRC server you wish to connect Services to.
    * Usually, you will want to connect Services over 127.0.0.1 (aka localhost).
    *
    * NOTE: On some shell providers, this will not be an option.
    */
   host = "127.0.0.1"

   /*
    * Enable if Services should connect using IPv6.
    */
   ipv6 = no

   /*
    * Enable if Services should connect using SSL.
    * You must have an SSL module loaded for this to work.
    */
   ssl = no

   /*
    * The port to connect to.
    * The IRCd *MUST* be configured to listen on this port, and to accept
    * server connections.
    *
    * Refer to your IRCd documentation for how this is to be done.
    */
   port = 7001

   /*
    * The password to send to the IRC server for authentication.
    * This must match the link block on your IRCd.
    *
    * Refer to your IRCd documentation for more information on link blocks.
    */
   password = "mypassword"
}

 86 
 on: December 06, 2022, 10:52:11 PM 
Started by low - Last post by CrazyCat
And you can also turn on debug: https://wiki.anope.org/index.php/2.0/Configuration#Logging and https://www.unrealircd.org/docs/Configuration#Step_2:_specify_where_to_log_to

 87 
 on: December 06, 2022, 04:56:43 PM 
Started by low - Last post by Lord255
did you set a listen port on unrealircd side for port 7001?
did you do a /rehash ?


can you please paste your unreal's link and listen block and anope's uplink block?

 88 
 on: December 06, 2022, 04:48:52 PM 
Started by low - Last post by low
Anope 2.0.11, build #2, compiled 05:28:08 Dec  6 2022, flags D
Using configuration file conf/services.conf
Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1/7001) with protocol UnrealIRCd 4+
Successfully connected to uplink #1 127.0.0.1:7001
Lost connection from uplink #1 (127.0.0.1:7001): Connection reset by peer

 89 
 on: December 06, 2022, 12:04:50 PM 
Started by Zell - Last post by CrazyCat
Bonjour,

Tu ne pourras pas car c'est un mot de passe avec une encryption de type bcrypt qui n'est pas supportée directement par MySQL.

 90 
 on: December 04, 2022, 05:27:48 PM 
Started by Zell - Last post by Zell
Bonjour,

Je cherche a savoir comment utiliser le query du module m_sql_authentication d'anope pour la table wp_users de wordpress.

J'ai fait de multiple test mais je ne trouve pas la solution.
Je précise que lorsque je modifie le mot de passe d'un utilisateur de la table wp_users de wordpress sans hashage, le module d'anope fonctionne correctement.
Les mots de passe de ma table wordpress sont sous la forme $P$BlIadtEJDn3L0Ew3YjV1h4LLSKyMsi.

Quelqu'un aurait mis en place le bon query pour effectuer les tests d'utilisateurs dans cette table ?

Merci beaucoup d'avance.
Jessie - Zell 

Pages: 1 ... 7 8 [9] 10