<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/lib/Roundcube/rcube_session.php, branch 1.1-beta</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=1.1-beta</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=1.1-beta'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2014-09-12T12:37:51Z</updated>
<entry>
<title>Use consistent column/table quoting in sql queries</title>
<updated>2014-09-12T12:37:51Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-09-12T12:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=34a0902089a410d1f7dda78d1f8b0771333c09df'/>
<id>urn:sha1:34a0902089a410d1f7dda78d1f8b0771333c09df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use public property instead of setter method to improve compatibility</title>
<updated>2014-05-27T17:51:04Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2014-05-27T17:51:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=17acd5ccda5b23792477891ab969b378cacbbaf2'/>
<id>urn:sha1:17acd5ccda5b23792477891ab969b378cacbbaf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add option to suppress session data writes to DB</title>
<updated>2014-05-22T16:02:02Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2014-05-22T16:02:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=14291c79dbc1a6ad77a5d43b28e4f3a49f3df46c'/>
<id>urn:sha1:14291c79dbc1a6ad77a5d43b28e4f3a49f3df46c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid rcube_session::reload() to reset previous changes. This fixes parallel attachment uploads that could get lost when using the database_attachments plugin</title>
<updated>2013-11-07T10:38:58Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-11-07T10:38:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=1e7d1240ed09c4abf411e9ad76eaccf93d4512c0'/>
<id>urn:sha1:1e7d1240ed09c4abf411e9ad76eaccf93d4512c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid session timeouts with memcache backend as proposed by D. Carter via users mailing list</title>
<updated>2013-07-23T09:12:44Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-07-23T09:12:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=1a8cf64dd1e70e387731ce70c006f29beecaebcc'/>
<id>urn:sha1:1a8cf64dd1e70e387731ce70c006f29beecaebcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP check</title>
<updated>2013-07-17T06:04:15Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-07-17T06:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=4d480b36ea4b503ed997b1b9c60c433b5508e4aa'/>
<id>urn:sha1:4d480b36ea4b503ed997b1b9c60c433b5508e4aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix session issues when local and database time differs (#1486132)</title>
<updated>2013-06-16T12:18:57Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-06-16T12:18:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=3dbe4f79e42dc655444187e22356994a0d5c76ce'/>
<id>urn:sha1:3dbe4f79e42dc655444187e22356994a0d5c76ce</id>
<content type='text'>
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP
</content>
</entry>
<entry>
<title>Add option to use PHP's native session save handlers</title>
<updated>2013-06-05T07:10:08Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-06-05T07:10:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=42de33c7dee0dc48e54d317eefd4dac18c317e42'/>
<id>urn:sha1:42de33c7dee0dc48e54d317eefd4dac18c317e42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2013-03-26T10:08:58Z</updated>
<author>
<name>Victor Benincasa</name>
<email>vbenincasa@gmail.com</email>
</author>
<published>2013-03-26T10:08:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=39062647473c7ff105fff7e5295ee9c0ca931e32'/>
<id>urn:sha1:39062647473c7ff105fff7e5295ee9c0ca931e32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2013-03-25T08:07:29Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-03-25T08:07:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=f603883d37e778c8413347d07bb12e4180570aeb'/>
<id>urn:sha1:f603883d37e778c8413347d07bb12e4180570aeb</id>
<content type='text'>
</content>
</entry>
</feed>
