35 Commits (4b2a1f273502c813f2bfa8a8ed592a4d7b54aa09)

Author SHA1 Message Date
Mark Veidemanis 4b2a1f2735 Add Redis DB numbers to configuration 2 years ago
Mark Veidemanis 745c7caa12 Fix some issues with the default config 2 years ago
Mark Veidemanis c389094365 Finish Logstash implementation 3 years ago
Mark Veidemanis d405a4cd10 Add example file for blacklist 4 years ago
Mark Veidemanis d60d89dbf6 Improve authentication detection
Add a negative check in the event we are authenticated and registered,
but not confirmed, as this fools other checks.
4 years ago
Mark Veidemanis 8deac2ab17 Implement another level of logging for tracing 4 years ago
Mark Veidemanis 69fbe180f1 Implement authentication checking on connection 4 years ago
Mark Veidemanis 2a9869d0f9 Remove condition-based monitoring system 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 a3cdb35e05 Implement registration and confirmation of nicks 4 years ago
Mark Veidemanis 7a6e3338c0 Implement ChanKeep joining functions
* Low-key channel joining with incrementally increasing delay
* Spin up needed instances to be able to cover a certain channel space
* Fix provisioning functions to prevent race conditions with lots of
relays being created at once
* Tweakable switchover from covering all channels to only covering
channels with more users than the mean of the cumulative user count
5 years ago
Mark Veidemanis 32309ecec2 Change alias definitions to be global, so aliases can be reused across different networks 5 years ago
Mark Veidemanis 2d70d5af11 Add error checking in places, set up automatic relay provisioning and fix starting bots 5 years ago
Mark Veidemanis ff74968ff8 Merge branch 'master' into datarestructure 5 years ago
Mark Veidemanis 545282e201 Add deduplication precision toggle, fix printing odd characters and implement sending messages to all instances of a certain network, or all networks associated with a certain alias 5 years ago
Mark Veidemanis f34ddab6fc Improvements to query and self event detection, implement all command and debug flags 5 years ago
Al Beano 63539a4edb Merge branch 'master' into datarestructure 5 years ago
Al Beano e5adcfef4c Rework data structures, storing all front-end network data in Network objects 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 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 fc304d4b25 Implement the relay channel and command for generating tokens 6 years ago
Mark Veidemanis 4efea3f535 Implement the backend for automatically provisioning relays 6 years ago
Mark Veidemanis 6046329a83 Start implementing relay abstractions for smarter network handling and minor cosmetic changes 6 years ago
Mark Veidemanis ad00e0c07d Make the Redis socket configurable 6 years ago
Mark Veidemanis a61f74e578 Implement staggered WHO information collection to avoid detection 6 years ago
Mark Veidemanis 9e3ae677e1 Add config option for WHO loop interval 6 years ago
Mark Veidemanis edea19222d Implement support for modes and get WHO data on a loop 6 years ago
Mark Veidemanis bc87ffddf7 Implement monitoring system for flexible metadata matching 6 years ago
Mark Veidemanis 66e7785f6f Implement query notifications and recognise ZNC's messages 6 years ago
Mark Veidemanis da6c45f093 Implement counting keyword events and a unified buffers system for when the master channel is unavailable 7 years ago
Mark Veidemanis 5d5b5d4d47 Make connection notifications configurable 7 years ago
Mark Veidemanis f53cb060d0 Add connecting and disconnecting notifications 7 years ago
Mark Veidemanis aacb50d5d2 Update examples and change how variables used when reconnecting are set 7 years ago
Mark Veidemanis 88426be62a Move things into factories and implement reconnecting 7 years ago
Mark Veidemanis c1bbf3c0d0 Make a folder for example configuration files 7 years ago