comparison scripts/README.txt @ 6571:cd408eb748dd

Add small utility script for dumping dbm based databases. Use it to dump dbm based files like db/sessions (records session keys) or db/otks (records one time key for password recovery, data for rate limiting logins and rest interface and other short duration data).
author John Rouillard <rouilj@ieee.org>
date Thu, 23 Dec 2021 02:20:53 -0500
parents 75da037d1c54
children 8d9a6063cb22
comparison
equal deleted inserted replaced
6570:198875530c04 6571:cd408eb748dd
5 initial message for the issue is taken from standard input. 5 initial message for the issue is taken from standard input.
6 6
7 copy-user.py 7 copy-user.py
8 Copy one or more Roundup users from one tracker instance to another. 8 Copy one or more Roundup users from one tracker instance to another.
9 9
10 dump_dbm_sessions_db.py
11 Simple script to dump a session style dbm database e.g. db/otks or
12 db/sessions in readable form.
13
10 imapServer.py 14 imapServer.py
11 This IMAP server script that runs in the background and checks for new 15 This IMAP server script that runs in the background and checks for new
12 email from a variety of mailboxes. 16 email from a variety of mailboxes.
13 17
14 import_sf.py 18 import_sf.py

Roundup Issue Tracker: http://roundup-tracker.org/