Page MenuHomeDevCentral

Allow eggdrops to connect to nickserv at runtime
ClosedPublic

Authored by dereckson on Oct 16 2018, 13:58.
Tags
None
Referenced Files
F25160250: D1931.id4877.diff
Thu, Apr 2, 10:09
F25160207: D1931.id4881.diff
Thu, Apr 2, 10:09
F25158500: D1931.id4887.diff
Thu, Apr 2, 08:34
Unknown Object (File)
Tue, Mar 31, 20:57
Unknown Object (File)
Tue, Mar 31, 17:23
Unknown Object (File)
Tue, Mar 31, 17:20
Unknown Object (File)
Tue, Mar 31, 12:26
Unknown Object (File)
Tue, Mar 31, 00:08
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 Passed
Unit
No Test Coverage
Branch
login-to-nickserv (branched from master)
Build Status
Buildable 3003
Build 3251: arc lint + arc unit

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.