66 Commits (0777a55264ddc9415051b743d9789edbdea475a7)

Author SHA1 Message Date
Mark Veidemanis 0777a55264 Start implementing email command 3 years ago
Mark Veidemanis edc5f85ba6 Implement modifying emails for aliases 3 years ago
Mark Veidemanis 9c95fa8eaf Implement relay-independent join 4 years ago
Mark Veidemanis 735fee9286 Fix bug with reg command 4 years ago
Mark Veidemanis 399075afd1 Implement channel blacklisting 4 years ago
Mark Veidemanis 5d09e1ade7 Fix syntax error in reg command 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 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 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 4f9ca6088b Allow sending LIST to all networks at once 4 years ago
Mark Veidemanis efb9666b6a Add confirm command
Confirm command to check which relays need manual
confirmation.
4 years ago
Mark Veidemanis a3cdb35e05 Implement registration and confirmation of nicks 4 years ago
Mark Veidemanis 06903d872e Add more comments and remove obsolete code 5 years ago
Mark Veidemanis b97ebe43ab Only start one relay with the auto command
We only need one initial relay, as ChanKeep will automatically add as
many as it needs when receiving a LIST response.
5 years ago
Mark Veidemanis 0321651c20 Implement fair channel allocation in ChanKeep
* Allocate channels to relays only if they have free space based on
their chanlimit value
* Minify channels by removing ones that are already covered before
passing them off to be joined
5 years ago
Mark Veidemanis 324af04de0 Don't return the same thing twice
The add_relay and provisionRelay functions both returned the alias.
Only use the output from one function.
5 years ago
Mark Veidemanis c92e618076 Remove the del command 5 years ago
Mark Veidemanis 89894287b3 Add error handling to exec command and fix minor bug in cleaning up relays 5 years ago
Mark Veidemanis 872d08be3e Implement exec command for running raw Python code 5 years ago
Mark Veidemanis d35f96de87 Error checking on alias removal and clean up when removing relays 5 years ago
Mark Veidemanis a3b81f8849 Implement more automated provisioning of aliases and relays, and remove networks cleanly 5 years ago
Mark Veidemanis 0f31d7f5e2 Implement admall command to run commands as the administrative relay user 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 355a80b19b Fix the all and allc commands so they work with the new data format 5 years ago
Mark Veidemanis 15ca45e5df Implement Ctrl-C handling and fix a large number of small bugs 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
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
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
Al Beano f6657cb905 Merge branch 'command_class' into aliasgen 5 years ago
Al Beano 15bc195648 Add automatic alias generation function 5 years ago
Al Beano 88077782f3 Rename classes representing commands to <CommandName>Command 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 4ce093bfbe Implement a running count of the number of events per minute 5 years ago
Mark Veidemanis fc304d4b25 Implement the relay channel and command for generating tokens 6 years ago
Mark Veidemanis c05eb298ea Fix channel number in status command 6 years ago
Mark Veidemanis 488d81dac8 Fix a race condition in disabling networks post-creation, remove redundant bindhost code and fix a minor bug in the load command 6 years ago
Mark Veidemanis a4b7bd50b1 Implement additional error checking for provisioning instances and parsing messages, and prevent ZNC from auto-connecting an instance if ConnectOnCreate is off 6 years ago
Mark Veidemanis 8926cb76ec Renovate the module system and implement adding and resuming pool instances using the new relay/alias/network system 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 3bf361134f Make the stats command aware of duplicate networks 6 years ago
Mark Veidemanis c6e9604d6f Add meta variable for the inside parameter of the mon command 6 years ago
Mark Veidemanis 9dc202fd53 Fix typo in the default command 6 years ago
Mark Veidemanis 44aa0f1727 Implement users command to see the mutual users of one or more channels and squash some bugs 6 years ago