monolith/utils
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
..
loaders Implement Ctrl-C handling and fix a large number of small bugs 2019-09-28 19:46:10 +01:00
logging Allow multiple arguments for the logging functions 2019-10-13 12:40:16 +01:00
cleanup.py Implement Ctrl-C handling and fix a large number of small bugs 2019-09-28 19:46:10 +01:00
dedup.py 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
get.py Change alias definitions to be global, so aliases can be reused across different networks 2019-09-29 22:45:16 +01:00
parsing.py Improve performance in userinfo 2019-10-17 20:19:35 +01:00