Fossil

Today In History
Login

This Day In History For 2026-08-17

1 Year Ago (more context)

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
18:20
Use the UserAgent value from the HTTP request header, rather than the client IP address, as the additional factor in the anonymous login cookie hash, since some client are on networks where their IP address can shift frequently. check-in: 0693766805 user: drh tags: trunk
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
17:16
Make anonymous cookies valid for 8 hours. Include the client IP address as part of the cookie hash, but do not display the client IP address within the text of the cookie. check-in: 68da4784aa user: drh tags: trunk
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
15:00
Remove some dead code from /chat. check-in: 144c5dbe00 user: stephan tags: trunk
14:52
Correct a mis-calculation of fontSize for /chat attachments which use the Embed checkbox. check-in: e3f0dcc325 user: stephan tags: trunk
13:21
Add a comment explaining why document.body's z-level is explicitly set to 0. Remove some EOL whitespace. check-in: 7c57a20ebd user: stephan tags: robotck-instant
12:52
Add (stash rename) to the changelog. check-in: c834adb656 user: stephan tags: trunk
12:50
Add (stash rename) subcommand to change the label associated with a stash entry. check-in: 1aaa6fc58d user: stephan tags: trunk
12:29
Fix the previous checkin to actually compute the work value. This slows it down by a tiny fraction of a second but it's still effectively instant. This calculation can be moved up a level into the C code to turn this back into an instant operation, but leaving it on the client seems like a reasonable choice. check-in: c27cfa9f60 user: stephan tags: robotck-instant
12:10
An experiment in reducing the proof-of-work to a single operation. (This description is intentionally vague.) check-in: b765e65267 user: stephan tags: robotck-instant

2 Years Ago (more context)

2024-08-17
16:19 Changes to wiki page "branch/diff-word-wrap" artifact: 37c7086255 user: florian
16:05 Added wiki page "branch/diff-word-wrap" artifact: a4840af01b user: florian
16:03
First draft to implement word-wrap for web UI diffs. The list of TODO items can be found on the branch wiki page. check-in: faf4b4718d user: florian tags: diff-word-wrap

4 Years Ago (more context)

2022-08-17
05:30
Removed a digression in the gitusers doc about Fossil's new clone-and-open mechanisms. That got moved to the ckout-workflows doc quite some time back, and we already point to it from that same section. There's no reason for the redundancy. Also cleaned up some grammar and typos while in there. check-in: f43eaf01e3 user: wyoung tags: trunk

5 Years Ago (more context)

2021-08-17
19:44
Back out the main-url patch. On second thought, this does not add a lot of value but does introduce complication. Maybe it will get added back in later. check-in: 5bb4f12a8f user: drh tags: trunk
17:32
Provide a warning on the security-audit page if any of the TH1 scripts that run during a syncm, push, pull, or clone are configured. check-in: cfb5be4189 user: drh tags: trunk
17:13
Add the "main-url" setting. Use it to send the "pragma from-url" on a sync. The server uses this to add new syncwith: entries for the client. check-in: 2ae7a5160f user: drh tags: trunk
15:41
Improvements to the /urllist page → the sync URLs and Git mirrors are combined into a single section. Add the url_unparse() interface for freeing memory from a url_parse_local(). check-in: 9bdbcd39cb user: drh tags: trunk

10 Years Ago (more context)

2016-08-17
22:19
Add the -u/--unversioned flag to the "fossil sync" command. Implement the "fossil unversioned revert" command. check-in: c18f23190a user: drh tags: trunk
17:25
Send the parent-project-name and parent-project-code configurations when syncing the project configurations. check-in: 08e65c2bb1 user: drh tags: trunk
16:02
Fix typos in documentation and on the "Setup/Users" screen. check-in: 085bfaeec7 user: drh tags: trunk
15:56
For the "query -nocomplain" TH1 command, make sure the SQLite log does not add error messages to the output. check-in: 801eca62a8 user: drh tags: trunk
15:42
Add support for unversioned files stored in the repository. check-in: 27d743e708 user: drh tags: trunk
15:36
Show the number and total size of unversioned files on the /stat page. Add a link to /uvlist from /sitemap. Closed-Leaf check-in: 83c7571f28 user: drh tags: unversioned-files
14:40
Update the sync protocol documentation to describe the unversioned file sync. check-in: d780949320 user: drh tags: unversioned-files
13:37
Limit the amount of unversioned content sent with each HTTP request. Also: fix up source code lines in xfer.c to be less than 80 characters long. check-in: faa73ae0c4 user: drh tags: unversioned-files
11:53
The admin and setup users automatically get the write-unversioned ('y') permission. check-in: 0480400c39 user: drh tags: unversioned-files
09:57
Do not show a blank table on the /uvlist page if the server contains no unversioned files. Instead show a message explaining that no unversioned files are present. check-in: 49007ecedf user: drh tags: unversioned-files
09:28
Add the /uvlist webpage. check-in: 52860aa6ab user: drh tags: unversioned-files

15 Years Ago (more context)

2011-08-17
02:23 Ticket [3705eeeb85] wiki page describing largest status still Open with 2 other changes artifact: 6e18e81d1f user: martin.weber
02:20 Ticket [bc0d0f5642] Communication failure does not lead to exit(EXIT_FAILURE) status still Open with 2 other changes artifact: f453aa5688 user: martin.weber