Synchronet CVS Commit Log

This is a log of the 500 most recent changes in the Synchronet CVS repository.
  1. deuce
    Wed Jan 25 2012 06:04 pm PST

    Modified Files:
    src/xpdev/gen_defs.h 1.58 1.59 diff

    Log Message:
    Add u?intmax_t to fix the use of uintmax_t in scanf formats for ?modem.c and
    sexyz.c
  2. deuce
    Wed Jan 25 2012 05:44 pm PST

    Modified Files:
    src/xpdev/xpsem.c 1.12 1.13 diff
    src/xpdev/xpsem.h 1.9 1.10 diff

    Log Message:
    Switch to stdint.h types from magical FreeBSD (or maybe GCC?) types.
  3. deuce
    Wed Jan 18 2012 10:50 pm PST

    Modified Files:
    src/conio/cterm.c 1.136 1.137 diff

    Log Message:
    Contrary to polular belief, you CAN fix stupid.
    
    ANSI disply bug reported by knocturnal is now FIXED!
  4. deuce
    Wed Jan 18 2012 01:13 pm PST

    Modified Files:
    exec/load/ircd_unreg.js 1.33 1.34 diff

    Log Message:
    Fix memory leak by deleting lingering references to your mother.
  5. mcmlxxix
    Wed Dec 21 2011 09:26 am PST

    Modified Files:
    exec/load/frame.js 1.26 1.27 diff

    Log Message:
    add "delete" method to destroy lingering references to your mother.
  6. deuce
    Sun Dec 18 2011 10:07 pm PST

    Modified Files:
    web/root/default.css 1.8 1.9 diff

    Log Message:
    Fix bug reported by Slinky (Thanks!)
  7. deuce
    Sat Dec 17 2011 09:48 pm PST

    Modified Files:
    exec/ircbots/ham/ham.js 1.8 1.9 diff

    Log Message:
    Fix messages in catch() blocks (should never be seen).
  8. rswindell
    Fri Dec 16 2011 01:50 am PST

    Modified Files:
    src/xpdev/ini_file.c 1.126 1.127 diff

    Log Message:
    Fix bug in iniGetBitField(): only if the key is *missing* should the default
    value be used. An empty/blank value means '0' (no bit flags).
    Resolve a couple warnings:
    'lp' is assigned a value that is never used
  9. mcmlxxix
    Thu Dec 15 2011 01:01 pm PST

    Modified Files:
    exec/load/frame.js 1.25 1.26 diff

    Log Message:
    fix somethin.
  10. mcmlxxix
    Thu Dec 15 2011 12:54 pm PST

    Modified Files:
    exec/load/frame.js 1.24 1.25 diff

    Log Message:
    parse all x,y,width,height values to an integer
  11. mcmlxxix
    Thu Dec 15 2011 12:52 pm PST

    Modified Files:
    exec/load/event-timer.js 1.5 1.6 diff

    Log Message:
    add abort & pause properties to events
  12. deuce
    Mon Dec 12 2011 04:00 pm PST

    Modified Files:
    src/conio/cterm.h 1.32 1.33 diff

    Log Message:
    Borland and MS C are ancient creaking messes of poo.
  13. deuce
    Mon Dec 12 2011 03:46 pm PST

    Modified Files:
    src/conio/cterm.h 1.31 1.32 diff

    Log Message:
    Rely on the fact that failed #include isn't an error.
  14. rswindell
    Mon Dec 12 2011 03:33 pm PST

    Modified Files:
    src/conio/cterm.h 1.30 1.31 diff

    Log Message:
    Temporary work-around for lack of stdbool.h on all supported tool-chains.
  15. deuce
    Sun Dec 11 2011 04:10 pm PST

    Modified Files:
    src/syncdraw/load.c 1.3 1.4 diff

    Log Message:
    Move control chars into their own handler which is always called.
    
    This fixes the loading CTRL-A codes from *.msg files reported by Marius.
  16. deuce
    Tue Dec 06 2011 07:29 pm PST

    Modified Files:
    src/conio/x_cio.c 1.31 1.32 diff

    Log Message:
    Try to call XInitThreads() if it exists... likely not necessary, but the
    cryptlib stuff may do Bad Things.
  17. deuce
    Tue Dec 06 2011 07:28 pm PST

    Modified Files:
    src/syncterm/conn.c 1.63 1.64 diff

    Log Message:
    If getaddrinfo() fails, don't free the result pointer.
  18. rswindell
    Tue Dec 06 2011 12:49 pm PST

    Modified Files:
    src/sbbs3/sbbsexec.c 1.39 1.40 diff

    Log Message:
    Increase size of input_thread linear buffer to accept up to 10000-byte msgs
    from mailslot (part of fix for upload to FDSZ).
    Bug-fix: don't potentially overwrite the bounds of the rx ring buffer.
    Better input_thread debug logging.
    Bug-fix: VDD_STATUS could return garbage for input full/size if GetMailslotInfo
    fails (which it appears is doing) - which could be an issue for FOSSIL apps
    which rely on function 5.
    Specify unlimited-size msgs for receive (input) mailslot (part of fix for FDSZ
    upload).
  19. rswindell
    Tue Dec 06 2011 12:41 pm PST

    Modified Files:
    src/sbbs3/xtrn.cpp 1.217 1.218 diff

    Log Message:
    Better mailslot opening/writing debug output (no functional change).
  20. rswindell
    Tue Dec 06 2011 12:37 pm PST

    Modified Files:
    src/sbbs3/main.cpp 1.580 1.581 diff

    Log Message:
    Don't drop characters when the input buffer (from remote) is full for over 5
    seconds, just continue waiting (and logging warnings).
  21. deuce
    Mon Dec 05 2011 06:44 pm PST

    Modified Files:
    src/syncterm/term.c 1.295 1.296 diff

    Log Message:
    Fix xmodem upload bug where a FILE handle leak could occure and telnet
    could stay in binary mode.
    
    Allow transfer abort callback to ignore mouse keys (and each extended keys)
  22. deuce
    Mon Dec 05 2011 06:33 pm PST

    Modified Files:
    src/sbbs3/js_bbs.cpp 1.136 1.137 diff

    Log Message:
    Fix reversed logic for dflt parameter - thanks Fidde!
  23. deuce
    Sun Dec 04 2011 07:51 am PST

    Modified Files:
    src/conio/mouse.c 1.37 1.38 diff

    Log Message:
    Permit NULL to be passed to getmouse() to permit simply ignoring mouse
    movements.
  24. rswindell
    Sat Dec 03 2011 05:10 pm PST

    Modified Files:
    web/root/newuser.ssjs 1.43 1.44 diff

    Log Message:
    Add bool 'send_password_via_email' (default: true). This should be a modopt.
  25. deuce
    Thu Dec 01 2011 07:17 pm PST

    Modified Files:
    web/templates/nightshade/msgs/choosesubs.inc 1.1 1.2 diff

    Log Message:
    Since these pages purport to be XHTML 1.0, it must be method="post"
    (thanks!)
  26. deuce
    Thu Dec 01 2011 07:17 pm PST

    Modified Files:
    web/templates/default/msgs/choosesubs.inc 1.4 1.5 diff

    Log Message:
    Since these pages purport to be XHTML 1.0, it must be method="post"
    (thanks!)
  27. echicken
    Thu Dec 01 2011 01:06 pm PST

    Added Files:
    xtrn/chickendelivery/levels/14.ini NONE 1.1 diff

    Log Message:
    Level 14: Jerkbot's Revenge
  28. echicken
    Thu Dec 01 2011 12:56 pm PST

    Added Files:
    xtrn/chickendelivery/levels/13.ini NONE 1.1 diff

    Log Message:
    Level 13: Speed Demons
  29. echicken
    Thu Dec 01 2011 12:19 pm PST

    Added Files:
    xtrn/chickendelivery/levels/12.ini NONE 1.1 diff

    Log Message:
    Level 12: Flowing thru the Sewing
  30. echicken
    Thu Dec 01 2011 12:18 pm PST

    Modified Files:
    xtrn/chickendelivery/game.js 1.12 1.13 diff

    Log Message:
    Some changes to score calculation & display.
  31. mcmlxxix
    Wed Nov 30 2011 10:30 am PST

    Modified Files:
    exec/load/frame.js 1.23 1.24 diff

    Log Message:
    remove frame.name property, moar validation for property setters
  32. mcmlxxix
    Wed Nov 30 2011 09:42 am PST

    Modified Files:
    exec/load/frame.js 1.22 1.23 diff

    Log Message:
    remove frame.getoff() method, add frame.cursor, frame.offset properties, use "y" based matrix for frame data. use self-validating cursor and offset objects for position. update documentation. 
    ToDo: punch deuce
  33. deuce
    Tue Nov 29 2011 07:18 pm PST

    Modified Files:
    src/sbbs3/wordwrap.c 1.15 1.16 diff

    Log Message:
    For the purposes of checking if the next line starts with whitespace (and
    therefore the current line ends with a hard CR), allow CR and LF to be
    detected as whitespace as well.
    
    This is simply removing code though, so the expectation that I wrote that
    code for a reason is haunting me.
  34. echicken
    Mon Nov 28 2011 12:11 pm PST

    Modified Files:
    web/root/ecWeb/sidebar/002-whosOnline.ssjs 1.2 1.3 diff

    Log Message:
    Respect the privacy of nodes that are in quiet mode. Other minor changes.
  35. echicken
    Mon Nov 28 2011 11:51 am PST

    Modified Files:
    web/root/ecWeb/sidebar/002-whosOnline.ssjs 1.1 1.2 diff

    Log Message:
    Refresh every 30 seconds rather than every 10.  Should result in decreased rectal pain for webservers and browsers alike.
  36. mcmlxxix
    Thu Nov 24 2011 08:15 pm PST

    Modified Files:
    exec/load/event-timer.js 1.4 1.5 diff

    Log Message:
    fix repeat quantity
  37. mcmlxxix
    Wed Nov 23 2011 08:02 am PST

    Modified Files:
    exec/load/event-timer.js 1.3 1.4 diff

    Log Message:
    update documentation to better explain timer.addEvent() usage
  38. mcmlxxix
    Wed Nov 23 2011 07:44 am PST

    Modified Files:
    exec/load/frame.js 1.21 1.22 diff

    Log Message:
    fix vertical scrolling. support loading of .txt files (slow, needs work).
    TODO: figure out why syncterm screws up line wrapping in an 80-wide frame 
    TODO: blame deuce
  39. mcmlxxix
    Thu Nov 17 2011 07:18 pm PST

    Modified Files:
    exec/load/json-db.js 1.20 1.21 diff

    Log Message:
    fix typo in previous commit :(
  40. mcmlxxix
    Thu Nov 17 2011 04:35 pm PST

    Modified Files:
    exec/load/json-db.js 1.19 1.20 diff

    Log Message:
    actually make the changes mentioned in the previous commit :|
  41. mcmlxxix
    Thu Nov 17 2011 04:14 pm PST

    Modified Files:
    exec/load/json-db.js 1.18 1.19 diff

    Log Message:
    make sure record is an array before attempting push,pop,shift,unshift
  42. mcmlxxix
    Tue Nov 15 2011 07:53 am PST

    Modified Files:
    exec/json-service.js 1.7 1.8 diff

    Log Message:
    background load server-side modules
  43. mcmlxxix
    Mon Nov 14 2011 02:20 pm PST

    Modified Files:
    exec/load/frame.js 1.20 1.21 diff

    Log Message:
    add screenShot( fileName [,append=false] ) method
  44. mcmlxxix
    Mon Nov 14 2011 01:50 pm PST

    Modified Files:
    exec/load/frame.js 1.19 1.20 diff

    Log Message:
    shorten "scrollbars_visible" to "scrollbars"
    restrict scrolling based on v_scroll/h_scroll settings
    update shitting documentation
    attempt open/close regardless of frame state
  45. mcmlxxix
    Mon Nov 14 2011 12:55 pm PST

    Modified Files:
    xtrn/chickendelivery/game.js 1.11 1.12 diff

    Log Message:
    updated per frame.js
  46. mcmlxxix
    Mon Nov 14 2011 12:55 pm PST

    Modified Files:
    exec/load/frame.js 1.18 1.19 diff

    Log Message:
    add up(n) down(n) left(n) right(n) methods.
    add getoff() method (ooo yeah...)
    add v_scroll, h_scroll, scrollbars_visible settings (*TODO*)
    add lf_strict setting (force linefeed on crlf-terminated putmsg())
    no longer force open() when load()ing a graphic
  47. rswindell
    Sat Nov 12 2011 05:17 pm PST

    Modified Files:
    src/sbbs3/atcodes.cpp 1.61 1.62 diff
    src/sbbs3/con_out.cpp 1.68 1.69 diff
    src/sbbs3/js_global.c 1.313 1.314 diff

    Log Message:
    Always display HH:MM:SS format when 24-hour (Military) time format is enabled
    in SCFG->System->Toggle Options.
  48. rswindell
    Fri Nov 11 2011 07:52 pm PST

    Modified Files:
    src/sbbs3/js_uifc.c 1.28 1.29 diff

    Log Message:
    Fix UIFC object introduction version number (3.14 not 3.10).
  49. rswindell
    Fri Nov 11 2011 07:46 pm PST

    Added Files:
    exec/bench/popen.js NONE 1.1 diff

    Log Message:
    Tests the File.popen() method. Pass the command-line you want to execute.
    e.g. "jsexec popen.js 'echo test1234'"
  50. deuce
    Fri Nov 11 2011 06:48 pm PST

    Modified Files:
    src/sbbs3/js_socket.c 1.149 1.150 diff

    Log Message:
    Document is_writable.
  51. deuce
    Fri Nov 11 2011 06:46 pm PST

    Modified Files:
    exec/jsdocs.js 1.28 1.29 diff

    Log Message:
    Rename write/writeln functions.
    Test that the object/class exists before documenting it.
  52. deuce
    Fri Nov 11 2011 06:39 pm PST

    Modified Files:
    src/sbbs3/js_uifc.c 1.27 1.28 diff

    Log Message:
    Document the properties.
  53. rswindell
    Fri Nov 11 2011 06:37 pm PST

    Modified Files:
    src/sbbs3/js_file.c 1.143 1.144 diff

    Log Message:
    Fix harmless copy/paste typo (by Deuce).
  54. deuce
    Fri Nov 11 2011 06:19 pm PST

    Modified Files:
    src/sbbs3/js_socket.c 1.148 1.149 diff

    Log Message:
    Fix option_list documentation.
  55. deuce
    Fri Nov 11 2011 06:18 pm PST

    Modified Files:
    src/sbbs3/jsexec.c 1.159 1.160 diff

    Log Message:
    Add readln() documentation.
  56. deuce
    Fri Nov 11 2011 06:11 pm PST

    Modified Files:
    src/sbbs3/main.cpp 1.579 1.580 diff

    Log Message:
    Synchronize JSTYPE_* names
  57. deuce
    Fri Nov 11 2011 05:59 pm PST

    Modified Files:
    src/sbbs3/js_xtrn_area.c 1.27 1.28 diff

    Log Message:
    Document the xtrn_area.event.months property.
  58. deuce
    Fri Nov 11 2011 05:55 pm PST

    Modified Files:
    src/sbbs3/js_user.c 1.94 1.95 diff

    Log Message:
    Fix user.security/user.limits documentation reversal.
  59. deuce
    Fri Nov 11 2011 05:54 pm PST

    Modified Files:
    src/sbbs3/js_internal.c 1.72 1.73 diff

    Log Message:
    Add new property documentation.
  60. deuce
    Fri Nov 11 2011 04:50 pm PST

    Modified Files:
    src/sbbs3/js_queue.c 1.42 1.43 diff
    src/sbbs3/js_msgbase.c 1.177 1.178 diff
    src/sbbs3/js_file.c 1.142 1.143 diff

    Log Message:
    We can't throww an exception from the get function when private data is
    NULL because the get function is called on the prototype which isn't
    constructed (via the constructor).
  61. rswindell
    Fri Nov 11 2011 04:11 pm PST

    Modified Files:
    exec/sbbsdefs.inc 1.16 1.17 diff

    Log Message:
    Removed the unused user-question toggles (UQ_COMP and UQ_MC_COMP)
    - these have NOT been unused for several years now.
    Added UQ_NONETMAIL and UQ_NOUPRLWR (missing).
  62. rswindell
    Fri Nov 11 2011 04:02 pm PST

    Modified Files:
    exec/load/sbbsdefs.js 1.53 1.54 diff

    Log Message:
    Removed the unused user-question toggles (UQ_COMP and UQ_MC_COMP)
    - these have NOT been unused for several years now.
  63. rswindell
    Fri Nov 11 2011 04:01 pm PST

    Modified Files:
    src/sbbs3/sbbsdefs.h 1.175 1.176 diff

    Log Message:
    Redefine the unused user-question toggles (UQ_COMP and UQ_MC_COMP)
    - these have been unused for several years now.
  64. deuce
    Fri Nov 11 2011 03:56 pm PST

    Modified Files:
    src/sbbs3/js_system.c 1.146 1.147 diff

    Log Message:
    Don't try to define an uninitialized object.
  65. rswindell
    Fri Nov 11 2011 03:30 pm PST

    Modified Files:
    src/sbbs3/js_msg_area.c 1.62 1.63 diff

    Log Message:
    Fix the msg_area_prop_desc definition.
  66. deuce
    Fri Nov 11 2011 02:42 pm PST

    Modified Files:
    src/sbbs3/js_msg_area.c 1.61 1.62 diff

    Log Message:
    Remove extra(?) stuff.
  67. deuce
    Fri Nov 11 2011 02:35 pm PST

    Modified Files:
    web/root/ecWeb/newUser.ssjs 1.3 1.4 diff

    Log Message:
    UQ_COMP can't be controlled via scfg anymore and my system has it set.
    
    Rather than fiddle with my config file, I'll just remove this question.
  68. deuce
    Fri Nov 11 2011 02:29 pm PST

    Modified Files:
    web/root/sajax-forum/client_functions.xjs 1.15 1.16 diff

    Log Message:
    Add all the Synchronet spinners.
  69. mcmlxxix
    Fri Nov 11 2011 02:16 pm PST

    Modified Files:
    exec/slog.js 1.2 1.3 diff

    Log Message:
    display usage and errors the same as makeuser.js
  70. mcmlxxix
    Fri Nov 11 2011 02:15 pm PST

    Modified Files:
    exec/allusers.js 1.4 1.5 diff

    Log Message:
    display usage and errors the same as makeuser.js
  71. mcmlxxix
    Fri Nov 11 2011 01:56 pm PST

    Modified Files:
    exec/makeuser.js 1.4 1.5 diff

    Log Message:
    add missing "error=true" statements
  72. mcmlxxix
    Fri Nov 11 2011 07:13 am PST

    Modified Files:
    exec/makeuser.js 1.3 1.4 diff

    Log Message:
    use trashcan files to validate email and phone number.
  73. rswindell
    Thu Nov 10 2011 11:41 pm PST

    Modified Files:
    ctrl/listserver.ini 1.2 1.3 diff

    Log Message:
    Added/documented use_sender_address and submitter keys.
  74. rswindell
    Thu Nov 10 2011 11:40 pm PST

    Modified Files:
    exec/listserver.js 1.38 1.39 diff

    Log Message:
    Support optional list "submitter" which specifies the email address of the only
    authorized submission sender's email address.
  75. rswindell
    Thu Nov 10 2011 11:38 pm PST

    Modified Files:
    exec/testbuild.js 1.27 1.28 diff

    Log Message:
    Fixes the lib alias stuff.
  76. deuce
    Thu Nov 10 2011 10:47 pm PST

    Modified Files:
    src/sbbs3/putmsg.cpp 1.29 1.30 diff

    Log Message:
    Fix use-after-free bug.
  77. sbbs
    Thu Nov 10 2011 10:42 pm PST

    Modified Files:
    src/sbbs3/userdat.c 1.145 1.146 diff

    Log Message:
    Fix typo in previous commit of new function.
  78. rswindell
    Thu Nov 10 2011 08:30 pm PST

    Modified Files:
    src/sbbs3/userdat.c 1.144 1.145 diff
    src/sbbs3/userdat.h 1.47 1.48 diff

    Log Message:
    Created can_user_send_mail() utility function the common email "allowance"
    logic - to be used in the mail server and the JS objection model.
  79. mcmlxxix
    Thu Nov 10 2011 06:34 pm PST

    Modified Files:
    exec/makeuser.js 1.2 1.3 diff

    Log Message:
    use system.trashcan instead of the more awesome custom can opener
  80. deuce
    Thu Nov 10 2011 04:37 pm PST

    Modified Files:
    exec/load/webInit.ssjs 1.5 1.6 diff

    Log Message:
    Add var
  81. deuce
    Thu Nov 10 2011 04:36 pm PST

    Modified Files:
    exec/load/webInit.ssjs 1.4 1.5 diff

    Log Message:
    Overhaul... highlights:
    Change obj.hasOwnProperty(property) to obj.property != undefined
    format("%04u", u.number)
    Cookies and query parameters are arrays of strings
    Don't pollute the global namespace with all these vars (it's not CVS)
    
    Fix bug Deuce introducted by only changin one place where the cookie domain
    was passed.
  82. mcmlxxix
    Thu Nov 10 2011 01:39 pm PST

    Modified Files:
    exec/makeuser.js 1.1 1.2 diff

    Log Message:
    fix typo made by deuce
  83. mcmlxxix
    Thu Nov 10 2011 01:35 pm PST

    Added Files:
    exec/makeuser.js NONE 1.1 diff

    Log Message:
    new user utility (to replace makeuser.exe)
  84. deuce
    Thu Nov 10 2011 11:53 am PST

    Modified Files:
    web/root/ecWeb/lightirc/swfobject.js 1.1 1.2 diff

    Log Message:
    Yay for line endings!
  85. deuce
    Thu Nov 10 2011 11:52 am PST

    Modified Files:
    web/root/ecWeb/lightirc/readme.txt 1.1 1.2 diff

    Log Message:
    Line endings.
  86. deuce
    Thu Nov 10 2011 11:52 am PST

    Modified Files:
    web/root/ecWeb/lightirc/changelog.txt 1.1 1.2 diff

    Log Message:
    Line endings.
  87. deuce
    Thu Nov 10 2011 10:24 am PST
    web/root/ecWeb/fTelnet RMLib.dll 1.1 NONE
    Update of /cvsroot/sbbs/web/root/ecWeb/fTelnet
    In directory cvs:/tmp/cvs-serv10148
    
    Removed Files:
    	RMLib.dll 
    Log Message:
    This looks suspiciously unnecessary.
  88. mcmlxxix
    Thu Nov 10 2011 08:37 am PST

    Modified Files:
    exec/allusers.js 1.3 1.4 diff

    Log Message:
    use ARS for matching rules
  89. deuce
    Wed Nov 09 2011 09:32 pm PST

    Modified Files:
    web/root/ecWeb/lib/forumLib.ssjs 1.10 1.11 diff

    Log Message:
    Bring word-wrapping, hot-linking, and quote-hiding to the ec forum.
    
    Pending EC approval (quote hiding is the most controversial of these)
  90. deuce
    Wed Nov 09 2011 06:01 pm PST

    Modified Files:
    exec/load/webInit.ssjs 1.3 1.4 diff

    Log Message:
    Use http_request.cookie object to get cookie values and pass
    http_request.host as the cookie domain when setting it.
  91. rswindell
    Wed Nov 09 2011 04:21 pm PST

    Modified Files:
    src/sbbs3/mailsrvr.c 1.554 1.555 diff

    Log Message:
    Continue processing (i.e. saving to SMB) messages when the recipient list is
    empty *IF* the message was redirected to a sub-board.
    If not (recipient list empty, but not to a sub), return OK response.
  92. rswindell
    Wed Nov 09 2011 03:52 pm PST

    Modified Files:
    src/sbbs3/userdat.c 1.143 1.144 diff

    Log Message:
    If you pass NULL to is_user_subop(), return FALSE (rather than potentially
    dereference the NULL pointer).
  93. deuce
    Wed Nov 09 2011 03:52 pm PST

    Modified Files:
    src/sbbs3/js_msgbase.c 1.176 1.177 diff

    Log Message:
    Add missing )
  94. rswindell
    Wed Nov 09 2011 03:51 pm PST

    Modified Files:
    src/sbbs3/js_msgbase.c 1.175 1.176 diff

    Log Message:
    Support NULL user in header.can_read property definition more-better.
  95. deuce
    Wed Nov 09 2011 12:24 pm PST

    Modified Files:
    src/sbbs3/js_system.c 1.145 1.146 diff

    Log Message:
    Just because timestr() can't handle values greater than INT_MAX is no
    reason to throw an exception.
  96. deuce
    Wed Nov 09 2011 12:19 pm PST

    Modified Files:
    web/root/ecWeb/lib/forumLib.ssjs 1.9 1.10 diff

    Log Message:
    Use new header.can_read property (if available) and chec the get_msg_header()
    return before calling get_msg_body()
  97. deuce
    Wed Nov 09 2011 12:14 pm PST

    Modified Files:
    src/sbbs3/js_msgbase.c 1.174 1.175 diff

    Log Message:
    Add a can_read property to a message header which indicates the current
    client can read the associated message.
    
    Should make moderation/view own deleted/etc handing way easier for JS
    developers.
  98. deuce
    Wed Nov 09 2011 02:38 am PST

    Modified Files:
    src/sbbs3/js_global.c 1.312 1.313 diff

    Log Message:
    Don't force the time_t parameter into an Int32 since it may not be one.
  99. deuce
    Wed Nov 09 2011 02:17 am PST

    Modified Files:
    web/root/ecWeb/pages/000-home.ssjs 1.1 1.2 diff

    Log Message:
    Line endings.
  100. deuce
    Wed Nov 09 2011 02:09 am PST

    Modified Files:
    web/root/ecWeb/readme.txt 1.3 1.4 diff

    Log Message:
    Add note that the flash policy server *must* have a section of FlashPolicy
  101. deuce
    Wed Nov 09 2011 02:04 am PST

    Modified Files:
    web/root/ecWeb/readme.txt 1.2 1.3 diff

    Log Message:
    Line endings... this worries me.
  102. deuce
    Wed Nov 09 2011 01:38 am PST

    Modified Files:
    web/root/sajax-forum/body.xjs 1.16 1.17 diff

    Log Message:
    Use the new header argument to get_msg_body()
  103. deuce
    Wed Nov 09 2011 01:38 am PST

    Modified Files:
    web/root/msgs/attachments.ssjs 1.12 1.13 diff
    web/root/msgs/inline.ssjs 1.7 1.8 diff
    web/root/msgs/msg.ssjs 1.51 1.52 diff
    web/root/msgs/msgframe.ssjs 1.11 1.12 diff
    web/root/msgs/msgs.ssjs 1.42 1.43 diff

    Log Message:
    Use the new header argument to get_msg_body()
  104. deuce
    Wed Nov 09 2011 01:37 am PST

    Modified Files:
    web/root/blogs/blog_item.xjs 1.10 1.11 diff

    Log Message:
    Use the new header argument to get_msg_body()
  105. deuce
    Wed Nov 09 2011 01:37 am PST

    Modified Files:
    web/root/atom.ssjs 1.2 1.3 diff

    Log Message:
    Use the new header argument to get_msg_body()
  106. deuce
    Wed Nov 09 2011 01:33 am PST

    Modified Files:
    web/root/ecWeb/lib/forumLib.ssjs 1.8 1.9 diff

    Log Message:
    Make use of the new "header" argument.
  107. deuce
    Wed Nov 09 2011 01:33 am PST

    Modified Files:
    src/sbbs3/js_msgbase.c 1.173 1.174 diff

    Log Message:
    Support passing a header object to MsgBase.get_msg_body() and
    MsgBase.get_msg_tail() which will optimize the get to avoid re-reading
    the headers.  When this is specified, the message number or id is not
    required (but specifying it won't hurt anything and will allow backward
    compatibility).
    
    I'm not sure I need to lock the header here, but I think I might (if nothing
    else, to ensure the message still exists).
  108. deuce
    Wed Nov 09 2011 01:08 am PST

    Modified Files:
    web/root/ecWeb/lib/forumLib.ssjs 1.7 1.8 diff

    Log Message:
    Perform the more obvious optimizations... remove as many msgBase.* references
    from inside the loop as possible and use byoffset once the offset is known.
  109. mcmlxxix
    Tue Nov 08 2011 11:17 pm PST

    Modified Files:
    exec/slog.js 1.1 1.2 diff

    Log Message:
    open file in binary mode :|
    /T parameter to list column totals
    /R parameter to reverse listing
  110. rswindell
    Tue Nov 08 2011 11:03 pm PST

    Modified Files:
    src/sbbs3/main.cpp 1.578 1.579 diff

    Log Message:
    Reverse change in rev 577 that terminated the output_thread() when sbbs->online
    was false (which is the initialized value). This is an expected case for the
    terminal server. Added note to self (or others) not to do that. :-)
  111. mcmlxxix
    Tue Nov 08 2011 10:53 pm PST

    Added Files:
    exec/slog.js NONE 1.1 diff

    Log Message:
    system stats viewer (to replace slog.exe)
  112. deuce
    Tue Nov 08 2011 07:37 pm PST

    Modified Files:
    web/root/ecWeb/lightirc/lightirc.ssjs 1.1 1.2 diff

    Log Message:
    Fix error when there is no "FlashPolicy" section in the services.ini
  113. deuce
    Tue Nov 08 2011 07:37 pm PST

    Modified Files:
    web/root/ecWeb/fTelnet/fTelnet.ssjs 1.1 1.2 diff

    Log Message:
    Fix error when there is no "FlashPolicy" section in the services.ini
  114. rswindell
    Tue Nov 08 2011 02:55 pm PST

    Modified Files:
    exec/emailval.js 1.3 1.4 diff

    Log Message:
    This corrects the display freeze after a user updates his email address
    (presses enter) - patch by echto.
  115. rswindell
    Mon Nov 07 2011 06:53 pm PST

    Modified Files:
    src/sbbs3/writemsg.cpp 1.98 1.99 diff

    Log Message:
    At Deuce's request, revert his change:
    "Change the last argument of wordwrap() to a flags argument and support
    making a bare LF not be ignored."
    If soft line breaks (bare LFs) are stored in the message base, they're 
    expected to wrapped for 80-column terminal only.
  116. deuce
    Mon Nov 07 2011 06:53 pm PST

    Modified Files:
    src/sbbs3/wordwrap.c 1.14 1.15 diff

    Log Message:
    If zero is passed as the old length, keep icol (input column) negative to
    ensure that icol is never greater than or equal to oldcol.
  117. rswindell
    Mon Nov 07 2011 06:50 pm PST

    Modified Files:
    src/sbbs3/js_global.c 1.311 1.312 diff

    Log Message:
    At Deuce's request, revert his change:
    "Change the last argument of wordwrap() to a flags argument and support
    making a bare LF not be ignored."
    If soft line breaks (bare LFs) are stored in the message base, they're 
    expected to wrapped for 80-column terminal only.
  118. rswindell
    Mon Nov 07 2011 06:48 pm PST

    Modified Files:
    src/sbbs3/putmsg.cpp 1.28 1.29 diff
    src/sbbs3/wordwrap.c 1.13 1.14 diff
    src/sbbs3/wordwrap.h 1.5 1.6 diff

    Log Message:
    At Deuce's request, revert his change:
    "Change the last argument of wordwrap() to a flags argument and support
    making a bare LF not be ignored."
    If soft line breaks (bare LFs) are stored in the message base, they're 
    expected to wrapped for 80-column terminal only.
  119. deuce
    Mon Nov 07 2011 05:31 pm PST

    Modified Files:
    exec/fseditor.js 1.78 1.79 diff

    Log Message:
    When serializing the lines, make the last line end in a hard CR.
    
    Fixes part one of the new word wrap bug.
  120. deuce
    Sun Nov 06 2011 05:31 pm PST

    Modified Files:
    src/sbbs3/js_bbs.cpp 1.135 1.136 diff
    src/sbbs3/js_global.c 1.310 1.311 diff
    src/sbbs3/sbbs.h 1.386 1.387 diff

    Log Message:
    Add exception throwing function for functions which require arguments
    (throws an "Error: Insufficient Arguments" exception) in js_global.c so
    all JSNative functions call call it.
    
    Also add a function which calls JS_GetContextPrivate and throws an exception
    if it returns NULL.
    
    Previously, when either of these happened, the function silently did
    nothing.
  121. rswindell
    Sun Nov 06 2011 03:02 pm PST

    Modified Files:
    src/sbbs3/main.cpp 1.577 1.578 diff

    Log Message:
    Fix witnessed infinite loop in bbs_thread() during SSH connection if the
    output_thread is terminated (for some uknown reason, perhaps due to the
    new checking of the "online" value): outbuf will never drain if the
    output_thread isn't running, and possibly, even if it is (but there is no
    connection).
    Added error logging during node status change in dailly_main().
  122. deuce
    Sun Nov 06 2011 02:54 pm PST

    Modified Files:
    exec/ircbots/ham/ham.js 1.7 1.8 diff

    Log Message:
    Fix Canadian callsign lookups.  callsign.ca is gone and Industry Canada has
    their own lookup now.  Seems pretty slow though.  :-(
    
    Also, add fallback to other callsign handlers, catch HTTP exceptions, and
    switch from [\x00-\xff] in regexs to the Mozilla reccomended (but non-standard)
    [\s\S] to include line breaks in a match.
  123. rswindell
    Sat Nov 05 2011 08:58 pm PDT

    Modified Files:
    src/sbbs3/qwk.cpp 1.57 1.58 diff

    Log Message:
    Fix double-fclose() assertion in qwk_route() reported by echto. Thanks!
  124. rswindell
    Sat Nov 05 2011 08:54 pm PDT

    Modified Files:
    src/sbbs3/getmsg.cpp 1.42 1.43 diff

    Log Message:
    Dislable auto line-wrap of message text display when RAW input mode is enabled.
    This allows easy trouble-shooting of word-wrap issues by using Ctrl-Z.
  125. rswindell
    Sat Nov 05 2011 08:52 pm PDT

    Modified Files:
    src/sbbs3/writemsg.cpp 1.97 1.98 diff

    Log Message:
    Fix previous commit for Windows (read sig file in text mode, strip trialing
    white space from lines (include '\r' if there happens to be one).
  126. deuce
    Sat Nov 05 2011 08:29 am PDT

    Modified Files:
    src/sbbs3/js_bbs.cpp 1.134 1.135 diff

    Log Message:
    Apparently default is a reserved word in C++
  127. deuce
    Sat Nov 05 2011 08:27 am PDT

    Modified Files:
    src/sbbs3/js_bbs.cpp 1.133 1.134 diff

    Log Message:
    Fix typo.
  128. mcmlxxix
    Fri Nov 04 2011 07:31 pm PDT

    Modified Files:
    exec/allusers.js 1.2 1.3 diff

    Log Message:
    aaaaaaaaand fix a few typos
  129. mcmlxxix
    Fri Nov 04 2011 07:28 pm PDT

    Modified Files:
    exec/allusers.js 1.1 1.2 diff

    Log Message:
    remove shitting debug logging, please :|
  130. mcmlxxix
    Fri Nov 04 2011 06:56 pm PDT

    Added Files:
    exec/allusers.js NONE 1.1 diff

    Log Message:
    mass user editor (to replace allusers.exe) 
    basic functionality (for now)
  131. deuce
    Fri Nov 04 2011 04:58 pm PDT

    Modified Files:
    src/sbbs3/js_bbs.cpp 1.132 1.133 diff

    Log Message:
    Start of argc enforcement.  Passing the wrong number of arguments to a function
    will now (hopefully) throw an exception.
    
    This exception is likely to be uniquely unhelpful right now... I'm sure I'll
    have to add good messages there Real Soon.
  132. rswindell
    Fri Nov 04 2011 03:23 am PDT

    Modified Files:
    src/sbbs3/getmsg.cpp 1.41 1.42 diff
    src/sbbs3/putmsg.cpp 1.27 1.28 diff

    Log Message:
    strip trailing white-space off the end of printed messages *after* they're word
    wrapped. Pass the column width to wordwrap() instead of columns-1.
  133. rswindell
    Fri Nov 04 2011 03:03 am PDT

    Modified Files:
    src/sbbs3/mailsrvr.c 1.553 1.554 diff

    Log Message:
    Log sender's email address in brackets on "Created message" log line.
  134. rswindell
    Fri Nov 04 2011 02:55 am PDT

    Modified Files:
    src/sbbs3/putmsg.cpp 1.26 1.27 diff

    Log Message:
    Use more sensible values for wordwrap() in putmsg() - we don't need to reserve
    space for quote-chars here and we're going to assume the message was originally
    formatted for 79 cols.
  135. rswindell
    Fri Nov 04 2011 02:25 am PDT

    Modified Files:
    src/xpdev/genwrap.c 1.86 1.87 diff

    Log Message:
    Fix truncsp_lines() and it's comment block: retains line-ending format
    (i.e. \r\n or \n) of original text, rather than converting to \n-terminated.
  136. deuce
    Fri Nov 04 2011 02:21 am PDT

    Modified Files:
    src/sbbs3/wordwrap.c 1.12 1.13 diff

    Log Message:
    Try to pretty up the ugly...
    
    This looks better but I'm not sure if it's a nicer thing to do or not.
  137. deuce
    Fri Nov 04 2011 02:20 am PDT

    Modified Files:
    src/sbbs3/wordwrap.c 1.11 1.12 diff

    Log Message:
    Make the ugly actually used...
    And add a touch more ugly while I'm at it.
  138. deuce
    Fri Nov 04 2011 02:07 am PDT

    Modified Files:
    src/sbbs3/wordwrap.c 1.10 1.11 diff

    Log Message:
    Fix handling of an ignored \n without a space before it by smearing ugly all
    over everything.
    
    I will likely go to hell for abusing C in this manner.
  139. deuce
    Fri Nov 04 2011 01:39 am PDT

    Modified Files:
    src/sbbs3/wordwrap.h 1.4 1.5 diff

    Log Message:
    #include <gen_defs.h> for uint32_t
  140. rswindell
    Fri Nov 04 2011 01:28 am PDT

    Modified Files:
    src/sbbs3/wordwrap.c 1.9 1.10 diff

    Log Message:
    Sorry, we don't speak no C99 here.
  141. rswindell
    Fri Nov 04 2011 12:20 am PDT

    Modified Files:
    src/sbbs3/mailsrvr.c 1.552 1.553 diff

    Log Message:
    If an external mail processor removes all the recipients from the recipient
    list file (without actually deleting the file), don't bother saving the message
    to the message base.
  142. rswindell
    Fri Nov 04 2011 12:15 am PDT

    Modified Files:
    src/xpdev/ini_file.c 1.125 1.126 diff
    src/xpdev/ini_file.h 1.44 1.45 diff

    Log Message:
    Created iniReadSectionCount(), like iniGetSectionCount(), except it operates
    on FILE* (like iniReadSectionList()).
  143. rswindell
    Thu Nov 03 2011 11:19 pm PDT

    Modified Files:
    exec/ircmsg.js 1.30 1.31 diff

    Log Message:
    Fix previous commit, apparently this old trick doesn't work from anymore
    (or from here).
  144. rswindell
    Thu Nov 03 2011 11:13 pm PDT

    Modified Files:
    exec/ircmsg.js 1.29 1.30 diff

    Log Message:
    Added '-q' (quiet) option to stop log output.
  145. sbbs
    Thu Nov 03 2011 10:58 pm PDT

    Modified Files:
    src/sbbs3/sbbscon.c 1.248 1.249 diff

    Log Message:
    Resolve warnings:
    sbbscon.c: In function ΓÇÿwhoamiΓÇÖ:
    sbbscon.c:430: warning: implicit declaration of function ΓÇÿgetresuidΓÇÖ
    sbbscon.c:432: warning: implicit declaration of function ΓÇÿgetresgidΓÇÖ
    sbbscon.c: In function ΓÇÿlinux_keepcapsΓÇÖ:
    sbbscon.c:452: warning: implicit declaration of function ΓÇÿprctlΓÇÖ
    sbbscon.c:447: warning: unused variable ΓÇÿstrbufΓÇÖ
  146. rswindell
    Thu Nov 03 2011 08:27 pm PDT

    Modified Files:
    src/sbbs3/ars_defs.h 1.11 1.12 diff

    Log Message:
    Added some helpful comments.
  147. rswindell
    Thu Nov 03 2011 08:25 pm PDT

    Modified Files:
    src/sbbs3/main.cpp 1.576 1.577 diff

    Log Message:
    Remove meainingless assignments and stop output_thread() when online is false.
  148. rswindell
    Thu Nov 03 2011 08:23 pm PDT

    Modified Files:
    src/sbbs3/postmsg.cpp 1.87 1.88 diff

    Log Message:
    Added todo comment.
  149. rswindell
    Thu Nov 03 2011 08:23 pm PDT

    Modified Files:
    src/sbbs3/qwktomsg.cpp 1.54 1.55 diff

    Log Message:
    Use CTRL_A macro instead of '1' for Ctrl-A character constant.
  150. rswindell
    Thu Nov 03 2011 08:21 pm PDT

    Modified Files:
    src/sbbs3/sbbsdefs.h 1.174 1.175 diff

    Log Message:
    Added new external editor word-wrap misc values for supporting 4 options:
    80 column wrap, terminal width wrap, long line wrap, or no wrap. These
    values will be used for wrapping quoted text (input to editor) and message
    text created by the editor. Edited files are another issue.
  151. deuce
    Thu Nov 03 2011 06:49 pm PDT

    Modified Files:
    src/sbbs3/js_global.c 1.309 1.310 diff

    Log Message:
    Fix for not background load()s as well.
  152. deuce
    Thu Nov 03 2011 06:46 pm PDT

    Modified Files:
    src/sbbs3/js_global.c 1.308 1.309 diff

    Log Message:
    Also need to context suspend dance in the js_CopyValue() function
  153. deuce
    Thu Nov 03 2011 06:44 pm PDT

    Modified Files:
    src/sbbs3/wordwrap.h 1.3 1.4 diff

    Log Message:
    Missing changes from previous wordwrap() commit
  154. deuce
    Thu Nov 03 2011 06:19 pm PDT

    Modified Files:
    src/sbbs3/writemsg.cpp 1.96 1.97 diff
    src/sbbs3/wordwrap.c 1.8 1.9 diff
    src/sbbs3/putmsg.cpp 1.25 1.26 diff
    src/sbbs3/js_global.c 1.307 1.308 diff

    Log Message:
    Change the last argument of wordwrap() to a flags argument and support
    making a bare LF not be ignored.
    
    This effectively breaks the CR counting code... so... yeah.
  155. deuce
    Thu Nov 03 2011 02:47 pm PDT

    Modified Files:
    src/sbbs3/jsexec.c 1.158 1.159 diff

    Log Message:
    Make the startup structure a global variable... it previously continued to
    be used after leaving the scope (which was a bug).
    
    It is surprising that this worked as much as it has.
  156. deuce
    Thu Nov 03 2011 02:22 pm PDT

    Modified Files:
    src/sbbs3/exec.cpp 1.97 1.98 diff
    src/sbbs3/js_global.c 1.306 1.307 diff
    src/sbbs3/services.c 1.267 1.268 diff
    src/sbbs3/websrvr.c 1.557 1.558 diff

    Log Message:
    The JSAPI documentation says to set the operation callback to NULL before
    calling any JSAPI functions.
  157. deuce
    Thu Nov 03 2011 11:09 am PDT

    Modified Files:
    3rdp/build/GNUmakefile 1.6 1.7 diff
    3rdp/build/jsapi.cpp-request-debug.patch 1.1 1.2 diff

    Log Message:
    Enable Valgrind support in debug builds.  It's a valuable tool in tracking
    down GC issues.
  158. deuce
    Wed Nov 02 2011 06:21 pm PDT

    Modified Files:
    src/sbbs3/js_request.h 1.1 1.2 diff

    Log Message:
    Remove semicolons from macros.
  159. deuce
    Wed Nov 02 2011 06:18 pm PDT

    Modified Files:
    src/sbbs3/js_global.c 1.305 1.306 diff

    Log Message:
    Do a horrible horrible dance to avoid two active requests in the same
    thread in different contexts.
  160. deuce
    Wed Nov 02 2011 06:12 pm PDT

    Modified Files:
    src/sbbs3/js_request.c 1.7 1.8 diff

    Log Message:
    Only provide suspend depth warnings on end and resume.
  161. rswindell
    Wed Nov 02 2011 05:59 pm PDT

    Modified Files:
    exec/load/sbbsdefs.js 1.52 1.53 diff

    Log Message:
    Define P_WORDWRAP for use with put/print[msg|file|tail] functions.
  162. rswindell
    Wed Nov 02 2011 05:58 pm PDT

    Modified Files:
    exec/sbbsdefs.inc 1.15 1.16 diff

    Log Message:
    Define P_WORDWRAP for use with put/print[msg|file|tail] functions.
  163. sbbs
    Wed Nov 02 2011 05:56 pm PDT

    Modified Files:
    src/sbbs3/putmsg.cpp 1.24 1.25 diff

    Log Message:
    Fix compile error in previous commit.
    Rewolve warning regarding signed value comparison.
  164. deuce
    Wed Nov 02 2011 05:17 pm PDT

    Modified Files:
    src/sbbs3/js_request.c 1.6 1.7 diff

    Log Message:
    Fix up request debugging code.
  165. rswindell
    Wed Nov 02 2011 04:30 pm PDT

    Modified Files:
    src/sbbs3/getmsg.cpp 1.40 1.41 diff
    src/sbbs3/putmsg.cpp 1.23 1.24 diff
    src/sbbs3/sbbsdefs.h 1.173 1.174 diff

    Log Message:
    Created new putmsg() mode flag: P_WORDWRAP and use it in show_msg() to wrap
    long lines in messages for the user's terminal. May be used for viewing other
    files with long lines (e.g. G-text files) in the future.
  166. rswindell
    Wed Nov 02 2011 04:27 pm PDT

    Modified Files:
    src/sbbs3/wordwrap.c 1.7 1.8 diff

    Log Message:
    Fix potential memory leaks on malloc() failure.
  167. rswindell
    Wed Nov 02 2011 04:00 am PDT

    Modified Files:
    exec/nntpservice.js 1.111 1.112 diff

    Log Message:
    Pass the client object to msgbase.save_msg() so it'll handle the security header fields
    for us (automatically).
  168. rswindell
    Wed Nov 02 2011 03:41 am PDT

    Modified Files:
    src/sbbs3/js_msgbase.c 1.172 1.173 diff

    Log Message:
    Add supported for new(ish) security (tracing) header fields, which I'd forgot
    to expose via JS: sender_userid, sender_server, and sender_time.
  169. rswindell
    Wed Nov 02 2011 02:43 am PDT

    Modified Files:
    exec/load/gnatslib.js 1.24 1.25 diff

    Log Message:
    Fix ReferenceError: undefineD is not defined
  170. rswindell
    Wed Nov 02 2011 02:08 am PDT

    Modified Files:
    ctrl/text.dat 1.45 1.46 diff

    Log Message:
    Updated NoMoreLines (requires current writemsg.cpp) and OnlyNLinesLeft
    messages.
  171. rswindell
    Wed Nov 02 2011 02:07 am PDT

    Modified Files:
    src/sbbs3/sbbs.h 1.385 1.386 diff
    src/sbbs3/writemsg.cpp 1.95 1.96 diff

    Log Message:
    Allow "MAX_LINES" (defined here as 10000) when editing/creating text files
    regardless of security level setting.
    When run out of lines when creating/editing a file or msg, print a more
    meaningful message, in text.dat update  (with the max lines allowed).
  172. deuce
    Wed Nov 02 2011 01:32 am PDT

    Modified Files:
    src/sbbs3/js_internal.c 1.71 1.72 diff

    Log Message:
    From the JSAPI docs "The recommended technique in SpiderMonkey 1.8 and later
    is to periodically call JS_YieldRequest from an operation callback."
  173. rswindell
    Wed Nov 02 2011 12:30 am PDT

    Modified Files:
    src/sbbs3/writemsg.cpp 1.94 1.95 diff

    Log Message:
    When appending .sig files to message body text, expand Unix-style (LF) EOL
    sequences to SMB-style (CRLF). This resolves the issue of .sig files created
    or edited with a Unix-style text editor and the resulting signature losing line
    endings when being exported to FTN (for example).
  174. deuce
    Tue Nov 01 2011 08:01 pm PDT

    Modified Files:
    src/sbbs3/js_rtpool.c 1.23 1.24 diff

    Log Message:
    Add support for a single runtime shared between all contexts.
    (disabled)
  175. deuce
    Tue Nov 01 2011 07:47 pm PDT

    Modified Files:
    src/sbbs3/js_rtpool.c 1.22 1.23 diff
    src/sbbs3/js_rtpool.h 1.4 1.5 diff

    Log Message:
    Remove obsolete jsrt_TriggerAll() that was part of the effort to keep using
    the libmozjs from firefox et. al.
  176. deuce
    Tue Nov 01 2011 07:44 pm PDT

    Modified Files:
    src/sbbs3/js_rtpool.c 1.21 1.22 diff

    Log Message:
    Start the trigger thread when not using shared runtimes as well.
  177. deuce
    Tue Nov 01 2011 07:42 pm PDT

    Modified Files:
    src/sbbs3/js_global.c 1.304 1.305 diff

    Log Message:
    Ensure that parent threads can not exit before all child threads have exited.
    
    Maybe should log the fact that it's waiting...
  178. deuce
    Tue Nov 01 2011 07:07 pm PDT

    Modified Files:
    exec/fseditor.js 1.77 1.78 diff

    Log Message:
    Save "soft" CRs as a space followed by a line feed.  That way of messages
    are handled according to FTS-0001 and line feeds are ignored, the space will
    still separate words.
    
    This should fix the recent spate of replied messages losing spaces between
    re-wrapped lines.
  179. deuce
    Tue Nov 01 2011 03:05 pm PDT

    Modified Files:
    3rdp/build/GNUmakefile 1.5 1.6 diff

    Removed Files:
    	jsnativestack.cpp.patch 
    Log Message:
    Use the same workaround that Mk/bsd.gecko.mk uses by diddling with the
    generated config files rather than patching the sources.
    
    (As a side note, there is an Mk/bsd.gecko.mk!)
  180. deuce
    Tue Nov 01 2011 01:15 am PDT

    Modified Files:
    3rdp/build/GNUmakefile 1.4 1.5 diff
    3rdp/build/jsnativestack.cpp.patch NONE 1.1 diff

    Added Files:
    	jsnativestack.cpp.patch 
    Log Message:
    Add and apply patch to set visibility to default during inclusion of
    pthread headers.  Fixes problem linking JS on FreeBSD 9.0-RC1.
  181. deuce
    Tue Nov 01 2011 12:52 am PDT

    Modified Files:
    3rdp/build/Common.make 1.2 1.3 diff

    Log Message:
    Fix lib name.
  182. deuce
    Tue Nov 01 2011 12:46 am PDT

    Modified Files:
    3rdp/build/Common.make 1.1 1.2 diff
    3rdp/build/GNUmakefile 1.3 1.4 diff

    Log Message:
    Add --disable-shared-js to the spidermonkey configure script.
    Don't pass -o and -u to unzip... just -o (-u contradicts -o)
  183. deuce
    Mon Oct 31 2011 05:57 pm PDT

    Modified Files:
    src/conio/cterm.c 1.135 1.136 diff
    src/conio/cterm.h 1.29 1.30 diff
    src/conio/cterm.txt 1.26 1.27 diff

    Log Message:
    Add support for ESC [ ? 7 h and ESC [ ? 7 l to disable/enable auto-wrap
    of lines.
    
    Also add ESC [ ? XXX s and ESC [ ? XXX u to save/restore modes controlled
    by h and l.
  184. deuce
    Sun Oct 30 2011 10:17 pm PDT

    Modified Files:
    src/xpdev/gen_defs.h 1.57 1.58 diff

    Log Message:
    Apparently, C99 format macros are not part of C++ unless explicitly requested
    via __STDC_FORMAT_MACROS
  185. deuce
    Sun Oct 30 2011 02:03 am PDT

    Modified Files:
    src/smblib/smbadd.c 1.24 1.25 diff

    Log Message:
    Use off_t for length (which is more correct) and cast to intmax_t for
    printf() formatting.
  186. deuce
    Sun Oct 30 2011 01:41 am PDT

    Modified Files:
    src/sbbs3/js_bbs.cpp 1.131 1.132 diff

    Log Message:
    Fix bbs.scan_posts() and others.  More argv[x] where x>=argc issues.
  187. rswindell
    Sat Oct 29 2011 05:43 pm PDT

    Modified Files:
    src/xpdev/gen_defs.h 1.56 1.57 diff

    Log Message:
    Added lots of PRI and SCN macros for Win32 builds.
  188. rswindell
    Sat Oct 29 2011 05:42 pm PDT

    Modified Files:
    src/xpdev/xpdev.props 1.1 1.2 diff
    src/xpdev/xpdev.vcxproj 1.3 1.4 diff
    src/xpdev/xpdev_mt.vcxproj 1.4 1.5 diff

    Log Message:
    Define HAS_STDINT_H because MSVC10 has it and we now need it due to use
    of (u)intmax_t by the Deucester.
  189. deuce
    Sat Oct 29 2011 04:03 pm PDT

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

    Log Message:
    Fix format-related warnings.
    
    This is *likely* to break the Win32 build and even when the macros are
    specified in xpdev, I doubt Microsoft has added support for the 'z' size
    specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro
    that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32.
    
    Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing
    and the max file size thing may actually need the full format specification
    to be in the macro... "zu" on C99 platforms and whatever magic Microsoft
    needs there.
  190. deuce
    Sat Oct 29 2011 04:03 pm PDT

    Modified Files:
    src/smblib/smbadd.c 1.23 1.24 diff
    src/smblib/smbdump.c 1.11 1.12 diff
    src/smblib/smblib.cbp 1.1 1.2 diff

    Log Message:
    Fix format-related warnings.
    
    This is *likely* to break the Win32 build and even when the macros are
    specified in xpdev, I doubt Microsoft has added support for the 'z' size
    specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro
    that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32.
    
    Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing
    and the max file size thing may actually need the full format specification
    to be in the macro... "zu" on C99 platforms and whatever magic Microsoft
    needs there.
  191. deuce
    Sat Oct 29 2011 04:02 pm PDT

    Modified Files:
    src/sbbs3/addfiles.c 1.47 1.48 diff
    src/sbbs3/baja.c 1.44 1.45 diff
    src/sbbs3/chksmb.c 1.48 1.49 diff
    src/sbbs3/echocfg.c 1.22 1.23 diff
    src/sbbs3/fixsmb.c 1.34 1.35 diff
    src/sbbs3/ftpsrvr.c 1.393 1.394 diff
    src/sbbs3/getmsg.cpp 1.39 1.40 diff
    src/sbbs3/load_cfg.c 1.62 1.63 diff
    src/sbbs3/mailsrvr.c 1.551 1.552 diff
    src/sbbs3/msgtoqwk.cpp 1.37 1.38 diff
    src/sbbs3/node.c 1.22 1.23 diff
    src/sbbs3/qwknodes.c 1.19 1.20 diff
    src/sbbs3/sbbscon.c 1.247 1.248 diff
    src/sbbs3/sexyz.c 1.133 1.134 diff
    src/sbbs3/smbutil.c 1.101 1.102 diff
    src/sbbs3/unbaja.c 1.42 1.43 diff
    src/sbbs3/xmodem.c 1.46 1.47 diff
    src/sbbs3/xtrn_sec.cpp 1.71 1.72 diff
    src/sbbs3/zmodem.c 1.114 1.115 diff

    Log Message:
    Fix format-related warnings.
    
    This is *likely* to break the Win32 build and even when the macros are
    specified in xpdev, I doubt Microsoft has added support for the 'z' size
    specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro
    that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32.
    
    Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing
    and the max file size thing may actually need the full format specification
    to be in the macro... "zu" on C99 platforms and whatever magic Microsoft
    needs there.
  192. deuce
    Sat Oct 29 2011 03:17 pm PDT

    Modified Files:
    src/sbbs3/delfiles.c 1.6 1.7 diff

    Log Message:
    Fix Removing <filename> (not in database) message.
  193. deuce
    Fri Oct 28 2011 09:23 pm PDT

    Modified Files:
    src/sbbs3/js_global.c 1.303 1.304 diff

    Log Message:
    Fix "Run-time Check Failure #3"
  194. deuce
    Fri Oct 28 2011 09:13 pm PDT

    Modified Files:
    src/sbbs3/js_global.c 1.302 1.303 diff

    Log Message:
    Fix C99 usage.
  195. deuce
    Fri Oct 28 2011 08:57 pm PDT

    Modified Files:
    src/sbbs3/js_queue.c 1.41 1.42 diff

    Log Message:
    Fix typo even more!
  196. deuce
    Fri Oct 28 2011 08:56 pm PDT

    Modified Files:
    src/sbbs3/js_queue.c 1.40 1.41 diff

    Log Message:
    Fix typo.
  197. deuce
    Fri Oct 28 2011 08:53 pm PDT

    Modified Files:
    src/sbbs3/js_bbs.cpp 1.130 1.131 diff
    src/sbbs3/js_client.c 1.23 1.24 diff
    src/sbbs3/js_com.c 1.16 1.17 diff
    src/sbbs3/js_conio.c 1.21 1.22 diff
    src/sbbs3/js_console.cpp 1.99 1.100 diff
    src/sbbs3/js_file.c 1.141 1.142 diff
    src/sbbs3/js_global.c 1.301 1.302 diff
    src/sbbs3/js_internal.c 1.70 1.71 diff
    src/sbbs3/js_msgbase.c 1.171 1.172 diff
    src/sbbs3/js_queue.c 1.39 1.40 diff
    src/sbbs3/js_server.c 1.11 1.12 diff
    src/sbbs3/js_socket.c 1.147 1.148 diff
    src/sbbs3/js_system.c 1.144 1.145 diff
    src/sbbs3/js_uifc.c 1.26 1.27 diff
    src/sbbs3/js_user.c 1.93 1.94 diff
    src/sbbs3/jsexec.c 1.157 1.158 diff

    Log Message:
    Only JSVAL_TO_STRING(v) if JSVAL_IS_STRING(v)... should fix crashes in
    resolve callbacks.
  198. deuce
    Fri Oct 28 2011 06:55 pm PDT

    Modified Files:
    src/sbbs3/js_global.c 1.300 1.301 diff

    Log Message:
    Root the log object in the correct context.
  199. deuce
    Fri Oct 28 2011 06:40 pm PDT

    Modified Files:
    src/sbbs3/js_request.c 1.5 1.6 diff

    Log Message:
    Make request debugging work when the patches in 3rdp/build are included.
  200. deuce
    Fri Oct 28 2011 06:35 pm PDT

    Added Files:
    3rdp/build/jsapi.cpp-request-debug.patch NONE 1.1 diff
    3rdp/build/jsapi.h-request-debug.patch NONE 1.1 diff

    Log Message:
    Add a pair of patches to allow request debugging.
  201. deuce
    Fri Oct 28 2011 06:10 pm PDT

    Modified Files:
    exec/bench/dest6.js 1.17 1.18 diff

    Log Message:
    Use a timeout on the queue read in the echo thread, and have the main
    thread tell the echo thread to exit.
  202. deuce
    Fri Oct 28 2011 05:29 pm PDT

    Modified Files:
    src/sbbs3/js_global.c 1.299 1.300 diff

    Log Message:
    Remove debug output.
  203. deuce
    Fri Oct 28 2011 05:28 pm PDT

    Modified Files:
    src/sbbs3/js_global.c 1.298 1.299 diff

    Log Message:
    Fix type
  204. deuce
    Fri Oct 28 2011 05:10 pm PDT

    Modified Files:
    exec/bench/dest6.js 1.16 1.17 diff

    Log Message:
    Base the decision to wait for background threads on the name of the
    load()ed file, not argc
  205. deuce
    Fri Oct 28 2011 05:06 pm PDT

    Modified Files:
    src/sbbs3/js_global.c 1.297 1.298 diff

    Log Message:
    Use the *StructuredClon() functions for CopyValue().
    Restore background log dance... logging from background thread should work
    now as long as the parent is still around... not sure what will happen when
    the parent goes away though.
  206. deuce
    Fri Oct 28 2011 04:31 pm PDT

    Modified Files:
    src/sbbs3/js_queue.c 1.38 1.39 diff

    Log Message:
    Despite the "documentation", the value needs to be JS_free()d, not js_free()d.
    
    Since this requires a context in the same runtime and we're not sharing one big
    runtime (yet), we'll copy it out of magic JS land and into more sane normal
    heap land and JS_free() immediately.
    
    This should fix teh Windows crash on queues that digitalman was seeing (and
    the leak he added to fix it).
  207. rswindell
    Fri Oct 28 2011 03:50 am PDT

    Modified Files:
    src/sbbs3/js_queue.c 1.37 1.38 diff

    Log Message:
    Comment out free() line in Queue.read()->js_decode_value which is causing
    a heap assertion (with jsexec/ircd.js).
    I'm not sure if this is now a memory leak or what, but Deuce needs to take a
    look-see tomorrow.
  208. rswindell
    Fri Oct 28 2011 03:29 am PDT

    Modified Files:
    ctrl/sbbs.ini 1.64 1.65 diff

    Log Message:
    Updated comments:
     - Fixed mention of $HOSTNAME.ini being supported
     - Added reference to wiki page (where most comments should be moved)
    Fixed default value of SemFileCheckFrequency.
    Added LoginAttempt* key values to [global] section.
  209. rswindell
    Fri Oct 28 2011 02:45 am PDT

    Modified Files:
    src/sbbs3/sbbs_ini.c 1.141 1.142 diff

    Log Message:
    Contrary to the comment, it's *not* a good idea for Synchronet to use /tmp on
    *nix for it's temp directory as it routinely deletes all files in this
    directory - no longer default to '/tmp' on *nix.
  210. deuce
    Fri Oct 28 2011 02:27 am PDT

    Modified Files:
    exec/bench/dest6.js 1.15 1.16 diff

    Log Message:
    Add a disabled test which tries to run 16384 background threads.
    
    It fails.
  211. rswindell
    Fri Oct 28 2011 02:08 am PDT

    Modified Files:
    src/sbbs3/jsexec.c 1.156 1.157 diff

    Log Message:
    Fix NULL-deference added in previous commit.
  212. rswindell
    Fri Oct 28 2011 02:02 am PDT

    Modified Files:
    src/sbbs3/main.cpp 1.575 1.576 diff

    Log Message:
    Give back what Deuce taketh away.
  213. deuce
    Fri Oct 28 2011 01:57 am PDT

    Modified Files:
    src/sbbs3/ftpsrvr.c 1.392 1.393 diff
    src/sbbs3/js_global.c 1.296 1.297 diff
    src/sbbs3/jsexec.c 1.155 1.156 diff
    src/sbbs3/mailsrvr.c 1.550 1.551 diff
    src/sbbs3/main.cpp 1.574 1.575 diff
    src/sbbs3/sbbs.h 1.384 1.385 diff
    src/sbbs3/services.c 1.266 1.267 diff
    src/sbbs3/websrvr.c 1.556 1.557 diff

    Log Message:
    Root the created object in js_CreateGlobalObject() and js_CreateCommonObjects()
    and leave it rooted until the script is done or the context is destroyed.
    
    This should clean up crashes before a script starts (ie: While creating
    common objects)
  214. rswindell
    Fri Oct 28 2011 01:14 am PDT

    Modified Files:
    ctrl/sbbs.ini 1.63 1.64 diff

    Log Message:
    Eliminated all JS ThreadStackLimit stuff - not needed anymore as mozjs 1.8.5
    has its own functional "too much recursion" detection.
    Replaced "branch callback" stuff with "operational callback".
    JavaScriptBranchLimit has been replaced with JavaScriptTimeLimit
    (default value: 24 hours)
  215. rswindell
    Fri Oct 28 2011 01:08 am PDT

    Modified Files:
    src/sbbs3/ctrl/MainFormUnit.cpp 1.182 1.183 diff
    src/sbbs3/ctrl/PropertiesDlgUnit.dfm 1.22 1.23 diff
    src/sbbs3/ctrl/PropertiesDlgUnit.h 1.16 1.17 diff

    Log Message:
    Eliminated all JS ThreadStackLimit stuff - not needed anymore as mozjs 1.8.5
    has its own functional "too much recursion" detection.
    Replaced "branch callback" stuff with "operational callback".
    JavaScriptBranchLimit has been replaced with JavaScriptTimeLimit
    (default value: 24 hours)
  216. rswindell
    Fri Oct 28 2011 01:05 am PDT

    Modified Files:
    src/sbbs3/exec.cpp 1.96 1.97 diff
    src/sbbs3/ftpsrvr.c 1.391 1.392 diff
    src/sbbs3/js_global.c 1.295 1.296 diff
    src/sbbs3/js_internal.c 1.69 1.70 diff
    src/sbbs3/jsexec.c 1.154 1.155 diff
    src/sbbs3/mailsrvr.c 1.549 1.550 diff
    src/sbbs3/main.cpp 1.573 1.574 diff
    src/sbbs3/sbbs.h 1.383 1.384 diff
    src/sbbs3/sbbs_ini.c 1.140 1.141 diff
    src/sbbs3/sbbsdefs.h 1.172 1.173 diff
    src/sbbs3/services.c 1.265 1.266 diff
    src/sbbs3/startup.h 1.68 1.69 diff
    src/sbbs3/websrvr.c 1.555 1.556 diff

    Log Message:
    Eliminated all JS ThreadStackLimit stuff - not needed anymore as mozjs 1.8.5
    has its own functional "too much recursion" detection.
    Replaced "branch callback" stuff with "operational callback".
    JavaScriptBranchLimit has been replaced with JavaScriptTimeLimit
    (default value: 24 hours)
  217. deuce
    Thu Oct 27 2011 10:49 pm PDT

    Modified Files:
    exec/bench/dest6.js 1.14 1.15 diff

    Log Message:
    Compare objects using valueOf()... Objects are a refernced type and Dates
    are objects.
  218. deuce
    Thu Oct 27 2011 10:07 pm PDT

    Modified Files:
    src/sbbs3/js_queue.c 1.36 1.37 diff

    Log Message:
    Use the StructuredClone interface to serialize JS objects into queues.
    
    The dest6 test to check if the date passed though safely seems to be broken
    as it actually does pass through and work but the comparison doesn't.
  219. rswindell
    Thu Oct 27 2011 07:35 pm PDT
    exec/bench - Imported sources NONE NONE
    Update of /cvsroot/sbbs/exec/bench
    In directory cvs:/tmp/cvs-serv30958
    
    Log Message:
    New directory for test/bench type JavaScripts.
    Sysops are not normally expected to run these.
    - while1.js (infinite loop detection testing)
    - recurse.js (infinite recursion detection testing)
    
    Status:
    
    Vendor Tag:	avendor
    Release Tags:	arelease
    		
    N exec/bench/while1.js
    N exec/bench/recurse.js
    
    No conflicts created by this import
  220. deuce
    Thu Oct 27 2011 06:53 pm PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.13 1.14 diff

    Log Message:
    Add a trigger thread to trigger operation callbacks every 100ms(ish)
  221. deuce
    Thu Oct 27 2011 06:53 pm PDT

    Modified Files:
    src/sbbs3/js_rtpool.c 1.20 1.21 diff

    Log Message:
    Add a trigger thread to trigger operation callbacks every 100ms(ish)
  222. deuce
    Thu Oct 27 2011 02:13 pm PDT

    Modified Files:
    exec/dest6.js 1.13 1.14 diff

    Log Message:
    e-enable so many bug like Microsoft.
  223. rswindell
    Thu Oct 27 2011 01:25 am PDT

    Modified Files:
    src/sbbs3/js_msgbase.c 1.170 1.171 diff

    Log Message:
    Updated JS_ReportError strings (mostly search/replace to include smb error
    value, some fixes).
  224. deuce
    Wed Oct 26 2011 10:01 pm PDT

    Modified Files:
    src/sbbs3/js_bbs.cpp 1.129 1.130 diff
    src/sbbs3/js_msgbase.c 1.169 1.170 diff

    Log Message:
    Add a large number of specific exceptions to the message header parsing
    code.
  225. rswindell
    Wed Oct 26 2011 06:23 pm PDT

    Modified Files:
    install/checkout.bat 1.4 1.5 diff

    Log Message:
    Fixed the lib-win32 module alias.
  226. rswindell
    Wed Oct 26 2011 06:23 pm PDT

    Modified Files:
    install/FILE_ID.DIZ 1.7 1.8 diff

    Log Message:
    Latest DIZ (for v3.15b-Win32).
  227. deuce
    Wed Oct 26 2011 04:17 pm PDT

    Modified Files:
    src/sbbs3/js_user.c 1.92 1.93 diff

    Log Message:
    Throw exception from set function with int conversion error.
  228. rswindell
    Wed Oct 26 2011 04:14 pm PDT

    Modified Files:
    src/sbbs3/mailsrvr.c 1.548 1.549 diff

    Log Message:
    Re-arrange mailproc JS exit handling stuff at Deuce's suggestion.
    Currently, the return value and result of js_mailproc() isn't used anywhere
    anyway. <shrug> Not compiled/tested.
  229. deuce
    Wed Oct 26 2011 03:44 pm PDT

    Modified Files:
    src/sbbs3/js_com.c 1.15 1.16 diff
    src/sbbs3/js_conio.c 1.20 1.21 diff
    src/sbbs3/js_console.cpp 1.98 1.99 diff
    src/sbbs3/js_global.c 1.294 1.295 diff
    src/sbbs3/js_internal.c 1.68 1.69 diff
    src/sbbs3/js_msg_area.c 1.60 1.61 diff
    src/sbbs3/js_msgbase.c 1.168 1.169 diff
    src/sbbs3/js_queue.c 1.35 1.36 diff
    src/sbbs3/js_server.c 1.10 1.11 diff
    src/sbbs3/js_uifc.c 1.25 1.26 diff
    src/sbbs3/js_user.c 1.91 1.92 diff
    src/sbbs3/jsexec.c 1.153 1.154 diff
    src/sbbs3/mailsrvr.c 1.547 1.548 diff
    src/sbbs3/main.cpp 1.572 1.573 diff
    src/sbbs3/services.c 1.264 1.265 diff
    src/sbbs3/websrvr.c 1.554 1.555 diff

    Log Message:
    Check the return of JS_ValueToInt32() and return false in method/property
    functions when an excpetion is pending.
    
    Some work still needs to be done on js_msgbase.c,  js_user.c, and mailsrvr.c
  230. deuce
    Wed Oct 26 2011 01:36 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.27 1.28 diff

    Log Message:
    Remove misleading comment and call SetName() to prepare for the persistance
    manager in 2.9
  231. deuce
    Wed Oct 26 2011 11:47 am PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.12 1.13 diff

    Log Message:
    This is the user LIST not user EDITOR.
  232. deuce
    Wed Oct 26 2011 11:46 am PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.26 1.27 diff

    Log Message:
    This is the user LIST not user EDITOR.
  233. deuce
    Wed Oct 26 2011 11:40 am PDT

    Modified Files:
    src/sbbs3/js_bbs.cpp 1.128 1.129 diff
    src/sbbs3/js_msgbase.c 1.167 1.168 diff
    src/sbbs3/sbbs.h 1.382 1.383 diff

    Log Message:
    "Fix" problem as a result of the change to JSVAL_IS_NUM()
    Perviously, if the argument to a number of bbs.* functions was not a valid
    number, Synchronet would silently ignore the parameter and treat it as though
    it was not specified.
    
    The new behaviour was to use the value as a number.  However, the old code
    caused the exception triggered by an inability to convert the number to
    be pending until after the return (the JS_Native didn't return JS_FALSE) so
    a try/catch block aorund it would not catch the exception.
    
    The new new behaviour is to throw the exception immediately so it can be
    caught and handled correctly.
  234. deuce
    Wed Oct 26 2011 10:34 am PDT

    Modified Files:
    exec/str_cmds.js 1.37 1.38 diff

    Log Message:
    Add try/catch around possibly faulting parseInt()
  235. deuce
    Wed Oct 26 2011 10:30 am PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.11 1.12 diff

    Log Message:
    Add a title and icon.
  236. deuce
    Wed Oct 26 2011 10:30 am PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.25 1.26 diff

    Log Message:
    Add a title and icon.
  237. deuce
    Wed Oct 26 2011 10:14 am PDT

    Modified Files:
    src/build/wxWidgets.gmake 1.1 1.2 diff

    Log Message:
    Eliminated spurious "wx-config not found" messages.
  238. deuce
    Wed Oct 26 2011 09:57 am PDT

    Modified Files:
    src/sbbs3/userlist/GNUmakefile 1.4 1.5 diff

    Log Message:
    Create a new wxWidgets.gmake file to include from projects using 
    wxWidgets.  It always specifies unicode version 2.8.
  239. deuce
    Wed Oct 26 2011 09:57 am PDT

    Added Files:
    src/build/wxWidgets.gmake NONE 1.1 diff

    Log Message:
    Create a new wxWidgets.gmake file to include from projects using 
    wxWidgets.  It always specifies unicode version 2.8.
  240. deuce
    Wed Oct 26 2011 09:38 am PDT

    Modified Files:
    src/sbbs3/userlist/GNUmakefile 1.3 1.4 diff

    Log Message:
    Move the setting of LD_RUN_PATH into sbbs3/Common.gmake
  241. deuce
    Wed Oct 26 2011 09:38 am PDT

    Modified Files:
    src/sbbs3/Common.gmake 1.10 1.11 diff

    Log Message:
    Move the setting of LD_RUN_PATH into sbbs3/Common.gmake
  242. deuce
    Wed Oct 26 2011 02:23 am PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.10 1.11 diff

    Log Message:
    Remove status line and menu bar.
  243. deuce
    Wed Oct 26 2011 02:23 am PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.24 1.25 diff
    src/sbbs3/userlist/SBBS_User_ListMain.h 1.9 1.10 diff

    Log Message:
    Remove status line and menu bar.
  244. deuce
    Wed Oct 26 2011 02:09 am PDT

    Modified Files:
    src/sbbs3/userlist/GNUmakefile 1.2 1.3 diff

    Log Message:
    Remove old glade reference.
  245. deuce
    Wed Oct 26 2011 02:06 am PDT

    Modified Files:
    src/sbbs3/userlist/GNUmakefile 1.1 1.2 diff

    Log Message:
    Set up LD_RUN_PATH
  246. deuce
    Wed Oct 26 2011 02:00 am PDT

    Modified Files:
    src/sbbs3/GNUmakefile 1.218 1.219 diff

    Log Message:
    Add LIBODIR order-only prerequisite to libsbbs.so
  247. deuce
    Wed Oct 26 2011 01:56 am PDT

    Modified Files:
    src/sbbs3/Common.gmake 1.9 1.10 diff

    Log Message:
    Use SBBS_SRC for sbbsdefs.mk inclusion.
  248. deuce
    Wed Oct 26 2011 01:54 am PDT

    Modified Files:
    src/build/Common.gmake 1.82 1.83 diff

    Log Message:
    Add order-only directory prerequisites to implicit rules.
  249. deuce
    Wed Oct 26 2011 01:22 am PDT

    Added Files:
    src/sbbs3/userlist/GNUmakefile NONE 1.1 diff
    src/sbbs3/userlist/objects.mk NONE 1.1 diff
    src/sbbs3/userlist/targets.mk NONE 1.1 diff

    Log Message:
    Make userlist build using the gmake build system.
  250. deuce
    Wed Oct 26 2011 01:19 am PDT

    Modified Files:
    src/sbbs3/Common.gmake 1.8 1.9 diff
    src/sbbs3/Common.make NONE 1.1 diff

    Added Files:
    	Common.make 
    Log Message:
    Add Common.make and update Common.gmake to allow inclusion for libsbbs
    dependencies.
  251. deuce
    Wed Oct 26 2011 12:08 am PDT

    Modified Files:
    src/sbbs3/main.cpp 1.571 1.572 diff

    Log Message:
    If the thread stack is set to zero, disable checking.
  252. deuce
    Tue Oct 25 2011 11:14 pm PDT

    Modified Files:
    src/sbbs3/js_global.c 1.293 1.294 diff

    Log Message:
    Disable stack size checking in the background thread.
    This is reccomended by Mozilla and makes sense.
    
    I would prefer to set it to a new stack limit though...
  253. deuce
    Tue Oct 25 2011 06:16 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.23 1.24 diff

    Log Message:
    Always apply the ARS when Clear is pressed.
  254. deuce
    Tue Oct 25 2011 06:07 pm PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.9 1.10 diff

    Log Message:
    Remove grungeballs.
  255. deuce
    Tue Oct 25 2011 06:07 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.22 1.23 diff

    Log Message:
    Remove grungeballs.
  256. deuce
    Tue Oct 25 2011 06:05 pm PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.8 1.9 diff

    Log Message:
    Add a default ARS of "ACTIVE) NOT DELETED)"
    (Grunged for pending bugfix)
  257. deuce
    Tue Oct 25 2011 06:05 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.21 1.22 diff
    src/sbbs3/userlist/SBBS_User_ListMain.h 1.8 1.9 diff

    Log Message:
    Add a default ARS of "ACTIVE) NOT DELETED)"
    (Grunged for pending bugfix)
  258. rswindell
    Tue Oct 25 2011 05:55 pm PDT

    Modified Files:
    src/sbbs3/chk_ar.cpp 1.22 1.23 diff
    src/sbbs3/userdat.c 1.142 1.143 diff

    Log Message:
    Fixed bug with parsing compiled ARS that included the ACTIVE, INACTIVE, or
    DELETED keywords with other keywords (e.g. "NOT DELETED AND LEVEL 50)":
    keyword/values following the broken keyword would be interpretted incorrectly.
  259. deuce
    Tue Oct 25 2011 05:15 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.20 1.21 diff

    Log Message:
    Sort in refresh function as well.
  260. deuce
    Tue Oct 25 2011 05:11 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.19 1.20 diff

    Log Message:
    Set the item mask before calling get to ensure that the text field is filled.
  261. deuce
    Tue Oct 25 2011 04:49 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.18 1.19 diff

    Log Message:
    Initialize ars member.
  262. deuce
    Tue Oct 25 2011 04:38 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.17 1.18 diff

    Log Message:
    Apparently the stupid Windows dance isn't necessary anymore.
    (Taken from wxWidgets sample code)
  263. deuce
    Tue Oct 25 2011 04:18 pm PDT

    Modified Files:
    src/sbbs3/userlist/userlist.cbp 1.4 1.5 diff

    Log Message:
    Pass --unicode to wx-config to ensure we're using a unicode enabled wxWidgets.
  264. deuce
    Tue Oct 25 2011 04:16 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListApp.cpp 1.3 1.4 diff

    Log Message:
    Use correct string conversion function.
  265. deuce
    Tue Oct 25 2011 12:19 pm PDT

    Modified Files:
    src/sbbs3/userlist/userlist.cbp 1.3 1.4 diff

    Log Message:
    Fix object output dir for release target
  266. deuce
    Tue Oct 25 2011 11:14 am PDT

    Added Files:
    src/smblib/smblib.cbp NONE 1.1 diff

    Log Message:
    Add smblib project
  267. deuce
    Tue Oct 25 2011 11:14 am PDT

    Modified Files:
    src/Synchronet.workspace 1.1 1.2 diff

    Log Message:
    Add smblib project
  268. deuce
    Tue Oct 25 2011 01:05 am PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.7 1.8 diff

    Log Message:
    Centre "Quick Validation Sets" label vertically.
  269. deuce
    Tue Oct 25 2011 01:05 am PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.16 1.17 diff

    Log Message:
    Centre "Quick Validation Sets" label vertically.
  270. deuce
    Tue Oct 25 2011 01:02 am PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.6 1.7 diff

    Log Message:
    Remove acceleratoes for popup menu.
  271. deuce
    Tue Oct 25 2011 01:02 am PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.15 1.16 diff

    Log Message:
    Remove acceleratoes for popup menu.
  272. deuce
    Tue Oct 25 2011 12:58 am PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.5 1.6 diff

    Log Message:
    Enable sorting.
  273. deuce
    Tue Oct 25 2011 12:58 am PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.14 1.15 diff
    src/sbbs3/userlist/SBBS_User_ListMain.h 1.7 1.8 diff

    Log Message:
    Enable sorting.
  274. deuce
    Mon Oct 24 2011 11:56 pm PDT

    Modified Files:
    src/sbbs3/sbbs.h 1.381 1.382 diff
    src/sbbs3/date_str.c 1.27 1.28 diff

    Log Message:
    Constify string argument to dstrtounix()
  275. deuce
    Mon Oct 24 2011 11:46 pm PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.4 1.5 diff

    Log Message:
    Add right-click menu to copy items/refresh list.
  276. deuce
    Mon Oct 24 2011 11:36 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.13 1.14 diff
    src/sbbs3/userlist/SBBS_User_ListMain.h 1.6 1.7 diff

    Log Message:
    Add right-click menu to copy items/refresh list.
  277. deuce
    Mon Oct 24 2011 10:22 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.12 1.13 diff

    Log Message:
    Don't take any action if the quick validation drop down is dropped then
    "Selecte a set" is chosen.
  278. deuce
    Mon Oct 24 2011 10:16 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.11 1.12 diff
    src/sbbs3/userlist/SBBS_User_ListMain.h 1.5 1.6 diff

    Log Message:
    Fix line endings for real this time.
  279. deuce
    Mon Oct 24 2011 08:25 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListApp.cpp 1.2 1.3 diff
    src/sbbs3/userlist/SBBS_User_ListApp.h 1.1 1.2 diff
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.10 1.11 diff
    src/sbbs3/userlist/SBBS_User_ListMain.h 1.4 1.5 diff

    Log Message:
    Fix line endings.
  280. deuce
    Mon Oct 24 2011 06:47 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.9 1.10 diff

    Log Message:
    Delete the column set with an image as it is broken when resizing on Win32.
  281. deuce
    Mon Oct 24 2011 06:04 pm PDT

    Added Files:
    src/Synchronet.workspace NONE 1.1 diff

    Log Message:
    Add a Codeblocks workspace for all Synchronet projects.
  282. deuce
    Mon Oct 24 2011 06:03 pm PDT

    Added Files:
    src/xpdev/xpdev.cbp NONE 1.1 diff

    Log Message:
    Add an xpdev project file
  283. deuce
    Mon Oct 24 2011 06:02 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.8 1.9 diff

    Log Message:
    Freeze/Thaw user list when refreshing.
  284. deuce
    Mon Oct 24 2011 05:50 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListApp.cpp 1.1 1.2 diff

    Log Message:
    Move initialization code out of the auto-genreated block to prevent future
    clobbering.
  285. deuce
    Mon Oct 24 2011 05:48 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.7 1.8 diff
    src/sbbs3/userlist/SBBS_User_ListMain.h 1.3 1.4 diff

    Log Message:
    SetSizeHints() was the magic we needed... we can now use autogenreated UI code for ListMain.
  286. deuce
    Mon Oct 24 2011 05:33 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.6 1.7 diff

    Log Message:
    Fix widths of list control columns.
    
    It is no longer necessary to munge the generated code.
  287. deuce
    Mon Oct 24 2011 04:41 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.5 1.6 diff

    Log Message:
    Add SetSizerAndFit() call which whould fix stupid bits of the layout.
  288. deuce
    Mon Oct 24 2011 03:44 pm PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.3 1.4 diff

    Log Message:
    Put a panel inside the frame to get the expected background colour on Win32.
  289. deuce
    Mon Oct 24 2011 02:48 pm PDT

    Modified Files:
    src/xpdev/dirwrap.c 1.83 1.84 diff
    src/xpdev/genwrap.c 1.85 1.86 diff
    src/xpdev/ini_file.c 1.124 1.125 diff

    Log Message:
    Remove trailing blanks and add typecasts to declared arg types
    (ie: PDWORD)to satisfy MinGW
  290. deuce
    Mon Oct 24 2011 02:46 pm PDT

    Modified Files:
    src/sbbs3/userdat.h 1.46 1.47 diff

    Log Message:
    MinGW hack
  291. deuce
    Mon Oct 24 2011 02:45 pm PDT

    Modified Files:
    src/sbbs3/sbbs.h 1.380 1.381 diff

    Log Message:
    MinGW hack
  292. deuce
    Mon Oct 24 2011 02:45 pm PDT

    Modified Files:
    src/sbbs3/dat_rec.h 1.2 1.3 diff

    Log Message:
    MinGW hack
  293. deuce
    Mon Oct 24 2011 12:18 pm PDT

    Modified Files:
    src/xpdev/genwrap.h 1.97 1.98 diff

    Log Message:
    Remove trailing whitespace and don't define pid_t for MinGW
  294. deuce
    Mon Oct 24 2011 10:25 am PDT

    Modified Files:
    src/sbbs3/load_cfg.c 1.61 1.62 diff
    src/sbbs3/sbbs.h 1.379 1.380 diff

    Log Message:
    constify base parameter to prep_dir.
  295. deuce
    Mon Oct 24 2011 10:24 am PDT

    Modified Files:
    src/sbbs3/userlist/userlist.cbp 1.2 1.3 diff

    Log Message:
    Move build options from Debug target into project.
  296. deuce
    Mon Oct 24 2011 10:24 am PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.4 1.5 diff

    Log Message:
    Fix possible glitch with zero users.
  297. deuce
    Mon Oct 24 2011 10:09 am PDT
    src/sbbs3/userlist userlist.depend 1.3 NONE
    Update of /cvsroot/sbbs/src/sbbs3/userlist
    In directory cvs:/tmp/cvs-serv13677
    
    Removed Files:
    	userlist.depend 
    Log Message:
    Remove dependency file from CVS (autogenerated)
  298. deuce
    Mon Oct 24 2011 10:00 am PDT

    Modified Files:
    src/sbbs3/str_util.c 1.46 1.47 diff

    Log Message:
    Fix warning.
  299. deuce
    Mon Oct 24 2011 09:54 am PDT

    Modified Files:
    src/sbbs3/userlist/userlist.cbp 1.1 1.2 diff

    Log Message:
    Use standard wx-config command instead of FreeBSD port-specific one.
    (This will require tweakage at some point)
  300. deuce
    Mon Oct 24 2011 09:53 am PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.2 1.3 diff

    Log Message:
    Make the Quick Validation Sets work.
  301. deuce
    Mon Oct 24 2011 09:53 am PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.3 1.4 diff
    src/sbbs3/userlist/SBBS_User_ListMain.h 1.2 1.3 diff
    src/sbbs3/userlist/userlist.depend 1.2 1.3 diff

    Log Message:
    Make the Quick Validation Sets work.
  302. mcmlxxix
    Mon Oct 24 2011 07:12 am PDT

    Modified Files:
    xtrn/chickendelivery/ckndlvry.ans 1.1 1.2 diff
    xtrn/chickendelivery/game.js 1.10 1.11 diff
    xtrn/chickendelivery/netscore.ans 1.1 1.2 diff

    Log Message:
    show asterisk next to online users in score list, fix 80,24 in splash ansi
  303. deuce
    Sun Oct 23 2011 11:25 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.2 1.3 diff

    Log Message:
    Make deleted users light grey.
  304. deuce
    Sun Oct 23 2011 11:08 pm PDT

    Modified Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs 1.1 1.2 diff

    Log Message:
    Make the ARS filter work.
    
    Still to do:
    - Enable sorting
    - Enable Quick Validation Sets
    - Make the default window size and column widths sane
  305. deuce
    Sun Oct 23 2011 11:08 pm PDT

    Modified Files:
    src/sbbs3/userlist/SBBS_User_ListMain.cpp 1.1 1.2 diff
    src/sbbs3/userlist/SBBS_User_ListMain.h 1.1 1.2 diff
    src/sbbs3/userlist/userlist.depend 1.1 1.2 diff

    Log Message:
    Make the ARS filter work.
    
    Still to do:
    - Enable sorting
    - Enable Quick Validation Sets
    - Make the default window size and column widths sane
  306. deuce
    Sun Oct 23 2011 10:48 pm PDT

    Modified Files:
    src/sbbs3/ars.c 1.19 1.20 diff
    src/sbbs3/ars_defs.h 1.10 1.11 diff

    Log Message:
    Constify arstr() input and ensure that *count is set to zero when returning
    nular or NULL.
  307. deuce
    Sun Oct 23 2011 08:47 pm PDT

    Added Files:
    src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs NONE 1.1 diff

    Log Message:
    Initial start of Code::Blocks user list project.
    
    Not complete yet, but at least it lists users.
  308. deuce
    Sun Oct 23 2011 08:46 pm PDT

    Added Files:
    src/sbbs3/userlist/SBBS_User_ListApp.cpp NONE 1.1 diff
    src/sbbs3/userlist/SBBS_User_ListApp.h NONE 1.1 diff
    src/sbbs3/userlist/SBBS_User_ListMain.cpp NONE 1.1 diff
    src/sbbs3/userlist/SBBS_User_ListMain.h NONE 1.1 diff
    src/sbbs3/userlist/userlist.cbp NONE 1.1 diff
    src/sbbs3/userlist/userlist.depend NONE 1.1 diff

    Log Message:
    Initial start of Code::Blocks user list project.
    
    Not complete yet, but at least it lists users.
  309. deuce
    Sun Oct 23 2011 08:44 pm PDT
    src/sbbs3/userlist/wxsmith - New directory NONE NONE
    Update of /cvsroot/sbbs/src/sbbs3/userlist/wxsmith
    In directory cvs:/tmp/cvs-serv28841/wxsmith
    
    Log Message:
    Directory /cvsroot/sbbs/src/sbbs3/userlist/wxsmith added to the repository
  310. deuce
    Sun Oct 23 2011 08:43 pm PDT
    src/sbbs3/userlist - New directory NONE NONE
    Update of /cvsroot/sbbs/src/sbbs3/userlist
    In directory cvs:/tmp/cvs-serv28829/userlist
    
    Log Message:
    Directory /cvsroot/sbbs/src/sbbs3/userlist added to the repository
  311. deuce
    Sun Oct 23 2011 12:14 pm PDT

    Modified Files:
    3rdp/build/Common.gmake 1.3 1.4 diff

    Log Message:
    Re-order NSPR/JS libraries...
  312. deuce
    Sun Oct 23 2011 07:05 am PDT

    Modified Files:
    3rdp/build/Common.gmake 1.2 1.3 diff

    Log Message:
    nspr-config --libs includes -lplds4 and -lplc4... use nspr-config for
    NSPR_LIBS when it's available.
    
    This make fix a problem with libsbbs.so not having libnspr as a dependency
    for Venom.
  313. deuce
    Sun Oct 23 2011 06:44 am PDT

    Modified Files:
    3rdp/build/GNUmakefile 1.2 1.3 diff

    Log Message:
    Clear the environment before running the cryptlib submake.
    
    This is because the Cryptlib makefile doesn't use $(MAKE) for submakes and
    instead hardcodes the string "make" since gmake -C sets MAKEFLAGS to "w",
    this ends up breaking builds on systems where the first make in the path
    doesn't support the non-standard -w option.
  314. deuce
    Sat Oct 22 2011 07:04 pm PDT

    Modified Files:
    3rdp/build/GNUmakefile 1.1 1.2 diff

    Log Message:
    Delete old source directory before re-extracting.  This allows release and
    debug to be built on the same system as well as allowing building on
    separate systems (at different times)
  315. deuce
    Sat Oct 22 2011 06:48 pm PDT

    Modified Files:
    src/sbbs3/str.cpp 1.67 1.68 diff

    Log Message:
    Fix bug found by GCC on Venom's system (memset length of zero) when importing
    SIF files (whatever they are)
  316. rswindell
    Sat Oct 22 2011 02:24 am PDT

    Removed Files:
    src/sbbs3/NONE allusers.dsp 1.2 diff
    src/sbbs3/NONE ans2asc.dsp 1.1 diff
    src/sbbs3/NONE asc2ans.dsp 1.1 diff
    src/sbbs3/NONE baja.dsp 1.19 diff
    src/sbbs3/NONE chksmb.dsp 1.10 diff
    src/sbbs3/NONE delfiles.dsp 1.4 diff
    src/sbbs3/NONE dstsedit.dsp 1.3 diff
    src/sbbs3/NONE dupefind.dsp 1.2 diff
    src/sbbs3/NONE echocfg.dsp 1.3 diff
    src/sbbs3/NONE filelist.dsp 1.13 diff
    src/sbbs3/NONE fixsmb.dsp 1.10 diff
    src/sbbs3/NONE ftpsrvr.dsp 1.20 diff
    src/sbbs3/NONE jsexec.dsp 1.18 diff
    src/sbbs3/NONE mailsrvr.dsp 1.28 diff
    src/sbbs3/NONE makeuser.dsp 1.14 diff
    src/sbbs3/NONE node.dsp 1.12 diff
    src/sbbs3/NONE ntsvcs.dsp 1.19 diff
    src/sbbs3/NONE qwknodes.dsp 1.7 diff
    src/sbbs3/NONE sbbs.dsp 1.69 diff
    src/sbbs3/NONE sbbscon.dsp 1.24 diff
    src/sbbs3/NONE sbbsecho.dsp 1.22 diff
    src/sbbs3/NONE sbbsexec.dsp 1.10 diff
    src/sbbs3/NONE services.dsp 1.23 diff
    src/sbbs3/NONE sexyz.dsp 1.15 diff
    src/sbbs3/NONE slog.dsp 1.2 diff
    src/sbbs3/NONE smbactiv.dsp 1.2 diff
    src/sbbs3/NONE smbutil.dsp 1.10 diff
    src/sbbs3/NONE textgen.dsp 1.2 diff
    src/sbbs3/NONE unbaja.dsp 1.6 diff
    src/sbbs3/NONE v4upgrade.dsp 1.7 diff
    src/sbbs3/NONE websrvr.dsp 1.23 diff
    src/sbbs3/NONE sbbs3.dsw 1.47 diff

    Log Message:
    MSVC6 no longer supported. :-(
  317. rswindell
    Sat Oct 22 2011 12:59 am PDT

    Modified Files:
    CVSROOT/modules 1.41 1.42 diff

    Log Message:
    Remove lib-linux.x64 module alias.
  318. rswindell
    Sat Oct 22 2011 12:57 am PDT

    Modified Files:
    exec/testbuild.js 1.26 1.27 diff

    Log Message:
    Updated for msvc 2010 and new directory layout in CVS.
  319. rswindell
    Sat Oct 22 2011 12:08 am PDT

    Modified Files:
    src/sbbs3/build.bat 1.1 1.2 diff

    Log Message:
    Updated for msvc 2010.
  320. rswindell
    Sat Oct 22 2011 12:02 am PDT

    Modified Files:
    src/xpdev/xpdev.vcxproj 1.2 1.3 diff
    src/xpdev/xpdev_mt.vcxproj 1.3 1.4 diff

    Log Message:
    Disable MSVC10 deprecations (excessive warnings).
  321. rswindell
    Sat Oct 22 2011 12:01 am PDT

    Modified Files:
    src/sbbs3/ctrl/sbbsctrl.bpr 1.41 1.42 diff

    Log Message:
    Updated for new path of cryptlib include.
  322. rswindell
    Fri Oct 21 2011 11:12 pm PDT

    Modified Files:
    src/xpdev/xpdev_mt.vcxproj 1.2 1.3 diff

    Log Message:
    date_file was missing from this project (since when?).
  323. sbbs
    Fri Oct 21 2011 10:33 pm PDT

    Added Files:
    3rdp/gcc.linux.x64.release/mozjs/lib/libmozjs185-1.0.a NONE 1.1 diff

    Log Message:
    Another static library (.a file) that was ignored by 'cvs import'.
  324. sbbs
    Fri Oct 21 2011 10:32 pm PDT

    Added Files:
    3rdp/gcc.linux.x64.release/cl/libcl.a NONE 1.1 diff

    Log Message:
    "cvs import" ignored the .a files
  325. sbbs
    Fri Oct 21 2011 10:25 pm PDT

    Added Files:
    3rdp/gcc.linux.x64.debug/cl/libcl.a NONE 1.1 diff

    Log Message:
    CVS import ignored .a files.
  326. sbbs
    Fri Oct 21 2011 10:22 pm PDT

    Added Files:
    3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185-1.0.a NONE 1.1 diff

    Log Message:
    'cvs import' ignore the static (.a) library.
  327. sbbs
    Fri Oct 21 2011 10:10 pm PDT
    3rdp/gcc.linux.x64.debug - Imported sources NONE NONE
    Update of /cvsroot/sbbs/3rdp/gcc.linux.x64.debug
    In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.debug
    
    Log Message:
    Prebuilt libraries and headers for cryptlib v3.4.1 and libmozjs 1.8.5-1.0
    for Linux-x64.
    
    Status:
    
    Vendor Tag:	avendor
    Release Tags:	arelease
    		
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsproto.tbl
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsinterp.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jstracer.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsstdint.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsgc.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsversion.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jslong.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/NativeX64.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsopcode.tbl
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsprobes.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/nanojit.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsxml.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsvalue.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsopcode.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsemit.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/LIRopcode.tbl
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsutil.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsdhash.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jscntxt.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsval.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/Assembler.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsproxy.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsapi.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/js-config.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jslock.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jstypes.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/json.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsbit.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/avmplus.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jstypedarray.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/VMPI.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsanalyze.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jshashtable.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsautokw.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jspubtd.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsprf.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jscell.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsscan.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsscriptinlines.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsclist.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jstl.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsxdrapi.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jswrapper.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsatom.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsiter.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/LIR.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsvector.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsarray.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jspropertycacheinlines.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/Writer.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsotypes.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsarena.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsbuiltins.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/njcpudetect.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsstr.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsregexp.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsreflect.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsinttypes.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/Containers.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/js.msg
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsbool.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsmath.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsprvtd.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsscript.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsfun.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsscope.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsdtoa.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsstaticcheck.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jshash.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/CodeAlloc.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsobjinlines.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jspropertycache.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/NativeCommon.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/Allocator.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsgcstats.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsopcodeinlines.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/prmjtime.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsdate.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsautocfg.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jspropertytree.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsperf.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsclone.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/RegAlloc.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsfriendapi.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/Fragmento.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/njconfig.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/Native.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jscompat.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsgcchunk.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsdbgapi.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jshotloop.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jscompartment.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsparse.h
    N 3rdp/gcc.linux.x64.debug/mozjs/include/js/jsobj.h
    N 3rdp/gcc.linux.x64.debug/mozjs/bin/js-config
    L 3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185.so.1.0
    I 3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185.so
    N 3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185.so.1.0.0
    I 3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185-1.0.a
    N 3rdp/gcc.linux.x64.debug/mozjs/lib/pkgconfig/mozjs185.pc
    I 3rdp/gcc.linux.x64.debug/cl/libcl.a
    N 3rdp/gcc.linux.x64.debug/cl/cryptlib.h
    
    No conflicts created by this import
  328. sbbs
    Fri Oct 21 2011 08:48 pm PDT

    Modified Files:
    CVSROOT/modules 1.40 1.41 diff

    Log Message:
    Added lib-linux.x64 module alias
  329. sbbs
    Fri Oct 21 2011 08:43 pm PDT
    3rdp/gcc.linux.x64.release - Imported sources NONE NONE
    Update of /cvsroot/sbbs/3rdp/gcc.linux.x64.release
    In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.release
    
    Log Message:
    Let's try this again: prebuilt libraries and headers for cryptlib v3.4.1 and libmozjs 1.8.5-1.0
    for Linux-x64.
    
    Status:
    
    Vendor Tag:	avendor
    Release Tags:	aversion
    		
    I 3rdp/gcc.linux.x64.release/CVS
    I 3rdp/gcc.linux.x64.release/mozjs/CVS
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsproto.tbl
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsinterp.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jstracer.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsstdint.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsgc.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsversion.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jslong.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/NativeX64.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsopcode.tbl
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsprobes.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/nanojit.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsxml.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsvalue.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsopcode.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsemit.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/LIRopcode.tbl
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsutil.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsdhash.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jscntxt.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsval.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/Assembler.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsproxy.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsapi.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/js-config.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jslock.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jstypes.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/json.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsbit.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/avmplus.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jstypedarray.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/VMPI.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsanalyze.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jshashtable.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsautokw.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jspubtd.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsprf.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jscell.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsscan.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsscriptinlines.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsclist.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jstl.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsxdrapi.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jswrapper.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsatom.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsiter.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/LIR.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsvector.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsarray.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jspropertycacheinlines.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/Writer.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsotypes.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsarena.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsbuiltins.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/njcpudetect.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsstr.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsregexp.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsreflect.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsinttypes.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/Containers.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/js.msg
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsbool.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsmath.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsprvtd.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsscript.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsfun.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsscope.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsdtoa.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsstaticcheck.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jshash.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/CodeAlloc.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsobjinlines.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jspropertycache.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/NativeCommon.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/Allocator.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsgcstats.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsopcodeinlines.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/prmjtime.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsdate.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsautocfg.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jspropertytree.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsperf.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsclone.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/RegAlloc.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsfriendapi.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/Fragmento.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/njconfig.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/Native.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jscompat.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsgcchunk.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsdbgapi.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jshotloop.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jscompartment.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsparse.h
    N 3rdp/gcc.linux.x64.release/mozjs/include/js/jsobj.h
    N 3rdp/gcc.linux.x64.release/mozjs/bin/js-config
    L 3rdp/gcc.linux.x64.release/mozjs/lib/libmozjs185.so.1.0
    I 3rdp/gcc.linux.x64.release/mozjs/lib/libmozjs185.so
    N 3rdp/gcc.linux.x64.release/mozjs/lib/libmozjs185.so.1.0.0
    I 3rdp/gcc.linux.x64.release/mozjs/lib/libmozjs185-1.0.a
    N 3rdp/gcc.linux.x64.release/mozjs/lib/pkgconfig/mozjs185.pc
    I 3rdp/gcc.linux.x64.release/cl/libcl.a
    I 3rdp/gcc.linux.x64.release/cl/CVS
    N 3rdp/gcc.linux.x64.release/cl/cryptlib.h
    
    No conflicts created by this import
  330. sbbs
    Fri Oct 21 2011 08:37 pm PDT
    3rdp - Imported sources NONE NONE
    Update of /cvsroot/sbbs/3rdp
    In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.release
    
    Log Message:
    Let's try this again: prebuilt libraries and headers for cryptlib v3.4.1 and spidermonkey 1.8.5-1.0
    for Linux-x64. 
    
    Status:
    
    Vendor Tag:	avendor
    Release Tags:	aversion
    		
    I 3rdp/CVS
    I 3rdp/mozjs/CVS
    N 3rdp/mozjs/include/js/jsproto.tbl
    N 3rdp/mozjs/include/js/jsinterp.h
    N 3rdp/mozjs/include/js/jstracer.h
    N 3rdp/mozjs/include/js/jsstdint.h
    N 3rdp/mozjs/include/js/jsgc.h
    N 3rdp/mozjs/include/js/jsversion.h
    N 3rdp/mozjs/include/js/jslong.h
    N 3rdp/mozjs/include/js/NativeX64.h
    N 3rdp/mozjs/include/js/jsopcode.tbl
    N 3rdp/mozjs/include/js/jsprobes.h
    N 3rdp/mozjs/include/js/nanojit.h
    N 3rdp/mozjs/include/js/jsxml.h
    N 3rdp/mozjs/include/js/jsvalue.h
    N 3rdp/mozjs/include/js/jsopcode.h
    N 3rdp/mozjs/include/js/jsemit.h
    N 3rdp/mozjs/include/js/LIRopcode.tbl
    N 3rdp/mozjs/include/js/jsutil.h
    N 3rdp/mozjs/include/js/jsdhash.h
    N 3rdp/mozjs/include/js/jscntxt.h
    N 3rdp/mozjs/include/js/jsval.h
    N 3rdp/mozjs/include/js/Assembler.h
    N 3rdp/mozjs/include/js/jsproxy.h
    N 3rdp/mozjs/include/js/jsapi.h
    N 3rdp/mozjs/include/js/js-config.h
    N 3rdp/mozjs/include/js/jslock.h
    N 3rdp/mozjs/include/js/jstypes.h
    N 3rdp/mozjs/include/js/json.h
    N 3rdp/mozjs/include/js/jsbit.h
    N 3rdp/mozjs/include/js/avmplus.h
    N 3rdp/mozjs/include/js/jstypedarray.h
    N 3rdp/mozjs/include/js/VMPI.h
    N 3rdp/mozjs/include/js/jsanalyze.h
    N 3rdp/mozjs/include/js/jshashtable.h
    N 3rdp/mozjs/include/js/jsautokw.h
    N 3rdp/mozjs/include/js/jspubtd.h
    N 3rdp/mozjs/include/js/jsprf.h
    N 3rdp/mozjs/include/js/jscell.h
    N 3rdp/mozjs/include/js/jsscan.h
    N 3rdp/mozjs/include/js/jsscriptinlines.h
    N 3rdp/mozjs/include/js/jsclist.h
    N 3rdp/mozjs/include/js/jstl.h
    N 3rdp/mozjs/include/js/jsxdrapi.h
    N 3rdp/mozjs/include/js/jswrapper.h
    N 3rdp/mozjs/include/js/jsatom.h
    N 3rdp/mozjs/include/js/jsiter.h
    N 3rdp/mozjs/include/js/LIR.h
    N 3rdp/mozjs/include/js/jsvector.h
    N 3rdp/mozjs/include/js/jsarray.h
    N 3rdp/mozjs/include/js/jspropertycacheinlines.h
    N 3rdp/mozjs/include/js/Writer.h
    N 3rdp/mozjs/include/js/jsotypes.h
    N 3rdp/mozjs/include/js/jsarena.h
    N 3rdp/mozjs/include/js/jsbuiltins.h
    N 3rdp/mozjs/include/js/njcpudetect.h
    N 3rdp/mozjs/include/js/jsstr.h
    N 3rdp/mozjs/include/js/jsregexp.h
    N 3rdp/mozjs/include/js/jsreflect.h
    N 3rdp/mozjs/include/js/jsinttypes.h
    N 3rdp/mozjs/include/js/Containers.h
    N 3rdp/mozjs/include/js/js.msg
    N 3rdp/mozjs/include/js/jsbool.h
    N 3rdp/mozjs/include/js/jsmath.h
    N 3rdp/mozjs/include/js/jsprvtd.h
    N 3rdp/mozjs/include/js/jsscript.h
    N 3rdp/mozjs/include/js/jsfun.h
    N 3rdp/mozjs/include/js/jsscope.h
    N 3rdp/mozjs/include/js/jsdtoa.h
    N 3rdp/mozjs/include/js/jsstaticcheck.h
    N 3rdp/mozjs/include/js/jshash.h
    N 3rdp/mozjs/include/js/CodeAlloc.h
    N 3rdp/mozjs/include/js/jsobjinlines.h
    N 3rdp/mozjs/include/js/jspropertycache.h
    N 3rdp/mozjs/include/js/NativeCommon.h
    N 3rdp/mozjs/include/js/Allocator.h
    N 3rdp/mozjs/include/js/jsgcstats.h
    N 3rdp/mozjs/include/js/jsopcodeinlines.h
    N 3rdp/mozjs/include/js/prmjtime.h
    N 3rdp/mozjs/include/js/jsdate.h
    N 3rdp/mozjs/include/js/jsautocfg.h
    N 3rdp/mozjs/include/js/jspropertytree.h
    N 3rdp/mozjs/include/js/jsperf.h
    N 3rdp/mozjs/include/js/jsclone.h
    N 3rdp/mozjs/include/js/RegAlloc.h
    N 3rdp/mozjs/include/js/jsfriendapi.h
    N 3rdp/mozjs/include/js/Fragmento.h
    N 3rdp/mozjs/include/js/njconfig.h
    N 3rdp/mozjs/include/js/Native.h
    N 3rdp/mozjs/include/js/jscompat.h
    N 3rdp/mozjs/include/js/jsgcchunk.h
    N 3rdp/mozjs/include/js/jsdbgapi.h
    N 3rdp/mozjs/include/js/jshotloop.h
    N 3rdp/mozjs/include/js/jscompartment.h
    N 3rdp/mozjs/include/js/jsparse.h
    N 3rdp/mozjs/include/js/jsobj.h
    N 3rdp/mozjs/bin/js-config
    L 3rdp/mozjs/lib/libmozjs185.so.1.0
    I 3rdp/mozjs/lib/libmozjs185.so
    N 3rdp/mozjs/lib/libmozjs185.so.1.0.0
    I 3rdp/mozjs/lib/libmozjs185-1.0.a
    N 3rdp/mozjs/lib/pkgconfig/mozjs185.pc
    I 3rdp/cl/libcl.a
    I 3rdp/cl/CVS
    N 3rdp/cl/cryptlib.h
    
    No conflicts created by this import
  331. sbbs
    Fri Oct 21 2011 08:24 pm PDT
    mozjs - Imported sources NONE NONE
    Update of /cvsroot/sbbs/mozjs
    In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.release
    
    Log Message:
    SpiderMonkey (mozjs) v1.8.5 1.0 for Linux-x64
    
    Status:
    
    Vendor Tag:	mozilla
    Release Tags:	v1_8_5-1_0
    		
    I mozjs/CVS
    I mozjs/mozjs/CVS
    N mozjs/mozjs/include/js/jsproto.tbl
    N mozjs/mozjs/include/js/jsinterp.h
    N mozjs/mozjs/include/js/jstracer.h
    N mozjs/mozjs/include/js/jsstdint.h
    N mozjs/mozjs/include/js/jsgc.h
    N mozjs/mozjs/include/js/jsversion.h
    N mozjs/mozjs/include/js/jslong.h
    N mozjs/mozjs/include/js/NativeX64.h
    N mozjs/mozjs/include/js/jsopcode.tbl
    N mozjs/mozjs/include/js/jsprobes.h
    N mozjs/mozjs/include/js/nanojit.h
    N mozjs/mozjs/include/js/jsxml.h
    N mozjs/mozjs/include/js/jsvalue.h
    N mozjs/mozjs/include/js/jsopcode.h
    N mozjs/mozjs/include/js/jsemit.h
    N mozjs/mozjs/include/js/LIRopcode.tbl
    N mozjs/mozjs/include/js/jsutil.h
    N mozjs/mozjs/include/js/jsdhash.h
    N mozjs/mozjs/include/js/jscntxt.h
    N mozjs/mozjs/include/js/jsval.h
    N mozjs/mozjs/include/js/Assembler.h
    N mozjs/mozjs/include/js/jsproxy.h
    N mozjs/mozjs/include/js/jsapi.h
    N mozjs/mozjs/include/js/js-config.h
    N mozjs/mozjs/include/js/jslock.h
    N mozjs/mozjs/include/js/jstypes.h
    N mozjs/mozjs/include/js/json.h
    N mozjs/mozjs/include/js/jsbit.h
    N mozjs/mozjs/include/js/avmplus.h
    N mozjs/mozjs/include/js/jstypedarray.h
    N mozjs/mozjs/include/js/VMPI.h
    N mozjs/mozjs/include/js/jsanalyze.h
    N mozjs/mozjs/include/js/jshashtable.h
    N mozjs/mozjs/include/js/jsautokw.h
    N mozjs/mozjs/include/js/jspubtd.h
    N mozjs/mozjs/include/js/jsprf.h
    N mozjs/mozjs/include/js/jscell.h
    N mozjs/mozjs/include/js/jsscan.h
    N mozjs/mozjs/include/js/jsscriptinlines.h
    N mozjs/mozjs/include/js/jsclist.h
    N mozjs/mozjs/include/js/jstl.h
    N mozjs/mozjs/include/js/jsxdrapi.h
    N mozjs/mozjs/include/js/jswrapper.h
    N mozjs/mozjs/include/js/jsatom.h
    N mozjs/mozjs/include/js/jsiter.h
    N mozjs/mozjs/include/js/LIR.h
    N mozjs/mozjs/include/js/jsvector.h
    N mozjs/mozjs/include/js/jsarray.h
    N mozjs/mozjs/include/js/jspropertycacheinlines.h
    N mozjs/mozjs/include/js/Writer.h
    N mozjs/mozjs/include/js/jsotypes.h
    N mozjs/mozjs/include/js/jsarena.h
    N mozjs/mozjs/include/js/jsbuiltins.h
    N mozjs/mozjs/include/js/njcpudetect.h
    N mozjs/mozjs/include/js/jsstr.h
    N mozjs/mozjs/include/js/jsregexp.h
    N mozjs/mozjs/include/js/jsreflect.h
    N mozjs/mozjs/include/js/jsinttypes.h
    N mozjs/mozjs/include/js/Containers.h
    N mozjs/mozjs/include/js/js.msg
    N mozjs/mozjs/include/js/jsbool.h
    N mozjs/mozjs/include/js/jsmath.h
    N mozjs/mozjs/include/js/jsprvtd.h
    N mozjs/mozjs/include/js/jsscript.h
    N mozjs/mozjs/include/js/jsfun.h
    N mozjs/mozjs/include/js/jsscope.h
    N mozjs/mozjs/include/js/jsdtoa.h
    N mozjs/mozjs/include/js/jsstaticcheck.h
    N mozjs/mozjs/include/js/jshash.h
    N mozjs/mozjs/include/js/CodeAlloc.h
    N mozjs/mozjs/include/js/jsobjinlines.h
    N mozjs/mozjs/include/js/jspropertycache.h
    N mozjs/mozjs/include/js/NativeCommon.h
    N mozjs/mozjs/include/js/Allocator.h
    N mozjs/mozjs/include/js/jsgcstats.h
    N mozjs/mozjs/include/js/jsopcodeinlines.h
    N mozjs/mozjs/include/js/prmjtime.h
    N mozjs/mozjs/include/js/jsdate.h
    N mozjs/mozjs/include/js/jsautocfg.h
    N mozjs/mozjs/include/js/jspropertytree.h
    N mozjs/mozjs/include/js/jsperf.h
    N mozjs/mozjs/include/js/jsclone.h
    N mozjs/mozjs/include/js/RegAlloc.h
    N mozjs/mozjs/include/js/jsfriendapi.h
    N mozjs/mozjs/include/js/Fragmento.h
    N mozjs/mozjs/include/js/njconfig.h
    N mozjs/mozjs/include/js/Native.h
    N mozjs/mozjs/include/js/jscompat.h
    N mozjs/mozjs/include/js/jsgcchunk.h
    N mozjs/mozjs/include/js/jsdbgapi.h
    N mozjs/mozjs/include/js/jshotloop.h
    N mozjs/mozjs/include/js/jscompartment.h
    N mozjs/mozjs/include/js/jsparse.h
    N mozjs/mozjs/include/js/jsobj.h
    N mozjs/mozjs/bin/js-config
    L mozjs/mozjs/lib/libmozjs185.so.1.0
    I mozjs/mozjs/lib/libmozjs185.so
    N mozjs/mozjs/lib/libmozjs185.so.1.0.0
    I mozjs/mozjs/lib/libmozjs185-1.0.a
    N mozjs/mozjs/lib/pkgconfig/mozjs185.pc
    I mozjs/cl/libcl.a
    I mozjs/cl/CVS
    N mozjs/cl/cryptlib.h
    
    No conflicts created by this import
  332. sbbs
    Fri Oct 21 2011 08:21 pm PDT

    Added Files:
    3rdp/gcc.linux.x64.release/cl/cryptlib.h NONE 1.1 diff
    3rdp/gcc.linux.x64.release/cl/libcl.a NONE 1.1 diff

    Log Message:
    Cryptlib for Linux-x64
  333. sbbs
    Fri Oct 21 2011 08:20 pm PDT
    3rdp/gcc.linux.x64.release/mozjs - New directory NONE NONE
    Update of /cvsroot/sbbs/3rdp/gcc.linux.x64.release/mozjs
    In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.release/mozjs
    
    Log Message:
    Directory /cvsroot/sbbs/3rdp/gcc.linux.x64.release/mozjs added to the repository
  334. sbbs
    Fri Oct 21 2011 08:20 pm PDT
    3rdp/gcc.linux.x64.release/cl - New directory NONE NONE
    Update of /cvsroot/sbbs/3rdp/gcc.linux.x64.release/cl
    In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.release/cl
    
    Log Message:
    Directory /cvsroot/sbbs/3rdp/gcc.linux.x64.release/cl added to the repository
  335. sbbs
    Fri Oct 21 2011 08:18 pm PDT
    3rdp/gcc.linux.x64.release - New directory NONE NONE
    Update of /cvsroot/sbbs/3rdp/gcc.linux.x64.release
    In directory cvs:/home/sbbs/3rdp/gcc.linux.x64.release
    
    Log Message:
    Directory /cvsroot/sbbs/3rdp/gcc.linux.x64.release added to the repository
  336. deuce
    Fri Oct 21 2011 03:11 pm PDT

    Modified Files:
    install/GNUmakefile 1.66 1.67 diff

    Log Message:
    Attempt to fix GNUmakefile.
  337. deuce
    Fri Oct 21 2011 03:07 pm PDT

    Modified Files:
    CVSROOT/modules 1.39 1.40 diff

    Log Message:
    Add lib module.
  338. deuce
    Fri Oct 21 2011 02:58 pm PDT

    Modified Files:
    src/sbbs3/GNUmakefile 1.217 1.218 diff

    Log Message:
    Make static linking work.
  339. deuce
    Fri Oct 21 2011 02:44 pm PDT

    Modified Files:
    src/sbbs3/Common.gmake 1.7 1.8 diff
    src/sbbs3/GNUmakefile 1.216 1.217 diff

    Log Message:
    Update for new 3rd party location.
    
    You will need to do a clean build before building actoss this change.
  340. deuce
    Fri Oct 21 2011 02:44 pm PDT

    Modified Files:
    src/build/Common.gmake 1.81 1.82 diff
    src/build/rules.mk 1.5 1.6 diff

    Log Message:
    Update for new 3rd party location.
    
    You will need to do a clean build before building actoss this change.
  341. deuce
    Fri Oct 21 2011 02:43 pm PDT

    Modified Files:
    3rdp/build/Common.gmake 1.1 1.2 diff

    Log Message:
    Statically link libcl and libmozjs185 when using the included sources.
  342. deuce
    Fri Oct 21 2011 01:26 pm PDT

    Added Files:
    3rdp/build/Common.gmake NONE 1.1 diff
    3rdp/build/Common.make NONE 1.1 diff
    3rdp/build/GNUmakefile NONE 1.1 diff
    3rdp/build/targets.mk NONE 1.1 diff

    Log Message:
    Add build files for Spidermonkey and Cryptlib
  343. deuce
    Fri Oct 21 2011 01:25 pm PDT
    3rdp/build - New directory NONE NONE
    Update of /cvsroot/sbbs/3rdp/build
    In directory cvs:/tmp/cvs-serv7023/build
    
    Log Message:
    Directory /cvsroot/sbbs/3rdp/build added to the repository
  344. mcmlxxix
    Fri Oct 21 2011 11:47 am PDT

    Modified Files:
    exec/load/json-db.js 1.17 1.18 diff

    Log Message:
    fix bugs caused directly by deuce and no one else but deuce
  345. mcmlxxix
    Fri Oct 21 2011 11:20 am PDT

    Modified Files:
    xtrn/bublbogl/game.js 1.4 1.5 diff

    Log Message:
    minor fix related to json-db.js update
  346. mcmlxxix
    Fri Oct 21 2011 11:19 am PDT

    Modified Files:
    xtrn/uberblox/game.js 1.3 1.4 diff

    Log Message:
    minor fix related to json-db.js update
  347. mcmlxxix
    Fri Oct 21 2011 11:18 am PDT

    Modified Files:
    exec/load/json-db.js 1.16 1.17 diff

    Log Message:
    non-existant record reads return undefined (and do not create the record in the process), methods updated, initialize _locks and _subscriptions as {} instead of [], a myriad of miscellaneous varieties of other assorted sporadic changes.
  348. echicken
    Fri Oct 21 2011 11:06 am PDT

    Modified Files:
    xtrn/chickendelivery/game.js 1.9 1.10 diff

    Log Message:
    Removed some unnecessary stuff.  Contemplated the meaninglessness of existence.
  349. mcmlxxix
    Fri Oct 21 2011 11:04 am PDT

    Modified Files:
    exec/load/json-client.js 1.7 1.8 diff

    Log Message:
    add remove() method (delete db records)
  350. mcmlxxix
    Fri Oct 21 2011 08:28 am PDT

    Modified Files:
    xtrn/chickendelivery/todo.txt 1.1 1.2 diff

    Log Message:
    egg to the face
  351. echicken
    Fri Oct 21 2011 08:17 am PDT

    Added Files:
    xtrn/chickendelivery/todo.txt NONE 1.1 diff

    Log Message:
    To-do list for Chicken Delivery 2.  Centralizing it here so that mcmlxxix can add some ideas.
  352. rswindell
    Fri Oct 21 2011 04:33 am PDT

    Modified Files:
    CVSROOT/modules 1.38 1.39 diff

    Log Message:
    Added /3rdp, removed references to /lib and /include.
  353. rswindell
    Fri Oct 21 2011 04:29 am PDT
    3rdp - Imported sources NONE NONE
    Update of /cvsroot/sbbs/3rdp
    In directory cvs:/tmp/cvs-serv23660
    
    Log Message:
    The new location of 3rd party modules (e.g. libraries, DLLs, include files).
    The /lib and /include dirs are now deprecated.
    
    Status:
    
    Vendor Tag:	avendor
    Release Tags:	arelease
    		
    N 3rdp/dist/libmozjs.tgz
    N 3rdp/dist/cryptlib.zip
    N 3rdp/win32.release/cryptlib/cryptlib.props
    N 3rdp/win32.release/cryptlib/include/cryptlib.h
    N 3rdp/win32.release/cryptlib/bin/cl32.lib
    N 3rdp/win32.release/cryptlib/bin/cl32.dll
    N 3rdp/win32.release/mozjs/mozjs.props
    N 3rdp/win32.release/mozjs/include/jsproto.tbl
    N 3rdp/win32.release/mozjs/include/jscpucfg.h
    N 3rdp/win32.release/mozjs/include/jsversion.h
    N 3rdp/win32.release/mozjs/include/jslong.h
    N 3rdp/win32.release/mozjs/include/jsutil.h
    N 3rdp/win32.release/mozjs/include/jsval.h
    N 3rdp/win32.release/mozjs/include/jsapi.h
    N 3rdp/win32.release/mozjs/include/js-config.h
    N 3rdp/win32.release/mozjs/include/jstypes.h
    N 3rdp/win32.release/mozjs/include/jspubtd.h
    N 3rdp/win32.release/mozjs/include/jsotypes.h
    N 3rdp/win32.release/mozjs/include/jsinttypes.h
    N 3rdp/win32.release/mozjs/include/jscompat.h
    N 3rdp/win32.release/mozjs/bin/mozjs.lib
    N 3rdp/win32.release/mozjs/bin/mozjs185-1.0.dll
    N 3rdp/win32.release/nspr/bin/nspr4.dll
    
    No conflicts created by this import
  354. rswindell
    Fri Oct 21 2011 04:21 am PDT

    Modified Files:
    src/sbbs3/zmodem.c 1.113 1.114 diff

    Log Message:
    Eliminate potentially unsafe use of strcpy().
  355. rswindell
    Fri Oct 21 2011 04:20 am PDT

    Modified Files:
    src/sbbs3/main.cpp 1.570 1.571 diff

    Log Message:
    Allow file to compile without cryptlib again (USE_CRYPTLIB not defined).
  356. rswindell
    Fri Oct 21 2011 04:19 am PDT

    Modified Files:
    src/sbbs3/scfg/scfgmsg.c 1.35 1.36 diff

    Log Message:
    Resolve warning about unused variable.
  357. rswindell
    Fri Oct 21 2011 04:18 am PDT

    Modified Files:
    src/sbbs3/scfg/makehelp.vcxproj 1.1 1.2 diff
    src/sbbs3/scfg/scfg.vcxproj 1.1 1.2 diff

    Log Message:
    Updated MSVC10 project file (using property sheets).
  358. rswindell
    Fri Oct 21 2011 04:17 am PDT

    Modified Files:
    src/sbbs3/addfiles.vcxproj 1.1 1.2 diff
    src/sbbs3/allusers.vcxproj 1.1 1.2 diff
    src/sbbs3/ans2asc.vcxproj 1.1 1.2 diff
    src/sbbs3/asc2ans.vcxproj 1.1 1.2 diff
    src/sbbs3/baja.vcxproj 1.1 1.2 diff
    src/sbbs3/chksmb.vcxproj 1.1 1.2 diff
    src/sbbs3/delfiles.vcxproj 1.1 1.2 diff
    src/sbbs3/dstsedit.vcxproj 1.1 1.2 diff
    src/sbbs3/dupefind.vcxproj 1.1 1.2 diff
    src/sbbs3/echocfg.vcxproj 1.1 1.2 diff
    src/sbbs3/filelist.vcxproj 1.1 1.2 diff
    src/sbbs3/fixsmb.vcxproj 1.1 1.2 diff
    src/sbbs3/ftpsrvr.vcxproj 1.2 1.3 diff
    src/sbbs3/jsexec.vcxproj 1.2 1.3 diff
    src/sbbs3/mailsrvr.vcxproj 1.2 1.3 diff
    src/sbbs3/makeuser.vcxproj 1.1 1.2 diff
    src/sbbs3/node.vcxproj 1.1 1.2 diff
    src/sbbs3/ntsvcs.vcxproj 1.1 1.2 diff
    src/sbbs3/qwknodes.vcxproj 1.1 1.2 diff
    src/sbbs3/sbbs.vcxproj 1.2 1.3 diff
    src/sbbs3/sbbs3.sln 1.2 1.3 diff
    src/sbbs3/sbbscon.vcxproj 1.2 1.3 diff
    src/sbbs3/sbbsecho.vcxproj 1.1 1.2 diff
    src/sbbs3/services.vcxproj 1.2 1.3 diff
    src/sbbs3/sexyz.vcxproj 1.1 1.2 diff
    src/sbbs3/slog.vcxproj 1.1 1.2 diff
    src/sbbs3/smbactiv.vcxproj 1.1 1.2 diff
    src/sbbs3/smbutil.vcxproj 1.1 1.2 diff
    src/sbbs3/textgen.vcxproj 1.1 1.2 diff
    src/sbbs3/unbaja.vcxproj 1.1 1.2 diff
    src/sbbs3/v4upgrade.vcxproj 1.1 1.2 diff
    src/sbbs3/websrvr.vcxproj 1.2 1.3 diff

    Log Message:
    Updated MSVC10 project file (using property sheets).
  359. rswindell
    Fri Oct 21 2011 04:16 am PDT

    Modified Files:
    src/conio/conio.vcxproj 1.1 1.2 diff

    Log Message:
    Updated MSVC10 project file (using property sheets).
  360. rswindell
    Fri Oct 21 2011 04:15 am PDT

    Modified Files:
    src/smblib/smblib.vcxproj 1.1 1.2 diff

    Log Message:
    Updated MSVC10 project file (using property sheets).
  361. rswindell
    Fri Oct 21 2011 04:14 am PDT

    Modified Files:
    src/uifc/uifc.vcxproj 1.1 1.2 diff

    Log Message:
    Updated MSVC10 project file (using property sheets).
  362. rswindell
    Fri Oct 21 2011 04:06 am PDT

    Modified Files:
    src/xpdev/xpdev.vcxproj 1.1 1.2 diff
    src/xpdev/xpdev_mt.vcxproj 1.1 1.2 diff

    Log Message:
    Updated MSVC10 project file (using property sheets).
  363. rswindell
    Fri Oct 21 2011 03:59 am PDT

    Added Files:
    src/xpdev/xpdev.props NONE 1.1 diff

    Log Message:
    MSVC10 property sheet for this project.
  364. rswindell
    Fri Oct 21 2011 03:58 am PDT

    Added Files:
    src/uifc/uifc.props NONE 1.1 diff

    Log Message:
    MSVC10 property sheet for this project.
  365. rswindell
    Fri Oct 21 2011 03:53 am PDT

    Added Files:
    src/smblib/smblib.props NONE 1.1 diff

    Log Message:
    MSVC10 property sheet for this project.
  366. rswindell
    Fri Oct 21 2011 03:52 am PDT

    Added Files:
    src/conio/conio.props NONE 1.1 diff

    Log Message:
    MSVC10 property sheet for this project.
  367. rswindell
    Fri Oct 21 2011 03:51 am PDT

    Added Files:
    src/comio/comio.props NONE 1.1 diff

    Log Message:
    MSVC10 property sheet for this project.
  368. rswindell
    Fri Oct 21 2011 03:37 am PDT

    Added Files:
    src/build/undeprecate.props NONE 1.1 diff

    Log Message:
    MSVC10 property sheet to disable unnecessary deprecations (which cause
    excessive warnings about things we don't have any plans to address).
    (and so it begins...)
  369. deuce
    Thu Oct 20 2011 11:58 pm PDT

    Modified Files:
    src/build/Common.gmake 1.80 1.81 diff

    Log Message:
    I hereby dub the ABI version 3.16
  370. rswindell
    Thu Oct 20 2011 07:54 pm PDT

    Modified Files:
    src/sbbs3/sbbsdefs.h 1.171 1.172 diff

    Log Message:
    I hereby dub this current mess, v3.16 (a work in progress). :-)
  371. rswindell
    Thu Oct 20 2011 07:35 pm PDT

    Modified Files:
    docs/js.html 1.8 1.9 diff

    Log Message:
    Updated to point to mozilla.org for all current JS documentation. Man, this
    needs to be moved to the Wiki.
  372. rswindell
    Thu Oct 20 2011 07:33 pm PDT

    Modified Files:
    docs/js/ref/NONE array.html 1.1.1.1 diff
    docs/js/ref/NONE boolean.html 1.1.1.1 diff
    docs/js/ref/NONE classint.html 1.1.1.1 diff
    docs/js/ref/NONE comment.html 1.1.1.1 diff
    docs/js/ref/NONE contents.html 1.1.1.1 diff
    docs/js/ref/NONE date.html 1.1.1.1 diff
    docs/js/ref/NONE deprecat.html 1.1.1.1 diff
    docs/js/ref/NONE function.html 1.1.1.1 diff
    docs/js/ref/NONE index.html 1.1.1.1 diff
    docs/js/ref/1.2 ix.html 1.1.1.1 diff
    docs/js/ref/NONE java.html 1.1.1.1 diff
    docs/js/ref/NONE javarray.html 1.1.1.1 diff
    docs/js/ref/NONE javclass.html 1.1.1.1 diff
    docs/js/ref/NONE javobj.html 1.1.1.1 diff
    docs/js/ref/NONE javpkg.html 1.1.1.1 diff
    docs/js/ref/NONE keywords.html 1.1.1.1 diff
    docs/js/ref/NONE lcjsexc.html 1.1.1.1 diff
    docs/js/ref/NONE lcjsobj.html 1.1.1.1 diff
    docs/js/ref/NONE math.html 1.1.1.1 diff
    docs/js/ref/NONE netscape.html 1.1.1.1 diff
    docs/js/ref/NONE number.html 1.1.1.1 diff
    docs/js/ref/NONE object.html 1.1.1.1 diff
    docs/js/ref/NONE objintro.html 1.1.1.1 diff
    docs/js/ref/NONE ops.html 1.1.1.1 diff
    docs/js/ref/NONE packages.html 1.1.1.1 diff
    docs/js/ref/NONE partapp.html 1.1.1.1 diff
    docs/js/ref/NONE partjava.html 1.1.1.1 diff
    docs/js/ref/NONE partlang.html 1.1.1.1 diff
    docs/js/ref/NONE partobj.html 1.1.1.1 diff
    docs/js/ref/NONE preface.html 1.1.1.1 diff
    docs/js/ref/NONE regexp.html 1.1.1.1 diff
    docs/js/ref/NONE stmt.html 1.1.1.1 diff
    docs/js/ref/NONE string.html 1.1.1.1 diff
    docs/js/ref/NONE sun.html 1.1.1.1 diff
    docs/js/ref/NONE toplev.html 1.1.1.1 diff
    docs/js/ref/NONE you-are-here.html 1.1.1.1 diff

    Removed Files:
    	CoreReferenceJS15.zip array.html boolean.html classint.html 
    	comment.html contents.html date.html deprecat.html 
    	function.html ix.html java.html javarray.html javclass.html 
    	javobj.html javpkg.html keywords.html lcjsexc.html 
    	lcjsobj.html math.html netscape.html number.html object.html 
    	objintro.html ops.html packages.html partapp.html 
    	partjava.html partlang.html partobj.html preface.html 
    	regexp.html stmt.html string.html sun.html toplev.html 
    	you-are-here.html 
    Log Message:
    No longer mirror the core JavaScript documentation (Reference and Guide)
    here (it's out of date) and Mozilla is good about maintaining their copy.
  373. rswindell
    Thu Oct 20 2011 07:33 pm PDT

    Removed Files:
    docs/js/guide/graphics/NONE hier02.gif 1.1.1.1 diff
    docs/js/guide/graphics/NONE hier03.gif 1.1.1.1 diff
    docs/js/guide/graphics/NONE hier04.gif 1.1.1.1 diff
    docs/js/guide/graphics/NONE hier05.gif 1.1.1.1 diff
    docs/js/guide/graphics/NONE hier06.gif 1.1.1.1 diff
    docs/js/guide/graphics/NONE obj22.gif 1.1.1.1 diff
    docs/js/guide/graphics/NONE obj23.gif 1.1.1.1 diff
    docs/js/guide/graphics/NONE obj24.gif 1.1.1.1 diff
    docs/js/guide/graphics/NONE obj25.gif 1.1.1.1 diff
    docs/js/guide/graphics/NONE obj26.gif 1.1.1.1 diff
    docs/js/guide/graphics/NONE obj2a.gif 1.1.1.1 diff
    docs/js/guide/graphics/NONE obja.gif 1.1.1.1 diff

    Log Message:
    No longer mirror the core JavaScript documentation (Reference and Guide)
    here (it's out of date) and Mozilla is good about maintaining their copy.
  374. rswindell
    Thu Oct 20 2011 07:32 pm PDT

    Modified Files:
    docs/js/guide/NONE expr.html 1.1.1.1 diff
    docs/js/guide/NONE fcns.html 1.1.1.1 diff
    docs/js/guide/NONE glossary.html 1.1.1.1 diff
    docs/js/guide/NONE ident.html 1.1.1.1 diff
    docs/js/guide/NONE index.html 1.1.1.1 diff
    docs/js/guide/1.2 intro.html 1.1.1.1 diff
    docs/js/guide/NONE ix.html 1.1.1.1 diff
    docs/js/guide/NONE lc.html 1.1.1.1 diff
    docs/js/guide/NONE obj.html 1.1.1.1 diff
    docs/js/guide/NONE obj2.html 1.1.1.1 diff
    docs/js/guide/NONE partcore.html 1.1.1.1 diff
    docs/js/guide/NONE partlc.html 1.1.1.1 diff
    docs/js/guide/NONE preface.html 1.1.1.1 diff
    docs/js/guide/NONE regexp.html 1.1.1.1 diff
    docs/js/guide/NONE stmtsov.html 1.1.1.1 diff
    docs/js/guide/NONE you-are-here.html 1.1.1.1 diff

    Removed Files:
    	CoreGuideJS15.zip expr.html fcns.html glossary.html ident.html 
    	intro.html ix.html lc.html obj.html obj2.html partcore.html 
    	partlc.html preface.html regexp.html stmtsov.html 
    	you-are-here.html 
    Log Message:
    No longer mirror the core JavaScript documentation (Reference and Guide)
    here (it's out of date) and Mozilla is good about maintaining their copy.
  375. deuce
    Thu Oct 20 2011 04:01 pm PDT

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

    Log Message:
    Handle locking the same as other output methods.
  376. deuce
    Thu Oct 20 2011 03:29 pm PDT

    Modified Files:
    src/syncterm/COMPILING 1.5 1.6 diff
    src/syncterm/ssh.c 1.10 1.11 diff

    Log Message:
    Add blank line after error summary before the full error message.
  377. mcmlxxix
    Thu Oct 20 2011 02:15 pm PDT

    Modified Files:
    exec/load/json-db.js 1.15 1.16 diff

    Log Message:
    fix subscription cancelling on client disconnect, make service log output a little more sexy
  378. mcmlxxix
    Thu Oct 20 2011 02:14 pm PDT

    Modified Files:
    exec/ircbots/info/info_commands.js 1.4 1.5 diff
    exec/ircbots/info/info_functions.js 1.2 1.3 diff

    Log Message:
    fix subscription cancelling on client disconnect, make service log output a little more sexy
  379. mcmlxxix
    Thu Oct 20 2011 02:14 pm PDT

    Modified Files:
    exec/json-service.js 1.6 1.7 diff

    Log Message:
    fix subscription cancelling on client disconnect, make service log output a little more sexy
  380. echicken
    Thu Oct 20 2011 01:48 pm PDT

    Modified Files:
    xtrn/chickendelivery/game.js 1.8 1.9 diff

    Log Message:
    New checkBottom() wasn't allowing the chicken to fall into a pit and die.  Fixed, kthnx.
    Stop updating the life counter before reloading the level. That was just stupid. :|
  381. echicken
    Thu Oct 20 2011 12:47 pm PDT

    Modified Files:
    xtrn/chickendelivery/game.js 1.7 1.8 diff

    Log Message:
    Resized instructions frame.
  382. echicken
    Thu Oct 20 2011 12:47 pm PDT

    Modified Files:
    xtrn/chickendelivery/instruct.ans 1.1 1.2 diff

    Log Message:
    Updated instructions re: dropping out of flight.
  383. echicken
    Thu Oct 20 2011 12:39 pm PDT

    Modified Files:
    xtrn/chickendelivery/game.js 1.6 1.7 diff

    Log Message:
    Press down to end flight.  Moved call to fall() into jump() for reasons no longer relevant.
  384. echicken
    Thu Oct 20 2011 11:34 am PDT

    Modified Files:
    xtrn/chickendelivery/game.js 1.5 1.6 diff

    Log Message:
    Don't let the chicken jump through walls.
  385. echicken
    Thu Oct 20 2011 10:47 am PDT

    Modified Files:
    xtrn/chickendelivery/game.js 1.4 1.5 diff

    Log Message:
    All side-checks now use checkOverlap, platforms can now be walls or boxes.
  386. mcmlxxix
    Thu Oct 20 2011 09:17 am PDT

    Modified Files:
    exec/load/json-db.js 1.14 1.15 diff

    Log Message:
    exterminate some insects
  387. echicken
    Thu Oct 20 2011 08:14 am PDT

    Modified Files:
    xtrn/chickendelivery/game.js 1.3 1.4 diff

    Log Message:
    Switched from time() to system.timer, for better control of intervals between events.
  388. echicken
    Thu Oct 20 2011 08:13 am PDT

    Modified Files:
    xtrn/chickendelivery/levels/1.ini 1.1 1.2 diff
    xtrn/chickendelivery/levels/10.ini 1.1 1.2