Robin Malley
|
138cf12028
|
Add a type system
Add a check_types method that can check lua types for correctness.
|
2022-02-20 00:17:36 +00:00 |
Robin Malley
|
d11695b5eb
|
Remove extra prints
|
2021-08-27 01:08:51 +00:00 |
Robin Malley
|
67de40c02b
|
Actually fix the url generation
|
2021-02-13 18:40:17 +00:00 |
Robin Malley
|
0f17393cd8
|
Fix id<->url decoding
Some urls should have been url-encoded, fix this issue in a way
that won't break old urls
|
2021-02-09 02:40:57 +00:00 |
Robin Malley
|
45e1ba3fcb
|
Stop using unsafe characters
Several characters used for short path generation are unsafe to
use without escaping. Remove those.
|
2021-02-03 05:23:28 +00:00 |
Robin Malley
|
879e89fa8d
|
Do more refactoring
Start merging the error pages into a single standardized error page
Lessen log spew when site is being crawled by robots
|
2021-02-03 04:09:12 +00:00 |
Robin Malley
|
1f5b113daa
|
Remove globals
Clean up a bunch of places where the global namespace was being
polluted by accident.
|
2021-01-17 05:10:16 +00:00 |
Robin Malley
|
85a730ebcb
|
started working on unlisted posts
|
2021-01-10 21:34:13 +00:00 |
Robin Malley
|
f58e7b958c
|
Merge branch 'testing' into master
Started working on unit tests,
also cleaned up some of the sql row iteration.
|
2020-12-28 04:32:23 +00:00 |
Robin Malley
|
3a22c15dcd
|
Add a search utility
Add a search utility
Implement a dark theme
Add an FAQ page with some info
|
2020-12-28 04:01:07 +00:00 |
Robin Malley
|
b1b7b45e80
|
Started testing
|
2020-12-23 06:02:02 +00:00 |
Robin Malley
|
a640096bdd
|
More work on refactor
|
2020-12-21 04:22:22 +00:00 |
Robin Malley
|
2cd10b6968
|
Started work on refactor
Started work on moveing each endpoint into it's own file.
|
2020-12-20 08:16:23 +00:00 |