You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
alias.py Implement registration and confirmation of nicks 4 years ago
chankeep.py Fixes to auth detection and message parsing 4 years ago
counters.py Implement a running count of the number of events per minute 5 years ago
monitor.py Fixes to auth detection and message parsing 4 years ago
network.py Fixes to auth detection and message parsing 4 years ago
provision.py Restructure provisioning into fewer functions 4 years ago
regproc.py Fixes to auth detection and message parsing 4 years ago
userinfo.py Fix syntax error in redis query 4 years ago