You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
loaders Implement Ctrl-C handling and fix a large number of small bugs 5 years ago
logging Allow multiple arguments for the logging functions 5 years ago
cleanup.py Implement Ctrl-C handling and fix a large number of small bugs 5 years ago
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 5 years ago
get.py Change alias definitions to be global, so aliases can be reused across different networks 5 years ago
parsing.py Improve performance in userinfo 5 years ago