22 Commits (0854c6d60d925bed223f0d7cea2a79e77b8e819f)

Author SHA1 Message Date
Mark Veidemanis 7439d97c71 Finish Logstash implementation 3 years ago
Mark Veidemanis cb21ad8fca Fix bug with using muser attribute when absent 4 years ago
Mark Veidemanis 3bc65f8456 Add the time field to some notifications 4 years ago
Mark Veidemanis a1e045793c
Start implementing prefixes 4 years ago
Mark Veidemanis f50a40d207
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 4c08225a50
Remove condition-based monitoring system 4 years ago
Mark Veidemanis 11f15ac960
Fix various bugs in the event system
Squash many bugs in the event notification system and simplify the
code.
4 years ago
Mark Veidemanis 45070b06e2
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 f0fff7c958 Implement sorting relay output by custom keys 5 years ago
Mark Veidemanis 78e4d6bd66 Rename 'message' to 'msg' and 'target' to 'channel' 5 years ago
Mark Veidemanis f34ddab6fc Improvements to query and self event detection, implement all command and debug flags 5 years ago
Mark Veidemanis 1ec0e1f7e6 Remove provisioning restrictions, move all user tracking code to monitoring module, fix proper network name not being passed to the relay 5 years ago
Mark Veidemanis 2757256d4f Implement a single function for all callbacks from IRC hooks and send a seperate notification if an action takes place that concerns a bot 5 years ago
Mark Veidemanis 56840e0060 Add the network number in ZNC relay notifications 5 years ago
Mark Veidemanis 68c6aa969d Remove keyword system, implement ZNC notifications to relay, remove exact from cast fields and fix security bug in relay 5 years ago
Mark Veidemanis 0637f762ea Add network name to fields shown in relay notifications 5 years ago
Mark Veidemanis 9e1a6613a4 Implement sending of relay messages 5 years ago
Mark Veidemanis 249e99805a Implement optional x in y matching for attributes in the monitor system 6 years ago
Mark Veidemanis de5baf562b Fix monitors to work properly with multiple groups 6 years ago
Mark Veidemanis ae017eab36 Show the message on one line in monitor notifications 6 years ago
Mark Veidemanis 00985d29c5 Implement support for more attributes and handle data type collisions when merging monitor group definitions 6 years ago
Mark Veidemanis bc87ffddf7 Implement monitoring system for flexible metadata matching 6 years ago