Timeline
Not logged in

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

37 check-ins using file src/main.c version cb9a993d09

2020-04-28
12:06
Update the documentation to mention the separate control artifacts created to close private branches that were merged with the `--integrate' option. Closed-Leaf check-in: e1e618d17f user: florian tags: private-branches
2020-04-24
01:47
When there are repeated errors on a subscription or self-registration entry form, do not force the user to reenter the captcha if they have already entered it correctly once. check-in: 3d80481216 user: drh tags: restricted-self-registration
00:49
Add the ability to deny capabilities to self-registered accounts until the email verification comes through. check-in: 3b7970e032 user: drh tags: restricted-self-registration
2020-04-23
23:00
Merge the /subscribe fix from trunk. check-in: fb38b92501 user: drh tags: restricted-self-registration
22:17
Fix bugs in the /subscribe page that could allow an attacker to subscribe and verify without actually having a working email address. check-in: 15e15298f8 user: drh tags: trunk
18:50
Merge the subscriber fix from trunk. check-in: 0be585a178 user: drh tags: restricted-self-registration
18:49
Bug fix: Allow new subscribers the option to select "Forum Edits", though it still defaults to "off". check-in: ea81b30ddf user: drh tags: trunk
18:36
Begin adding the ability to restrict self-registration to people with a particular email address pattern. This check-in provides the setting to specify the authorized email addresses, but an attacker can still lie about his email address and sneak in that way. Still a work-in-progress. check-in: 7916dbaa03 user: drh tags: restricted-self-registration
17:47
Assorted improvements to the mirrorlimitations.md doc. check-in: 0874340b45 user: wyoung tags: trunk
17:26
Rewrote a paragraph in sec.7.2 of the rebaseharm doc for clarity. check-in: b16db9d6e9 user: wyoung tags: trunk
16:59
Grammar and clarity tweaks to fossil-v-git.wiki check-in: 2cfd125640 user: wyoung tags: trunk
13:49
Added --dry-run support to add/rm/addremove --reset. check-in: a7a75e7d41 user: stephan tags: unaddremove-command
13:16
Update references to OpenSSL from 1.1.1f to 1.1.1g. Update custom makefile. check-in: 3510ca72af user: jan.nijtmans tags: trunk
11:30
Refactored unaddremove into (add|rm|addremove --reset). check-in: 72fdb21ae8 user: stephan tags: unaddremove-command
00:06
Pedantic cosmetic change: do un-rm before un-add. check-in: 6e21c7d706 user: stephan tags: unaddremove-command
2020-04-22
23:45
Initial draft of new unaddremove command (will be renamed once a suitable name is found), as discussed at forumpost/b9b20b04bd. check-in: 369a14b33f user: stephan tags: unaddremove-command
18:51
Minor improvements to the change log. No code changes. check-in: fcc07be739 user: drh tags: trunk
18:01
The post sequence numbers on the hierarchical display of a forum thread should be the sequence number of the original version of the post, not the final edit of the post. check-in: c6890fd46a user: drh tags: trunk
15:57
For email alerts on forum posts, if the forum post is a reply to a prior post that has been edited two or more times, ensure that the In-Reply-To header on the email message refers to the very first edition of the in-reply-to post. Prior check-in [137cba6f1b81170d] attempt to do the same thing, but only worked for cases where the post was edited ju... check-in: fb4545ef93 user: drh tags: trunk
14:31
Add the undocumented "threadtable" query parameter to the forum chronological view, in order to show the raw thread table data for debugging purposes. check-in: dbdf50d5fd user: drh tags: trunk
12:08
For the chronological display of forum posts, show edited or deleted posts using text/plain. Item 4 in forum post 04e5ea0d88. check-in: 0e78f74655 user: drh tags: trunk
11:59
Fix ./configure so that the --with-openssl=tree option works better. check-in: 19f11a8dec user: drh tags: trunk
11:52
The "history" view of an edited post in the Forum shows all entries as text/plain. See discussion on the Fossil forum. check-in: f7c869b9fb user: drh tags: trunk
11:52
Avoid references to private check-ins in Q-cards of public check-in manifests. This ensures consistent behavior regarding leakage of private check-in hashes, possibly generating "phantoms" on peer repositories, for P- and Q-cards. Depending on the final strategy to minimize leakage and sync traffic overhead of "phantoms", this commit may eventually... check-in: 767b175d90 user: florian tags: private-branches
11:47
Close leaves of private branches merged with the --integrate flag by separate private control artifacts, to avoid +close tags referring private branches in public check-in manifests. check-in: 4e2498a2b6 user: florian tags: private-branches
11:43
Update commit [8268c5dafb] to allow the --integrate flag when merging private branches, but postpone the closing leaves of private branches. check-in: 6b6c09c5bf user: florian tags: private-branches
2020-04-20
20:13
Experimental fix for link failure under --with-openssl=tree on some platforms (found on CentOS 6) where OpenSSL needs -lpthread to link. Not on trunk because we probably need something more subtle than this to make it work broadly. Closed-Leaf check-in: 8a046acb99 user: wyoung tags: openssl-needs-lpthread
17:37
Update the built-in SQLite to the latest 3.32.0 alpha that includes the fix that omits O_NOFOLLOW when trying to open a directory just to fsync() it. check-in: c435144c70 user: drh tags: trunk
2020-04-19
19:14
Change log updates. check-in: 088b44b310 user: drh tags: trunk
17:35
Update the built-in SQLite to the lastest 3.32 alpha. check-in: 05fd5e17b9 user: drh tags: trunk
17:32
Change log updates. check-in: d6967fe79c user: drh tags: trunk
16:53
For the "fossil:" output from the "fossil info" command, on unix, provide the full pathname of the fossil executable. check-in: 01fcc6a8de user: drh tags: trunk
15:24
Minor typo fix in the documentation. check-in: c0f7c8318b user: drh tags: trunk
15:20
Improved documentation of the latest configuration database locator algorithm. No code changes. check-in: 9cb8194da6 user: drh tags: trunk
15:04
Further refinement to the configuration database locator algorithm to only use the XDG name if the ~/.config directory exists. check-in: 8388a4680f user: drh tags: trunk
14:40
Update the configuration-database location documentation to reflect enhancements to the "fossil info" command. check-in: b980ede08b user: drh tags: trunk
14:34
On the "fossil info" command with no arguments and outside of an open checkout, or with the -v option, show the location of the fossil executable and the version number. check-in: 1da8afdf87 user: drh tags: trunk