Changes between Version 30 and Version 31 of MunichHackathon2013


Ignore:
Timestamp:
11/16/13 15:06:45 (10 years ago)
Author:
Gert Döring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MunichHackathon2013

    v30 v31  
    145145      * access control to VPN API?
    146146   * end result: while not in full agreement on details, we'll go forward with what d12fk already has ("working code" trumps "perfect world").
     147
     148* dual-stack patches
     149   * agree on: use all addresses returned by getaddrinfo() in the order the OS gives it to us, making a separate connection block out of each
     150   * timeout handling will be reworked to be identical for tcp and udp connections
     151   * --proto udp  will mean "v4+v6" from now on, "--proto udp4" will mean "only ipv4", "--proto upd6" will mean "only ipv6"
     152   * OCC etc. will have "udp", not "udp4" or "udp6"
     153   * same for TCP
     154   * plaisthos will rework patches and re-send to list
     155
     156* window elevated privileges patch (manifest patch from pekster)
     157   * d12fk is worried that people might upgrade to 2.4 and then have a gui running as "administrator" which would defeat the whole interactive service approach