Commit Graph

23 Commits

Author SHA1 Message Date
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 c524ddceb5 partly converted HTML reference (work in progress) 2026-02-04 21:36:41 -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 7ce3bed15b touched up the database code to use transactions where necessary 2025-11-28 23:01:56 -07:00
amy 9bd8045e8c updated the dictionary to a larger one and added a notice of its copyright in the license file 2025-11-06 22:17:36 -07:00
amy 038b3c7adb added post link rewriter template function 2025-11-06 21:53:53 -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 8a2185e912 landed the tag repository 2025-10-31 22:33:56 -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 596d7de7de landed the dictionary objects and spelling rewriter, which also allowed me to complete the configuration YAML file 2025-10-30 22:33:39 -06:00
amy 05a43bcd47 starting to sketch out the dictionary interfaces for spell checking 2025-10-29 23:16:21 -06:00
amy eb47b001bb landed enough rewriters and filters to begin building configurations for the HTML checker 2025-10-29 22:50:25 -06:00
amy e4d7deaf5f landed the email and URL rewriters 2025-10-29 11:49:19 -06:00
amy 122d581e7f beginnings of HTML checker - added struct and interface defs, emoticon rewriter 2025-10-28 23:33:52 -06:00