105 Commits (b42c82eac211ae5d0a371e59b4d2b539ab0db768)

Author SHA1 Message Date
Mark Veidemanis b42c82eac2 More error handling when joining channels with ChanKeep 2 years ago
Mark Veidemanis e8870e95e7 Implement automatic provisioning 2 years ago
Mark Veidemanis 6359918639 Fix joining channels with inactive relays 2 years ago
Mark Veidemanis 8409a39e57 Implement relay, channel and alias management 2 years ago
Mark Veidemanis 5aebf63c2e Implement API endpoint for network listing 2 years ago
Mark Veidemanis b149886128 Don't send to Logstash if it's disabled 2 years ago
Mark Veidemanis 4b33559e65 Implement getting number of channels and users 2 years ago
Mark Veidemanis e5a14b2c91 Reformat again 2 years ago
Mark Veidemanis f4c5323de1 Reformat project 2 years ago
Mark Veidemanis 6c7d0d5c45 Reformat and fix circular import 2 years ago
Mark Veidemanis 3229d9b806 Revert "Reformat project"
This reverts commit 64e3e1160aa76d191740342ab3edc68807f890fb.
2 years ago
Mark Veidemanis 760e43b59a Reformat project 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 5c7d71dc99 Fix provisioning with emails 2 years ago
Mark Veidemanis ff1ee63900 Reformat code with pre-commit 2 years ago
Mark Veidemanis edc5f85ba6 Implement modifying emails for aliases 3 years ago
Mark Veidemanis c389094365 Finish Logstash implementation 3 years ago
Mark Veidemanis 9c95fa8eaf Implement relay-independent join 4 years ago
Mark Veidemanis 45fa21fea3 Use substitutions in registration tests 4 years ago
Mark Veidemanis a0bea0b18a Fix bug with using muser attribute when absent 4 years ago
Mark Veidemanis 19e04dbf36 Implement setting modes in ZNC 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 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 388cd1e4b9 Error checking in testing for registration message 4 years ago
Mark Veidemanis c06e922749 Clarify error message to be more helpful 4 years ago
Mark Veidemanis 69fbe180f1 Implement authentication checking on connection 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
Mark Veidemanis 1640955e5c Fix various bugs in the event system
Squash many bugs in the event notification system and simplify the
code.
4 years ago
Mark Veidemanis 290e0b5f87 Fix syntax error in redis query 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 5ee53ace4c Add additional error handling in user queries 4 years ago
Mark Veidemanis 81b0450904 Function to select and merge IRC network defs 4 years ago
Mark Veidemanis 5c6b626396 Check registration status before joining channels
Do not join channels if any relay for a network is unregistered.
4 years ago
Mark Veidemanis a3cdb35e05 Implement registration and confirmation of nicks 4 years ago
Mark Veidemanis d99c3c394f Restructure provisioning into fewer functions 4 years ago
Mark Veidemanis f4e5d248d5 Separate provisioning into user and auth info 5 years ago
Mark Veidemanis a20fcdb8fc Remove some debugging code from ChanKeep 5 years ago
Mark Veidemanis 7ffb6125aa Fix various bugs uncovered by the LIST system
* Work around Twisted's broken handling of spaces
* Work around Twisted's broken line decoding
* Don't run signedOn twice for relays
* Improved detection of whether the endpoint is connected to ZNC
* Delay a LIST until all configured relays are online
* Discard a LIST if there are no callbacks for it
* Get rid of some double-negative ternary blocks
5 years ago
Mark Veidemanis b4fa747853 Fix LIST handling and message parsing
* Always use simple LIST syntax if it succeeded once after a failed
complex query
* Reject asking for a LIST twice
* Quickly discard any ISUPPORT messages that don't contain things we
need to use
* Detect the server name and drop any messages from the server
5 years ago
Mark Veidemanis f34de8940f Improve performance in userinfo
* Implement a nick -> user mapping, preventing a superfluous SSCAN on
the entire dataset for when networks are disconnected
* Use one thread for all channels when a network instance is
disconnected, instead of one thread per channel
* Made returns comprising of only a list into tuples
5 years ago