Page MenuHomeDevCentral

Allow eggdrops to connect to nickserv at runtime
ClosedPublic

Authored by dereckson on Oct 16 2018, 13:58.
Tags
None
Referenced Files
F2748290: D1931.id4879.diff
Fri, Mar 29, 08:19
Unknown Object (File)
Wed, Mar 27, 20:53
Unknown Object (File)
Fri, Mar 22, 13:50
Unknown Object (File)
Thu, Mar 21, 20:15
Unknown Object (File)
Mon, Mar 18, 08:30
Unknown Object (File)
Mon, Mar 18, 08:30
Unknown Object (File)
Mon, Mar 18, 08:30
Unknown Object (File)
Mon, Mar 18, 08:30
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 3002
Build 3250: 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.