Commit Graph

30813 Commits (2f605617a142a93bc2a425c60b247427c009e7fb)

Author SHA1 Message Date
Alexander Iljin 2f605617a1 sodium: the add essential crypto-box-* words and a unit-test 2018-12-24 00:51:08 +01:00
Alexander Iljin 0f57380074 sodium: prepare some code for reuse 2018-12-24 00:51:08 +01:00
Alexander Iljin ce6f4ee249 sodium: move some words into the <PRIVATE> section 2018-12-24 00:51:08 +01:00
Alexander Iljin c84410f3c6 sodium.ffi: add the remaining APIs 2018-12-24 00:31:23 +01:00
Alexander Iljin edbe701626 sodium.ffi: add the year 2018 to the copyright notice 2018-12-24 00:31:22 +01:00
Alexander Iljin 682817bef8 sodium.ffi: fix source code formatting for consistency 2018-12-24 00:31:22 +01:00
Doug Coleman 9c29759775 sequences.extras: Allow row variables in loop>array etc. 2018-12-16 13:30:55 -06:00
Doug Coleman 08e5340c9d furnace.auth: Rather have clean builds than loaded docs.
Fixes #2068
Fixes #2077
2018-12-16 12:35:31 -06:00
Doug Coleman 17ed798178 *.txt: Add newlines, fix some spacing 2018-12-16 12:04:35 -06:00
Doug Coleman 00fd59aa39 notifications.macos: Notifications for macOS.
They don't seem to always pop up. I think the delegate needs to be set to respond to a message to always show the notification.
2018-12-16 11:38:14 -06:00
John Benediktsson f879a012c5 ui.backend.cocoa.views: fix macOS mojave opengl issue with new windows. 2018-12-11 15:40:41 -08:00
Alexander Iljin df7d4040bf stack-checker-docs: fix articles "a" -> "an" 2018-12-04 18:43:32 -08:00
Alexander Iljin 6590e5d25d stack-checker-docs: fix a typo 2018-12-04 18:43:32 -08:00
Doug Coleman f77d46f0c8 imap: Add a word to list all folders and fix a couple issues.
- Fix a bug where the regex assumes double-quotes around a string but Outlook doesn't put them.
- Fix all the \\ escapes in the regexps to look a little better.
- Cleaner looping for reading emails.

! Example query to get some spams
imap-settings get [
  "[Gmail]/Spam" select-folder
  "ALL" "" search-mails 10 head
  "(BODY[1] BODY[HEADER.FIELDS (SUBJECT TO FROM CC BCC)])" fetch-mails
] with-imap-settings
2018-11-21 19:27:42 -06:00
John Benediktsson d82ce045ea metar: fix for timestamps like "2124" meaning "2200". 2018-11-20 11:41:18 -08:00
Craig Allen 9804c3c744 fix absolute path on windows
append-path ignores the first argument if the second is an absolute path, breaks the vocab on windows
2018-10-24 09:46:48 -07:00
John Benediktsson f3d1d785cd xdg: remove memoize. 2018-10-19 22:28:15 -07:00
Doug Coleman 5a420cabc3 websites.concatenative: Update recaptcha to work with v2. 2018-09-26 02:23:47 +00:00
Benjamin Pollack b52fc788bf Support PUT and PATCH requests
Resolves #1431
2018-09-16 08:34:25 -07:00
Benjamin Pollack 84d480700c furance.recaptcha: update to reCAPTCHA2 2018-09-14 20:58:52 -04:00
John Benediktsson b246c06345 ui.gadgets.frames: default filled-cell to { 0 0 }. 2018-09-12 07:01:23 -07:00
John Benediktsson 91b17cb28b furance.auth: fix some help-lint errors...
...if only loading furance.auth.
2018-09-07 15:25:50 -07:00
Pi fd7e19b6a0 pick a better caret color for the dark theme 2018-09-07 10:02:25 -07:00
Pi 7a248c0cda actually remove caret-color slot 2018-09-07 10:02:25 -07:00
Pi 7c383a52ba make the caret color themeable 2018-09-07 10:02:25 -07:00
John Benediktsson a51fd04d0b editors.emacs: change emacsclient-args to fully override default arguments. 2018-09-03 08:06:26 -07:00
Doug Coleman d4729bdde2 cocoa.messages: Add a Cocoa union type to import NSData.
Fixes bootstrap for macOS 10.14 for the error:
```
no-objc-type
name "("
```

Fixes #2059.
2018-08-27 21:03:04 -05:00
Doug Coleman e427f0f34e zealot.cli-test-changed-vocabs: Fix using and stack effect.
I changed the code in the wrong branch.
2018-08-26 20:24:45 -05:00
Doug Coleman faae03cdba zealot.cli-test-changed-vocabs: The ``test`` word tests all child vocabs in the hierarchy, ``test-vocab`` tests only the specific vocabulary.
This should test fewer vocabularies and find more bugs where vocabularies are expected to be loaded but aren't loaded.
2018-08-26 16:53:38 -05:00
John Benediktsson 4dcfefc0b9 timers: simplify stop-timer. 2018-08-23 20:37:20 -07:00
John Benediktsson a27f560475 timers: fix issue with restart-timer after timer went off. 2018-08-23 20:32:01 -07:00
John Benediktsson 91e55dc02a Revert "alien.data: Make with-scoped-allocation an $unchecked-example because it's breaking travisci"
This reverts commit 739fb5d94f.
2018-08-21 13:12:28 -07:00
Cat Stevens 3214332510 build.sh: final two local vars 2018-08-21 11:36:29 -07:00
Cat Stevens 60785ef0fc build.sh: pacman: never use -S without -yu syncing
https://wiki.archlinux.org/index.php/Pacman#Usage
2018-08-21 11:36:29 -07:00
Cat Stevens 3559e47957 build.sh: more variables are local 2018-08-21 11:36:29 -07:00
Cat Stevens d8e7e8606f build.sh: correctness / safety and fixups 2018-08-21 11:36:29 -07:00
Alexander Iljin f11e5da90f splitting-docs: mention two existing words in documentation 2018-08-21 10:45:52 -07:00
Alexander Iljin 0637557cca *-docs: remove extra space character at the end of paragraghs 2018-08-21 10:45:52 -07:00
Alexander Iljin 6b23c7c6d6 rosetta-code.ternary-logic: add a missing type cast to t= 2018-08-21 10:44:23 -07:00
Alexander Iljin f56ed221d7 rosetta-code.ternary-logic: remove useless type casts before drops 2018-08-21 10:44:22 -07:00
John Benediktsson 1b95fba178 Revert "io.files.temp: When using temp-file, it's possible that it fails since"
This reverts commit a274f99437.
2018-08-21 10:44:10 -07:00
Doug Coleman a274f99437 io.files.temp: When using temp-file, it's possible that it fails since
the temporary-directory does not exist yet.

Always check if the directory exists and create it if not.
2018-08-12 21:16:21 -05:00
Doug Coleman 3f19ade4d3 webapps.help: All docs.factorcode.org traffic should go to https.
Per request on irc.
2018-08-12 17:54:17 -05:00
Benjamin Pollack 2284178489 furnance.auth: fix documentation
The docs were attempting to reference the CouchDB auth provider, but
that fails, because the help vocab didn't include furnance.auth.couchdb.
Since the CouchDB auth vocab has some pretty serious caveats (see its
docs), remove it entirely for now.

Also fixes two minor typos in the furnace.auth.couchdb docs.
2018-08-12 11:12:22 -04:00
Benjamin Pollack 75c6a2cd91 .gitignore: only ignore logs and work in root 2018-08-11 14:13:57 -04:00
Benjamin Pollack 1ae6aab5bf .gitignore: ignore Unix and macOS binaries 2018-08-11 14:13:57 -04:00
Benjamin Pollack 679ada55a9 .gitignore: sort ignores 2018-08-11 14:13:57 -04:00
Mohamed Akram ab53893cfe
help.tutorial: use array for test output 2018-08-04 17:24:39 +04:00
Mohamed Akram 6b97111735
help.tutorial: fix unicode vocabulary path 2018-08-04 17:23:29 +04:00
Doug Coleman 62f672c84d editors.ui: merge the authors file hanging around on my local repo. 2018-08-03 10:39:30 -04:00