9 Commits (0854c6d60d925bed223f0d7cea2a79e77b8e819f)

Author SHA1 Message Date
Mark Veidemanis 9959231d50 Use substitutions in registration tests 4 years ago
Mark Veidemanis fc3a349cb3 Fix registration cancellation bug in regproc 4 years ago
Mark Veidemanis 45f02c323b Improve authentication detection
Add a negative check in the event we are authenticated and registered,
but not confirmed, as this fools other checks.
4 years ago
Mark Veidemanis e403852778 Error checking in testing for registration message 4 years ago
Mark Veidemanis 77e8ef4c16 Implement authentication checking on connection 4 years ago
Mark Veidemanis f50a40d207
Fixes to auth detection and message parsing
* don't check authentication if the network doesn't need to
  register
* don't pass through muser for ZNC type messages
* avoid duplicate message for queries containing highlights
* make a copy of the cast for metadata analysis to avoid poisoning it
* set up callback for when the instance is authenticated, so we can
  request a LIST immediately if so desired
* separate out seeding functions to populate CHANLIMIT to ease future
  work involving other options, such as PREFIX
4 years ago
Mark Veidemanis 45070b06e2
Implement authentication detection
* pending command to see which instances have never authenticated
* authcheck command to see which instances are not currently
  authenticated
4 years ago
Mark Veidemanis 63c97db12e
Function to select and merge IRC network defs 4 years ago
Mark Veidemanis f90f2fdef7
Implement registration and confirmation of nicks 4 years ago