summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/BurntSushi/toml/parse.go
Commit message (Collapse)AuthorAgeFilesLines
* Update vendored toml. Adds support for inline tablesWim2017-03-251-0/+35
|
* Refactor for more flexibilityWim2016-09-181-0/+557
* Move from gcfg to toml configuration because gcfg was too restrictive * Implemented gateway which has support multiple in and out bridges. * Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts. * Support multiple gateways