1. 07 Feb, 2019 1 commit
    • Dominik Charousset's avatar
      Implement BASP v3 · da0b256f
      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.
      da0b256f
  2. 06 Feb, 2019 1 commit
  3. 04 Feb, 2019 1 commit
  4. 03 Feb, 2019 1 commit
  5. 01 Feb, 2019 4 commits
  6. 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
  7. 26 Jan, 2019 1 commit
  8. 18 Jan, 2019 3 commits
  9. 17 Jan, 2019 10 commits
  10. 16 Jan, 2019 3 commits
  11. 12 Jan, 2019 1 commit
  12. 11 Jan, 2019 2 commits
  13. 10 Jan, 2019 6 commits
  14. 09 Jan, 2019 2 commits
  15. 28 Dec, 2018 2 commits
  16. 27 Dec, 2018 1 commit