Fossil

Timeline
Login

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

136 events for the month beginning 2018-06-01 by user drh

Following month ↑
2018-06-30
20:51
Compress content in the emailblob table. ... (check-in: 98400909bc user: drh tags: smtp)
20:38
First code for the /webmail page. Barely functional. ... (check-in: 8dc832e69d user: drh tags: smtp)
18:29
Fixes to the "SMTP relay" alert send method. Add the --smtp-trace option to the "fossil email send" command. Expose and document the "email-send-relayhost" setting. ... (check-in: 006cc81437 user: drh tags: smtp)
17:27
Add "SMTP relay" as a new method for sending alert emails. ... (check-in: b96415f047 user: drh tags: smtp)
16:06
Merge fixes and improvements from trunk. ... (check-in: 4f30802a88 user: drh tags: smtp)
16:05 Edit [a5d80522bdd30768|a5d80522bd]: Edit check-in comment. ... (artifact: 3a2ddb032d user: drh)
15:40
Fix harmless compiler warnings. ... (check-in: 50daa540f8 user: drh tags: trunk)
15:37
Improve the conformance to rfc2822 for generated email messages. ... (check-in: 429ae9b736 user: drh tags: trunk)
14:00
Merge fixes from trunk. (This was suppose to be a check-in on the smtp branch. I don't know why Fossil didn't warn me about the null check-in.) ... (check-in: a5d80522bd user: drh tags: trunk)
13:42
Adjust the cgi_rfc822_datetime() routine to use the newer rfc2822 date/time format that uses "+0000" for the timezone instead of "GMT". ... (check-in: d2a94aa96c user: drh tags: trunk)
10:39
Fix the fossil_fatal() routine so that it avoids trying to do a webpage display if the repository database has not yet been opened. ... (check-in: 0336ac7715 user: drh tags: trunk)
2018-06-29
22:54
Populate the esubject column of the emailbox table based on the subject in the email header. ... (check-in: dbb1ce5ff7 user: drh tags: smtp)
21:37
Lots of additional error checking on the "fossil smtpd" input. ... (check-in: cf1c84299f user: drh tags: smtp)
19:54
The "fossil smtpd" command stores incoming messages in the database and routes them according to the emailroute table. ... (check-in: e4144ced8d user: drh tags: smtp)
15:30
Merge recent trunk enhancements and fixes into the smtp branch. ... (check-in: 45939f5181 user: drh tags: smtp)
15:29
Less severe warning on the security audit if the server error log is disabled. ... (check-in: fe5e9de1cd user: drh tags: trunk)
13:09
Further enhancements to the on-line help for the "fossil uv add" command in an effort to clear up confusion. ... (check-in: 66815ed390 user: drh tags: trunk)
12:56
Attempt to make an error log entry following a segfault. ... (check-in: c670925e00 user: drh tags: trunk)
11:40
Further wording enhancements to the on-line documentation to the "fossil uv" command. ... (check-in: c4ab883421 user: drh tags: trunk)
03:29
Add features to make it easier to test and debug the "fossil smtp" command from the command-line using stdin and stdout. ... (check-in: 8643602dae user: drh tags: smtp)
03:12
Baseline implementation of the "smtp" command. ... (check-in: be55fc60c0 user: drh tags: smtp)
2018-06-28
21:38
Add the smtp_send_msg() function capable of encoding and sending a complete email message. ... (check-in: 0388860407 user: drh tags: smtp)
17:22
Fix the wording on the documentation of the /announce web page. ... (check-in: dfe0cf7ebf user: drh tags: trunk)
17:15
The test-smtp-probe command is now working. ... (check-in: 9281d52a91 user: drh tags: smtp)
15:23
Incremental check-in of initial code for client-side SMTP. Does not work. ... (check-in: 20006a866c user: drh tags: smtp)
2018-06-27
19:21
Add the missing smtp.c source file. ... (check-in: 8f6f25f12d user: drh tags: smtp)
19:15
Begin the smtp.c module. Start with a routine to locate the hostname on which to contact the SMTP server for a domain. ... (check-in: 735af578e7 user: drh tags: smtp)
17:02
Fix typo in the manpage for the /announce page. ... (check-in: c1bce3f515 user: drh tags: trunk)
13:09
Fix typos in the "fossil help uv" page. ... (check-in: 1bc4b0a580 user: drh tags: trunk)
02:22
Fix a warning about an unclosed transaction when doing a no-op "fossil checkout". ... (check-in: b31aa7d7ea user: drh tags: trunk)
2018-06-26
11:54
Fix compiler warnings on windows. Fix the file_directory_size() function so that it works on windows. ... (check-in: 6a7d2ad8f1 user: drh tags: trunk)
11:21
Make the mv-rm-files available without special compile-time options. ... (check-in: 27e5e5ce65 user: drh tags: trunk)
02:26
Fix a critical bug in the new blob_append_char() routine that was added to the previous check-in. This bug causes crashes. Also change the quoted-printable encoding to escape the ':' character so that lines in the body of an email will never be confused with a header line like "From:". ... (check-in: 122905c29b user: drh tags: trunk)
02:01
Change the email transfer encoding to quoted-printable. ... (check-in: b6a13c45bd user: drh tags: trunk)
01:24
Initial implementation of the /announce webpage. ... (check-in: 65f5754611 user: drh tags: trunk)
2018-06-25
22:44
Fix a typo in the processing of Forum record syncs. ... (check-in: b71ab777f0 user: drh tags: trunk)
22:01
Make sure the subscriber table is not synced unless the client has appropriate permissions. ... (check-in: 7f0c7fcfce user: drh tags: trunk)
20:59
On the /stat page, change the name of "Alerts:" to "Pending Alerts:". ... (check-in: 6f34395cc8 user: drh tags: trunk)
20:56
Report on the email notification setup and status in the /stat page for administrators. ... (check-in: 4ef590906d user: drh tags: trunk)
20:26
Add the file_directory_size() utility function for measuring the number of objects in a directory. ... (check-in: 94e846d282 user: drh tags: trunk)
19:26
More random and slightly incoherient notes on the www/emaildesign.md document. ... (check-in: 6f0e0598ce user: drh tags: trunk)
18:43
Fix an extra call to db_end_transaction() in "fossil config pull ticket". ... (check-in: f5eb03f5e5 user: drh tags: trunk)
18:20
Fix another SQL error on the receiver side of "fossil config pull" ... (check-in: 0b6d3eaf6c user: drh tags: trunk)
18:17
Fix a syntax error in the SQL of the "config pull" mechanism. ... (check-in: 4e699c295b user: drh tags: trunk)
18:13
Change the schema of the subscriber table to make it compatible with the "fossil config sync" mechanism. Upgrading through this check-in requires running "fossil email reset" to rebuild the email notification schema, and losing subscriber information. ... (check-in: 9040de46ec user: drh tags: trunk)
16:19
Fix harmless compiler warnings. Also remove the "ago" text from the "Last Change" column in the subscriber list webpage. ... (check-in: 69d332ff96 user: drh tags: trunk)
16:14
Enhance the subscriber since to include the creation time and so that a new random subscriber code is set. ... (check-in: 7e87699dcf user: drh tags: trunk)
15:56
Add the ability to transfer subscriber information using the "fossil config sync alert" command. ... (check-in: 22c3354dcb user: drh tags: trunk)
14:45
Enhancements to administrator access to the subscriber list. ... (check-in: b7b877ef49 user: drh tags: trunk)
14:26
Extend the user capability system to allow the use of upper-case ASCII letters for new capabilities. ... (check-in: e45cfde7aa user: drh tags: trunk)
13:47
Add information about the server error log to the security audit page. Provide the new /errorlog page for viewing the server logfile online. ... (check-in: a9e74eb311 user: drh tags: trunk)
13:32
Make sure emailerShutdown() correctly closes the emailqueue database. ... (check-in: b9121b4797 user: drh tags: trunk)
2018-06-24
23:22
Include the HTTP_REFERER value in the error log file. Also, omit empty environment variables from the error log. ... (check-in: 4c839973e4 user: drh tags: trunk)
23:17
Any call to fossil_fatal() while generating a webpage changes the output to a 400 Bad Request with an appropriately formatted web page. ... (check-in: a0863d2b46 user: drh tags: trunk)
19:27
Do not report errors to the error log on a 304 reply. ... (check-in: 60c8eca305 user: drh tags: trunk)
18:47
Fix the /doc webpage so that it does not call fossil_fatal() when it cannot find the requested document. It simply does a 404 routine. By not calling fossil_fatal(), it avoids unnecessary entries in the error log. ... (check-in: 29cb8260c0 user: drh tags: trunk)
18:22
Only invoke the email alert sender after a successful HTTP request. Mark Not Found requests as 404, unsuccessful. ... (check-in: 4eb3e0f20e user: drh tags: trunk)
17:51
Improvements to the /test-warning webpage. ... (check-in: 8d9ad7501e user: drh tags: trunk)
17:44
Extra defenses against running the digest alert generator in a context where the transaction will rollback, thus failing to record the new digest time. Change the "fossil server" and "fossil ui" commands to always log errors to the console if no other error logging is defined. ... (check-in: f87fb02780 user: drh tags: trunk)
16:38
Enhance the --sqltrace logic. Using those enhancements, locate and fix and unclosed transaction in the email alert sender logic. ... (check-in: f3de8b6632 user: drh tags: trunk)
10:07
Fix an SQL syntax error. ... (check-in: 0398e41aa6 user: drh tags: trunk)
2018-06-23
20:30
Fix documentation typos. ... (check-in: 1ba3eeeb43 user: drh tags: trunk)
20:11
Fix typos and update documentation. ... (check-in: 08165ad45e user: drh tags: trunk)
19:55
Do not require Email-Notify permission to operate the /alerts page with a valid subscriberCode. ... (check-in: 1591058951 user: drh tags: trunk)
19:51
Fix the use of captchas on the /msgadmin page. ... (check-in: 43532cd1d5 user: drh tags: trunk)
19:36
Add the /msgadmin page. ... (check-in: 0c4d3c128a user: drh tags: trunk)
18:44
Automatically send alert emails after each webpage request. ... (check-in: d4e9df1729 user: drh tags: trunk)
17:50
Include the email-sender.tcl script as an example of how to relay from the database drop to /usr/sbin/sendmail. ... (check-in: a677f72f83 user: drh tags: trunk)
17:17
New note on why SMTP might be hard to implement as a sending method. ... (check-in: b3e72035a1 user: drh tags: trunk)
17:07
Webpages function (with an sensible error) if the email notification tables are not in the schema. ... (check-in: 98d2338a43 user: drh tags: trunk)
16:44
Improved documentation. No substantive code changes. ... (check-in: 9cf915d4af user: drh tags: trunk)
15:49
Add the decode-email.c utility program source code. ... (check-in: 17b4d3e49a user: drh tags: trunk)
15:48
Add an initial draft of design notes for the email notification system. ... (check-in: aeb98be80f user: drh tags: trunk)
14:24
Rework the internal email sending logic so that it is connection-oriented. This makes it more efficient and makes it easier to add support for an SMTP sending method at a later date. ... (check-in: b42189878e user: drh tags: trunk)
01:33
Futher corrections to the email alert trigger. ... (check-in: 2c3b903043 user: drh tags: trunk)
01:26
Fix minor problems with email notification. ... (check-in: d7ccfb64a3 user: drh tags: trunk)
01:24
Fix minor problems in email notification. ... (check-in: 1cdf6f2049 user: drh tags: trunk)
00:53
Merge in support for email notifications. Munch more work is needed, but it seems ready to begin functional testing. ... (check-in: b77f1aaed0 user: drh tags: trunk)
00:49
Fix some minor problems with email notification support ... (Closed-Leaf check-in: c256626026 user: drh tags: email-alerts)
2018-06-22
19:48
Improvements to on-line subscription management. ... (check-in: e649820ba1 user: drh tags: email-alerts)
19:03
Add the "fossil email subscribers" and "fossil email unsubscribe" commands. ... (check-in: ba60f8744c user: drh tags: email-alerts)
18:23
Alert sending logic compiles but is so far untested. ... (check-in: 44f9f35597 user: drh tags: email-alerts)
17:36
A new way of computing alert text. ... (check-in: 6c06b1c896 user: drh tags: email-alerts)
15:57
Generate event report in chronological order for an alert text. ... (check-in: e02892522e user: drh tags: email-alerts)
15:34
Add logic to generate the text of email alert messages. ... (check-in: bb30d02efd user: drh tags: email-alerts)
13:50
Add the --sql option to the timeline command. ... (check-in: d51ca5f567 user: drh tags: email-alerts)
12:25
Make sure the content of outbound email messages always ends with a newline. ... (check-in: b700348373 user: drh tags: email-alerts)
03:17
Add the /unsubscribe page. ... (check-in: f911608824 user: drh tags: email-alerts)
01:37
Add the --nocompress option to the "fossil clone" command. ... (check-in: 96d0a4becf user: drh tags: trunk)
01:28
Fix harmless compiler warnings. ... (check-in: 5fde17bbbc user: drh tags: email-alerts)
01:18
Rename the email_pending table to pending_alert. Add triggers to fill in the pending_alert table each time a row is added to the event table. ... (check-in: 8c4b92ad3e user: drh tags: email-alerts)
2018-06-21
23:01
Add the "fossil email inbound" command, though it currently does not analyze the inbound emails - it just stores the emails in a directory for later human viewing. ... (check-in: 775e529b32 user: drh tags: email-alerts)
22:37
Continuing refinement of the web pages for handling email subscriptions. ... (check-in: 84d0d85317 user: drh tags: email-alerts)
21:02
Add the /subscribers page. Fix minor issues. All pages still need improvement. ... (check-in: e015c10306 user: drh tags: email-alerts)
19:51
Further progress toward get email subscription webpages working. ... (check-in: adf068faeb user: drh tags: email-alerts)
19:10
The /subscribe page now creates entries in the subscriber table and sends verification emails. ... (check-in: 31be2e17a4 user: drh tags: email-alerts)
17:07
Merge codecheck1 enhancements from trunk. ... (check-in: 4d13d94893 user: drh tags: email-alerts)
16:40
Strengthen the codecheck1.c utility program to help find cases where query parameters are used in unsafe ways. No unsafe usage of query parameters was detected in the current code. ... (check-in: bb9233a61a user: drh tags: trunk)
15:19
Merge the popen() on windows fix from trunk. ... (check-in: ef2426dc9e user: drh tags: email-alerts)
15:02
Provide an implementation for popen() and pclose() on Windows to fix the build. ... (check-in: 565b5ff0c2 user: drh tags: trunk)
12:34
Non-working code for the /subscribe and /alerts web pages. This is an incremental check-in. ... (check-in: e91143e813 user: drh tags: email-alerts)
12:24
Remove the configuration of the show-version-diffs property from the /setup_timeline page as that property is no longer used. ... (check-in: 8d230be45c user: drh tags: trunk)
2018-06-20
22:53
Do not show the "Change user:" form on the /logout page. It adds little value but much confusion. ... (check-in: 00bed59b69 user: drh tags: trunk)
22:39
First attempt at a /subscribe page. Non-functional display only. ... (check-in: fb3934ec53 user: drh tags: trunk)
22:26 Edit [fa83e4b3e1eb55cc|fa83e4b3e1]: Edit check-in comment. ... (artifact: 1a4427737f user: drh)
19:56
Manage the email.c file. Accidentally omitted from the previous three check-ins. Bummer. ... (check-in: fa83e4b3e1 user: drh tags: trunk)
19:04
Add a new capability that allows signup for email notification. Change the name of the older "EMail" privilege to "View-PII" to avoid confusion. ... (check-in: 25eafed114 user: drh tags: trunk)
18:47
Merge the speculative Forum changes. This is because I need the enhancements to the user capabilities in order to add a new capability for Email Notifiation. The Forum logic itself is not ready, and is subject to change and removal. But it is well isolated and shouldn't hurt anything if it hangs out on trunk for a while. ... (check-in: 9a2e5f4717 user: drh tags: trunk)
18:25
Add the "email" command and basic infrastructure for generating outbound email messages. ... (check-in: 5200323a41 user: drh tags: trunk)
13:40
Rig the "fossil sql" command so that it always comes up in --quote mode. This mode is more useful for Fossil repos dues to the many binary blobs. ... (check-in: 953aa7b4f5 user: drh tags: trunk)
13:16
Add a setup page for email notification. There is no logic behind the setup, yet. ... (check-in: ccf50f0619 user: drh tags: trunk)
12:23
Fix over-length code lines in the setup.c source file. ... (check-in: 7001228a09 user: drh tags: trunk)
01:35
Fix the mimetype selector. Improved styling of the forum display. ... (Closed-Leaf check-in: 837b1cb59b user: drh tags: forum-brainstorm-1)
2018-06-16
15:08
Fix minor issues with Forum editing. ... (check-in: c626d1c06c user: drh tags: forum-brainstorm-1)
13:36
Progress toward getting the forum to actually work. This is an incremental check-in. ... (check-in: 4814c41a9a user: drh tags: forum-brainstorm-1)
2018-06-15
20:48
Rough and untested implementation for forum display and reply. Add two new capabilities for posting to the forum not subject to moderation, and for the ability to edit posts from others. ... (check-in: f8927901c2 user: drh tags: forum-brainstorm-1)
2018-06-14
19:33
Fix typos in documentation text. ... (check-in: 862d630ffb user: drh tags: trunk)
19:17
This code demonstrates ideas on how to implement a Forum feature in Fossil. This is just ideas - it is not even a working prototype. This change was originally stashed, but then I thought it better to check it in on a branch for the historical record. ... (check-in: 1e3637392a user: drh tags: forum-brainstorm-1)
13:48
Reinstate the timeline arrow foreground color changes that were removed by check-in [7ac88481a69dd], but with fixes to avoid integer overflow. ... (check-in: 57a0143b52 user: drh tags: trunk)
13:43
Reinstate the foreground color changing for timeline arrors based on the background color of the text. This check-in uses the #00aa00 background color intentially for testing purposes. ... (Closed-Leaf check-in: 4f2b230944 user: drh tags: arrow-color-fix)
2018-06-13
02:18
The "fossil grep" command now agrees with the documentation. But there is still a lot of opportunity to make enhancements. ... (check-in: 6499c93dbf user: drh tags: trunk)
02:02
Incomplete implementation of the "fossil grep" command. ... (check-in: c5a98aa0ba user: drh tags: trunk)
2018-06-11
20:36
Disable the time_fudge corrections for check-ins that have mtimes that are modified using a tag. ... (check-in: e08f9c0423 user: drh tags: trunk)
10:36
Fix to the IfModifiedSince cache processing. ... (check-in: 33fb3a9737 user: drh tags: trunk)
2018-06-07
13:38
In the timeline graph, avoid drawing risers to the top for timewarp nodes. ... (check-in: e80667191a user: drh tags: trunk)
00:45
Disable the feature that changes the foreground color of the graph based on the background color of the item, as the item background color no longer extends under the graph. ... (check-in: 7ac88481a6 user: drh tags: trunk)
2018-06-06
17:55
Fix an XSS problem in the chng= query parameter to /timeline. ... (check-in: 30f60a58a5 user: drh tags: trunk)
2018-06-05
23:06
Fix a bug in the pivot-finder introduced by check-in [917f1c21e52a29904] from 5 days ago. ... (check-in: 83789c6e53 user: drh tags: trunk)
2018-06-04
19:52
Update the built-in SQLite to the 3.24.0 release. ... (check-in: f39d0a7290 user: drh tags: trunk)
16:27
Experimental option --fast on the clone command only clones manifest artifacts and related tags. This is an experiment to see how much bandwidth and time are saved by omitting the download of file content until it is actually needed. ... (Closed-Leaf check-in: 9e8a7d4ca8 user: drh tags: fast-clone)
14:47
Update the sync protocol document. ... (check-in: 55cd6153de user: drh tags: trunk)
14:00
More tweaks to the fossil-v-git.wiki document. ... (check-in: 6ae97be7a7 user: drh tags: trunk)
02:59
Add the "themeable" link on the homepage. Remove the link to Fuel. ... (check-in: abc13d76c9 user: drh tags: trunk)
02:56
Tweaks to the fossil-v-git document. ... (check-in: a5284fac58 user: drh tags: trunk)
02:49
Add a "Fossil vs. Git" link to the homepage. ... (check-in: 6d0fcccdd0 user: drh tags: trunk)
02:43
Update the stats.wiki page with recent numbers. ... (check-in: 6dc67e871e user: drh tags: trunk)
Previous month ↓