summaryrefslogtreecommitdiffstats
path: root/src/CompositeChat.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a couple of missing defsTycho2014-03-141-1/+1
|
* Fixed test assertsTycho2014-03-101-31/+31
|
* Links sent via chat messages are clickable.madmaxoft2014-02-161-0/+15
| | | | Fixes #658.
* Implemented cCompositeChat::ParseText(), incl. self-test.madmaxoft2014-02-161-1/+206
|
* Implemented cCompositeChat.madmaxoft2014-02-151-0/+206
This allows plugins to send composite chat messages, containing URLs, commands to run and cmdline suggestions. Fixes #678.