Synchronet CVS Commit Log

This is a log of the 500 most recent changes in the Synchronet CVS repository.
  1. rswindell
    Sat Oct 04 2008 04:07 pm PDT

    Modified Files:
    src/sbbs3/sexyz.c 1.86 1.87 diff

    Log Message:
    Fix for tool chains where CLOCKS_PER_SEC is defined as a floating point value
    (e.g. 1000.0) instead of an integer (e.g. 1000). Borland C++ is one example.
  2. rswindell
    Sat Oct 04 2008 03:35 pm PDT

    Modified Files:
    exec/mailproc_util.js 1.9 1.10 diff

    Log Message:
    Fix folded header field parsing bug in parse_msg_header(), if the folded data
    portion contained a colon, it would be interpretted as a new header field.
  3. rswindell
    Sat Oct 04 2008 03:11 pm PDT

    Modified Files:
    exec/mailproc_example.js 1.3 1.4 diff

    Log Message:
    Updated comments (with instructions).
  4. deuce
    Thu Oct 02 2008 03:17 am PDT

    Modified Files:
    src/syncterm/syncterm.c 1.152 1.153 diff

    Log Message:
    Use "correct" paths under OS X
  5. rswindell
    Tue Sep 30 2008 06:46 pm PDT

    Modified Files:
    src/sbbs3/writemsg.cpp 1.78 1.79 diff

    Log Message:
    Create a log entry every time a user edits a text file (using internal editor).
  6. rswindell
    Tue Sep 30 2008 05:18 pm PDT

    Modified Files:
    src/sbbs3/writemsg.cpp 1.77 1.78 diff

    Log Message:
    Create a log entry every time a user edits a text file.
  7. deuce
    Tue Sep 30 2008 12:26 am PDT

    Modified Files:
    src/syncterm/st_crypt.c 1.18 1.19 diff

    Log Message:
    Remove incorrect size specifier
  8. deuce
    Tue Sep 30 2008 12:02 am PDT

    Modified Files:
    src/syncterm/Macintosh Users.rtf 1.1 diff

    Log Message:
    Updates.
  9. deuce
    Mon Sep 29 2008 11:31 pm PDT

    Modified Files:
    src/syncterm/st_crypt.c 1.17 1.18 diff

    Log Message:
    Add cl32 and cl33 to libnames for cryptlib (should fix SSH on Win32)
  10. deuce
    Mon Sep 29 2008 10:31 pm PDT

    Modified Files:
    src/syncterm/term.c 1.260 1.261 diff

    Log Message:
    Keep the sound device opened the whole time while running in OOTerm mode.
  11. deuce
    Mon Sep 29 2008 10:26 pm PDT

    Modified Files:
    src/xpdev/GNUmakefile 1.57 1.58 diff

    Log Message:
    Allow ALSA to be used in builds
  12. deuce
    Mon Sep 29 2008 10:18 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.72 1.73 diff

    Log Message:
    Use an optimal number of 256-byte buffers for PortAudio playback
    (fixes stuttering problems)
  13. deuce
    Mon Sep 29 2008 09:27 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.71 1.72 diff

    Log Message:
    Fix partial writei()
  14. deuce
    Mon Sep 29 2008 09:25 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.70 1.71 diff

    Log Message:
    Fix UP version of portaudio support
  15. deuce
    Mon Sep 29 2008 09:25 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.69 1.70 diff

    Log Message:
    Copy/paste bug
  16. deuce
    Mon Sep 29 2008 09:23 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.68 1.69 diff

    Log Message:
    Fix typo in last commit
  17. deuce
    Mon Sep 29 2008 09:22 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.67 1.68 diff

    Log Message:
    Watch for short ALSA writes (even though we're in blocking mode)
  18. deuce
    Mon Sep 29 2008 09:03 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.66 1.67 diff

    Log Message:
    Do not close the sound output if a new sound is pending.
  19. deuce
    Mon Sep 29 2008 08:33 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.65 1.66 diff

    Log Message:
    Ensure snd_pcm_drain() completes
  20. deuce
    Mon Sep 29 2008 08:27 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.64 1.65 diff

    Log Message:
    Remove excess ALSA paranoia
  21. deuce
    Mon Sep 29 2008 08:24 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.63 1.64 diff

    Log Message:
    Call snd_pcm_hw_params_free() right after they are used.
  22. deuce
    Mon Sep 29 2008 07:28 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.62 1.63 diff

    Log Message:
    Fix last commit
  23. deuce
    Mon Sep 29 2008 07:27 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.61 1.62 diff

    Log Message:
    Use the new v19 blocking writes with PortAudio output.
  24. deuce
    Mon Sep 29 2008 06:30 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.60 1.61 diff

    Log Message:
    Fix portaudio init check
  25. deuce
    Mon Sep 29 2008 06:12 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.59 1.60 diff

    Log Message:
    Add use of snd_pcm_drain()
  26. deuce
    Mon Sep 29 2008 06:01 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.58 1.59 diff

    Log Message:
    Fixes for ALSA and PortAudio output modes.
  27. deuce
    Sun Sep 28 2008 11:46 pm PDT

    Modified Files:
    src/syncterm/syncterm.c 1.151 1.152 diff

    Log Message:
    Bump version to 0.9.3 beta.
  28. deuce
    Sun Sep 28 2008 06:28 pm PDT

    Modified Files:
    src/syncterm/st_crypt.c 1.16 1.17 diff

    Log Message:
    #include st_crypt.h first to avoid Windows.h stupidity
  29. deuce
    Sun Sep 28 2008 04:50 pm PDT

    Modified Files:
    src/xpdev/xp_dl.h 1.3 1.4 diff

    Log Message:
    #include <windows.h>
    
    Apparently, I can't just #include <Winbase.h> for LoadLibrary()
  30. deuce
    Sun Sep 28 2008 04:05 pm PDT

    Modified Files:
    src/syncterm/bbslist.c 1.179 1.180 diff

    Log Message:
    Fix use of current in load_bbslist()
    Previously resulted in keeping a pointer across a free() and (hopefully)
    a new malloc().  Obviously broken.
    
    Tnaks deathr0w-!
  31. deuce
    Sun Sep 28 2008 12:33 am PDT

    Modified Files:
    src/xpdev/xp_dl.c 1.4 1.5 diff

    Log Message:
    Add default return value for xp_dlopen() on Win32
  32. deuce
    Sun Sep 28 2008 12:32 am PDT

    Modified Files:
    src/xpdev/xp_dl.c 1.3 1.4 diff

    Log Message:
    Fix Win32 compile bug reported by Toolman (Thanks!)
  33. deuce
    Sat Sep 27 2008 07:00 pm PDT

    Modified Files:
    src/xpdev/Common.gmake 1.39 1.40 diff
    src/xpdev/objects.mk 1.15 1.16 diff
    src/xpdev/sdlfuncs.c 1.26 1.27 diff
    src/xpdev/xp_dl.c 1.2 1.3 diff
    src/xpdev/xp_dl.h 1.2 1.3 diff
    src/xpdev/xpbeep.c 1.57 1.58 diff

    Log Message:
    More xp_dl updates... actually use it everywhere that uses run-time
    linking (exept Win32-specific stuff)
  34. deuce
    Sat Sep 27 2008 06:59 pm PDT

    Modified Files:
    src/syncterm/GNUmakefile 1.50 1.51 diff
    src/syncterm/st_crypt.c 1.15 1.16 diff

    Log Message:
    More xp_dl updates... actually use it everywhere that uses run-time
    linking (exept Win32-specific stuff)
  35. deuce
    Sat Sep 27 2008 06:59 pm PDT

    Modified Files:
    src/conio/sdl_con.c 1.167 1.168 diff
    src/conio/sdlfuncs.c 1.25 1.26 diff
    src/conio/x_cio.c 1.28 1.29 diff

    Log Message:
    More xp_dl updates... actually use it everywhere that uses run-time
    linking (exept Win32-specific stuff)
  36. deuce
    Sat Sep 27 2008 04:34 pm PDT

    Modified Files:
    src/xpdev/xp_dl.c 1.1 1.2 diff
    src/xpdev/xp_dl.h 1.1 1.2 diff

    Log Message:
    Add support for STATIC_LINK macro
  37. deuce
    Sat Sep 27 2008 04:13 pm PDT

    Added Files:
    src/xpdev/xp_dl.c NONE 1.1 diff
    src/xpdev/xp_dl.h NONE 1.1 diff

    Log Message:
    Add a cross-platform dlopen() implementation which searches on *nix for
    the library since many Linux distros today do not symlink to the *.so file
    (I mean you Ubuntu!)
  38. deuce
    Fri Sep 26 2008 01:07 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.56 1.57 diff

    Log Message:
    Fix ALSA compile
  39. rswindell
    Thu Sep 25 2008 11:36 pm PDT

    Modified Files:
    docs/sbbsunix.txt 1.65 1.66 diff

    Log Message:
    "Unix install commands for dummies."
    Should we combine these into a downloadable shell script? :-)
  40. deuce
    Thu Sep 25 2008 10:27 pm PDT

    Added Files:
    src/syncterm/Users.rtf NONE 1.1 diff

    Log Message:
    Add notes file written by Jeff Snyder
  41. deuce
    Thu Sep 25 2008 06:28 pm PDT

    Modified Files:
    src/syncterm/ooii.c 1.15 1.16 diff
    src/syncterm/ooii.h 1.3 1.4 diff
    src/syncterm/ooii_bmenus.c 1.3 1.4 diff
    src/syncterm/ooii_bmenus.h 1.3 1.4 diff
    src/syncterm/ooii_cmenus.c 1.3 1.4 diff
    src/syncterm/ooii_cmenus.h 1.3 1.4 diff
    src/syncterm/ooii_logons.c 1.3 1.4 diff
    src/syncterm/ooii_logons.h 1.3 1.4 diff
    src/syncterm/term.c 1.259 1.260 diff

    Log Message:
    More Operation: Overkill terminal fixups.
  42. deuce
    Thu Sep 25 2008 11:41 am PDT

    Modified Files:
    src/syncterm/term.c 1.258 1.259 diff

    Log Message:
    Disable hold_update while prompting for filename changes
    Return cursor to prior position after duplicate menu
  43. deuce
    Wed Sep 24 2008 11:48 pm PDT

    Modified Files:
    src/syncterm/CHANGES 1.1 1.2 diff

    Log Message:
    Add X/YModem support to the change log
  44. deuce
    Wed Sep 24 2008 11:46 pm PDT

    Added Files:
    src/syncterm/CHANGES NONE 1.1 diff

    Log Message:
    Start a change log.
  45. deuce
    Wed Sep 24 2008 09:36 pm PDT

    Modified Files:
    src/syncterm/term.c 1.257 1.258 diff

    Log Message:
    Adjust the window size before initializing UIFC in the duplicate
    callbacks.
  46. deuce
    Wed Sep 24 2008 07:37 pm PDT

    Modified Files:
    src/syncterm/ooii.c 1.14 1.15 diff
    src/syncterm/ooii.h 1.2 1.3 diff
    src/syncterm/term.c 1.256 1.257 diff

    Log Message:
    Enable fill client/server version negotiation.
  47. deuce
    Wed Sep 24 2008 07:31 pm PDT

    Modified Files:
    src/syncterm/menu.c 1.46 1.47 diff
    src/syncterm/syncterm.h 1.22 1.23 diff
    src/syncterm/term.c 1.255 1.256 diff

    Log Message:
    Use a platform-specific string to describe the KMOD_ALT key...
    "Command/COMMAND/CMD" for OS X and "Alt/ALT" for everything else.
  48. rswindell
    Wed Sep 24 2008 05:18 pm PDT

    Modified Files:
    exec/mailproc_util.js 1.8 1.9 diff

    Log Message:
    convert_msg_header() fixes:
    Reference the header field name (f) correctly (copy/pasted "line" from
    newsutil.js).
    Removed unnecessary reassignment of header field array element.
    Return newly created object instead of adding properties to passed array.
    Can you tell I'm not actually testing these modifications? :-)
  49. deuce
    Wed Sep 24 2008 03:51 pm PDT

    Modified Files:
    src/conio/bitmap_con.c 1.25 1.26 diff

    Log Message:
    Add negative value paranoia
  50. deuce
    Wed Sep 24 2008 03:50 pm PDT

    Modified Files:
    src/conio/bitmap_con.c 1.24 1.25 diff

    Log Message:
    More paranoia for bitmap_draw_cursor()
    I really can't think of any case where we can crash in here now.
  51. deuce
    Wed Sep 24 2008 02:55 pm PDT

    Modified Files:
    src/syncterm/ooii.c 1.13 1.14 diff
    src/syncterm/term.c 1.254 1.255 diff

    Log Message:
    Do not negotiate OOII 1.22 (\xaf1|) but OOII1.23 (\xaf2|)
  52. rswindell
    Wed Sep 24 2008 12:17 pm PDT

    Modified Files:
    exec/mailproc_util.js 1.7 1.8 diff

    Log Message:
    Added RFC822HEADER definition.
  53. deuce
    Wed Sep 24 2008 09:43 am PDT

    Modified Files:
    src/syncterm/term.c 1.253 1.254 diff

    Log Message:
    More auto-init fixes
  54. deuce
    Wed Sep 24 2008 09:38 am PDT

    Modified Files:
    src/syncterm/term.c 1.252 1.253 diff

    Log Message:
    Do NOT hide detection sequences while parsing them... there is no guarantee
    that the sequence will be broken before the other end blocks. (Doh!)
  55. deuce
    Wed Sep 24 2008 01:39 am PDT

    Modified Files:
    src/syncterm/ooii.c 1.12 1.13 diff
    src/syncterm/ooii.h 1.1 1.2 diff
    src/syncterm/ooii_bmenus.c 1.2 1.3 diff
    src/syncterm/ooii_bmenus.h 1.2 1.3 diff
    src/syncterm/ooii_cmenus.c 1.2 1.3 diff
    src/syncterm/ooii_cmenus.h 1.2 1.3 diff
    src/syncterm/ooii_logons.c 1.2 1.3 diff
    src/syncterm/ooii_logons.h 1.2 1.3 diff
    src/syncterm/term.c 1.251 1.252 diff

    Log Message:
    Update to support v1.22
    NOTE: remote auto-detection still doesn't work.  :-(
  56. deuce
    Tue Sep 23 2008 06:18 pm PDT

    Modified Files:
    src/conio/bitmap_con.c 1.23 1.24 diff

    Log Message:
    Work around possible NULL dereference if the mode is not initialized within
    .5 seconds of initialization.  This may fix the reported crashes on OS X
    at startup using SDL mode.
  57. deuce
    Tue Sep 23 2008 01:23 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.55 1.56 diff

    Log Message:
    Remove duplicate code
  58. deuce
    Tue Sep 23 2008 01:09 pm PDT

    Modified Files:
    src/syncterm/ooii.c 1.11 1.12 diff

    Log Message:
    Fix length of clear screen sequence.
  59. rswindell
    Tue Sep 23 2008 01:05 pm PDT

    Modified Files:
    exec/mailproc_util.js 1.6 1.7 diff

    Log Message:
    Update convert_msg_header() to preserve all header fields. This is to fix a
    reported problem with posting MIME/HTML encoded emails to a hosted list server:
    The MIME-Version and Content-Type header fields would be lost in translation.
    This function was mostly copied from parse_news_header() in newsutil.js, so
    it should work, though I haven't tested yet.
  60. deuce
    Tue Sep 23 2008 01:04 pm PDT

    Modified Files:
    src/syncterm/ooii.c 1.10 1.11 diff

    Log Message:
    Fix escape sequences
  61. deuce
    Tue Sep 23 2008 01:00 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.54 1.55 diff

    Log Message:
    Fix Win32 single-thread xp_play_sample implementation
  62. deuce
    Tue Sep 23 2008 12:41 pm PDT

    Modified Files:
    src/syncterm/ooii.c 1.9 1.10 diff

    Log Message:
    Use cterm_write() for attribute and position changes as well... this ensures
    that capture and scrollback always works correctly.
  63. deuce
    Tue Sep 23 2008 02:39 am PDT

    Modified Files:
    src/syncterm/ooii.c 1.8 1.9 diff
    src/syncterm/ooii_bmenus.c 1.1 1.2 diff
    src/syncterm/ooii_bmenus.h 1.1 1.2 diff
    src/syncterm/ooii_cmenus.c 1.1 1.2 diff
    src/syncterm/ooii_cmenus.h 1.1 1.2 diff
    src/syncterm/ooii_logons.c 1.1 1.2 diff
    src/syncterm/ooii_logons.h 1.1 1.2 diff

    Log Message:
    Use ANSIs from the game rather than PIX files for source generation.
    Provides a number of advantages:
    1) They're smaller.
    2) They go into the scrollback buffer.
    3) They are guaranteed to match the 1.20 menus
  64. deuce
    Tue Sep 23 2008 01:03 am PDT

    Modified Files:
    src/syncterm/term.c 1.250 1.251 diff

    Log Message:
    Add overwrite/new filename to X/Ymodem
    Loop overwrite/rename menu when filename is unchanged.
  65. deuce
    Tue Sep 23 2008 12:45 am PDT

    Modified Files:
    src/syncterm/term.c 1.249 1.250 diff

    Log Message:
    Allow overwriting/renaming when download a duplicate filename with a different
    CRC value.
  66. deuce
    Tue Sep 23 2008 12:32 am PDT

    Modified Files:
    src/sbbs3/zmodem.c 1.83 1.84 diff

    Log Message:
    continue, not break when looping.
  67. deuce
    Tue Sep 23 2008 12:24 am PDT

    Modified Files:
    src/syncterm/ooii.c 1.7 1.8 diff

    Log Message:
    Clear screen before putting a menu in case we're in a mode with more than
    24 lines.
  68. deuce
    Tue Sep 23 2008 12:20 am PDT

    Modified Files:
    src/sbbs3/zmodem.c 1.82 1.83 diff

    Log Message:
    Change level of duplicate download message.
  69. deuce
    Tue Sep 23 2008 12:19 am PDT

    Modified Files:
    src/sbbs3/zmodem.c 1.81 1.82 diff

    Log Message:
    Do not resume downloads if local and remote files match.
  70. deuce
    Tue Sep 23 2008 12:15 am PDT

    Modified Files:
    src/sbbs3/zmodem.c 1.80 1.81 diff

    Log Message:
    Modify local file size check for duplicate callback.
  71. deuce
    Tue Sep 23 2008 12:10 am PDT

    Modified Files:
    src/sbbs3/zmodem.c 1.79 1.80 diff

    Log Message:
    Fix typo.
  72. deuce
    Tue Sep 23 2008 12:05 am PDT

    Modified Files:
    src/sbbs3/zmodem.h 1.43 1.44 diff

    Log Message:
    A typedef struct apparently can't reference itself... change type of second
    parameter to duplicate callback to a void *
  73. deuce
    Mon Sep 22 2008 11:45 pm PDT

    Modified Files:
    src/sbbs3/zmodem.c 1.78 1.79 diff
    src/sbbs3/zmodem.h 1.42 1.43 diff

    Log Message:
    Add a zmodem_t * parameter to the duplicate callback.
  74. deuce
    Mon Sep 22 2008 11:42 pm PDT

    Modified Files:
    src/sbbs3/zmodem.c 1.77 1.78 diff
    src/sbbs3/zmodem.h 1.41 1.42 diff

    Log Message:
    Add a duplicate_filename() callback called when the file exists and the CRC
    is different.  If it returns true, it is assumed the current_file_name has
    changed.
  75. deuce
    Mon Sep 22 2008 07:38 pm PDT

    Modified Files:
    src/syncterm/GNUmakefile 1.49 1.50 diff
    src/syncterm/Makefile 1.18 1.19 diff

    Log Message:
    Make OO][ support the default.
  76. deuce
    Mon Sep 22 2008 07:38 pm PDT

    Modified Files:
    src/syncterm/ooii.c 1.6 1.7 diff

    Log Message:
    Fix visual glitch in stats display.
  77. deuce
    Mon Sep 22 2008 03:02 pm PDT

    Modified Files:
    xtrn/dicewarz/ai.js 1.8 1.9 diff

    Log Message:
    Make Deep Blue fall back to paranoid unless he has his fair share of territories.
  78. deuce
    Mon Sep 22 2008 02:41 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.53 1.54 diff

    Log Message:
    Fix recent changes to WaveOut Win32 output mode
  79. deuce
    Mon Sep 22 2008 02:17 pm PDT

    Modified Files:
    src/conio/cterm.c 1.109 1.110 diff

    Log Message:
    If buflen is -1, use strlen() to calculate the number of bytes to write.
  80. deuce
    Mon Sep 22 2008 12:17 pm PDT

    Modified Files:
    src/syncterm/ooii.c 1.5 1.6 diff

    Log Message:
    Fix BCC warnings
  81. deuce
    Mon Sep 22 2008 12:16 pm PDT

    Modified Files:
    src/syncterm/Makefile 1.17 1.18 diff

    Log Message:
    Fix makefile changes for OOII
  82. deuce
    Mon Sep 22 2008 12:14 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.52 1.53 diff
    src/xpdev/xpbeep.h 1.11 1.12 diff

    Log Message:
    Make xp_play_sample() take a const sample buffer.
  83. deuce
    Sun Sep 21 2008 06:28 pm PDT

    Modified Files:
    src/syncterm/Makefile 1.16 1.17 diff

    Log Message:
    Add OOII stuff to the Borland makefile.
  84. deuce
    Sun Sep 21 2008 06:26 pm PDT

    Modified Files:
    src/syncterm/ooii.h NONE 1.1 diff
    src/syncterm/term.c 1.248 1.249 diff

    Added Files:
    	ooii.h 
    Log Message:
    Add an ooii.h header file.
    Hopefully this will fix the probem build on Win32 reported by Toolman.
  85. deuce
    Sun Sep 21 2008 06:18 pm PDT

    Modified Files:
    src/syncterm/ooii.c 1.4 1.5 diff

    Log Message:
    More parsing/display fixes for OOII
  86. deuce
    Sun Sep 21 2008 05:21 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.51 1.52 diff

    Log Message:
    If XPDEV_THREAD_SAFE is not defined, do NOT use a separate sample thread
    and do not support background samples.
  87. deuce
    Sun Sep 21 2008 05:14 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.50 1.51 diff

    Log Message:
    Make the sample playing occur in a separate thread which allows the
    background flag to work correctly.
  88. deuce
    Sun Sep 21 2008 03:47 pm PDT

    Modified Files:
    src/syncterm/ooii.c 1.3 1.4 diff
    src/syncterm/term.c 1.247 1.248 diff

    Log Message:
    automatically enable/disable OOII terminal emulation.
  89. deuce
    Sun Sep 21 2008 03:22 pm PDT

    Modified Files:
    src/syncterm/ooii.c 1.2 1.3 diff

    Log Message:
    Add support for OOII sound codes.
  90. deuce
    Sun Sep 21 2008 03:21 pm PDT

    Modified Files:
    src/xpdev/xpbeep.c 1.49 1.50 diff
    src/xpdev/xpbeep.h 1.10 1.11 diff

    Log Message:
    Split out sample playing code from tone playing code.
    Add xp_play_sample() function (background option non-functional at this time)
    
    Only very lightly tested.  :-)
  91. deuce
    Sun Sep 21 2008 02:39 pm PDT

    Modified Files:
    src/syncterm/GNUmakefile 1.48 1.49 diff
    src/syncterm/ooii.c 1.1 1.2 diff
    src/syncterm/ooii_sounds.c NONE 1.1 diff
    src/syncterm/ooii_sounds.h NONE 1.1 diff

    Added Files:
    	ooii_sounds.c ooii_sounds.h 
    Log Message:
    Add OOII sounds in 22050Hz, one channel, 8-bit unsigned format.
  92. deuce
    Sun Sep 21 2008 01:49 pm PDT

    Modified Files:
    src/syncterm/GNUmakefile 1.47 1.48 diff
    src/syncterm/menu.c 1.45 1.46 diff
    src/syncterm/ooii.c NONE 1.1 diff
    src/syncterm/ooii_bmenus.c NONE 1.1 diff
    src/syncterm/ooii_bmenus.h NONE 1.1 diff
    src/syncterm/ooii_cmenus.c NONE 1.1 diff
    src/syncterm/ooii_cmenus.h NONE 1.1 diff
    src/syncterm/ooii_logons.c NONE 1.1 diff
    src/syncterm/ooii_logons.h NONE 1.1 diff
    src/syncterm/term.c 1.246 1.247 diff

    Added Files:
    	ooii.c ooii_bmenus.c ooii_bmenus.h ooii_cmenus.c ooii_cmenus.h 
    	ooii_logons.c ooii_logons.h 
    Log Message:
    Start of support for Operation Overkill II terminal mode.
    Does not yet do sound and is not well tested.
    Disabled by default for now, enable with WITH_OOII=1 on the make command
    line.
  93. deuce
    Sun Sep 21 2008 10:39 am PDT

    Modified Files:
    xtrn/dovebowl/dovebowl.js 1.6 1.7 diff

    Log Message:
    Add missing )
    Thanks Toolman!
  94. deuce
    Sat Sep 20 2008 05:10 pm PDT

    Modified Files:
    xtrn/dovebowl/dovebowl.js 1.5 1.6 diff

    Log Message:
    Store every game date in the local copy.
  95. deuce
    Sat Sep 20 2008 05:05 pm PDT

    Modified Files:
    xtrn/dovebowl/dovebowl.js 1.4 1.5 diff

    Log Message:
    Fix typo
  96. deuce
    Sat Sep 20 2008 05:02 pm PDT

    Modified Files:
    xtrn/dovebowl/dovebowl.js 1.3 1.4 diff

    Log Message:
    Only show schedules which have not yet started in the list.
  97. deuce
    Sat Sep 20 2008 03:51 pm PDT

    Modified Files:
    xtrn/dovebowl/dovebowl.ini 1.2 1.3 diff
    xtrn/dovebowl/dovebowl.js 1.2 1.3 diff
    xtrn/dovebowl/resultslist.asc NONE 1.1 diff

    Added Files:
    	resultslist.asc 
    Log Message:
    Add all the functionality except for statistics...
    
    Anyone feel like designing the ANSI screens for this?
  98. deuce
    Sat Sep 20 2008 02:40 pm PDT

    Modified Files:
    xtrn/dovebowl/dovebowl.ini 1.1 1.2 diff
    xtrn/dovebowl/dovebowl.js 1.1 1.2 diff
    xtrn/dovebowl/gamelist.asc NONE 1.1 diff
    xtrn/dovebowl/picklist.asc NONE 1.1 diff

    Added Files:
    	gamelist.asc picklist.asc 
    Log Message:
    League owner can now create schedules.
    Local voting is now stored in the data file.
    
    Left To Do:
    	Post votes in the message base (trivial)
    	Import votes from the message base (easy)
    	Owner adding results (trivial)
    	Import results from the message base (easy)
    	Statistics generation (hard)
  99. deuce
    Sat Sep 20 2008 12:31 pm PDT

    Added Files:
    xtrn/dovebowl/create.asc NONE 1.1 diff
    xtrn/dovebowl/dovebowl.ini NONE 1.1 diff
    xtrn/dovebowl/dovebowl.js NONE 1.1 diff
    xtrn/dovebowl/leagues.asc NONE 1.1 diff
    xtrn/dovebowl/owner.asc NONE 1.1 diff

    Log Message:
    Add the dovebowl script I started working on last year.
    Not actually functional yet, but there's a good start on it.
  100. deuce
    Sat Sep 20 2008 12:30 pm PDT
    xtrn/dovebowl - New directory NONE NONE
    Update of /cvsroot/sbbs/xtrn/dovebowl
    In directory cvs.synchro.net:/tmp/cvs-serv10114/dovebowl
    
    Log Message:
    Directory /cvsroot/sbbs/xtrn/dovebowl added to the repository
  101. rswindell
    Sun Sep 14 2008 12:26 pm PDT

    Modified Files:
    src/sbbs3/dupefind.c 1.3 1.4 diff
    src/sbbs3/dupefind.dsp NONE 1.1 diff
    src/sbbs3/sbbs3.dsw 1.43 1.44 diff
    src/sbbs3/slog.c 1.2 1.3 diff
    src/sbbs3/slog.dsp NONE 1.1 diff
    src/sbbs3/smbactiv.dsp NONE 1.1 diff

    Added Files:
    	dupefind.dsp slog.dsp smbactiv.dsp 
    Log Message:
    Created projects for and added dupefind, slog, and smbactiv to msvc6 workspace.
    Fixed msvc6 warnings and errors.
  102. rswindell
    Sun Sep 07 2008 01:59 am PDT

    Modified Files:
    src/sbbs3/js_conio.c 1.4 1.5 diff

    Log Message:
    Resolved bcc32 errors and warnings.
  103. mcmlxxix
    Fri Sep 05 2008 03:37 pm PDT

    Modified Files:
    xtrn/dicewarz/dice.js 1.24 1.25 diff
    xtrn/dicewarz/maps.js 1.5 1.6 diff

    Log Message:
    Fixed single player game ending to set game status to "complete" upon losing
    Added score reset point display to rankings
    Fixed game list filtering
  104. mcmlxxix
    Thu Sep 04 2008 06:51 pm PDT

    Modified Files:
    exec/chateng.js 1.4 1.5 diff

    Log Message:
    made input line clearing clear the width of the 
    input line itself, not the width of the chat window
  105. mcmlxxix
    Thu Sep 04 2008 06:45 pm PDT

    Modified Files:
    exec/