<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/include/rcube_session.php, branch 0.9-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=0.9-rc2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=0.9-rc2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2012-11-21T18:52:03Z</updated>
<entry>
<title>Framework files moved to lib/Roundcube</title>
<updated>2012-11-21T18:52:03Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-11-21T18:52:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=ba6f21caeb405c7e8512a09941fefbc97286e45f'/>
<id>urn:sha1:ba6f21caeb405c7e8512a09941fefbc97286e45f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Define @package and @subpackage of Framework classes</title>
<updated>2012-11-17T08:24:05Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-11-17T08:24:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=9ab34604d94270f6c1795c7dd7b615273d05db0c'/>
<id>urn:sha1:9ab34604d94270f6c1795c7dd7b615273d05db0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify keep-alive action. Now the interval is based on session_lifetime,</title>
<updated>2012-11-10T11:04:38Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-11-08T19:22:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=c442f822fb9b961f7a92930e572edb52159391d3'/>
<id>urn:sha1:c442f822fb9b961f7a92930e572edb52159391d3</id>
<content type='text'>
which means it's executed only if needed for session keeping (reset interval on every action).

Temporarily remove check-recent request, it will be replaced by new global system refresh request in future.
Use keep_alive setting as auto-refresh request interval (allow no-refresh mode)
</content>
</entry>
<entry>
<title>CS fixes (mostly tab -&gt; spaces)</title>
<updated>2012-08-12T09:47:45Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-08-12T09:47:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=413df054ad3235c59c24e897b616c569adc4f67b'/>
<id>urn:sha1:413df054ad3235c59c24e897b616c569adc4f67b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fix (workaround) delete operations with some versions of memcache (#1488592)</title>
<updated>2012-08-09T12:54:49Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-08-09T12:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=23557f06d13f121a8483376dad1604eb30711a88'/>
<id>urn:sha1:23557f06d13f121a8483376dad1604eb30711a88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>There's a case (reason unknown) when destroy() is called with empty session key.</title>
<updated>2012-07-06T08:10:30Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-07-06T08:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=ef5f7fb13c437496467da0ea29e32bb5750da507'/>
<id>urn:sha1:ef5f7fb13c437496467da0ea29e32bb5750da507</id>
<content type='text'>
Handle this case properly to prevent from PHP error: Memcache::delete(): Key cannot be empty.
</content>
</entry>
<entry>
<title>Remove possible confusion on session reads - PHP expects string result not boolean</title>
<updated>2012-05-24T10:39:02Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-05-24T10:39:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=4d708e6c1d084cbf65e984fcd08c90678c9b2c60'/>
<id>urn:sha1:4d708e6c1d084cbf65e984fcd08c90678c9b2c60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed $Id$</title>
<updated>2012-05-22T10:31:37Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-05-22T10:31:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=041c93ce0bc00cb6417ce2e4bdce2ed84d37f50a'/>
<id>urn:sha1:041c93ce0bc00cb6417ce2e4bdce2ed84d37f50a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Accept two past time slots for auth cookie validation; don't encode user-agent into session auth hash (#1488449)</title>
<updated>2012-04-30T21:04:53Z</updated>
<author>
<name>thomascube</name>
<email>thomas@roundcube.net</email>
</author>
<published>2012-04-30T21:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=58154f59fc16322598e3a01937fbffdb97cdf62b'/>
<id>urn:sha1:58154f59fc16322598e3a01937fbffdb97cdf62b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Replace some references to rcmail with rcube</title>
<updated>2012-04-16T11:59:08Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2012-04-16T11:59:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=be98dfc2c0bdc4f911c6daa94e3fddc29afc89a8'/>
<id>urn:sha1:be98dfc2c0bdc4f911c6daa94e3fddc29afc89a8</id>
<content type='text'>
</content>
</entry>
</feed>
