monolith/core
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
..
bot.py Fixes to auth detection and message parsing 2020-06-07 17:26:53 +01:00
parser.py Renovate the module system and implement adding and resuming pool instances using the new relay/alias/network system 2019-01-26 18:58:21 +00:00
relay.py Remove condition-based monitoring system 2020-06-07 15:31:43 +01:00
server.py Add more comments and remove obsolete code 2019-12-07 16:35:29 +00:00