Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

gitlab.com/spritely/guile-goblin-chat


https://gitlab.com/spritely/guile-goblin-chat

Merge branch 'prelay-netlayer' into 'main'

Support using the prelay netlayer

See merge request spritely/guile-goblin-chat!7

021799f827c6d850b5fd66da955638711c8e90a8 authored about 1 year ago
Support using the prelay netlayer

2878789dbf27d96b230ab2c046d59251b671a909 authored about 1 year ago
Merge branch 'less-specific-manifest' into 'main'

Slightly less specific on the manifest with version pinning

See merge request spritely/guile-go...

3c221853f0db5217a808d37d0ee95be7e8d2c9aa authored about 1 year ago
Merge branch 'fix-zero-values-to-continuation' into 'main'

Fix zero values returned from continuation on promises

See merge request spritely/guile-goblin-...

059829a1cb0803698254643524253d55eb3c42de authored about 1 year ago
Merge branch 'remove-pk' into 'main'

Remove stray pk

See merge request spritely/guile-goblin-chat!6

9d593779c37fc5395ef85fc458fc81a93eed89f5 authored about 1 year ago
Remove stray pk

8dc919225a332059e79d59261b3797e0ea5cc7aa authored about 1 year ago
Slightly less specific on the manifest with version pinning

12e414047f3a6e800187168ce44a2a8ba9b4eaeb authored about 1 year ago
Fix zero values returned from continuation on promises

40a88bfdee92ed9b806a5e8f914dae929832adee authored about 1 year ago
Merge branch 'update-manifest-goblins-0.11' into 'main'

Update the manifest to work with published guile-goblins 0.11.0

See merge request spritely/guil...

0b9be60d64775dea57542a6fb9ac8be51c9c8e2e authored about 1 year ago
Update the manifest to work with published guile-goblins 0.11.0

585f06caf5ef9d96319d01c127b683283f19df86 authored about 1 year ago
Merge branch 'goblins-0.11-fixes' into 'main'

Update for Goblins 0.11 compatibility

See merge request spritely/guile-goblin-chat!2

05bc20196f723b76c43b8a307409236c981251b0 authored almost 2 years ago
Update to latest commit in guile-goblins main.

2bcedf43fa1f161de0f711f2d8911584c2171d42 authored almost 2 years ago
Fix argument order for server in README.

06a06d836dfbb37dafafa56c1df9347dcd354b45 authored almost 2 years ago
Fix readme typos

dec5e93f157c9b9357f3f1e0fc743dc6fc591dc2 authored almost 2 years ago
Fix manifest, readme & actor sealers

858b4b80fcc49c04f0a6fe4464093bc08e812758 authored almost 2 years ago
Add guile-fibers to manifest.scm file

87a4dc7e4b08fb18038d0b484941e73c1c8fca47 authored almost 2 years ago
Remove unneeded files

02e220451bbfc2e742d6eed93098de98c3b82cd6 authored almost 2 years ago
Add copyright headers to files

397b6e689c27ff13e5639d2d95c92dcb3411753d authored almost 2 years ago
Add license and README

563b2c7d90434dadec9be526f0de3b98e6d7c2eb authored almost 2 years ago
Convert onion-netlayer calls to new API

1932dc73d27c17616b429d594f85f9ed0341a530 authored about 2 years ago
Convert to guile g-golf & use new vat records API

43ecf61e42b51cd9e399abcb5044609db05d8df5 authored about 2 years ago
Add pre-release guile-goblins 0.10 from main branch

This also switches to guile-g-golf for gui

7a78989b943ee671d0ab8b9255f7a68674057351 authored about 2 years ago
Fix checking for sealed value and indention

ce89a698e596bfbd688162abe51ae40b120db888 authored about 2 years ago
Update manifest and remove pks

bbf466e046642660c8dcee5fbc0cb0ce534d6615 authored about 2 years ago
Clean up some code and more fixes

2445c0e5172198154cc7b7962be55f97de4a01f6 authored about 2 years ago
Fix several bugs in the backend and use new sealers

3295438cbc1fb2c17fb469fa915223ddf293745b authored about 2 years ago
Add onion client/server and actor sealers

The actor sealers should be moved to goblins itself eventually

97bf1fe61b67d89ab4cb6a56cd1b71c7ce2a6a25 authored about 2 years ago
Fix the weird segfault

Still not sure what caused it but I traced it to something in the notify
signal.

830a28fc0c66ef66c68de096b7c21261caaa498d authored over 2 years ago
This improves the GUI but also has a LOT of problems

Be warned, this seems to segfault for me, I think this is due to the
guile-gi code errecting con...

3ede6ae55d92b029b3386f45296930b90791ba28 authored over 2 years ago
Add connect-after function to the gtk-vat code

58cf02c442d6b4ea8aa3baaead6875e1d32947fa authored over 2 years ago
Add a proper package manifest

12c0fc778f9949b5c51567845f028d107b865bf6 authored over 2 years ago
Uncomment the gtk-event-watcher

25b72552d8a573daca282885a40f82c1a06d665d authored over 2 years ago
Add a program name for the GTK application

bfbb6a65c984824bc35cf268661b2c95c6901cbf authored over 2 years ago
Add basic gtk gui

ec738c1eaedb7eef0fc10b7bc3486746ccf2f152 authored over 2 years ago
Playing with ncurses

96d2ef9b49017a4230dc8343ec22466b15a0872a authored over 2 years ago
Make a gtk-vat for the GUI

08e42c29c9b4b8b91e964fc10f0201b2bd3d94c6 authored over 2 years ago
Begin converting the gui to goblins

This is a WIP it doesn't really work at the moment.

219db7cb323c7133cc2d9a82a9ddd0c9dcb99385 authored over 2 years ago
Add a very basic dummy GUI

9606839ecb2280964307c06c88ab7b0c096a9aa2 authored over 2 years ago
Add tests

1ba7ca0cb5992d55e29740c0154c7abe8994deeb authored over 2 years ago
Initial port of the chat backend with tests

This ports over the initial chat backend, which is spawning a user
pair (user themselves & their...

774fd40c0ecbcf2c5d013f725c04836589464ad5 authored over 2 years ago
Add a basic guix file

This adds a guix file for using the project. It adds the guile-goblins package

62098ad142d9a7d5b23e7987b4b3e073e21c5485 authored over 2 years ago