| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Gemfile: actually update•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> HEADmaster | 2023-04-09 | 2 | -31/+11 | |
| * | Gemfile: update elasticsearch module again, need another fix•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2023-04-09 | 2 | -2/+2 | |
| * | ElasticSearch: try to monkeypatch Elasticsearch::UnsupportedProductError•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2023-04-09 | 3 | -0/+11 | |
| * | archives: try community solution•••Bitten by the open source wars. ``` The client noticed that the server is not Elasticsearch and we do not support this unknown product (Elasticsearch::UnsupportedProductError) ```` Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Reference: https://stackoverflow.com/questions/68762774/elasticsearchunsupportedproducterror-the-client-noticed-that-the-server-is-no | 2023-04-09 | 2 | -12/+32 | |
| * | backend: Update to Sanitize-6, cleans up nokogiri/nokogumbo dep mess•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2023-03-21 | 3 | -43/+47 | |
| * | Gemfile: update charlock_holmes for newer ICU•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2019-07-21 | 2 | -3/+3 | |
| * | bundle/config: ensure nokogiri uses system libs.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2017-10-19 | 1 | -0/+5 | |
| * | Gemfile: Fix nokogumbo build.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2017-10-19 | 2 | -3/+13 | |
| * | Stop using bundler | 2017-10-14 | 1 | -1/+1 | |
| * | Add missing require for ostruct, needed for ruby22 | 2017-10-14 | 1 | -0/+1 | |
| * | storage: Fix typo for hash.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2017-05-23 | 1 | -1/+1 | |
| * | ag: allow manual flush of index.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2017-05-23 | 2 | -0/+22 | |
| * | More function name mismatch•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2017-05-21 | 1 | -1/+1 | |
| * | Fix accidental plural in function.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2017-05-21 | 1 | -1/+1 | |
| * | Rubocop cleanup.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2017-05-21 | 7 | -102/+101 | |
| * | Implement hidden messages to block out spam.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2017-05-21 | 2 | -24/+88 | |
| * | Update sanitize dep | 2016-12-14 | 2 | -11/+14 | |
| * | Fix broken names when no realname is set in From:•••This should avoid further 'Encoding could not be reliably detected' errors for messages with 'From: addr@dom.ain' headers. | 2015-06-29 | 1 | -1/+4 | |
| * | Clarify error message | 2015-03-07 | 1 | -1/+1 | |
| * | one more minor fix | 2015-03-07 | 1 | -1/+1 | |
| * | Title is not a sentence, hence remove the period•••hopefully the last useless test commit | 2015-03-07 | 1 | -1/+1 | |
| * | Revert "Revert "Revert "Revert "TODO!""""•••This reverts commit d012813f2150138fc80bee530ca0874ef5e68ef3. | 2015-03-07 | 1 | -1/+1 | |
| * | Revert "Revert "Revert "TODO!"""•••This reverts commit 1f3d43980f44d1f0f827c55740fd2c6361939cd1. | 2015-03-07 | 1 | -1/+1 | |
| * | Revert "Revert "TODO!""•••This reverts commit 50ac0baf26f0671b264de064a696a384bfca8fc9. | 2015-03-07 | 1 | -1/+1 | |
| * | Revert "TODO!"•••This reverts commit 89d138a92776dc5f416e3020c1388ce1136f76eb. | 2015-03-07 | 1 | -1/+1 | |
| * | TODO! | 2015-03-07 | 1 | -1/+1 | |
| * | Revert "test"•••This reverts commit 763ede74c1139ddb6d6445d010226db0f34f7f96. | 2015-03-07 | 1 | -0/+1 | |
| * | test | 2015-03-07 | 1 | -1/+0 | |
| * | Revert "test mirroring"•••This reverts commit 81e6445a5f9d47a4b29cf045fcfbc9a4ac8284c4. | 2015-03-04 | 1 | -0/+1 | |
| * | test mirroring | 2015-03-04 | 1 | -1/+0 | |
| * | Add TODO.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-25 | 1 | -0/+6 | |
| * | Always raise problems from create/delete if calling from maildir indexing calls.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-25 | 1 | -3/+3 | |
| * | Improve error handling.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-25 | 1 | -7/+12 | |
| * | Refactor to simplify for a quick bug I hit.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-25 | 1 | -10/+13 | |
| * | Fix function name.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-25 | 1 | -1/+1 | |
| * | Document that this deletes the index normally.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-25 | 1 | -2/+2 | |
| * | Add a README. | 2015-02-25 | 1 | -0/+9 | |
| * | tab fix | 2015-02-25 | 1 | -1/+1 | |
| * | Incremental was not doing new messages!.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 | 1 | -1/+1 | |
| * | Make a rethread command.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 | 1 | -2/+13 | |
| * | Cleanup check.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 | 1 | -3/+3 | |
| * | Working index status check!•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 | 1 | -26/+11 | |
| * | Almost ready for real state.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 | 1 | -0/+16 | |
| * | more print.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 | 1 | -1/+2 | |
| * | Work on the index.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 | 1 | -9/+9 | |
| * | Key hell.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 | 1 | -1/+2 | |
| * | Work on better selection of status.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 | 1 | -4/+6 | |
| * | We do not want to catch NoMethodError from deeper in the stack.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 | 1 | -2/+2 | |
| * | Fix vim.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 | 6 | -2/+8 | |
| * | Work on getting state.•••Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 | 1 | -1/+4 |
