1. 15 Feb, 2011 21 commits
  2. 14 Feb, 2011 16 commits
  3. 13 Feb, 2011 3 commits
    • Pierre Ynard's avatar
      lua telnet: handle <host>:<port> syntax · 553bc045
      Pierre Ynard authored
      That's what the old interface did
      553bc045
    • Pierre Ynard's avatar
      i18n: fix POTFILES list · 7cee3d4b
      Pierre Ynard authored
      7cee3d4b
    • Pierre Ynard's avatar
      Win32: revert to old rc interface · 3841c085
      Pierre Ynard authored
      See #4455. The lua interface merely polls, reads and writes on file
      descriptors 0 and 1, and expects it to work. There is no support for
      spawning a console and redirecting/getting file descriptors to it, and
      file descriptors are mixed with socket descriptors and polled, which
      won't work on windows. Until something is done about it, revert to the
      old rc interface
      3841c085