8sync.git
2021-03-18 Jan (janneke) Nieu... guix: Use guile-3.0. master
2021-03-18 Jan (janneke) Nieu... websocket: server: Remove .upgrade-paths accessor.
2021-03-18 Jan (janneke) Nieu... Support for guile-3.0.5: Move test-exit inside srfi...
2020-01-28 Jan Nieuwenhuizenwebsocket: Oops, avoid looping.
2020-01-27 Jan Nieuwenhuizenbuild: Support cross building.
2020-01-27 Jan Nieuwenhuizenbuild: Prepare for guile 3.
2020-01-27 Rutger van BeusekomDo not read a frame past EOF.
2020-01-27 Jan Nieuwenhuizenwebsocket: Also concatenate last fragmented frame.
2019-04-22 Jan Nieuwenhuizenweb server: Treat upgrade requests as case-insensitive.
2019-04-22 Jan Nieuwenhuizendoc: Fix initial sleeper.
2019-04-22 Jan Nieuwenhuizenguix: Bump to guile-2.2
2017-03-18 Christopher Allan... 8sync 0.4.2 v0.4.2
2017-03-18 Christopher Allan... Add NEWS for 8sync 0.4.2
2017-02-14 Christopher Allan... build: guix.scm: Use git-predicate procedure from Guix...
2017-02-09 Christopher Allan... web: Remove web-deprecated.scm.
2017-02-09 Christopher Allan... websocket: Preventing some eof-object related errors.
2017-01-30 Christopher Allan... actors: Avoid building up stack of error handlers when...
2017-01-30 Christopher Allan... agenda: Always set sec/usec to exact time.
2017-01-29 Christopher Allan... rmeta-slot: Rename wrap-rmeta-slot to build-rmeta-slot.
2017-01-25 Christopher Allan... actors: Switch over to using wrap-rmeta-slot for build...
2017-01-25 Christopher Allan... actors: Use rmeta-slot for actions dispatch.
2017-01-24 Christopher Allan... rmeta-slot: Make equal? type hash table access the...
2017-01-24 Christopher Allan... rmeta-slot: New module for recursive meta-slot access.
2017-01-24 Christopher Allan... websocket: Adding myself to server copyright lines.
2017-01-22 Christopher Allan... websockets: Initial websocket support.
2017-01-21 Christopher Allan... actors: Allow actors to specify whether to handle an...
2017-01-21 Christopher Allan... actors: Don't reply to a message when the messsage...
2017-01-19 Christopher Allan... repl: Publish notification about repl updates to subscr...
2017-01-15 Christopher Allan... web: Rename getters / accessors to use dot prefix.
2017-01-15 Christopher Allan... web: Rename handler slot to http-handler.
2017-01-11 Christopher Allan... Add define-method-star.
2017-01-11 Christopher Allan... Update copyrights.
2017-01-11 Christopher Allan... web: New actorified version of the web server.
2017-01-09 Christopher Allan... actors: Update comments on addresses.
2017-01-08 Christopher Allan... build: Releasing 8sync 0.4.1. v0.4.1
2017-01-08 Christopher Allan... build: Fix install targets to point to Guile 2.2 instea...
2017-01-08 Christopher Allan... packaging: Updating guix.scm to GPLv3+, setting source...
2017-01-08 Christopher Allan... build: Releasing version 0.4.0. v0.4.0
2017-01-08 Christopher Allan... build: Update and comment on hash in guix.scm.
2017-01-08 Christopher Allan... build: Add guix.scm to tarball.
2017-01-08 Christopher Allan... build: Rename package.scm to guix.scm and update.
2017-01-08 Christopher Allan... build: Include bootstrap.sh in tarball.
2017-01-08 Christopher Allan... NEWS: Updating news for v0.4.0.
2017-01-07 Christopher Allan... build: Add gendocs.
2017-01-07 Christopher Allan... doc: Move content from doc/8sync-new-manual.org to...
2017-01-06 Christopher Allan... doc: Delete trailing whitespace.
2017-01-06 Christopher Allan... doc: Last minute cleanups to the tutorial before we...
2017-01-06 Christopher Allan... doc: Add a note about actor-alive? being likely to...
2017-01-06 Christopher Allan... doc: Have telcmd tutorial example send itself a message...
2017-01-06 Christopher Allan... irc: Convert handle-line to a message handler.
2017-01-06 Christopher Allan... doc: Reordering some paragraphs in the tutorial.
2017-01-06 Christopher Allan... doc: Remove stray #+END_SRC.
2017-01-06 Christopher Allan... agenda: Remove deprecated comment.
2017-01-06 Christopher Allan... doc: Some tutorial tweaks.
2017-01-05 Christopher Allan... doc: Move the "live hacking intermission" to the bottom.
2017-01-05 Christopher Allan... doc: Tutorial additions.
2017-01-05 Christopher Allan... Use *init* and *cleanup* in existing actors.
2017-01-04 Christopher Allan... demos: Switch botherbotherbother demo over to use defin...
2017-01-04 Christopher Allan... actors: Cleanup on signals.
2017-01-04 Christopher Allan... actors: Remove define-simple-actor, add define-actor.
2017-01-04 Christopher Allan... doc: Add a note about the calls to display.
2017-01-04 Christopher Allan... doc: Tweak and fix the "Writing our own actors" section.
2017-01-04 Christopher Allan... actors: Rename msg-receive, msg-val to mbody-receive...
2017-01-04 Christopher Allan... actors: Add auto-init feature to actors.
2017-01-03 Christopher Allan... doc: Add addendum section on relationship between 8sync...
2017-01-03 Christopher Allan... actors: Implicit from-actor argument <-foo methods...
2017-01-02 Christopher Allan... agenda: Rename start-agenda to run-agenda.
2017-01-02 Christopher Allan... actors: Rename *clean-up* back to *cleanup.
2017-01-02 Christopher Allan... actors: Rename actor-am-i-alive? to actor-alive?.
2017-01-02 Christopher Allan... actors: Automatically add cookie by default in hive...
2017-01-02 Christopher Allan... tests: Fix broken test in test-actors.
2017-01-02 Christopher Allan... tests: Oops, forgot to add <exploder> to test-actors.
2017-01-02 Christopher Allan... actors: Update self-destruct to run *clean-up* message...
2017-01-02 Christopher Allan... actors: Rename *cleanup* action to *clean-up*.
2017-01-02 Christopher Allan... actors: Add cleanup facility to run-hive.
2017-01-02 Christopher Allan... tests: Add "speaker" utility.
2017-01-02 Christopher Allan... doc: Rename calls to ez-run-hive to run-hive and adjust...
2017-01-02 Christopher Allan... actors: Rename ez-run-hive to run-hive.
2017-01-01 Christopher Allan... docs: Added "Writing our own actors" section
2016-12-31 Christopher Allan... doc: Add pk debugging section.
2016-12-30 Christopher Allan... doc: Finish "About live hacking" section.
2016-12-28 Christopher Allan... agenda: When re-invoking a continuation at the agenda...
2016-12-28 Christopher Allan... agenda: Fix prompt buildup in agenda.
2016-12-28 Christopher Allan... agenda: Switch "yield" to "8yield" and export.
2016-12-28 Christopher Allan... agenda: Major cleanup.
2016-12-27 Christopher Allan... actors: Add new method of running REPL via REPL actor.
2016-12-26 Christopher Allan... actors: Removing unnecessary level of indirection aroun...
2016-12-25 Christopher Allan... doc: Add "A silly little IRC bot" section to new manual.
2016-12-25 Christopher Allan... demos: Import format in ircbot.scm.
2016-12-25 Christopher Allan... doc: Add tutorial intro to the new manual.
2016-12-24 Christopher Allan... doc: Drafting a new manual.
2016-12-24 Christopher Allan... irc: Split irc-bot-send-line into main functionality...
2016-12-24 Christopher Allan... actors: Update actor ids to use a vector rather than...
2016-12-24 Christopher Allan... irc: Fixing "PONG" response, calls to handle-foo commands.
2016-12-23 Christopher Allan... irc: Shorten generic method names.
2016-12-23 Christopher Allan... irc: Move irc-bot code to make use of generic methods
2016-12-23 Christopher Allan... irc: Update irc code to use actors.
2016-12-23 Christopher Allan... actors: Add docstring to hive-create-actor*.
2016-12-21 Christopher Allan... actors: Move error propagation within <-wait; add ...
2016-12-21 Christopher Allan... actors: Generalize the <-foo methods functionality...
next