Skip to content
Snippets Groups Projects
  1. Mar 21, 2015
  2. Mar 20, 2015
  3. Mar 19, 2015
  4. Mar 18, 2015
  5. Mar 17, 2015
  6. Mar 16, 2015
  7. Mar 15, 2015
  8. Mar 14, 2015
  9. Mar 13, 2015
    • Loïc Blot's avatar
    • Loïc Blot's avatar
      Replace NetworkPacket pointers to references · 083c8c73
      Loïc Blot authored
      083c8c73
    • Loïc Blot's avatar
      Prepare Protocol v25 init & authentication. · 74d34da6
      Loïc Blot authored
      * TOSERVER_INIT and TOCLIENT_INIT renamed to _LEGACY
      * TOSERVER_PASSWORD merged from dev-0.5, can use protocol v24 and v25
      * TOCLIENT_ACCESS_DENIED merged from dev-0.5, can use protocol v24 and v25, with normalized strings an a custom id for custom errors
      * new TOSERVER_INIT packet only send MT version, supported compressions, protocols and serialization, this permit to rework everything later without break the _INIT packet
      * new TOSERVER_AUTH packet which auth the client
      * new TOCLIENT_HELLO packet which send server serialization version atm
      * new TOCLIENT_AUTH_ACCEPTED which is send when TOCLIENT_AUTH was okay. After this packet, the client load datas from servers, like after TOCLIENT_INIT_LEGACY packet
      74d34da6
Loading