Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
39 check-ins using file src/main.c version 8f821b1763
|
2018-06-24
| ||
| 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) | |