19 Commits
Author SHA1 Message Date
Gwyneth Llewelyn 9a7cb09981 RefatL added trelemetry databut neds tweaking 2025-10-31 02:20:16 +00:00
Gwyneth Llewelyn 541235bb0c Preparing 0.9.2… 2025-10-29 01:35:32 +00:00
Gwyneth Llewelyn fd1c2119a0 Doc: clarify how the DSN is written; add compilation info regarding MacPorts and ImageMagick 7 2025-07-27 17:01:35 +01:00
Gwyneth Llewelyn fdf79faf02 Docs: spelling 2024-12-24 21:35:50 +00:00
Gwyneth Llewelyn 802ba490be Add New Relic support (see README.md) 2021-04-22 11:31:06 +00:00
Gwyneth Llewelyn 9c3cb67284 Major changes regarding PathToStaticFiles, which had a serious scoping error; also, filepath.Join() does not need extra “/“ since these will be added during sanitisation 2020-09-08 19:18:50 +00:00
Gwyneth Llewelyn 86f6aa0562 Finishing up the stats page. It works, but now we need to cache it, to save precious database accesses. 2020-08-17 11:32:08 +00:00
Gwyneth Llewelyn d5e3fe73fa First attempt at providing some stats for the HyperGrid Business e-zine 2020-08-16 23:36:52 +00:00
Gwyneth Llewelyn 4537025143 Seems to work; the same was done for the SL profile image! 2020-07-27 23:32:31 +00:00
Gwyneth Llewelyn 6bc4aa4959 Attempts to get a JPEG2000 image from the OpenSimulator server and convert it to JPEG inside a cache. 2020-07-19 13:13:00 +00:00
Gwyneth Llewelyn 69bb9ec28a Finally managed to send the link - the problem was mostly on my side, but it also needed a password to work. 2020-07-12 01:11:02 +00:00
Gwyneth Llewelyn 1785a1cd7e First attempt to correctly extract slides from the .ini and push them to the template… 2020-07-11 19:09:49 +00:00
Gwyneth Llewelyn 73c4ff63b0 Fixed logo issue on sidebar. 2020-07-09 18:19:56 +00:00
Gwyneth Llewelyn db6d130450 More tweaks to get outbound emails working; also, added preliminary router for link sent in email (no error checking, it always gets rejected.) 2020-07-06 23:05:47 +00:00
Gwyneth Llewelyn 31033f0240 A few changes to move away from cookies and use sessions instead; using gin-contrib/sessions, which is a Gin wrapper to Gorilla sessions. It’s still a bit broken, though 2020-06-28 21:07:10 +01:00
Gwyneth Llewelyn 10ead80b39 Added option for title of each HTML page 2020-06-21 20:55:58 +01:00
Gwyneth Llewelyn 936049befe Adding full TLS support, and fallback to plain HTTP if it fails 2020-06-10 20:25:44 +01:00
Gwyneth Llewelyn 02ea476ee0 Path determination logic complete! Not obvious at all, but it works: the idea is to use the directories that are local to the package first, and override them if needed (for a production environment) 2020-06-10 13:05:03 +01:00
Gwyneth Llewelyn 2d87431fba Big refactoring to allow for config.ini — important for setting secret things like database password…
Also, first attempts at playing around with database opening etc.
2020-06-09 23:24:30 +01:00