aboutsummaryrefslogtreecommitdiff
path: root/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* a more verbose makefile and explicative readme.Miquel Lionel2021-06-061-24/+0
| | | | | - also genpass.pl didn't need a newline when priting argon2id hash
* Cookie based login addedMiquel Lionel2021-04-111-0/+1
| | | | | | | | | | | | - 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.
* Makefile and config.mk file addedMiquel Lionel2021-04-111-0/+23
- now installing should be as simple as running 'make' - the customizations and defaults goes in config.mk