- Feb 03, 2006
-
-
rswindell authored
-
- Feb 02, 2006
-
-
deuce authored
Then autotune the highwater mark to be the MSS and never send() a buffer larger than that.
-
rswindell authored
(trying to be consistent with post-as-verb, not noun). Introduced bbs.list_msgs() for various listing (as opposed to scan/reading) modes (text search, message to-you, etc.).
-
rswindell authored
replaced sbbs_t::searchsub() and searchsub_toyou() with multi-function sbbs_t::listsub(). Fixed some perceived bugs with SMB error reporting (popping the SMB stack *before* reporting the error details).
-
runemaster authored
-
runemaster authored
-
rswindell authored
restrictions into account (the 'D' and 'U' restrictions).
-
deuce authored
load)
-
deuce authored
lightbar generation. (Hopefully) No functional change.
-
deuce authored
-
- Feb 01, 2006
-
-
rswindell authored
-
rswindell authored
Updated JS docs for methods.
-
rswindell authored
Updated JS docs for methods.
-
rswindell authored
documented methods.
-
runemaster authored
-
runemaster authored
IE is still partially broken ... stupid handling of display: block; Still looking for a work-around.
-
runemaster authored
-
runemaster authored
-
runemaster authored
-
runemaster authored
-
runemaster authored
(Profiles, update posts/e-mails, and future expandability.)
-
runemaster authored
-
- Jan 31, 2006
-
-
rswindell authored
-
runemaster authored
* The ability to toggle *inc files (header, topnav, leftnav, rightnav <-- new, footer) * Update User posts and E-Mails sent -- Requires Sync 3.13b Many more subtle additions
-
runemaster authored
* The ability to toggle *inc files (header, topnav, leftnav, rightnav <-- new, footer) * Update User posts and E-Mails sent -- Requires CVS version of Sync Many more subtle additions
-
runemaster authored
-
rswindell authored
-
rswindell authored
-
runemaster authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
instead of *((WORD *)var).
-
rswindell authored
of numeric/statistical user fields: * User.adjust_credits(count) * User.adjust_minutes(count) * User.posted_message([count=1]) * User.sent_email([count=1] [,feedback=false]) * User.uploaded_file(bytes [,files=1]) * User.downloaded_file(bytes [,files=1]) In the methods where "count" is optional (in square brackets), the default value is '1'. So to increment the user's messages-posted statistcs by one (for today and total), User.posted_message() is all that is needed. Specifying a negative value allows adjust downwards (subtraction). e.g. to remove 1000 credits: User.adjust_credits(-1000); The User.stats properties are *intentionally* read-only (i.e. not a bug) since there is no "safe" way to modify these properties using normal mathematical operators (e.g. +=), hence the need for these new methods.
-
rswindell authored
instead of user number (allow the higher level to determine what constitutes feedback or not).
-
rswindell authored
credits, and minutes - basically wrappers for adjustuserrec().
-
rswindell authored
-
- Jan 30, 2006