Mark Veidemanis
2a9869d0f9
Remove condition-based monitoring system
2020-06-07 15:31:43 +01:00
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
2020-05-31 21:52:56 +01:00
Mark Veidemanis
4f9ca6088b
Allow sending LIST to all networks at once
2020-05-31 13:08:00 +01:00
Mark Veidemanis
efb9666b6a
Add confirm command
...
Confirm command to check which relays need manual
confirmation.
2020-05-31 12:32:12 +01:00
Mark Veidemanis
a3cdb35e05
Implement registration and confirmation of nicks
2020-05-30 21:40:10 +01:00
Mark Veidemanis
06903d872e
Add more comments and remove obsolete code
2019-12-07 16:35:29 +00:00
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.
2019-10-13 12:37:01 +01:00
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
2019-10-12 21:05:55 +01:00
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.
2019-10-11 13:02:39 +01:00
Mark Veidemanis
c92e618076
Remove the del command
2019-10-08 20:53:10 +01:00
Mark Veidemanis
89894287b3
Add error handling to exec command and fix minor bug in cleaning up relays
2019-10-02 21:25:15 +01:00
Mark Veidemanis
872d08be3e
Implement exec command for running raw Python code
2019-10-02 20:46:00 +01:00
Mark Veidemanis
d35f96de87
Error checking on alias removal and clean up when removing relays
2019-10-02 20:45:28 +01:00
Mark Veidemanis
a3b81f8849
Implement more automated provisioning of aliases and relays, and remove networks cleanly
2019-10-02 20:26:05 +01:00
Mark Veidemanis
0f31d7f5e2
Implement admall command to run commands as the administrative relay user
2019-10-02 13:46:02 +01:00
Mark Veidemanis
32309ecec2
Change alias definitions to be global, so aliases can be reused across different networks
2019-09-29 22:45:16 +01:00
Mark Veidemanis
355a80b19b
Fix the all and allc commands so they work with the new data format
2019-09-29 14:57:36 +01:00
Mark Veidemanis
15ca45e5df
Implement Ctrl-C handling and fix a large number of small bugs
2019-09-28 19:46:10 +01:00
Mark Veidemanis
2d70d5af11
Add error checking in places, set up automatic relay provisioning and fix starting bots
2019-08-25 21:29:11 +01:00
Mark Veidemanis
ff74968ff8
Merge branch 'master' into datarestructure
2019-08-19 20:19:42 +01:00
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
2019-08-16 21:27:23 +01:00
Mark Veidemanis
f34ddab6fc
Improvements to query and self event detection, implement all command and debug flags
2019-08-15 21:20:49 +01:00
Mark Veidemanis
1ec0e1f7e6
Remove provisioning restrictions, move all user tracking code to monitoring module, fix proper network name not being passed to the relay
2019-08-12 21:03:47 +01:00
Al Beano
e5adcfef4c
Rework data structures, storing all front-end network data in Network objects
2019-08-11 21:58:14 +01:00
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
2019-08-11 21:54:22 +01:00
Al Beano
f6657cb905
Merge branch 'command_class' into aliasgen
2019-08-10 11:45:21 +01:00
Al Beano
15bc195648
Add automatic alias generation function
2019-08-10 11:44:31 +01:00
Al Beano
88077782f3
Rename classes representing commands to <CommandName>Command
2019-08-09 23:49:21 +01:00
Mark Veidemanis
68c6aa969d
Remove keyword system, implement ZNC notifications to relay, remove exact from cast fields and fix security bug in relay
2019-08-05 22:51:16 +01:00
Mark Veidemanis
4ce093bfbe
Implement a running count of the number of events per minute
2019-07-28 15:07:46 +01:00
Mark Veidemanis
fc304d4b25
Implement the relay channel and command for generating tokens
2019-03-18 21:01:28 +00:00
Mark Veidemanis
c05eb298ea
Fix channel number in status command
2019-03-17 01:22:21 +00:00
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
2019-03-16 17:05:16 +00:00
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
2019-02-01 23:26:01 +00:00
Mark Veidemanis
8926cb76ec
Renovate the module system and implement adding and resuming pool instances using the new relay/alias/network system
2019-01-26 18:58:21 +00:00
Mark Veidemanis
4efea3f535
Implement the backend for automatically provisioning relays
2019-01-26 01:57:24 +00:00
Mark Veidemanis
6046329a83
Start implementing relay abstractions for smarter network handling and minor cosmetic changes
2019-01-20 19:56:54 +00:00
Mark Veidemanis
3bf361134f
Make the stats command aware of duplicate networks
2018-10-21 17:14:50 +01:00
Mark Veidemanis
c6e9604d6f
Add meta variable for the inside parameter of the mon command
2018-10-14 17:17:59 +01:00
Mark Veidemanis
9dc202fd53
Fix typo in the default command
2018-10-14 00:42:17 +01:00
Mark Veidemanis
44aa0f1727
Implement users command to see the mutual users of one or more channels and squash some bugs
2018-10-08 20:08:10 +01:00
Mark Veidemanis
cfefa1d627
Implement a command to get the channels common to one or more users
2018-10-07 20:48:39 +01:00
Mark Veidemanis
7baa81aa30
Fix bug with the inside parameter being specified by default
2018-09-01 00:48:15 +01:00
Mark Veidemanis
249e99805a
Implement optional x in y matching for attributes in the monitor system
2018-09-01 00:25:51 +01:00
Mark Veidemanis
36105c7e9a
Move user metadata info into redis
2018-08-27 20:42:49 +01:00
Mark Veidemanis
4b7c9f83e7
Fix typo
2018-07-30 21:09:34 +01:00
Mark Veidemanis
23617cae53
Indicate online servers as well as the total
2018-07-28 21:44:13 +01:00
Mark Veidemanis
00985d29c5
Implement support for more attributes and handle data type collisions when merging monitor group definitions
2018-07-28 21:33:50 +01:00
Mark Veidemanis
bc87ffddf7
Implement monitoring system for flexible metadata matching
2018-07-27 22:58:37 +01:00
Mark Veidemanis
66e7785f6f
Implement query notifications and recognise ZNC's messages
2018-05-07 19:58:19 +01:00