<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/include/rcube_session.php, branch v0.8.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.8.4</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.8.4'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2012-08-09T12:55:53Z</updated>
<entry>
<title>- Fix (workaround) delete operations with some versions of memcache (#1488592)</title>
<updated>2012-08-09T12:55:53Z</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=cf8bac1c65b0a1a9b86d4c4430710eb04919da70'/>
<id>urn:sha1:cf8bac1c65b0a1a9b86d4c4430710eb04919da70</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:15:36Z</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=969ff01ac8f1712540f4f05d116618b028c7af27'/>
<id>urn:sha1:969ff01ac8f1712540f4f05d116618b028c7af27</id>
<content type='text'>
Handle this case properly to prevent from PHP error: Memcache::delete(): Key cannot be empty.

Conflicts:

	program/include/rcube_session.php
</content>
</entry>
<entry>
<title>Remove possible confusion on session reads - PHP expects string result not boolean</title>
<updated>2012-05-25T11:48:24Z</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=f38035da17957f7bab514381044013a54ea19d8c'/>
<id>urn:sha1:f38035da17957f7bab514381044013a54ea19d8c</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-05-08T10:05:27Z</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=9e8d8e4a06fda84d0c1c295890478daee3a67dd2'/>
<id>urn:sha1:9e8d8e4a06fda84d0c1c295890478daee3a67dd2</id>
<content type='text'>
Conflicts:

	program/include/rcube.php
</content>
</entry>
<entry>
<title>Reset IP stored in session when destroying session data (#1488056)</title>
<updated>2012-04-07T18:25:21Z</updated>
<author>
<name>thomascube</name>
<email>thomas@roundcube.net</email>
</author>
<published>2012-04-07T18:25:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=c73efcc7bb6e0980ecd6505970894c57162940ea'/>
<id>urn:sha1:c73efcc7bb6e0980ecd6505970894c57162940ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactored IMAP cache expunge: delegate to storage object; don't rely on deprecated 'enable_caching' config option</title>
<updated>2012-02-21T21:43:39Z</updated>
<author>
<name>thomascube</name>
<email>thomas@roundcube.net</email>
</author>
<published>2012-02-21T21:43:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=fec2d8e1309d1f16f9cd772b82b28627d9359354'/>
<id>urn:sha1:fec2d8e1309d1f16f9cd772b82b28627d9359354</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed license to GNU GPLv3+ with exceptions for skins and plugins</title>
<updated>2012-01-18T11:10:46Z</updated>
<author>
<name>thomascube</name>
<email>thomas@roundcube.net</email>
</author>
<published>2012-01-18T11:10:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=7fe3811c65a7c63154f03610e289a6d196f3ae2e'/>
<id>urn:sha1:7fe3811c65a7c63154f03610e289a6d196f3ae2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Simplified compose session data handling, no need for session-&gt;cleanup()</title>
<updated>2011-12-01T11:06:27Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-12-01T11:06:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=72ff6ae884dcd00d407354bb9d05418dbf256174'/>
<id>urn:sha1:72ff6ae884dcd00d407354bb9d05418dbf256174</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix: decode session data into superglobals after re-reading</title>
<updated>2011-11-11T12:12:28Z</updated>
<author>
<name>thomascube</name>
<email>thomas@roundcube.net</email>
</author>
<published>2011-11-11T12:12:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=8c2b883bf07e5686915f1ec8d1c746e39ad91e32'/>
<id>urn:sha1:8c2b883bf07e5686915f1ec8d1c746e39ad91e32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consider replication delays in session storage</title>
<updated>2011-11-09T13:40:23Z</updated>
<author>
<name>thomascube</name>
<email>thomas@roundcube.net</email>
</author>
<published>2011-11-09T13:40:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=81f5dd7774119e6f35f4594a68b25e53a22e65f2'/>
<id>urn:sha1:81f5dd7774119e6f35f4594a68b25e53a22e65f2</id>
<content type='text'>
</content>
</entry>
</feed>
