Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Jerry Lynn on February 01, 2020, 01:39:29 PM

Title: U Lines
Post by: Jerry Lynn on February 01, 2020, 01:39:29 PM
Should services also be ulined in the services.conf file?
Title: Re: U Lines
Post by: Robby on February 01, 2020, 01:49:47 PM
You mean U-line services itself in its own configuration file? No. You only need to U-line services in your IRC server's configuration.
Title: Re: U Lines
Post by: Lord255 on February 01, 2020, 01:50:58 PM
you mean "ulineservers" ?
no. your ircd should have services ulined. that's all.

see: https://github.com/anope/anope/blob/4d101569f84b046d34bbcbab37904f6003519820/data/example.conf#L508-L516
if you don't have other "services" like stats or whatever, don't even use it. :)

Title: Re: U Lines
Post by: Jerry Lynn on February 01, 2020, 02:01:50 PM
Thanks !
Title: Re: U Lines
Post by: Jerry Lynn on February 01, 2020, 02:08:38 PM
Having kind of an unusual problem.

When someone logs onto the network and they don't identify then get guested if they still dont recover and services releases the nick from svshold in services its still held in a qline on the ircd thus creating the problem. The ircd does however release it after around 25 or 30 minutes but within that time frame its unrecoverable. As far as i know no one has reset anything in either config files and the thing did run great up until  a few weeks ago.
Title: Re: U Lines
Post by: Lord255 on February 01, 2020, 05:02:04 PM
sorry, but i don't understand your question.


here are the settings for nickserv's enforcer:
https://github.com/anope/anope/blob/4d101569f84b046d34bbcbab37904f6003519820/data/nickserv.example.conf#L160-L202

please also read /ns help set kill

in case the user does not provide the pw in 1m (as default i think) nickserv changes the user's nick and put's that into qline.
it lasts 1m or 1.5m, after it the qline will be gone.

either the user waits that time, or he/she can use /ns recover <nick> <pw> and than services releases the hold of the nick.
after that again /nick <nick> will work.


------------------------------------------

btw as we mentioned before, services should be ulined in your ircd config.
in unrealircd the example is here:
https://github.com/unrealircd/unrealircd/blob/b5a205f4f352e59b08336a9958d9c1720f9e2421/doc/conf/examples/example.conf#L247-L253

if you missed these, just update the conf, do a /rehash and check it out.