Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2018-06-26 01:24:25.

2018-06-30
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)