log roundup/backends/sessions_dbm.py @ 8071:a4cb4e75d4e9

age author description
Thu, 18 Apr 2024 22:28:58 -0400 John Rouillard fix: revert setting _db_type when creating new db.
Thu, 18 Apr 2024 22:15:26 -0400 John Rouillard fix: set _db_type to None when clearing anydbm db.
Thu, 18 Apr 2024 17:39:56 -0400 John Rouillard fix: fix code to make tests of session and otks databases pass on windows
Sun, 07 Aug 2022 01:51:11 -0400 John Rouillard Refactor session db logging and key generation for sessions/otks
Mon, 25 Jul 2022 21:21:26 -0400 John Rouillard Add tests to BasicDatabase and merge implementations
Tue, 17 May 2022 14:09:00 -0400 John Rouillard Report partial file name when logging dbm.open failure/retry
Thu, 16 Dec 2021 20:02:00 -0500 John Rouillard Try to handle multiple connections better.
Sat, 18 Jan 2020 11:47:45 -0500 John Rouillard Flake8 whitespace changes.
Fri, 03 Jan 2020 21:27:06 -0500 John Rouillard flake8 whitespace fixes, remove unused exception var.
Sat, 06 Jul 2019 13:12:58 -0400 John Rouillard Fix problem with cgi.escape being depricated a different way. This way
Wed, 12 Jun 2019 19:17:37 -0400 John Rouillard More cgi.escape/html.escape fixes.
Sat, 25 May 2019 16:50:25 -0400 John Rouillard Rest rate limiting code first commit. It is a bit rough and turned off
Thu, 10 Aug 2017 22:38:13 -0400 John Rouillard Make sure that the name property is initialized to none.
Fri, 13 Feb 2015 00:20:43 +1100 John Kristensen Remove key_in() from roundup.anypy.dbm_
Tue, 07 Feb 2012 14:39:02 +0100 Ralf Schlatterbeck Fix another XSS with the "otk" parameter.
Wed, 16 Nov 2011 09:51:38 -0500 Eric S. Raymond Remove keyword expansions from CVS. All regression tests passed afterwards.
Sat, 10 Jul 2010 03:52:45 +0000 Richard Jones fix up some pre-Python2.6 compatibility issues in the *dbm interface
Sat, 10 Jul 2010 03:45:17 +0000 Richard Jones fix up some pre-Python2.6 compatibility issues in the *dbm interface
Fri, 26 Feb 2010 00:42:43 +0000 Richard Jones fix
Fri, 26 Feb 2010 00:38:53 +0000 Richard Jones more modernisation
Mon, 18 Aug 2008 05:04:02 +0000 Richard Jones improvements to session management
Thu, 27 Sep 2007 06:18:53 +0000 Justus Pendleton i18n for hyperdb and backend errors
Thu, 27 Sep 2007 06:12:57 +0000 Justus Pendleton assorted pyflakes fixes
Thu, 27 Apr 2006 04:59:37 +0000 Richard Jones umask is now configurable (with the same 0002 default)
Thu, 27 Apr 2006 04:03:11 +0000 Richard Jones reduced frequency of session timestamp update
Wed, 31 Mar 2004 23:08:39 +0000 Richard Jones OTK generation was busted (thanks Stuart D. Gathman)
Fri, 26 Mar 2004 23:56:11 +0000 Richard Jones better fix
Fri, 26 Mar 2004 23:54:40 +0000 Richard Jones handle older sessions
Fri, 19 Mar 2004 04:47:59 +0000 Richard Jones A few big changes in this commit:
Thu, 18 Mar 2004 01:58:46 +0000 Richard Jones Finished implementation of session and one-time-key stores for RDBMS backends.

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