1. 01 Oct, 2006 22 commits
  2. 30 Sep, 2006 13 commits
  3. 29 Sep, 2006 4 commits
  4. 28 Sep, 2006 1 commit
    • Rafaël Carré's avatar
      Don't Close() on connection error, retry every minute · 5e2ac015
      Rafaël Carré authored
      Fix a _() that should have been N_()
      Username & Password are non-advanced settings
      Warn user with interaction if Username is bad or not set
      Handshake only if there is something to submit
      Get rid of hexa() for printf("%02x")
      Replace % 256 and / (2^x) by bitwise operations : & 0xff and >> x
      Don't cancel submission of song if user has paused playing
      Code for new meta_engine (not enabled yet)
      5e2ac015