summaryrefslogtreecommitdiff
path: root/runtime/tools/demoserver.py
AgeCommit message (Collapse)Author
2016-03-20Updated runtime files.Bram Moolenaar
2016-02-20Updated runtime files.Bram Moolenaar
2016-02-02patch 7.4.1244Bram Moolenaar
Problem: The channel functions don't sort together. Solution: Use a common "ch_" prefix.
2016-02-01patch 7.4.1234Bram Moolenaar
Problem: Demo server only runs with Python 2. Solution: Make it run with Python 3 as well. (Ken Takata)
2016-01-28patch 7.4.1191Bram Moolenaar
Problem: The channel feature isn't working yet. Solution: Add the connect(), disconnect(), sendexpr() and sendraw() functions. Add initial documentation. Add a demo server.