pbot/doc
Pragmatic Software 6722fd7f8d
Store user passwords as salted hash digests
This was way overdue. User passwords are no longer stored as cleartext.

When PBot is restarted after applying this commit, all stored passwords will
be converted to salted hash digests.

The `useradd`, `userset` and `my` commands will now hash passwords.

Why did it take me so long to finally get around to hashing passwords
properly, you might ask. The reason why this wasn't done sooner is because
all of my users used hostmask-based `autologin`. The passwords that PBot
randomly generated were ignored and never used.

I do regret that it took me so long to get around to this, for those of you
who might be using custom passwords instead of hostmask-based `autologin`.
2024-06-22 22:38:15 -07:00
..
Plugins doc/Plugins/Plang.md: Slightly simplify karma example 2020-10-01 18:01:05 -07:00
Admin.md Store user passwords as salted hash digests 2024-06-22 22:38:15 -07:00
AntiAbuse.md docs/AntiAbuse: update automatic join-flood enforcement section 2023-05-07 15:04:42 -07:00
Applets.md Update docs for the c99/c11/c23 commands 2022-12-06 13:00:03 -08:00
Commands.md doc/Commands: add example of nesting pipes and substitutions 2023-05-20 09:39:49 -07:00
FAQ.md Store user passwords as salted hash digests 2024-06-22 22:38:15 -07:00
Factoids.md Fix links 2022-03-26 21:05:58 -07:00
Functions.md Document `id` and `recall`; misc improvements 2021-09-14 21:13:23 -07:00
Plugins.md Document ~/.pbot/PBot/Plugin for third-party plugins 2021-07-14 19:57:55 -07:00
QuickStart.md Store user passwords as salted hash digests 2024-06-22 22:38:15 -07:00
README.md pbot-vm: update documentation about how to start PBot VM after reboot 2024-04-10 13:09:58 -07:00
Registry.md doc/Registry: add `antiflood.join_flood_channel` item to table 2023-05-07 14:35:24 -07:00
VirtualMachine.md doc/VirtualMachine.md: minor tweak to VSOCK section 2024-05-26 17:46:47 -07:00
git-md-toc Update docs 2023-05-07 13:22:37 -07:00
makereadmetoc Update docs 2023-05-07 13:22:37 -07:00
updatetocs Update docs 2023-05-07 13:22:37 -07:00

README.md

PBot Documentation

Table of Contents