14 years agos/plack.session/psgix.session/
Stevan Little [Thu, 7 Jan 2010 20:49:28 +0000]
s/plack.session/psgix.session/

14 years agopre-0.02 commit
Stevan Little [Sat, 19 Dec 2009 19:21:25 +0000]
pre-0.02 commit

14 years agoDo not destroy callback interface (clkao)
Tatsuhiko Miyagawa [Sat, 19 Dec 2009 18:08:29 +0000]
Do not destroy callback interface (clkao)

14 years agofix typo
franck cuny [Sat, 19 Dec 2009 16:44:53 +0000]
fix typo

14 years agofixing the mis-named dependency
Stevan Little [Fri, 18 Dec 2009 15:31:50 +0000]
fixing the mis-named dependency

14 years agoversion 0.01
Stevan Little [Tue, 15 Dec 2009 18:55:43 +0000]
version 0.01

14 years agoupdate example to use Plack::Request->session, add docs about where we store session
Stevan Little [Tue, 15 Dec 2009 18:53:28 +0000]
update example to use Plack::Request->session, add docs about where we store session

14 years agoAdding some additional docs and VERSION, AUTHORITY stuff
Stevan Little [Mon, 14 Dec 2009 04:24:44 +0000]
Adding some additional docs and VERSION, AUTHORITY stuff

14 years agoadding test for custom session subclass
Stevan Little [Mon, 14 Dec 2009 02:52:51 +0000]
adding test for custom session subclass

14 years agoadding in the dump_session method to the Store classes
Stevan Little [Sun, 13 Dec 2009 18:27:00 +0000]
adding in the dump_session method to the Store classes

14 years agoallow session class to be configurable
Stevan Little [Sun, 13 Dec 2009 18:01:27 +0000]
allow session class to be configurable

14 years agodoc cleanup
Stevan Little [Sun, 13 Dec 2009 06:26:03 +0000]
doc cleanup

14 years agoremove Store::CHI
Masahiro Chiba [Sun, 13 Dec 2009 06:15:44 +0000]
remove Store::CHI

14 years agoadd Store::Cache
Masahiro Chiba [Sun, 13 Dec 2009 06:06:51 +0000]
add Store::Cache

14 years agoadding the validation step into the docs
Stevan Little [Sun, 13 Dec 2009 05:30:42 +0000]
adding the validation step into the docs

14 years agorefactoring chiba++ commit so we only extract session id once
Stevan Little [Sun, 13 Dec 2009 05:24:36 +0000]
refactoring chiba++ commit so we only extract session id once

14 years agono temporary variable
Masahiro Chiba [Sun, 13 Dec 2009 04:01:42 +0000]
no temporary variable

14 years agos/check/validate/
Masahiro Chiba [Sun, 13 Dec 2009 03:44:04 +0000]
s/check/validate/

14 years agooops
Masahiro Chiba [Sun, 13 Dec 2009 03:36:46 +0000]
oops

14 years agocheck wrong format request session_id
Masahiro Chiba [Sun, 13 Dec 2009 03:35:23 +0000]
check wrong format request session_id

14 years agoinflate store/state with strings like "store => 'File'" with autoloading.
Tatsuhiko Miyagawa [Sun, 13 Dec 2009 03:40:10 +0000]
inflate store/state with strings like "store => 'File'" with autoloading.

14 years agouse TMPDIR env if it's defined in Store::File
Tatsuhiko Miyagawa [Sun, 13 Dec 2009 03:08:32 +0000]
use TMPDIR env if it's defined in Store::File

14 years agobunch more docs
Stevan Little [Sun, 13 Dec 2009 02:12:19 +0000]
bunch more docs

14 years agoforgot to rename psgix.session to plack.session in the example
Stevan Little [Sun, 13 Dec 2009 01:20:37 +0000]
forgot to rename psgix.session to plack.session in the example

14 years agoimproved Store::File based on stuff in Store::CHI, ... added Store::Null and tests
Stevan Little [Sun, 13 Dec 2009 01:11:42 +0000]
improved Store::File based on stuff in Store::CHI, ... added Store::Null and tests

14 years agomake temporary directory by myself
Masahiro Chiba [Sat, 12 Dec 2009 22:52:04 +0000]
make temporary directory by myself

14 years agoadd test for Store::CHI
Masahiro Chiba [Sat, 12 Dec 2009 22:49:27 +0000]
add test for Store::CHI

14 years agoto make git include the t/tmp dir
Stevan Little [Sun, 13 Dec 2009 00:43:30 +0000]
to make git include the t/tmp dir

14 years agorename psgix.session to plack.session
Stevan Little [Sat, 12 Dec 2009 21:50:41 +0000]
rename psgix.session to plack.session

14 years agore-usable test suite and Store::File added
Stevan Little [Sat, 12 Dec 2009 21:38:28 +0000]
re-usable test suite and Store::File added

14 years agorename dist to Plack::Middleware::Session for consistency
Stevan Little [Sat, 12 Dec 2009 18:23:47 +0000]
rename dist to Plack::Middleware::Session for consistency

14 years agoadding Makefile.PL, Changes, README and such
Stevan Little [Sat, 12 Dec 2009 17:01:23 +0000]
adding Makefile.PL, Changes, README and such

14 years agodocs, docs and more docs
Stevan Little [Sat, 12 Dec 2009 16:55:24 +0000]
docs, docs and more docs

14 years agotests for State::Cookie
Stevan Little [Sat, 12 Dec 2009 16:05:57 +0000]
tests for State::Cookie

14 years agopreliminary docs added, improved support for subclassing and sid_generator callback...
Stevan Little [Sat, 12 Dec 2009 15:28:47 +0000]
preliminary docs added, improved support for subclassing and sid_generator callback for ::State

14 years agoadd CHI store
Masahiro Chiba [Sat, 12 Dec 2009 09:07:55 +0000]
add CHI store

14 years agokill the debug lines
Tatsuhiko Miyagawa [Sat, 12 Dec 2009 06:38:17 +0000]
kill the debug lines

14 years agoFixed I generation to use SHA1 instead of sequential. Added sane defaults to Middleware.
Tatsuhiko Miyagawa [Sat, 12 Dec 2009 06:34:40 +0000]
Fixed I generation to use SHA1 instead of sequential. Added sane defaults to Middleware.

14 years agoMiddleware added, cookie state added, and example psgi app
Stevan Little [Sat, 12 Dec 2009 02:26:07 +0000]
Middleware added, cookie state added, and example psgi app

14 years agoas minimalist as I could possibly be
Stevan Little [Fri, 11 Dec 2009 01:10:27 +0000]
as minimalist as I could possibly be