doc: Add "A silly little IRC bot" section to new manual.
[8sync.git] / demos /
2016-12-25 Christopher Allan... demos: Import format in ircbot.scm.
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-20 Christopher Allan... actors: Move actors center-stage in 8sync.
2016-12-19 Christopher Allan... web: Deprecate current web system.
2016-12-17 Christopher Allan... demos: Update demos to new conventions.
2016-04-29 Christopher Allan... demos: robotscanner: Use nice auto-message-ref feature.
2016-04-29 Christopher Allan... demos: botherbotherbother: Add missing newline.
2016-04-27 Christopher Allan... demos: robotscanner: Use new <- syntax.
2016-04-27 Christopher Allan... actors: Rename hive-bootstrap-message -> bootstrap...
2016-04-26 Christopher Allan... demos: simplest-possible: Rename main function.
2016-04-26 Christopher Allan... demos: simplest-possible: Adjust emo/proog dialogue...
2016-04-26 Christopher Allan... actors: Switch hive-create-actor[*] to match create...
2016-04-26 Christopher Allan... demos: actors: Update main functions to support arbitra...
2016-04-26 Christopher Allan... demos: robotscanner: Add comment explaining what the...
2016-04-26 Christopher Allan... demos: actors: Adding new robotscanner demo.
2016-04-25 Christopher Allan... actors: Remove nesting of actions in define-simple...
2016-04-25 Christopher Allan... demos: botherbotherbother: Make executable from command...
2016-04-25 Christopher Allan... demos: actors: A couple of simple actor model demos.
2015-12-12 Christopher Allan... Adding absolute basic webdev environment
2015-11-29 Christopher Allan... Add ./run-demo.sh script
2015-11-29 Christopher Allan... Renaming `eightsync' to `8sync' everywhere in the code
2015-11-29 Christopher Allan... Updating copyright headers to be more "modern"
2015-11-24 Christopher Allan... Show off some greetings
2015-11-23 Christopher Allan... removing whitespace
2015-11-23 Christopher Allan... Make IRC bot easier to add commands to
2015-11-23 Christopher Allan... Moving the irc bot demo to systems
2015-11-23 Christopher Allan... echo back message stuff
2015-11-23 Christopher Allan... refactoring args to default-handle-privmsg
2015-11-23 Christopher Allan... break handling private messages out into its own function
2015-11-23 Christopher Allan... A lot more stuff to handle PRIVMSG messages
2015-11-23 Christopher Allan... add irc-line type, switch to (match) for handle-line
2015-11-23 Christopher Allan... add parse-line procedure
2015-11-23 Christopher Allan... Give a bot access to its own name. Also respond to...
2015-11-23 Christopher Allan... Add repl.scm (can't believe I forgot it before!) and...
2015-11-23 Christopher Allan... Accept a list of channels via the command line
2015-11-23 Christopher Allan... Can now start to connect to things via the irc client
2015-11-22 Christopher Allan... command line thing starts to do things
2015-11-22 Christopher Allan... Beginning of irc system