1. 31 Jan, 2007 1 commit
  2. 20 Oct, 2006 1 commit
  3. 04 Oct, 2006 1 commit
  4. 03 Oct, 2006 2 commits
  5. 29 Sep, 2006 1 commit
  6. 27 Sep, 2006 1 commit
  7. 26 Sep, 2006 2 commits
  8. 29 Jul, 2006 1 commit
  9. 28 Jul, 2006 2 commits
  10. 09 Jun, 2006 1 commit
  11. 04 May, 2006 1 commit
  12. 30 Apr, 2006 1 commit
    • Peter Berry's avatar
      A hack to make messages work properly for now. A pid_t was being put in an int... · 34ce0a04
      Peter Berry authored
      A hack to make messages work properly for now. A pid_t was being put in an int which was assumed to be 4 bytes long, then memcpy'd into a string. This patch forces it to be 4 bytes long by using a uint32_t.
      
      This might mean lossage with a 64 bit pid_t, in the very, very unlikely scenario that the pid is bigger than can be held in 32 bits. A proper fix would be to get enough x's to hold a pid_t however long that happens to be, but that would be Effort :)
      
      34ce0a04
  13. 26 Apr, 2006 2 commits
  14. 04 Apr, 2006 1 commit
  15. 03 Apr, 2006 2 commits
  16. 24 Mar, 2006 1 commit
    • Peter Berry's avatar
      · 3d306e4e
      Peter Berry authored
      updated for 2.14.2
      3d306e4e
  17. 23 Mar, 2006 6 commits
    • Peter Berry's avatar
      · d2833da2
      Peter Berry authored
      - Changed %d and %u, where they referred to size_t things, to %zu
      - Changed unsigned int to unsigned long int where it was the target type of a cast from a pointer
      
      These fix warnings when compiling on x86-64.
      d2833da2
    • Peter Berry's avatar
      · 1d1457d4
      Peter Berry authored
      mud rooms from /usr/local/lib/mw that never made it into cvs before
      1d1457d4
    • Peter Berry's avatar
      · ed5bb28b
      Peter Berry authored
      fixed dumb bug where I tried to compile the wrong file
      ed5bb28b
    • Peter Berry's avatar
      · 1a2d46e8
      Peter Berry authored
      - Moved the gag tables out of bork.h into a source file, so the
      executable now only has one copy. They're now const.
      - Now using gnu99, which people seem to have been coding to anyway,
      with GNU libc extensions
      - removed #define from iconv.c which the above made redundant
      - Optimisation flag is now in CFLAGS instead of DEFS (makes more
      sense there)
      
      Next step, check if it compiles on AMD64.
      1a2d46e8
    • Peter Berry's avatar
      · 83c818a0
      Peter Berry authored
      add spaces
      83c818a0
    • Chris Jones's avatar
      Adds a saya gag (i think) · 70486557
      Chris Jones authored
      *am am am*
      70486557
  18. 28 Feb, 2006 1 commit
    • Peter Berry's avatar
      · e230fd38
      Peter Berry authored
      fixed a bug in the jive gag where e.g. "I've" -> "AH''ve"
      (now "I've" -> "ah've")
      e230fd38
  19. 29 Dec, 2005 1 commit
    • Peter Berry's avatar
      · 844e030c
      Peter Berry authored
      fixed mismatched parens in credits
      844e030c
  20. 02 Dec, 2005 1 commit
  21. 29 Nov, 2005 3 commits
  22. 08 Nov, 2005 2 commits
    • Peter Berry's avatar
      · 0396b0fb
      Peter Berry authored
      oops, put "and" in the right place this time
      0396b0fb
    • Peter Berry's avatar
      · 03fd64bd
      Peter Berry authored
      Added myself to credits()
      03fd64bd
  23. 27 Oct, 2005 5 commits
    • Peter Berry's avatar
      · 168635b8
      Peter Berry authored
      oops, forgot changelog
      168635b8
    • Peter Berry's avatar
      · 572cd8ae
      Peter Berry authored
      Fixed permissions for the colour directory (though the !colour
      command shouldn't really have used access() in the first place)
      572cd8ae
    • Peter Berry's avatar
      · 1c5532fe
      Peter Berry authored
      updated for 2.14.1
      1c5532fe
    • Peter Berry's avatar
      · cffb60e5
      Peter Berry authored
      bumped up tweak version number
      cffb60e5
    • Peter Berry's avatar
      · f64018de
      Peter Berry authored
      - Fixed makefile bug stopping command.c being compiled when it changed
      - Added commands to change locale and character set, so bbs
      users can get sane terms
      
      RPMs coming soon
      f64018de