glyph commented on issue golgi-ssb/golgi#57 2022-11-29 08:29:14 +00:00
Initiate sbot connection over Unix socket

Reporting back on some investigations into this:

The short story is that supporting Unix socket connections will require a non-trivial suite of changes to kuska and golgi.

kuska expects the…

glyph deleted branch refactor_stats from PeachCloud/peach-workspace 2022-11-28 07:18:07 +00:00
glyph merged pull request PeachCloud/peach-workspace#140 2022-11-28 07:18:05 +00:00
Reintroduce status and power-related templates and routes
glyph pushed to main at PeachCloud/peach-workspace 2022-11-28 07:18:02 +00:00
6cc8faa0c3 Merge pull request 'Reintroduce status and power-related templates and routes' (#140) from refactor_stats into main
6028e07bde single variable name change for clarity
ebc7b9d417 remove old context code and refine status parsing
b8ff944377 conditionally render status url based on run-mode
8cbb295c3a add power menu to settings menu and mount routes
Compare 14 commits »
glyph created pull request PeachCloud/peach-workspace#140 2022-11-28 07:17:43 +00:00
Reintroduce status and power-related templates and routes
glyph pushed to refactor_stats at PeachCloud/peach-workspace 2022-11-28 07:13:07 +00:00
6028e07bde single variable name change for clarity
ebc7b9d417 remove old context code and refine status parsing
b8ff944377 conditionally render status url based on run-mode
8cbb295c3a add power menu to settings menu and mount routes
Compare 4 commits »
glyph pushed to main at golgi-ssb/website 2022-11-28 06:06:03 +00:00
2537f4a702 Merge pull request 'docs: new url' (#1) from decentral1se/website:new-url into main
3cfb6d5a54 docs: new url
Compare 2 commits »
glyph merged pull request golgi-ssb/website#1 2022-11-28 06:06:03 +00:00
docs: new url
glyph commented on pull request golgi-ssb/website#1 2022-11-28 06:05:41 +00:00
docs: new url

@decentral1se

I totally missed this PR. Thanks! 🖤

glyph deleted branch tangle_docs_fix from golgi-ssb/golgi 2022-11-22 13:09:04 +00:00
glyph merged pull request golgi-ssb/golgi#61 2022-11-22 13:09:03 +00:00
Add TanglesThread struct import for args
glyph pushed to main at golgi-ssb/golgi 2022-11-22 13:09:03 +00:00
15c5e77da6 Merge pull request 'Add TanglesThread struct import for args' (#61) from tangle_docs_fix into main
a42478c169 add TanglesThread struct import for args
Compare 2 commits »
glyph created pull request golgi-ssb/golgi#61 2022-11-22 13:08:49 +00:00
Add TanglesThread struct import for args
glyph created branch tangle_docs_fix in golgi-ssb/golgi 2022-11-22 13:07:46 +00:00
glyph pushed to tangle_docs_fix at golgi-ssb/golgi 2022-11-22 13:07:46 +00:00
a42478c169 add TanglesThread struct import for args
glyph closed issue golgi-ssb/golgi#35 2022-11-22 12:14:13 +00:00
Explore names RPC methods
glyph deleted branch add_tangles_thread from golgi-ssb/golgi 2022-11-22 07:56:30 +00:00
glyph pushed to main at golgi-ssb/golgi 2022-11-22 07:56:29 +00:00
0c083b5ce4 Merge pull request 'Add tangles.thread RPC method and example' (#60) from add_tangles_thread into main
ea7fc86ee1 Merge branch 'main' into add_tangles_thread
f6b561ebde clarify tangles.thread doc comment
8dac8b1a62 remove unneeded imports
87f75fae94 remove debugging println
Compare 8 commits »
glyph merged pull request golgi-ssb/golgi#60 2022-11-22 07:56:29 +00:00
Add tangles.thread RPC method and example