5 Commits (b986d6ac45962bb6932c4c7d8b8a1e3689ecfef0)

Author SHA1 Message Date
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