15 Commits (3229d9b806f0cce28328ae202d1b7b3526fba4cc)

Author SHA1 Message Date
Mark Veidemanis 3229d9b806 Revert "Reformat project"
This reverts commit 64e3e1160aa76d191740342ab3edc68807f890fb.
2 years ago
Mark Veidemanis 760e43b59a Reformat project 2 years ago
Mark Veidemanis e4a6e0d3c2 Don't attempt to register if it is disabled 2 years ago
Mark Veidemanis 757b22c4a1 Extra error handling around emails 2 years ago
Mark Veidemanis 5c7d71dc99 Fix provisioning with emails 2 years ago
Mark Veidemanis ff1ee63900 Reformat code with pre-commit 2 years ago
Mark Veidemanis 45fa21fea3 Use substitutions in registration tests 4 years ago
Mark Veidemanis b652b11335 Fix registration cancellation bug in regproc 4 years ago
Mark Veidemanis d60d89dbf6 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 388cd1e4b9 Error checking in testing for registration message 4 years ago
Mark Veidemanis 69fbe180f1 Implement authentication checking on connection 4 years ago
Mark Veidemanis 3acf182171 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 097f100ec5 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 81b0450904 Function to select and merge IRC network defs 4 years ago
Mark Veidemanis a3cdb35e05 Implement registration and confirmation of nicks 4 years ago