8sync.git
2015-11-28 Christopher... Licensed utils.scm under the LGPL, with permission...
2015-11-28 Christopher... Add queue helpers, with tests
2015-11-28 Christopher... remove unused agenda-on-fail and agenda-on-error
2015-11-28 Christopher... Fancy printed exceptions if it's an asynchronous exception
2015-11-28 Christopher... print out quoted key with print-error-and-continue
2015-11-28 Christopher... expose wrapped-exception introspect things for debugging
2015-11-28 Christopher... removing @@ comment
2015-11-28 Christopher... switch %8sync-caught-error to 8sync-caught-error
2015-11-28 Christopher... use catch-8sync in test-agenda.scm
2015-11-28 Christopher... Add (catch-8sync) stuff
2015-11-28 Christopher... Properly handle %8sync to %8sync to error chains.
2015-11-28 Christopher... Add some early error handling tests
2015-11-28 Christopher... remove (display)
2015-11-28 Christopher... propagate asynchronous exceptions
2015-11-28 Christopher... Add catching exceptions, and lots of much needed docuem...
2015-11-28 Christopher... Add test runner utility from David Thompson
2015-11-27 Christopher... write out test-agenda, not tests-agenda
2015-11-27 Christopher... remove deprecated comment
2015-11-27 Christopher... remove unused futures things
2015-11-27 Christopher... remove all the 8run and 8port-alias things
2015-11-27 Christopher... future -> futurists?????
2015-11-24 Christopher... Add irc-send-message and fix a buffering error
2015-11-24 Christopher... Show off some greetings
2015-11-24 Christopher... Provide a way to fail gracefully on errors, and use...
2015-11-24 Christopher... fix calls/references to %8sync
2015-11-24 Christopher... fix up readme to say %8sync
2015-11-24 Christopher... fixing bug with current tdelta interface
2015-11-24 Christopher... rename %sync stuff to %8sync (thanks for the suggestion...
2015-11-24 Christopher... Ah right, add repl.scm
2015-11-23 Christopher... removing whitespace
2015-11-23 Christopher... ignore install-sh
2015-11-23 Christopher... Make IRC bot easier to add commands to
2015-11-23 Christopher... Provide another indirection procedure with wrap-apply
2015-11-23 Christopher... easier passing in of line handler things
2015-11-23 Christopher... Moving the irc bot demo to systems
2015-11-23 Christopher... echo back message stuff
2015-11-23 Christopher... refactoring args to default-handle-privmsg
2015-11-23 Christopher... break handling private messages out into its own function
2015-11-23 Christopher... A lot more stuff to handle PRIVMSG messages
2015-11-23 Christopher... 30 checks-per-second for the coop server handler is...
2015-11-23 Christopher... add irc-line type, switch to (match) for handle-line
2015-11-23 Christopher... add parse-line procedure
2015-11-23 Christopher... Give a bot access to its own name. Also respond to...
2015-11-23 Christopher... Oops, left a stray (pk)
2015-11-23 Christopher... Don't freak out on interrupts during (select)!
2015-11-23 Christopher... Add repl.scm (can't believe I forgot it before!) and...
2015-11-23 Christopher... time-plus tests
2015-11-23 Christopher... time-minus tests
2015-11-23 Christopher... fix tests for (make-time-delta) change
2015-11-23 Christopher... Fixed a seeerrrrrrrrrious bug in the timing math
2015-11-23 Christopher... Accept a list of channels via the command line
2015-11-23 Christopher... Can now start to connect to things via the irc client
2015-11-22 Christopher... command line thing starts to do things
2015-11-22 Christopher... Beginning of irc system
2015-11-22 Christopher... note about possibly replacing time-from-float-or-fracti...
2015-11-22 Christopher... mthl correctly points out I don't need to commit instal...
2015-11-22 Christopher... converting README to markdown from orgmode. Too bad...
2015-11-22 Christopher... Time handling improvements
2015-11-22 Christopher... adjusting .gitignore
2015-11-22 Christopher... renamed 8sync directory to eightsync
2015-11-22 Christopher... Adding automake stuff
2015-11-22 Christopher... Add GPLv3 and a simple README
2015-11-22 Christopher... Added the LGPL and copyright headers
2015-11-22 Christopher... TODO: test %port-request
2015-11-22 Christopher... Put at TODO to test %sync and friends
2015-11-22 Christopher... test-%run-and-friends
2015-11-22 Christopher... Remove unused %sync-foo operators, shift parameterizati...
2015-11-22 Christopher... first delimited continuation test
2015-11-22 Christopher... indentation
2015-11-22 Christopher... rename apply-async-request -> setup-async-request;...
2015-11-22 Christopher... Hopefully robust %run* and %port-request infrastructure
2015-11-21 Christopher... Removed the TODO about run-request, which has been...
2015-11-21 Christopher... clarifying the %sync documentation based on changes...
2015-11-21 Christopher... export port request features and kill the port-request...
2015-11-21 Christopher... port requests! whooo! also several other refactorings
2015-11-21 Christopher... call from (eightsync agenda)
2015-11-21 Christopher... add 8sync aliases and export 'em. Also, we're 8sync...
2015-11-20 Christopher... Rename async -> %sync
2015-11-20 Christopher... Basics of delimited continuation support seems to work...
2015-11-20 Christopher... documentation for make-async-prompt-tag
2015-11-20 Christopher... moar docstrings
2015-11-20 Christopher... Remove unused port handling stuff
2015-11-20 Christopher... Set USEC's defualt in make-time-delta in #:optional
2015-11-20 Christopher... More documentation!
2015-11-20 Christopher... A whole lot of docstrings
2015-11-20 Christopher... better variable names for the run procedures
2015-11-20 Christopher... More accurate timing in start-agenda... we have to...
2015-11-20 Christopher... Oops, mixed up a car with a cdr, which is never wise :)
2015-11-20 Christopher... Oops, removing (pk)
2015-11-20 Christopher... Attempts to improve the timing code when interacting...
2015-11-20 Christopher... (hash-keys hash) not (hash-keys selector)
2015-11-20 Christopher... Add massive update-agenda-from-select! procedure, make...
2015-11-20 Christopher... provide a key to start-agenda for a user-supplied way...
2015-11-19 Christopher... switch stop-condition to be a keyword argument
2015-11-19 Christopher... tdelta as an alias for (make-time-delta)
2015-11-19 Christopher... fixing the schedule-at! calls
2015-11-19 Christopher... Add scheduled segment contents to the queue... in theor...
2015-11-19 Christopher... add true-after-n-times to tests file
2015-11-19 Christopher... from the ideas in, anyway
2015-11-19 Christopher... Update tests to new schedule-add! order
next