15 Commits

Author SHA1 Message Date
amy 2526534ad7 added SPDX identifiers to email, exports, and htmlcheck packages, and to the setup database scripts 2026-03-13 14:31:45 -06:00
amy b69a5e57a2 another style pass 2026-03-12 11:58:16 -06:00
amy 43c34c9ffc fixed up use of context to stop loops by using a select with case <-ctx.Done() 2026-02-22 21:59:36 -07:00
amy 813d6aa44d have HTML checker check context error in parsing loop 2025-12-20 23:17:07 -07:00
amy 5c8bb8dd5e all database operations now take a context.Context, which is propagated through from sources 2025-12-20 22:29:26 -07:00
amy b3aab265fb fixed bugs in post link decoding and AmGetConferenceByAlias 2025-11-05 23:04:19 -07:00
amy 2783d94952 fix session manager concurrency error and error in HTML Checker doFlushNewlines 2025-11-05 22:13:49 -07:00
amy c7ea4c529a a couple more bug fixes 2025-11-05 21:09:44 -07:00
amy 8a3d02fbec fixed a first round of bugs and rewrote the URL rewriter using the old algorithm 2025-11-04 23:05:50 -07:00
amy 1ba02f37e9 documentation pass done, ready to use the HTML Checker in other code 2025-11-03 15:20:41 -07:00
amy 4f9cdde1f2 HTML checker is code complete, needs a pass for documentation 2025-11-02 23:08:40 -07:00
amy f6ed77923c beginning to implement the HTML Checker itself - incomplete 2025-10-31 23:48:46 -06:00
amy d69715557e added the tags "hierarchy" 2025-10-31 16:08:51 -06:00
amy 048ac3abc3 built the basic data around loading HTML checker configurations - next we will want to tackle the tag repository, which is massive 2025-10-30 23:18:35 -06:00
amy 122d581e7f beginnings of HTML checker - added struct and interface defs, emoticon rewriter 2025-10-28 23:33:52 -06:00