Revision b84ce3e43f63a917bbb9a2c47d3ac3b4c7d4a413 authored by Ken Spencer on 09 November 2017, 16:56:43 UTC, committed by Valentin Lorentz on 09 November 2017, 16:56:43 UTC
* add plugin Hashes, containing hash and encryption related commands

* Hashes: make the default plugin Hashes when the commands are used by themselves

* Hashes: add supybot.conf because of registerDefaultPlugin

* Hashes: import registry to help with registerDefaultPlugin

* Hashes: add in nicks for test

* actually use hashlib instead of crypt, also s/'String'/'Hashes'

* Hashes/test: add group in for testing

* Hashes: add in changes per @GLolol

* Hashes: remove xor

* Hashes: make plugins = ('Hashes',) instead of ('Hashes') because python is weird

* Hashes: fix sha512 calling sha256, use utils.str.format on 'algorithms'

* Hashes: just use the variable instead of substitution per @GLolol

* Hashes: follow through with not using substitution

* Hashes: disable the 'algorithms' and 'mkhash' commands if the underlying 'hashlib.algorithms_available' isn't available

* Hashes: don't use registerDefaultPlugin its for core plugins

* Hashes: also somehow I didn't change the copyright

* Hashes/test: fix copyright in file
1 parent fd59612
History
File Mode Size
supybot-adduser.1 -rw-r--r-- 1.2 KB
supybot-botchk.1 -rw-r--r-- 1.4 KB
supybot-plugin-create.1 -rw-r--r-- 1.1 KB
supybot-plugin-doc.1 -rw-r--r-- 1.3 KB
supybot-test.1 -rw-r--r-- 1.5 KB
supybot-wizard.1 -rw-r--r-- 1.1 KB
supybot.1 -rw-r--r-- 1.9 KB

back to top