Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

11 check-ins using file src/default.css version 76363135d9

2025-08-19
10:37
Make "off" the preferred way to diable robot-restrict ... (check-in: db69c47abd user: drh tags: trunk)
10:28
Documentation update: Make the robot-restrict setting "none" or "off" to disable all restrictions. ... (check-in: 26a9b03336 user: drh tags: trunk)
2025-08-18
15:49
New setting "anon-cookie-lifespan" sets the life span of an anonymous login cookie. The default is 8 hours. Set to zero to disable anonymous login. ... (check-in: 7d2b47a7c3 user: drh tags: trunk)
11:45
Additional obfuscation of the javascript that runs to implement the anti-robot defense. ... (check-in: 4c4bce351d user: drh tags: trunk)
2025-08-17
19:38
Wrap the robot_restrict() JS check in an onload handler so that it won't run until the external resources (namely style.css) are loaded. ... (check-in: e5991efb68 user: stephan tags: trunk)
19:04
Improvements to robot detection in the robot_restrict() function. ... (check-in: e5b00c610d user: drh tags: trunk)
19:02
Obfuscation of the robot-test code. ... (Closed-Leaf check-in: 2fdd7ace52 user: drh tags: robotck-instant)
18:44
Merge the robot tests from trunk with the new tests from this branch so that *all* the tests are run. ... (check-in: 95a57c637f user: drh tags: robotck-instant)
18:33
Merge recent trunk enhancements into the robotck-instant branch. ... (check-in: dd11b563f4 user: drh tags: robotck-instant)
17:47
Because this new check is too fast to see the progress indicator, make the final result label more explicit. ... (check-in: b6cf0c2052 user: stephan tags: robotck-instant)
15:37
Move the z-level style into default.css, in case the adversaries read inlined STYLE tags (which now, in hindsight, seems more likely to me). Change the HTTP result code from robot_proofofwork() to a non-200 code, the hope being that the adversaries will stop on a non-200 code. ... (check-in: c7ad43638d user: stephan tags: robotck-instant)