Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Comment typo fix in previous |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
ec5efceb8aac6cb45cfe392204aea8ec |
| User & Date: | wyoung 2021-07-23 19:48:54.834 |
Context
|
2021-07-23
| ||
| 21:47 | Updated the caps/index.md doc to reflect the recent "sxy" change check-in: 34de621459 user: wyoung tags: trunk | |
| 19:48 | Comment typo fix in previous check-in: ec5efceb8a user: wyoung tags: trunk | |
| 19:35 | The default user capability string for the test-http command — used by ssh:// URLs despite the "test-" prefix! — is now "sxy" to grant all permissions as claimed in the docs. While this is objectively correct, it doesn't solve the actual problem I was chasing, being UV sync failure over SSH per [forum:/forumpost... check-in: 129e395878 user: wyoung tags: trunk | |
Changes
Changes to src/main.c.
| ︙ | ︙ | |||
2733 2734 2735 2736 2737 2738 2739 | ** ** COMMAND: test-http ** ** Works like the [[http]] command but gives setup permission to all users. ** ** Options: ** --th-trace Trace TH1 execution (for debugging purposes) | | | 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 |
**
** COMMAND: test-http
**
** Works like the [[http]] command but gives setup permission to all users.
**
** Options:
** --th-trace Trace TH1 execution (for debugging purposes)
** --usercap CAP User capability string (Default: "sxy")
**
*/
void cmd_test_http(void){
const char *zIpAddr; /* IP address of remote client */
const char *zUserCap;
Th_InitTraceLog();
|
| ︙ | ︙ |