Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
23 check-ins using file win/Makefile.mingw version d856b9160a
2018-08-17
| ||
12:32 | Improvements to privilege processing and the "Security Audit" page /secaudit0. ... (check-in: 397d23c161 user: drh tags: trunk) | |
01:27 | Allow + signs in email addresses. Added a comment to link to a source giving the true limit on legal characters in email addresses, which are currently far less restrictive than our newly-expanded limits. ... (check-in: 1bfd790352 user: wyoung tags: trunk) | |
2018-08-16
| ||
20:48 | Enhance the backoffice to automatically purge stale entries from the emailblob table, if that table exists. ... (check-in: 4c7edd4cfd user: drh tags: trunk) | |
19:51 | Do not put "Return-Path:" headers in notification emails to be sent. That is a violation of standards as only the receiving SMTP server should add the Return-Path header. Instead, include a custom X-Fossil-From: header that downstream software can use (if desired) to set the envelope header of the message. ... (check-in: 731836b869 user: drh tags: trunk) | |
18:56 | For email notifications abound events from a single user (such as individual forum post notifications) make the From: address be a "noreply" hash based on the users human-readable name or handle. Always include a Return-Path: field in the header that is the email-self setting, to be used by MTUs that need to bounce the message. ... (check-in: 475c9d11e9 user: drh tags: trunk) | |
16:45 | Do not show posts that are awaiting moderation to users without moderator privilege unless they are the same user that generated the post in the first place. ... (check-in: 16c42a0808 user: drh tags: trunk) | |
16:26 | Update the built-in SQLite to the latest trunk version which includes the fix for EXPLAIN QUERY PLAN for the query that runs the /forum page. ... (check-in: f8994f8975 user: drh tags: trunk) | |
16:13 | Adjust the /forum page so that it for users without forum moderator privilege, it pretends that unmoderated posts do not exist, and for user with moderator privilege it paints an "Awaiting Moderator Approval" message on posts that need moderation. ... (check-in: ef7f85eecd user: drh tags: trunk) | |
12:31 | Fix the /forum page so that it links to the most recent post. ... (check-in: b0ae37c039 user: drh tags: trunk) | |
07:21 | Improved locality of a variable. No functional change. ... (check-in: 09103fd2f0 user: wyoung tags: trunk) | |
07:06 | Posts are now hidden on the /forum page if they're marked as private (i.e. needing moderator attention) and they were posted by another user, except when the user is a moderator. (Closed because a different method was implemented on trunk.) ... (Closed-Leaf check-in: 779eaaae81 user: wyoung tags: hide-post-if-needmod) | |
06:36 | Replaced a declare-and-init line pair with a single define-with-value line. No functional change. ... (check-in: 8f47c3f653 user: wyoung tags: trunk) | |
02:03 | Fix the hextoblob() function so that does not report out-of-memory if the size of the input string is zero bytes. This fixes the instances of "out-of-memory" reports when accessing the /alerts page without an argument. ... (check-in: 5519c6b8fc user: drh tags: trunk) | |
01:46 | Fixes to the /webmail screen ... (check-in: a24de3f9fc user: drh tags: trunk) | |
01:43 | Add comments to the /register page implementation. No logic changes. ... (check-in: a4419c6c02 user: drh tags: trunk) | |
2018-08-15
| ||
21:28 | Do not issue a warning about duplicate branch names when doing a --private check-in. ... (check-in: d7e45aae70 user: drh tags: trunk) | |
20:50 | Improved title on on the /forum page. ... (check-in: dbd96b2c74 user: drh tags: trunk) | |
20:41 | On the main /forum screen, provide the new n= and x= query parameters to enable access to older threads. ... (check-in: aff20904fa user: drh tags: trunk) | |
20:17 | On the "Recent Threads" page (/forum) show the number of messages and the duration of each thread. ... (check-in: a50dfe6fae user: drh tags: trunk) | |
18:14 | Improvements to self-register (the /register page) so that it works correctly for users how are already subscribers and enter the subscriber email. ... (check-in: 4c43f2cd43 user: drh tags: trunk) | |
15:53 | Remove an db_begin_transaction() that had no matching db_end_transaction(). ... (check-in: b2fca3dd4d user: drh tags: trunk) | |
12:09 | Change the default markup language for Forum to Markdown. ... (check-in: 5f3cb278fd user: drh tags: trunk) | |
11:05 | Update to openssl-1.0.2p ... (check-in: 38638cfcdd user: jan.nijtmans tags: trunk) | |