summaryrefslogtreecommitdiff
path: root/runtime/tools/demoserver.py
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2022-03-191-3/+0
|
* Update runtime filesBram Moolenaar2021-12-051-1/+8
|
* Updated runtime files.Bram Moolenaar2016-03-201-4/+4
|
* Updated runtime files.Bram Moolenaar2016-02-201-1/+1
|
* patch 7.4.1244v7.4.1244Bram Moolenaar2016-02-021-2/+8
| | | | | Problem: The channel functions don't sort together. Solution: Use a common "ch_" prefix.
* patch 7.4.1234v7.4.1234Bram Moolenaar2016-02-011-24/+34
| | | | | Problem: Demo server only runs with Python 2. Solution: Make it run with Python 3 as well. (Ken Takata)
* patch 7.4.1191v7.4.1191Bram Moolenaar2016-01-281-0/+87
Problem: The channel feature isn't working yet. Solution: Add the connect(), disconnect(), sendexpr() and sendraw() functions. Add initial documentation. Add a demo server.