2016-02-10 |
Christopher Allan... | We're GNU 8sync now!
|
commit | commitdiff | tree |
2015-12-30 |
Christopher Allan... | doc: More tweaks to the comments on copyleft section
|
commit | commitdiff | tree |
2015-12-18 |
Christopher Allan... | doc:Updating indentation for consistency
|
commit | commitdiff | tree |
2015-12-18 |
Christopher Allan... | doc: Removing a sentence which made things tricky
|
commit | commitdiff | tree |
2015-12-18 |
Christopher Allan... | Also mention requirement of permitting linking to modified...
|
commit | commitdiff | tree |
2015-12-18 |
Christopher Allan... | Reformatting documentation for easier revision control...
|
commit | commitdiff | tree |
2015-12-17 |
Christopher Allan... | doc: Add section: "8sync's license and general comments...
|
commit | commitdiff | tree |
2015-12-12 |
Christopher Allan... | Adding absolute basic webdev environment
|
commit | commitdiff | tree |
2015-12-12 |
Christopher Allan... | Return a value to the continuations from various %8sync...
|
commit | commitdiff | tree |
2015-12-12 |
Christopher Allan... | Switch from (%8sync (%run)) to just (%8sync) or (%8sync...
|
commit | commitdiff | tree |
2015-12-07 |
Christopher Allan... | Fix %port-request and %port-remove-request
|
commit | commitdiff | tree |
2015-12-07 |
Christopher Allan... | agenda: Various %port-foo enhancements
|
commit | commitdiff | tree |
2015-12-01 |
Christopher Allan... | irc: shut down properly when the server does too
|
commit | commitdiff | tree |
2015-12-01 |
Christopher Allan... | Port removal, stop-on-nothing-to-do, and select when...
|
commit | commitdiff | tree |
2015-12-01 |
Christopher Allan... | Add <port-remove-request> and friends
|
commit | commitdiff | tree |
2015-12-01 |
Christopher Allan... | Switch irc.scm to use %8sync-run
|
commit | commitdiff | tree |
2015-12-01 |
Christopher Allan... | tests: update to use make-q* instead of manually mutating...
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | doc: 8sync code *does* use coroutines, but not generator...
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | Fix tests to check for equality
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | Make use of %8sync-run in tests
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | Add %8sync-run sugar and friends
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | Added a TODO for myself to write (%run-immediately)
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | build: Add demos/run-demo.sh and demos/ircbot.scm to...
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | Add ./run-demo.sh script
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | Renaming `eightsync' to `8sync' everywhere in the code
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | doc: Filled out Introduction and Acknowledgement sections
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | Updating copyright headers to be more "modern"
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | doc: Adding clarification of dual license under LGPLv3+
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | Successfully build doc/8sync.texi skeleton manual
|
commit | commitdiff | tree |
2015-11-29 |
Christopher Allan... | build: Attempt to add buildable texinfo (not all is...
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | Rename LICENSE -> COPYING
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | NEWS: Note IRC bot demo
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | Add NEWS file.
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | Ignore tarballs in .gitignore
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | build: Add `git-to-changelog' and make use of it in...
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | Licensed utils.scm under the LGPL, with permission...
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | Add queue helpers, with tests
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | remove unused agenda-on-fail and agenda-on-error
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | Fancy printed exceptions if it's an asynchronous exception
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | print out quoted key with print-error-and-continue
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | expose wrapped-exception introspect things for debugging
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | removing @@ comment
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | switch %8sync-caught-error to 8sync-caught-error
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | use catch-8sync in test-agenda.scm
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | Add (catch-8sync) stuff
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | Properly handle %8sync to %8sync to error chains.
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | Add some early error handling tests
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | remove (display)
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | propagate asynchronous exceptions
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | Add catching exceptions, and lots of much needed docuemntation
|
commit | commitdiff | tree |
2015-11-28 |
Christopher Allan... | Add test runner utility from David Thompson
|
commit | commitdiff | tree |
2015-11-27 |
Christopher Allan... | write out test-agenda, not tests-agenda
|
commit | commitdiff | tree |
2015-11-27 |
Christopher Allan... | remove deprecated comment
|
commit | commitdiff | tree |
2015-11-27 |
Christopher Allan... | remove unused futures things
|
commit | commitdiff | tree |
2015-11-27 |
Christopher Allan... | remove all the 8run and 8port-alias things
|
commit | commitdiff | tree |
2015-11-27 |
Christopher Allan... | future -> futurists?????
|
commit | commitdiff | tree |
2015-11-24 |
Christopher Allan... | Add irc-send-message and fix a buffering error
|
commit | commitdiff | tree |
2015-11-24 |
Christopher Allan... | Show off some greetings
|
commit | commitdiff | tree |
2015-11-24 |
Christopher Allan... | Provide a way to fail gracefully on errors, and use...
|
commit | commitdiff | tree |
2015-11-24 |
Christopher Allan... | fix calls/references to %8sync
|
commit | commitdiff | tree |
2015-11-24 |
Christopher Allan... | fix up readme to say %8sync
|
commit | commitdiff | tree |
2015-11-24 |
Christopher Allan... | fixing bug with current tdelta interface
|
commit | commitdiff | tree |
2015-11-24 |
Christopher Allan... | rename %sync stuff to %8sync (thanks for the suggestion...
|
commit | commitdiff | tree |
2015-11-24 |
Christopher Allan... | Ah right, add repl.scm
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | removing whitespace
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | ignore install-sh
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | Make IRC bot easier to add commands to
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | Provide another indirection procedure with wrap-apply
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | easier passing in of line handler things
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | Moving the irc bot demo to systems
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | echo back message stuff
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | refactoring args to default-handle-privmsg
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | break handling private messages out into its own function
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | A lot more stuff to handle PRIVMSG messages
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | 30 checks-per-second for the coop server handler is...
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | add irc-line type, switch to (match) for handle-line
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | add parse-line procedure
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | Give a bot access to its own name. Also respond to...
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | Oops, left a stray (pk)
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | Don't freak out on interrupts during (select)!
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | Add repl.scm (can't believe I forgot it before!) and...
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | time-plus tests
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | time-minus tests
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | fix tests for (make-time-delta) change
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | Fixed a seeerrrrrrrrrious bug in the timing math
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | Accept a list of channels via the command line
|
commit | commitdiff | tree |
2015-11-23 |
Christopher Allan... | Can now start to connect to things via the irc client
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | command line thing starts to do things
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | Beginning of irc system
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | note about possibly replacing time-from-float-or-fraction...
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | mthl correctly points out I don't need to commit install...
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | converting README to markdown from orgmode. Too bad...
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | Time handling improvements
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | adjusting .gitignore
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | renamed 8sync directory to eightsync
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | Adding automake stuff
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | Add GPLv3 and a simple README
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | Added the LGPL and copyright headers
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | TODO: test %port-request
|
commit | commitdiff | tree |
2015-11-22 |
Christopher Allan... | Put at TODO to test %sync and friends
|
commit | commitdiff | tree |
next |