monolith/modules
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
2019-10-17 20:19:35 +01:00
..
alias.py Change alias definitions to be global, so aliases can be reused across different networks 2019-09-29 22:45:16 +01:00
chankeep.py Fix channel allocation when relays are provisioned 2019-10-12 21:40:50 +01:00
counters.py Implement a running count of the number of events per minute 2019-07-28 15:07:46 +01:00
monitor.py Implement sorting relay output by custom keys 2019-10-05 18:20:51 +01:00
network.py Implement ChanKeep joining functions 2019-10-11 13:07:57 +01:00
provision.py Fix channel allocation when relays are provisioned 2019-10-12 21:40:50 +01:00
userinfo.py Improve performance in userinfo 2019-10-17 20:19:35 +01:00