| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- The file auto-deletion flow was *inside*
the HAS_MAILSERVER check... oops, fixing that
- fixing the indenting in the same file, it was
a clusterfuck (still is but way less).
- removed an useless for(1) in ValidCookie function
in gpigeon-template.cgi.
- Makefile change: I trust more the GNUPGHOME variable
than the --homedir options of gpg for importing a key and creating
a GPG directory at the same time.
|
| |
|
|\
| |
| |
| | |
- what was this conflict
|
| | |
|
| |
| |
| |
| |
| | |
- also genpass.pl didn't need a newline when priting
argon2id hash
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- the cookie last 1 year and is set upon login
- deleted when pressing "Disconnect" button
- updated the config.mk and Makefile for COOKIES_DIR variable
- camel-cased the subroutines. I like it that way, it stands out more
compared to variables
- reinserted some vars back into link-tmpl.cgi, it wasn't making sense
to have them in gpigeon-template.cgi
- no more 'Unknown' link asker in the links table: if the string is a valid
email address, we link to the file in the table.
|
|
- now installing should be as simple as running 'make'
- the customizations and defaults goes in config.mk
|