Commit Graph

85 Commits

Author SHA1 Message Date
Mark Veidemanis edfb3f15eb
Implement migrating networks 2022-08-12 23:32:00 +01:00
Mark Veidemanis 0666c4a153
Enable debug mode with env vars 2022-08-11 20:09:01 +01:00
Mark Veidemanis c983a8e3b6
Allow gaps in relay numbering 2022-08-11 19:22:09 +01:00
Mark Veidemanis 4472352785
Reformat code 2022-07-29 17:28:19 +01:00
Mark Veidemanis 659d5b391b
Use proper port for SSL listener 2022-07-29 22:22:22 +01:00
Mark Veidemanis 219fc8ac35
Remove print statements 2022-07-28 21:30:23 +01:00
Mark Veidemanis 2ad61e6afa
Properly pass environment variables to the process 2022-07-28 19:50:07 +01:00
Mark Veidemanis a598bbab4b
Make some addresses and hosts configurable with environment variables 2022-07-28 19:38:37 +01:00
Mark Veidemanis 4a8605626a
Begin work on API endpoint 2022-07-21 13:40:11 +01:00
Mark Veidemanis 80c016761f
Reformat again 2022-07-21 13:40:09 +01:00
Mark Veidemanis 2fecd98978
Reformat project 2022-07-21 13:40:05 +01:00
Mark Veidemanis 4ecb37b179
Reformat and fix circular import 2022-07-21 13:40:03 +01:00
Mark Veidemanis 27cafa1def
Revert "Reformat project"
This reverts commit 64e3e1160aa76d191740342ab3edc68807f890fb.
2022-07-21 13:40:01 +01:00
Mark Veidemanis da678617d8
Reformat project 2022-07-21 13:39:59 +01:00
Mark Veidemanis 7c855e09c0
Reformat code with pre-commit 2022-07-21 13:39:41 +01:00
Mark Veidemanis 7439d97c71 Finish Logstash implementation 2021-06-06 10:16:04 +00:00
Mark Veidemanis b67eee42c1 Implement another level of logging for tracing 2020-10-31 00:10:33 +00: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
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 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 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 d168d69732 Import the main module properly and fix some oddities in Twisted to prevent it from discarding some data 2018-03-14 20:14:02 +00:00
Mark Veidemanis da6c45f093 Implement counting keyword events and a unified buffers system for when the master channel is unavailable 2018-03-10 13:54:04 +00:00
Mark Veidemanis eae4315562 Move server functions to a separate file 2018-03-04 13:26:53 +00:00
Mark Veidemanis 8dec0b6828 Implement counting of various IRC events 2018-02-24 12:42:27 +00:00
Mark Veidemanis cb7142ef88 Separate out everything into files and implement a modules system to segment commands 2018-02-23 22:05:40 +00:00
Mark Veidemanis 4b3541625a Separate out the logging functions 2018-02-22 19:30:31 +00:00
Mark Veidemanis 5d5b5d4d47 Make connection notifications configurable 2018-02-21 20:31:47 +00:00
Mark Veidemanis f53cb060d0 Add connecting and disconnecting notifications 2018-02-21 20:24:08 +00:00
Mark Veidemanis 57e54cbced Additional checks when disabling or deleting bots 2018-02-03 19:43:54 +00:00
Mark Veidemanis aacb50d5d2 Update examples and change how variables used when reconnecting are set 2018-02-03 19:31:59 +00:00
Mark Veidemanis 88426be62a Move things into factories and implement reconnecting 2018-02-03 19:03:47 +00:00
Mark Veidemanis 89ac1c1ce3 Implement loading/saving all configuration files at once 2018-02-02 18:56:50 +00:00
Mark Veidemanis b1020589e2 Fix save calls 2018-01-22 08:01:23 +00:00
Mark Veidemanis 9119a7b511 Use the proper values for the default certificate and key 2018-01-20 21:39:43 +00:00
Mark Veidemanis ff66c21f63 Use the correct warning call 2018-01-20 21:26:35 +00:00
Mark Veidemanis a7599dddfe Separate out into different directories and reshuffle configuration directives 2018-01-17 19:02:41 +00:00
Mark Veidemanis 12b6fe2acb Replace numerous functions which loaded and saved/loaded from/to JSON files with a single handler 2018-01-14 19:10:57 +00:00
Mark Veidemanis 97cc80f3b8 Get more information from kick and nick commands 2017-12-28 18:46:17 +00:00
Mark Veidemanis 34d5468672 Implement command to manage defaults 2017-12-26 14:25:36 +00:00
Mark Veidemanis 740fc0034c Make the add command much more flexible and properly implement the defaults system 2017-12-26 13:57:29 +00:00
Mark Veidemanis 3eb4e2dcb2 Implement writing and loading the wholist from a file 2017-12-25 22:27:09 +00:00
Mark Veidemanis bef1875186 Implement statistics and shorten some functions 2017-12-25 22:09:58 +00:00
Mark Veidemanis 5b6bf59d7a Implement searching through the wholist 2017-12-25 19:02:17 +00:00