summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIPWIPAurélien Bompard2014-01-101-0/+39
* Don't generate a sub-query when counting participantsAurélien Bompard2014-01-061-5/+5
* Add a store method to return a UserAurélien Bompard2014-01-061-1/+6
* Fix a User's addresses propertyAurélien Bompard2014-01-061-1/+5
* Add DB migration script for the new user tableAurélien Bompard2014-01-062-0/+120
* Create a DB table for usersAurélien Bompard2014-01-069-94/+257
* Remove old and deprecated search functionsAurélien Bompard2014-01-062-97/+0
* Set the default settings module name for the scriptsAurélien Bompard2014-01-062-3/+3
* The memcached cache backend only accepts str as keys, not unicodeAurélien Bompard2013-12-181-19/+21
* Use dogpile.cache for caching instead of the databaseAurélien Bompard2013-12-1821-459/+481
* Don't try to upgrade the search index if not neededAurélien Bompard2013-12-161-1/+1
* Close the store before raising SchemaUpgradeNeeded to avoid a lockAurélien Bompard2013-12-022-0/+2
* Add get_message_count_by_user_id to the storeAurélien Bompard2013-12-011-1/+11
* Allow pagination on the get_thread method's resultsAurélien Bompard2013-11-301-1/+1
* Add a method to get a user's messagesAurélien Bompard2013-11-301-0/+10
* Nicer logging when refreshing the cacheAurélien Bompard2013-11-284-6/+17
* Use logging instead of printingAurélien Bompard2013-11-286-18/+41
* Improvements in the caching systemAurélien Bompard2013-11-283-7/+29
* Improve caching refresh operationAurélien Bompard2013-11-254-6/+34
* Adapt mailmanclient's returned classes to Mailman's interfaceAurélien Bompard2013-11-211-0/+26
* Remove leftover debug print statementAurélien Bompard2013-11-211-1/+0
* Add an accessor for the email datesAurélien Bompard2013-11-151-0/+17
* Be less verbose by defaultAurélien Bompard2013-11-151-7/+9
* Store the list creation datetimeAurélien Bompard2013-11-154-1/+10
* Import the list props from mailman when on creationAurélien Bompard2013-11-153-8/+13
* Add to the search engine after list properties have been updatedAurélien Bompard2013-11-142-3/+34
* Don't auto-upgrade the schema by defaultAurélien Bompard2013-11-1423-104/+182
* Improve caching and cache more valuesAurélien Bompard2013-11-1415-64/+370
* Cache some values in the databaseAurélien Bompard2013-11-0816-78/+408
* Don't take too much resource when indexing all messagesAurélien Bompard2013-11-081-2/+14
* Fix subject_prefix detection in the import scriptAurélien Bompard2013-10-211-2/+2
* Try to get the mailinglist properties in the import scriptAurélien Bompard2013-10-211-2/+25
* Respect list privacy when searchingAurélien Bompard2013-10-184-9/+37
* Store the archiving policyAurélien Bompard2013-10-154-0/+13
* Prepare an unicode test I don't know yet what to do withAurélien Bompard2013-10-151-3/+21
* Protect against very long subject linesAurélien Bompard2013-10-152-0/+29
* Protect against badly encoded attachment namesAurélien Bompard2013-10-152-1/+17
* Protect against DB errors on importAurélien Bompard2013-10-151-5/+12
* Handle emails with no From headerAurélien Bompard2013-10-092-0/+12
* Protect against extremely long Message-IdsAurélien Bompard2013-10-093-7/+52
* Handle badly encoded non-ascii headersAurélien Bompard2013-10-082-3/+23
* Option to leave full email archiving to another archiverAurélien Bompard2013-10-011-3/+6
* On import, commit once in a whileAurélien Bompard2013-09-301-0/+4
* Less hackish way of getting the Store objectAurélien Bompard2013-09-301-3/+2
* Feature: continue an import from the last dateAurélien Bompard2013-09-132-1/+26
* Option to only import messages after a certain dateAurélien Bompard2013-09-111-6/+23
* Add an index on thread.list_nameAurélien Bompard2013-09-112-0/+30
* Don't specify USING btree when creating a PG indexAurélien Bompard2013-09-116-15/+15
* Keep the reply graph acyclicAurélien Bompard2013-09-102-1/+35
* Guard against unknown charsets in plain-text messagesAurélien Bompard2013-09-093-2/+27