Multi-source OSINT data collection and parallel processing tool. Indexes 4chan, Discord and IRC, reorganizes the data into a common format, annotates language, sentiment and tokens in multiple threads, and outputs the results to Elasticsearch.
Go to file
Mark Veidemanis 6ad6d6dc50 Fix channel allocation when relays are provisioned
Fix a bug where the channel allocation algorithm failed due to
necessary relays not having been provisioned yet.
Passed the newly created relay numbers to the allocation function
and assumed their CHANMAX would be the same as all other relays for
the same network.
2019-10-12 21:40:50 +01:00
commands Implement fair channel allocation in ChanKeep 2019-10-12 21:05:55 +01:00
conf Implement ChanKeep joining functions 2019-10-11 13:07:57 +01:00
core Implement fair channel allocation in ChanKeep 2019-10-12 21:05:55 +01:00
modules Fix channel allocation when relays are provisioned 2019-10-12 21:40:50 +01:00
utils Pass all arguments from debug into print 2019-10-11 13:04:58 +01:00
.gitignore Add alias.json to gitignore 2019-09-29 23:55:22 +01:00
main.py Implement ChanKeep joining functions 2019-10-11 13:07:57 +01:00
threshold Implement Ctrl-C handling and fix a large number of small bugs 2019-09-28 19:46:10 +01:00