Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add require-https option.HEADmaster | Kaz Kylheku | 2022-07-01 | 2 | -6/+9 |
| | | | | | This is to allow the user to disable the mandatory https; like when using tamarind behind a reverse proxy. | ||||
* | Move create UI to top, and adjust style to fit. | Kaz Kylheku | 2020-04-18 | 1 | -16/+21 |
| | |||||
* | Use @(include) for Lisp files to squash unbound warnings. | Kaz Kylheku | 2017-01-25 | 1 | -2/+2 |
| | |||||
* | Don't say user has no aliases if a search is empty. | Kaz Kylheku | 2016-11-21 | 1 | -0/+4 |
| | |||||
* | Use single, stable lazy list over *stdin*. | Kaz Kylheku | 2016-11-11 | 1 | -3/+4 |
| | |||||
* | Add some local directive to pattern functions so vars are private. | Kaz Kylheku | 2016-11-11 | 2 | -0/+2 |
| | |||||
* | Quick and dirty search box feature. | Kaz Kylheku | 2016-10-09 | 3 | -2/+26 |
| | |||||
* | Indentation fix. | Kaz Kylheku | 2016-10-09 | 1 | -2/+2 |
| | |||||
* | Show IMAP auth in diagram. | Kaz Kylheku | 2016-08-31 | 1 | -8/+9 |
| | |||||
* | Get rid of shortening; render URLs. | Kaz Kylheku | 2016-05-19 | 2 | -9/+10 |
| | |||||
* | Fix text which asserts that authentication is SASL. | Kaz Kylheku | 2016-05-08 | 1 | -2/+7 |
| | |||||
* | Document that TXR 140 is required. | Kaz Kylheku | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Specify longer PRNG warm-up period. | Kaz Kylheku | 2016-05-08 | 1 | -1/+1 |
| | | | | | | | | Use new make-random-state argument available in TXR 140 to obtain better random numbers from the /dev/urandom seed. This eliminates obvious patterns in the digits of the aliases generated by Tamarind. | ||||
* | Check result of find in mark-aliases. | Kaz Kylheku | 2016-04-28 | 1 | -1/+1 |
| | | | | | Keys might not exist if aliases have been deleted; i.e. deleted aliases cannot be check-boxed. | ||||
* | Factor out multiple load-aliases calls. | Kaz Kylheku | 2016-04-17 | 1 | -6/+1 |
| | |||||
* | When moving around aliases, keep checkbox values. | Kaz Kylheku | 2016-04-17 | 2 | -1/+13 |
| | |||||
* | Move up/down/top/bottom functionality. | Kaz Kylheku | 2016-04-17 | 4 | -7/+69 |
| | |||||
* | We need specify only mode "i" on IMAP socket. | Kaz Kylheku | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | Whitespace: indentation. | Kaz Kylheku | 2016-03-24 | 2 | -16/+16 |
| | |||||
* | Upgrade to take advantage of redesigned @(if). | Kaz Kylheku | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | Implementing IMAP authentication. | Kaz Kylheku | 2016-03-21 | 2 | -1/+31 |
| | |||||
* | Handle auth in authenticated state. | Kaz Kylheku | 2016-03-21 | 1 | -0/+3 |
| | | | | | | | This can happen if the user hits the back button and re-submits authentication. In that case it appears as if user name or password will work. Let's generate an error screen for that case to inform the user what is going on. | ||||
* | Move random alias generation into :postinit handler. | Kaz Kylheku | 2016-03-16 | 1 | -10/+5 |
| | |||||
* | Create two alternative spellings for each alias. | Kaz Kylheku | 2016-03-16 | 2 | -1/+12 |
| | | | | | | | | I ran into a problem using a Tamarind alias, in a situation when I was not able to specify an e-mail address containing dashes. Let's have it so that dots or underscores work as separators between the digit groups. | ||||
* | Move sasl socket path to configuration.tamarind-1 | Kaz Kylheku | 2016-03-12 | 2 | -1/+2 |
| | |||||
* | Recommend Exim fast-track delivery rule for Tamarind aliases. | Kaz Kylheku | 2016-03-12 | 1 | -1/+26 |
| | |||||
* | New README file: how it works and how to install. | Kaz Kylheku | 2016-03-12 | 1 | -0/+227 |
| | |||||
* | umask 007 so world can't read sensitive data in aliases | Kaz Kylheku | 2016-03-02 | 1 | -0/+1 |
| | |||||
* | Configurable sessions dir. | Kaz Kylheku | 2016-03-02 | 2 | -4/+5 |
| | |||||
* | Remove geteuid check; we don't need privs any more. | Kaz Kylheku | 2016-03-02 | 3 | -33/+0 |
| | |||||
* | Use variable instead of /etc/aliases. | Kaz Kylheku | 2016-03-02 | 1 | -9/+9 |
| | |||||
* | Separating configuration stuff to config.txr. | Kaz Kylheku | 2016-03-02 | 2 | -2/+4 |
| | |||||
* | Tamarind. | Kaz Kylheku | 2016-03-02 | 15 | -0/+543 |
| | |||||
* | NIL | Kaz Kylheku | 2016-01-17 | 0 | -0/+0 |