Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
db450e63
Commit
db450e63
authored
21 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Latest/greatest (for 3.11a alpha).
parent
a8c8af7c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/jsobjs.html
+13
-11
13 additions, 11 deletions
docs/jsobjs.html
with
13 additions
and
11 deletions
docs/jsobjs.html
+
13
−
11
View file @
db450e63
...
...
@@ -10,7 +10,7 @@
<body>
<font
face=
arial,helvetica
>
<h1>
Synchronet JavaScript Object Model Reference
</h1>
Generated for
<b>
Synchronet v3.11a
bet
a Debug
</b>
, compiled Sep
10
2003
01:03
Generated for
<b>
Synchronet v3.11a
alph
a Debug
</b>
, compiled Sep
26
2003
15:56
<ol
type=
square
>
<li
onclick =
'this.className = (this.className == "showList") ? "defaultStyles" : "showList";'
onselectstart =
'event.returnValue = false;'
>
...
...
@@ -624,6 +624,8 @@ Generated for <b>Synchronet v3.11a beta Debug</b>, compiled Sep 10 2003 01:03
<td>
Synchronet version number (e.g. '3.10')
</td>
<tr
valign=
top
><td><b>
revision
</b><td>
string
<td>
Synchronet revision letter (e.g. 'k')
</td>
<tr
valign=
top
><td><b>
beta_version
</b><td>
string
<td>
Synchronet alpha/beta designation (e.g. ' beta')
</td>
<tr
valign=
top
><td><b>
full_version
</b><td>
string
<td>
Synchronet full version information (e.g. '3.10k Beta Debug')
</td>
<tr
valign=
top
><td><b>
version_notice
</b><td>
string
...
...
@@ -867,7 +869,7 @@ Generated for <b>Synchronet v3.11a beta Debug</b>, compiled Sep 10 2003 01:03
<td>
chat settings bitfield
</td>
<tr
valign=
top
><td><b>
temp_file_ext
</b><td>
string
<td>
temporary file type (extension)
</td>
<tr
valign=
top
><td><b>
new
scan_dat
e
</b><td>
number
<tr
valign=
top
><td><b>
new
_file_tim
e
</b><td>
number
<td>
new file scan date/time (time_t format)
</td>
<tr
valign=
top
><td><b>
download_protocol
</b><td>
string
<td>
file transfer protocol (command key)
</td>
...
...
@@ -1101,10 +1103,10 @@ Generated for <b>Synchronet v3.11a beta Debug</b>, compiled Sep 10 2003 01:03
<td>
list extended file information for files in the specified file directory
<tr
valign=
top
><td><b>
post_msg
</b><td>
boolean
<td><tt>
bbs.post_msg(sub-board [,number mode])
<td>
post a message in the specified message sub-board (number or internal code) with optinal
<i>
mode
</i>
(bitfield)
<tr
valign=
top
><td><b>
cfg_msg_scan
</b><td>
void
<td><tt>
bbs.cfg_msg_scan([number
mod
e])
<td>
configure message scan
<tr
valign=
top
><td><b>
cfg_msg_ptrs
</b><td>
void
<td><tt>
bbs.cfg_msg_ptrs([number
mod
e])
<td>
change message scan pointer
s
<tr
valign=
top
><td><b>
cfg_msg_scan
</b><td>
void
<td><tt>
bbs.cfg_msg_scan([number
typ
e])
<td>
configure message scan
(
<i>
type
</i>
is either
<tt>
SCAN_CFG_NEW
</tt>
or
<tt>
SCAN_CFG_TOYOU
</tt>
)
<tr
valign=
top
><td><b>
cfg_msg_ptrs
</b><td>
void
<td><tt>
bbs.cfg_msg_ptrs([number
typ
e])
<td>
change message scan pointer
values (
<i>
type
</i>
is either
<tt>
SCAN_CFG_NEW
</tt>
or
<tt>
SCAN_CFG_TOYOU
</tt>
)
<tr
valign=
top
><td><b>
reinit_msg_ptrs
</b><td>
void
<td><tt>
bbs.reinit_msg_ptrs()
<td>
re-initialize new message scan pointers
<tr
valign=
top
><td><b>
scan_subs
</b><td>
void
<td><tt>
bbs.scan_subs([number mode, boolean all])
...
...
@@ -1513,7 +1515,7 @@ Generated for <b>Synchronet v3.11a beta Debug</b>, compiled Sep 10 2003 01:03
<td>
group access requirements
</td>
</table>
<h2><a
name=
msg_area.grp_list.sub_list
>
msg_area.grp_list.sub_list array
</a>
<br><font
size=
-1
>
Message Sub-boards
</font>
<br><font
size=
-1
>
Message Sub-boards
</
h2>
(all properties are
<small>
READ ONLY
</small>
except for
<i>
scan_ptr
</i>
,
<i>
scan_cfg
</i>
, and
<i>
last_read
</i>
)
</
font>
</h2>
<table
border=
1
width=
100%
>
<caption
align=
left
><b><tt>
msg_area.grp_list.sub_list
</tt>
...
...
@@ -1577,10 +1579,10 @@ Generated for <b>Synchronet v3.11a beta Debug</b>, compiled Sep 10 2003 01:03
<tr
valign=
top
><td><b>
is_moderated
</b><td>
boolean
<td>
user's posts are moderated
</td>
<tr
valign=
top
><td><b>
scan_ptr
</b><td>
number
<td>
user's current new message scan pointer
</td>
<td>
user's current new message scan pointer
(highest-read message number)
</td>
<tr
valign=
top
><td><b>
scan_cfg
</b><td>
number
<td>
user's message scan configuration (bitfield)
</td>
<tr
valign=
top
><td><b>
l
ast
_read
</b><td>
number
<td>
user's message scan configuration (bitfield)
see
<tt>
SUB_SCAN_*
</tt>
in
<tt>
sbbsdefs.js
</tt>
for valid bits
</td>
<tr
valign=
top
><td><b>
l
ead
_read
</b><td>
number
<td>
user's last-read message number
</td>
</table>
<h2><a
name=
file_area
>
file_area object
</a>
...
...
@@ -2178,4 +2180,4 @@ Generated for <b>Synchronet v3.11a beta Debug</b>, compiled Sep 10 2003 01:03
<td><i>
true
</i>
if binary data is to be sent in Network Byte Order (big end first), default is
<i>
true
</i></td>
</table>
<p><small>
Totals: 44
4
properties, 247 methods
Totals: 44
5
properties, 247 methods
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment