monolith/modules
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
2020-06-07 17:26:53 +01:00
..
alias.py Implement registration and confirmation of nicks 2020-05-30 21:40:10 +01:00
chankeep.py Fixes to auth detection and message parsing 2020-06-07 17:26:53 +01:00
counters.py Implement a running count of the number of events per minute 2019-07-28 15:07:46 +01:00
monitor.py Fixes to auth detection and message parsing 2020-06-07 17:26:53 +01:00
network.py Fixes to auth detection and message parsing 2020-06-07 17:26:53 +01:00
provision.py Restructure provisioning into fewer functions 2020-05-30 21:37:22 +01:00
regproc.py Fixes to auth detection and message parsing 2020-06-07 17:26:53 +01:00
userinfo.py Fix syntax error in redis query 2020-05-31 21:54:43 +01:00