Commit Graph

160 Commits

Author SHA1 Message Date
Mark Veidemanis ce32ab4722 Improve regPing debugging 2022-08-18 07:20:30 +01:00
Mark Veidemanis 7efde28d99 Look before you leap to confirming registrations 2022-08-18 07:20:30 +01:00
Mark Veidemanis 659162ebc6 Fix IRC config mutation 2022-08-18 07:20:30 +01:00
Mark Veidemanis f4225b622f Add more debugging information 2022-08-15 00:39:22 +01:00
Mark Veidemanis 6f44921647 Figure out the channel parsing logic 2022-08-15 00:36:36 +01:00
Mark Veidemanis 731c6a2fd1 Pass a list instead of listinfo 2022-08-15 00:29:08 +01:00
Mark Veidemanis ffed420c11 Fix variable placement 2022-08-15 00:27:16 +01:00
Mark Veidemanis 66e046e15f Fix list parsing 2022-08-15 00:26:11 +01:00
Mark Veidemanis 8f44f34d0e Fix debugging code in keepChannels 2022-08-15 00:08:11 +01:00
Mark Veidemanis 1b68568fb7 Add debugging code in keepChannels 2022-08-15 00:07:29 +01:00
Mark Veidemanis bdb2949d17 Subtract one from length of list for indices 2022-08-15 00:04:49 +01:00
Mark Veidemanis 560af8aeb0 Lower max_chans to length of LIST if it's shorter 2022-08-15 00:03:12 +01:00
Mark Veidemanis 4fa5c25e94 Fix getting all unregistered relays 2022-08-14 20:58:30 +01:00
Mark Veidemanis b62200d410 Implement API call to register 2022-08-14 16:26:09 +01:00
Mark Veidemanis 02739abaf4 Allow current nick substitution in IRC commands 2022-08-14 15:53:18 +01:00
Mark Veidemanis 559e1f4afd Print identification message 2022-08-14 13:51:13 +01:00
Mark Veidemanis 060ee4f0d5 Implement manual authentication mode 2022-08-14 13:13:05 +01:00
Mark Veidemanis f7d390da32 Implement API for authentication management actions 2022-08-14 12:43:33 +01:00
Mark Veidemanis 0b20a05b19 More debugging for reg tests and getstr command 2022-08-14 11:41:29 +01:00
Mark Veidemanis 39059084ef Add allRelaysActive output to network info 2022-08-14 10:58:28 +01:00
Mark Veidemanis feecf48b9b Add debug statements and only check if network is connected when parting channels 2022-08-14 09:25:54 +01:00
Mark Veidemanis a42c6be1b7 LBYL 2022-08-13 23:38:13 +01:00
Mark Veidemanis a82355b660 Add more information to relay API return 2022-08-13 23:36:39 +01:00
Mark Veidemanis 2a3c9f80a3 Add even more debugging 2022-08-13 23:18:56 +01:00
Mark Veidemanis 3ca5a3452c Extra debugging for getting active relays 2022-08-13 23:17:26 +01:00
Mark Veidemanis 5f33ba7f1d Fix typo in module name 2022-08-13 23:14:51 +01:00
Mark Veidemanis d9d3faf860 Extra debugging for get_first_relay 2022-08-13 23:14:17 +01:00
Mark Veidemanis 406b3d77f4 Add helper to get all active relays 2022-08-13 22:36:18 +01:00
Mark Veidemanis fced2b7d75 Use ChanKeep system for joining channels with joinSingle 2022-08-13 21:54:14 +01:00
Mark Veidemanis 16133fb7b4 Fully make use of ECA for multiple channels 2022-08-13 21:40:53 +01:00
Mark Veidemanis 28c1a33615 Implement configurable chanlimit and add more fields about LIST output to Redis 2022-08-13 20:37:21 +01:00
Mark Veidemanis 9470f0d0d9 Implement updating registration via API 2022-08-13 20:36:51 +01:00
Mark Veidemanis 496a3d0374 Implement ChanKeep without requiring persistent chanlimits on all networks 2022-08-13 19:20:29 +01:00
Mark Veidemanis 75965497be Add some debug statements and statistics for chanlimits 2022-08-13 18:40:13 +01:00
Mark Veidemanis 1e9dd1b223 Print message if relay is unauthenticated/disconnected 2022-08-13 14:06:34 +01:00
Mark Veidemanis facf58ec2c Add connected status to IRC info return and check when getting active relays 2022-08-13 13:40:33 +01:00
Mark Veidemanis 21ed66bc00 Reformat code 2022-08-13 13:32:22 +01:00
Mark Veidemanis 5c63fb5048 Implement getting LIST information from API 2022-08-13 13:27:20 +01:00
Mark Veidemanis c3fd8a97f7 Provision relay on creation 2022-08-13 00:18:06 +01:00
Mark Veidemanis acc363d207 Add docstrings to chankeep 2022-08-12 23:53:02 +01:00
Mark Veidemanis 49214644ff Implement migrating networks 2022-08-12 23:32:00 +01:00
Mark Veidemanis 20f59362ff Subtract allocated channel slots from total 2022-08-12 22:31:12 +01:00
Mark Veidemanis 065fe94cbd Improve channel allocation and write basic tests for it 2022-08-12 22:27:49 +01:00
Mark Veidemanis 8ba4831d9c Implement best effort allocation 2022-08-11 21:44:19 +01:00
Mark Veidemanis 4c040bbf78 Simplify variable names and reformat 2022-08-11 20:51:41 +01:00
Mark Veidemanis 5a4ae2153e Use ceil instead of round for relay number rounding 2022-08-11 20:46:44 +01:00
Mark Veidemanis 8c3a75b3c8 Expand ECA secondary allocation algorithm 2022-08-11 20:43:34 +01:00
Mark Veidemanis dc13515aa8 Adding more debug statements in ECA system 2022-08-11 20:36:24 +01:00
Mark Veidemanis d38f7ba1ba Print information about received LIST 2022-08-11 20:32:49 +01:00
Mark Veidemanis 7c9903bca2 Return correct data type for provisioning relays 2022-08-11 20:29:01 +01:00