Page MenuHomeDevCentral

Allow eggdrops to connect to nickserv at runtime
ClosedPublic

Authored by dereckson on Oct 16 2018, 13:58.
Tags
None
Referenced Files
F2829482: D1931.id4880.diff
Fri, Apr 19, 08:31
Unknown Object (File)
Mon, Apr 15, 01:25
Unknown Object (File)
Sun, Apr 14, 06:14
Unknown Object (File)
Wed, Apr 10, 06:12
Unknown Object (File)
Mon, Apr 8, 12:32
Unknown Object (File)
Mon, Apr 8, 12:31
Unknown Object (File)
Mon, Apr 8, 12:31
Unknown Object (File)
Mon, Apr 8, 12:31
Subscribers
None

Details

Summary

Currently, Freenode is under heavy attack, with a lot of channels
using restricted mode. As such, it's especially important to be
connected to nickserv at startup.

It's possible to ask automatic nickserv login if we set a server
password following the "nickname:password" format.

A difficulty is nickserv passwords is stored in database, and
need the registry command to query it. That requires to
reorder options a little bit, and so it introduces a little
less readable configuration, as TCL scripts and settings are
both split in two.

Reference: https://freenode.net/kb/answer/registration#logging-in

Test Plan

Restart service for Wearg, at login it was connected.

14:18:06 -!- account : Wearg

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Oct 16 2018, 19:35
This revision was automatically updated to reflect the committed changes.