399 Commits (2c3d83fe9ac431706e083495530e92a5dfac5b64)
 

Author SHA1 Message Date
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 b19dfcc113 Add alias.json to gitignore 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 006f8db6f6 Update the class name in the single command loader and import the debug function which it uses 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 c63f301b7f Defer initialUsers, initialNames and delChannel to threads to improve performance 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 22bd0d3ac6 Don't crash if the part message is null 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
Mark Veidemanis 51b89b9d05 Use the ISO format for time 5 years ago
Al Beano 63539a4edb Merge branch 'master' into datarestructure 5 years ago
Al Beano e5adcfef4c Rework data structures, storing all front-end network data in Network objects 5 years ago
Mark Veidemanis 1c8cbf808b Send fake quit and nick messages to every channel 5 years ago
Mark Veidemanis 3a92ebab6b Convert nickname and messages to lowercase before comparison 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 56840e0060 Add the network number in ZNC relay notifications 5 years ago
Mark Veidemanis c0b45c1db6 Fix adding of time to relay messages 5 years ago
Mark Veidemanis 0ee8ae0ead Remove keyword store from gitignore file 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 0637f762ea Add network name to fields shown in relay notifications 5 years ago
Mark Veidemanis 4ce093bfbe Implement a running count of the number of events per minute 5 years ago
Mark Veidemanis 38cabc0472 Fix bug in relay unsubscribing 6 years ago
Mark Veidemanis 29424383de Fix bug in relay subscriptions 6 years ago
Mark Veidemanis c850984a3b Update gitignore and remove token configuration 6 years ago
Mark Veidemanis 9e1a6613a4 Implement sending of relay messages 6 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 e97792c460 Tweak help output for users and chans to indicate multiple arguments are possible 6 years ago
Mark Veidemanis 1c3435d0d7 Don't provision new user information on messages 6 years ago
Mark Veidemanis 3bf361134f Make the stats command aware of duplicate networks 6 years ago
Mark Veidemanis 7cd6bc3616 Purge metadata entries on quit and escape glob characters 6 years ago
Mark Veidemanis 3b42f19291 Use the network name instead of the numbered instance name for counting events 6 years ago
Mark Veidemanis c6e9604d6f Add meta variable for the inside parameter of the mon command 6 years ago
Mark Veidemanis 7d7ef69d98 Avoid doing pointless lookups against numbered networks 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
Mark Veidemanis a98ed4e4d0 Fix bug in the keyword module 6 years ago