{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":64853450,"defaultBranch":"master","name":"rink-rs","ownerLogin":"tiffany352","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-08-03T14:40:38.000Z","ownerAvatar":"https://github.com/avatars/u/1254344?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726602848.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"1cb15ac16306d8f12dafd06828f694a0d5fa248f","ref":"refs/heads/dependabot/npm_and_yarn/web/repl/vite-3.2.11","pushedAt":"2024-09-17T19:54:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump vite from 2.9.18 to 3.2.11 in /web/repl\n\nBumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.18 to 3.2.11.\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitejs/vite/blob/v3.2.11/packages/vite/CHANGELOG.md)\n- [Commits](https://github.com/vitejs/vite/commits/v3.2.11/packages/vite)\n\n---\nupdated-dependencies:\n- dependency-name: vite\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump vite from 2.9.18 to 3.2.11 in /web/repl"}},{"before":"1cfd45b25530f762f3bf7f8eb9e80477c615fb21","after":null,"ref":"refs/heads/dependabot/cargo/openssl-0.10.66","pushedAt":"2024-07-23T00:08:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":"db3f8d060b6187f7d72e056c003c5838041fd6b0","after":"891296b36b650edca8e78b74edcf853ac2e77575","ref":"refs/heads/master","pushedAt":"2024-07-23T00:08:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"Bump openssl from 0.10.64 to 0.10.66 (#188)\n\nBumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64\r\nto 0.10.66.\r\n
\r\nRelease notes\r\n

Sourced from openssl's\r\nreleases.

\r\n
\r\n

openssl-v0.10.66

\r\n

What's Changed

\r\n
    \r\n
  • Fixed invariant violation in MemBio::get_buf with empty\r\nresults by @​alex in\r\nsfackler/rust-openssl#2266
  • \r\n
  • Release openssl v0.10.66 by @​alex in sfackler/rust-openssl#2267
  • \r\n
\r\n

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...openssl-v0.10.66

\r\n

openssl-v0.10.65

\r\n

What's Changed

\r\n
    \r\n
  • don't emit rerun-if-changed when vendoring by @​reaperhulk in sfackler/rust-openssl#2177
  • \r\n
  • Prepare for openssl-sys 0.9.101 release by @​alex in sfackler/rust-openssl#2182
  • \r\n
  • don't emit rerun-if-changed unless the path exists and is readable\r\nby @​reaperhulk\r\nin sfackler/rust-openssl#2187
  • \r\n
  • Added support for LibreSSL 3.9.0 by @​alex in sfackler/rust-openssl#2202
  • \r\n
  • Support stable LibreSSL 3.9.x by @​alex in sfackler/rust-openssl#2209
  • \r\n
  • openssl-sys 0.9.102 release by @​alex in sfackler/rust-openssl#2210
  • \r\n
  • Add repository field to openssl-macros crate by @​paolobarbolini\r\nin sfackler/rust-openssl#2211
  • \r\n
  • Add missing openssl-sys dependency by @​pieterdd in sfackler/rust-openssl#2212
  • \r\n
  • Test OpenSSL 3.3.0-beta1 by @​sfackler in sfackler/rust-openssl#2216
  • \r\n
  • test against 3.3.0 final by @​alex in sfackler/rust-openssl#2218
  • \r\n
  • fix min-versions in CI by @​alex in sfackler/rust-openssl#2228
  • \r\n
  • Make X509_VAL opaque for LibreSSL 4.0.0 by @​botovq in sfackler/rust-openssl#2227
  • \r\n
  • Use the newer names for STACK_OF(T) functions with BoringSSL by @​davidben in sfackler/rust-openssl#2231
  • \r\n
  • Only declare OpensslCallbacks in bindgen builds by @​alex in sfackler/rust-openssl#2234
  • \r\n
  • Fix building with latest BoringSSL by @​davidben in sfackler/rust-openssl#2230
  • \r\n
  • Emit rustc-check-cfg for nightly by @​alex in sfackler/rust-openssl#2235
  • \r\n
  • Configure OpenSSL data dir on vendored builds. by @​DanielSidhion\r\nin sfackler/rust-openssl#2122
  • \r\n
  • Add boringssl keylog callback support by @​mspublic in sfackler/rust-openssl#2237
  • \r\n
  • Correct the name of the pkgconf package on some distros\r\nby @​JonathanBrouwer\r\nin sfackler/rust-openssl#2253
  • \r\n
  • Add some OpenSSL 3 QUIC raw bindings by @​bdbai in sfackler/rust-openssl#2257
  • \r\n
  • Initialize OpenSSL in MD constructors by @​sfackler in sfackler/rust-openssl#2258
  • \r\n
  • Switch Pkey::from_ to use set1 functions by @​alex in sfackler/rust-openssl#2262
  • \r\n
  • Release openssl v0.10.65 and openssl-sys v0.9.103 by @​alex in sfackler/rust-openssl#2265
  • \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​paolobarbolini\r\nmade their first contribution in sfackler/rust-openssl#2211
  • \r\n
  • @​pieterdd\r\nmade their first contribution in sfackler/rust-openssl#2212
  • \r\n
  • @​DanielSidhion\r\nmade their first contribution in sfackler/rust-openssl#2122
  • \r\n
  • @​mspublic\r\nmade their first contribution in sfackler/rust-openssl#2237
  • \r\n
  • @​JonathanBrouwer\r\nmade their first contribution in sfackler/rust-openssl#2253
  • \r\n
  • @​bdbai made\r\ntheir first contribution in sfackler/rust-openssl#2257
  • \r\n
\r\n

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.65

\r\n
\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openssl&package-manager=cargo&previous-version=0.10.64&new-version=0.10.66)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/tiffany352/rink-rs/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump openssl from 0.10.64 to 0.10.66 (#188)"}},{"before":null,"after":"1cfd45b25530f762f3bf7f8eb9e80477c615fb21","ref":"refs/heads/dependabot/cargo/openssl-0.10.66","pushedAt":"2024-07-22T18:13:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump openssl from 0.10.64 to 0.10.66\n\nBumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.\n- [Release notes](https://github.com/sfackler/rust-openssl/releases)\n- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.66)\n\n---\nupdated-dependencies:\n- dependency-name: openssl\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump openssl from 0.10.64 to 0.10.66"}},{"before":"df8b961edf0d7af1f3a0f3640683a9e3ff1139d5","after":"db3f8d060b6187f7d72e056c003c5838041fd6b0","ref":"refs/heads/master","pushedAt":"2024-06-02T22:59:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"API usability improvements (#184)\n\n* Added helper functions `load_definitions()` and `load_currency()` on\r\nContext to deduplicate code every frontend had to write out\r\n* Added ToSpans impl for `Result` to avoid a\r\npointless looking match statement\r\n* Added more examples to the API docs\r\n* Fleshed out the API docs a bit more","shortMessageHtmlLink":"API usability improvements (#184)"}},{"before":"fc016a4e9b83773bad26a8ec98fcea1e53d067a0","after":"89deeb273ca820236f652a0163f909b457a454b5","ref":"refs/heads/api-usability","pushedAt":"2024-06-02T22:56:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"add currency loading test","shortMessageHtmlLink":"add currency loading test"}},{"before":"a1bcfa5b3eee39837a25340aec70802eb0b647b4","after":"fc016a4e9b83773bad26a8ec98fcea1e53d067a0","ref":"refs/heads/api-usability","pushedAt":"2024-06-02T22:48:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"use currency snapshot in cli integration tests","shortMessageHtmlLink":"use currency snapshot in cli integration tests"}},{"before":null,"after":"a1bcfa5b3eee39837a25340aec70802eb0b647b4","ref":"refs/heads/api-usability","pushedAt":"2024-06-02T22:41:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"update API docs","shortMessageHtmlLink":"update API docs"}},{"before":"5859e928e99bf6aedfe2301a19787fb1e53830b4","after":"df8b961edf0d7af1f3a0f3640683a9e3ff1139d5","ref":"refs/heads/master","pushedAt":"2024-06-02T21:12:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"fix warnings on nightly","shortMessageHtmlLink":"fix warnings on nightly"}},{"before":"09c51634c5986197d08445bb8e14030d94959dad","after":"5859e928e99bf6aedfe2301a19787fb1e53830b4","ref":"refs/heads/master","pushedAt":"2024-06-02T20:54:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"Display impls use token formatting (#183)\n\nDeduplicates a bunch of code by having Display impls use the TokenFmt\r\nimplementations. There were some bugs with the TokenFmt formatting that\r\nI had to fix, and some slight differences in their output that required\r\nadjusting tests. This also fixes a longstanding bug where there were 2\r\nspaces in the output, like `42 (dimensionless)`.\r\n\r\nI also got rid of that two-step pattern parsing stuff, it's simpler to\r\niterate the chars of the pattern string instead.","shortMessageHtmlLink":"Display impls use token formatting (#183)"}},{"before":"d5422922207b93ea669416817e7e98b960c9fa9d","after":"c90650a2d1d030b2a1958d41782ac027d02b9fc8","ref":"refs/heads/display-uses-tokens","pushedAt":"2024-06-02T20:51:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"Merge branch 'master' into display-uses-tokens","shortMessageHtmlLink":"Merge branch 'master' into display-uses-tokens"}},{"before":"50821a845acdc432061cf455edcbdf380aa0facd","after":"09c51634c5986197d08445bb8e14030d94959dad","ref":"refs/heads/master","pushedAt":"2024-06-02T20:50:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"more tests","shortMessageHtmlLink":"more tests"}},{"before":null,"after":"d5422922207b93ea669416817e7e98b960c9fa9d","ref":"refs/heads/display-uses-tokens","pushedAt":"2024-06-02T20:26:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"reduce duplicated formatting code","shortMessageHtmlLink":"reduce duplicated formatting code"}},{"before":"d642411f31f1fdd182edcffd5e19940784558d54","after":"50821a845acdc432061cf455edcbdf380aa0facd","ref":"refs/heads/master","pushedAt":"2024-06-02T19:36:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"fix compilation on openbsd via makefile","shortMessageHtmlLink":"fix compilation on openbsd via makefile"}},{"before":"8774544c33078de968690a545cbedd70370ad5d0","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/web/pug-3.0.3","pushedAt":"2024-06-02T02:48:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":"900b07528a8445bf894ea3f7e915e4258e605169","after":"d642411f31f1fdd182edcffd5e19940784558d54","ref":"refs/heads/master","pushedAt":"2024-06-02T02:48:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"Bump pug from 3.0.2 to 3.0.3 in /web (#182)\n\nBumps [pug](https://github.com/pugjs/pug) from 3.0.2 to 3.0.3.\r\n
\r\nRelease notes\r\n

Sourced from pug's\r\nreleases.

\r\n
\r\n

pug-code-gen@3.0.3

\r\n

Bug Fixes

\r\n
    \r\n
  • Validate templateName and globals are\r\nvalid JavaScript identifiers to prevent possible remote code execution\r\nif un-trusted user input is passed to the compilation options (#3438)
  • \r\n
\r\n

pug@3.0.3

\r\n

Bug Fixes

\r\n
    \r\n
  • \r\n

    Update pug-code-gen with the following fix: (#3438)

    \r\n

    Validate templateName and globals are valid\r\nJavaScript identifiers to prevent possible remote code execution if\r\nun-trusted user input is passed to the compilation options

    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 32acfe8\r\nfix: ensure template names are valid identifiers (#3438)
  • \r\n
  • 4767caf\r\nrefactor: convert pug-error to TypeScript (#3355)
  • \r\n
  • a724446\r\nchore: update character-parser (#3354)
  • \r\n
  • 6cca8f7\r\ndocs: fix GitHub format in README (#3335)
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pug&package-manager=npm_and_yarn&previous-version=3.0.2&new-version=3.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/tiffany352/rink-rs/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump pug from 3.0.2 to 3.0.3 in /web (#182)"}},{"before":null,"after":"8774544c33078de968690a545cbedd70370ad5d0","ref":"refs/heads/dependabot/npm_and_yarn/web/pug-3.0.3","pushedAt":"2024-06-02T02:08:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump pug from 3.0.2 to 3.0.3 in /web\n\nBumps [pug](https://github.com/pugjs/pug) from 3.0.2 to 3.0.3.\n- [Release notes](https://github.com/pugjs/pug/releases)\n- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: pug\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pug from 3.0.2 to 3.0.3 in /web"}},{"before":"6e674f07f8b22ced70b8d2eb6af797b38c1a1081","after":"900b07528a8445bf894ea3f7e915e4258e605169","ref":"refs/heads/master","pushedAt":"2024-06-02T02:07:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"Manually invoked currency refresh (#181)\n\nAdds `currency.fetch_on_startup` to the config, which when set to false\r\nbehaves as if the `cache_duration` was infinite. This means rink will\r\nfetch the file once, and then keep reusing that file indefinitely.\r\n\r\nAdds a `--fetch-currency` CLI argument, which will make rink download\r\nthe latest version of the currency data and then exit. This can be put\r\ninto a cron job and used together with the config option so that rink\r\nwill never block on a web request at startup, without giving up currency\r\nunits. Requires manual setup though.","shortMessageHtmlLink":"Manually invoked currency refresh (#181)"}},{"before":"e03e7a7b227d3130de3ded85f9ae6109d48c839d","after":"4dba69d4a70c9d80c7d56456199c9b236eed2f0c","ref":"refs/heads/currency-offline-fetch","pushedAt":"2024-06-02T01:47:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"add force_refresh_currency timeout test","shortMessageHtmlLink":"add force_refresh_currency timeout test"}},{"before":"5406dc368febc9967a66e06fd9f92f1539f02518","after":"e03e7a7b227d3130de3ded85f9ae6109d48c839d","ref":"refs/heads/currency-offline-fetch","pushedAt":"2024-06-02T01:31:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"add some tests","shortMessageHtmlLink":"add some tests"}},{"before":null,"after":"5406dc368febc9967a66e06fd9f92f1539f02518","ref":"refs/heads/currency-offline-fetch","pushedAt":"2024-06-02T00:48:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"update docs","shortMessageHtmlLink":"update docs"}},{"before":"9d5cb59bbccf9b1842f1945e4781282c6688f224","after":"6e674f07f8b22ced70b8d2eb6af797b38c1a1081","ref":"refs/heads/master","pushedAt":"2024-06-02T00:09:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"fix broken `make install`","shortMessageHtmlLink":"fix broken make install"}},{"before":"b3df5b8ae46200c6da32fd40785648c572e778ff","after":"9d5cb59bbccf9b1842f1945e4781282c6688f224","ref":"refs/heads/master","pushedAt":"2024-05-28T02:04:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"Fix the irc bot (#169)\n\nThis has been broken for many years. I didn't have much motivation to\r\nfix it because I wasn't actively using irc anymore.\r\n\r\nMost of the libraries in the time in between have changed. I have to\r\nrewrite the bot from scratch.\r\n\r\nUnfortunately, the async ecosystem in rust is split down the middle with\r\ntokio vs async-std. `irc` uses tokio, `rink-sandbox` uses async-std, so\r\nthey aren't compatible. I don't have the motivation to fix this yet, so\r\nfor now the IRC bot has no sandboxing support.","shortMessageHtmlLink":"Fix the irc bot (#169)"}},{"before":"b7cd37682760cf62c419bedee34f074947333d66","after":"38211e5a240bfb2191d758112375f1082ea3da11","ref":"refs/heads/irc-v2","pushedAt":"2024-05-28T02:02:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"require at least 1 server","shortMessageHtmlLink":"require at least 1 server"}},{"before":"824578efd195415bf21383789d9529908c00c16d","after":"b7cd37682760cf62c419bedee34f074947333d66","ref":"refs/heads/irc-v2","pushedAt":"2024-05-28T01:52:51.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"follow invites","shortMessageHtmlLink":"follow invites"}},{"before":"a13b9fcbaf1610a69699b374df21bda9a798171d","after":"b3df5b8ae46200c6da32fd40785648c572e778ff","ref":"refs/heads/master","pushedAt":"2024-05-28T00:58:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"Add `buttload` (#178)","shortMessageHtmlLink":"Add buttload (#178)"}},{"before":"fb1b58a7c106c18f41b247875dd75cbc4c5bf86f","after":"a13b9fcbaf1610a69699b374df21bda9a798171d","ref":"refs/heads/master","pushedAt":"2024-05-27T23:51:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"Markup for doc strings (#177)\n\nMakes Rink parse out the links and date strings when using the token\r\nformat machinery. This is a new syntax in the definitions file with\r\n`` for links and `#abc#` for dates.\r\n\r\nReplaced ansi_term with nu-ansi-term because the former was\r\nunmaintained. The latter comes with the ability to set hyperlinks.","shortMessageHtmlLink":"Markup for doc strings (#177)"}},{"before":"da9467aaf50d15a939ad41c9dcc35d9d53b4a115","after":"21acc56f2421eca4541b6d29573585dbbeac2ec3","ref":"refs/heads/docs-markup","pushedAt":"2024-05-27T23:48:54.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/master' into docs-markup","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/master' into docs-markup"}},{"before":"c0aadc4237ded24e445ab048f8cfba21d57998d8","after":"fb1b58a7c106c18f41b247875dd75cbc4c5bf86f","ref":"refs/heads/master","pushedAt":"2024-05-27T23:48:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"Add more number output formats (#180)\n\nAdds `to frac` and `to sci` to explicitly force the use of these\r\nrepresentations. Also adds `to eng` which behaves similar to the default\r\nbehavior, except rounds to every third power of 10 instead of every\r\npower of 10. I might make the output format configurable and set the\r\nengineering one as the default in a future version.\r\n\r\nWhile working on this I found a bug in the current version of rink.\r\n`surveyfoot to digits` is incorrect by 3 orders of magnitude. I fixed\r\nthat in this PR.","shortMessageHtmlLink":"Add more number output formats (#180)"}},{"before":"8c52d3679da34284940b291f092694a7c8f8a09e","after":"f4eea0389ed81dd9d6385f5148479f78be79cd1c","ref":"refs/heads/number-output-formats","pushedAt":"2024-05-27T23:44:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tiffany352","name":"Tiffany Bennett","path":"/tiffany352","primaryAvatarUrl":"https://github.com/avatars/u/1254344?s=80&v=4"},"commit":{"message":"update docs","shortMessageHtmlLink":"update docs"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxOTo1NDowOC4wMDAwMDBazwAAAAS470D_","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxOTo1NDowOC4wMDAwMDBazwAAAAS470D_","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0yN1QyMzo0NDo1NS4wMDAwMDBazwAAAARVTKKE"}},"title":"Activity · tiffany352/rink-rs"}