Matthew Hodgson 3bc7bba262 switch IRC-style command parser to use regexps rather than split(" ") so that it doesn't choke on consecutive whitespaces
yield better errors for invalid commands
don't pass invalid commands through as messages
support kick reasons
2014-09-04 23:14:52 -07:00
..
2014-09-03 18:39:09 +01:00
2014-08-31 00:37:47 +01:00
2014-08-16 22:21:52 +01:00
2014-09-02 16:07:00 +01:00
2014-08-12 15:10:52 +01:00
2014-08-12 15:10:52 +01:00

Basic Usage
-----------

The Synapse web client needs to be hosted by a basic HTTP server.

You can use the Python simple HTTP server::

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/