247 Commits (9d4d31fdc2ba170d4eddea8816fd01edb7014aa5)
 

Author SHA1 Message Date
Mark Veidemanis 9d4d31fdc2 Don't attempt secondary registration if it is disabled 2 years ago
Mark Veidemanis e4a6e0d3c2 Don't attempt to register if it is disabled 2 years ago
Mark Veidemanis 7ffdc63eeb Rename time to ts 2 years ago
Mark Veidemanis 757b22c4a1 Extra error handling around emails 2 years ago
Mark Veidemanis 1532cf482c Make Redis DBs configurable 2 years ago
Mark Veidemanis 4b2a1f2735 Add Redis DB numbers to configuration 2 years ago
Mark Veidemanis 5c7d71dc99 Fix provisioning with emails 2 years ago
Mark Veidemanis 745c7caa12 Fix some issues with the default config 2 years ago
Mark Veidemanis e5685286ae Improve email command 2 years ago
Mark Veidemanis ff1ee63900 Reformat code with pre-commit 2 years ago
Mark Veidemanis 0777a55264 Start implementing email command 3 years ago
Mark Veidemanis 152bc08970 Add Logstash file 3 years ago
Mark Veidemanis edc5f85ba6 Implement modifying emails for aliases 3 years ago
Mark Veidemanis c389094365 Finish Logstash implementation 3 years ago
Mark Veidemanis 5d63d7a1e9 Update requirements without versions 3 years ago
Mark Veidemanis 0959d978b3 Merge branch 'master' into datarestructure 4 years ago
Mark Veidemanis 9c95fa8eaf Implement relay-independent join 4 years ago
Mark Veidemanis 14daa9dfef Don't discard server messages 4 years ago
Mark Veidemanis 45fa21fea3 Use substitutions in registration tests 4 years ago
Mark Veidemanis 0473c57291 Additional error handling for command parsing 4 years ago
Mark Veidemanis 735fee9286 Fix bug with reg command 4 years ago
Mark Veidemanis d405a4cd10 Add example file for blacklist 4 years ago
Mark Veidemanis 399075afd1 Implement channel blacklisting 4 years ago
Mark Veidemanis a0bea0b18a Fix bug with using muser attribute when absent 4 years ago
Mark Veidemanis 5d09e1ade7 Fix syntax error in reg command 4 years ago
Mark Veidemanis 19e04dbf36 Implement setting modes in ZNC 4 years ago
Mark Veidemanis abdfc48b95 Prepare command loader for reloading commands 4 years ago
Mark Veidemanis f7e1f2d221 Implement registration at net-level 4 years ago
Mark Veidemanis a78e05c0c3 Clarify message output on confirm command 4 years ago
Mark Veidemanis e22349802b Log error when ZNC says a channel can't be joined 4 years ago
Mark Veidemanis b652b11335 Fix registration cancellation bug in regproc 4 years ago
Mark Veidemanis 49fd03304d Fix various bugs and off by one with provisioning 4 years ago
Mark Veidemanis b0eaa7fd47 Move WHO and NAMES logging to trace 4 years ago
Mark Veidemanis 9e17223258 Don't deduplicate global messages (NICK/QUIT) 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 eaeb4b72c2 Use zero-padded numbers to maximise usuable ports 4 years ago
Mark Veidemanis 388cd1e4b9 Error checking in testing for registration message 4 years ago
Mark Veidemanis b986d6ac45 Deauth bot when disconnected and lowercase user 4 years ago
Mark Veidemanis c06e922749 Clarify error message to be more helpful 4 years ago
Mark Veidemanis 8deac2ab17 Implement another level of logging for tracing 4 years ago
Mark Veidemanis 4d25505625 Note that arguments to list are optional 4 years ago
Mark Veidemanis 69fbe180f1 Implement authentication checking on connection 4 years ago
Mark Veidemanis 812db95995 Add checks in dedup for time-less messages 4 years ago
Mark Veidemanis b16b5d690b Fix decoding issue with some Redis keys 4 years ago
Mark Veidemanis 6acb106761 Provision users with lowercase names 4 years ago
Mark Veidemanis 7d9a45ee91 Add the time field to some notifications 4 years ago
Mark Veidemanis 913009ab71 Fix circular import in ChanKeep/provisioning modules 4 years ago
Mark Veidemanis 82c5c2d163 Start implementing prefixes 4 years ago
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
Mark Veidemanis 2a9869d0f9 Remove condition-based monitoring system 4 years ago