28 Commits (0854c6d60d925bed223f0d7cea2a79e77b8e819f)

Author SHA1 Message Date
Mark Veidemanis 5deb0649fb Don't discard server messages 4 years ago
Mark Veidemanis f54a448d54 Prepare command loader for reloading commands 4 years ago
Mark Veidemanis 82a98c9539 Don't deduplicate global messages (NICK/QUIT) 4 years ago
Mark Veidemanis bdb3d059e3 Use zero-padded numbers to maximise usuable ports 4 years ago
Mark Veidemanis b67eee42c1 Implement another level of logging for tracing 4 years ago
Mark Veidemanis c879caa9d7 Add checks in dedup for time-less messages 4 years ago
Mark Veidemanis 11f15ac960
Fix various bugs in the event system
Squash many bugs in the event notification system and simplify the
code.
4 years ago
Mark Veidemanis f34de8940f Improve performance in userinfo
* Implement a nick -> user mapping, preventing a superfluous SSCAN on
the entire dataset for when networks are disconnected
* Use one thread for all channels when a network instance is
disconnected, instead of one thread per channel
* Made returns comprising of only a list into tuples
5 years ago
Mark Veidemanis a64765121a Allow multiple arguments for the logging functions 5 years ago
Mark Veidemanis c3d0cb04b6 Pass all arguments from debug into print
Allows for multi-argument debug() statements without ugly + or %s
operators.
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 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 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
Al Beano 88077782f3 Rename classes representing commands to <CommandName>Command 5 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 5 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 bc87ffddf7 Implement monitoring system for flexible metadata matching 6 years ago
Mark Veidemanis d168d69732 Import the main module properly and fix some oddities in Twisted to prevent it from discarding some data 6 years ago
Mark Veidemanis da6c45f093 Implement counting keyword events and a unified buffers system for when the master channel is unavailable 6 years ago
Mark Veidemanis 378c4d9bba Implement loading new modules at runtime 6 years ago
Mark Veidemanis cb7142ef88 Separate out everything into files and implement a modules system to segment commands 6 years ago
Mark Veidemanis 4b3541625a Separate out the logging functions 6 years ago