1. 09 Feb, 2019 2 commits
    • Dominik Charousset's avatar
      Implement BASP v3 · 58369e7d
      Dominik Charousset authored
      BASP v3 streamlines direct node-to-node communication by dropping the
      node IDs from the message header. Additionally, BASP now supports
      multiple application identifiers and allows connections between nodes as
      long as one identifier matches.
      58369e7d
    • Dominik Charousset's avatar
      Document BASP v3 messages · 68c979ce
      Dominik Charousset authored
      68c979ce
  2. 08 Feb, 2019 1 commit
  3. 07 Feb, 2019 1 commit
  4. 04 Feb, 2019 1 commit
  5. 03 Feb, 2019 1 commit
  6. 01 Feb, 2019 4 commits
  7. 31 Jan, 2019 1 commit
    • Dominik Charousset's avatar
      Relax ini syntax for maps · 3c5d82f2
      Dominik Charousset authored
      Make '=' for defining maps and ',' for separating key-value pairs
      optional. For example, this change allows to rewrite an entry like this:
      
      ```
      logger = {
        console-verbosity='trace',
        console='colored'
      }
      ```
      
      to a slightly less noisy version such as this:
      
      ```
      logger {
        console-verbosity='trace'
        console='colored'
      }
      ```
      3c5d82f2
  8. 26 Jan, 2019 1 commit
  9. 18 Jan, 2019 3 commits
  10. 17 Jan, 2019 10 commits
  11. 16 Jan, 2019 3 commits
  12. 12 Jan, 2019 1 commit
  13. 11 Jan, 2019 2 commits
  14. 10 Jan, 2019 6 commits
  15. 09 Jan, 2019 2 commits
  16. 28 Dec, 2018 1 commit