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
aef43291ee58efe16b203d31d3bf1db557360f76
Select Git revision
Branches
20
dailybuild_linux-x64
dailybuild_win32
master
default
protected
web_429_error
rip_abstraction
dailybuild_macos-armv8
dd_file_lister_filanem_in_desc_color
mode7
dd_msg_reader_are_you_there_warning_improvement
c23-playing
syncterm-1.3
syncterm-1.2
test-build
hide_remote_connection_with_telgate
638-can-t-control-c-during-a-file-search
add_body_to_pager_email
mingw32-build
cryptlib-3.4.7
ree/mastermind
new_user_dat
Tags
20
sbbs320d
syncterm-1.6
syncterm-1.5
syncterm-1.4
sbbs320b
syncterm-1.3
syncterm-1.2
syncterm-1.2rc6
syncterm-1.2rc5
push
syncterm-1.2rc4
syncterm-1.2rc2
syncterm-1.2rc1
sbbs319b
sbbs318b
goodbuild_linux-x64_Sep-01-2020
goodbuild_win32_Sep-01-2020
goodbuild_linux-x64_Aug-31-2020
goodbuild_win32_Aug-31-2020
goodbuild_win32_Aug-30-2020
40 results
sbbs
Author
Search by author
Any Author
authors
Brian Klauss
brklauss75
Craig Hendricks
codefenix
Deon George
leenooks
Deucе
Deuce
echicken
echicken
Eric Oulashin
nightfox
Eugene So
eso
John Nicpon
jnicpon
Kayz
phar
Keyop Troy
Keyop
Matthew Asham
awehttam
Michael J. Ryan
tracker1
m j
mcmlxxix
Nigel Reed
nelgin
Phillip Taylor
plt
Rick Parrish
Ree
Rob Swindell
rswindell
Tristan Greaves
Mewcenary
18 authors
Aug 14, 2006
Use thread-safe strtok_r() instead of strtok() - only thread-safe in some
· aef43291
rswindell
authored
18 years ago
aef43291
Added a POSIX-compliant strtok_r() implementation for non-*nix platforms.
· e32a3ea3
rswindell
authored
18 years ago
e32a3ea3
* Some changes to bring the docs up to date.
· bcc386c6
cyan
authored
18 years ago
bcc386c6
Aug 12, 2006
Remove HEAD_SETCOOKIE (unused)
· 2b25114c
deuce
authored
18 years ago
2b25114c
Added a set_cookie() function.
· da345230
deuce
authored
18 years ago
da345230
Make sent cookies available as http_request.cookie[name]=ArrayOfValues;
· 55a09024
deuce
authored
18 years ago
55a09024
* Fix for previous commit regarding how IP addresses are passed via NICK.
· f793a196
cyan
authored
18 years ago
f793a196
Aug 11, 2006
* More DreamForge compatibility fixes
· d2276845
cyan
authored
18 years ago
d2276845
Move the definition of escape_quotes into the xjs_load() function itself
· 1707d995
deuce
authored
18 years ago
1707d995
Fix 2 different possible load() crashes: if a scope object was specified, but
· a874f7e8
rswindell
authored
18 years ago
a874f7e8
Clarify xjs_load() documentation.
· 27fe3485
deuce
authored
18 years ago
27fe3485
Fixes to make the cwd a global and correct for each xjs_load()ed script.
· 5ed4d0a7
deuce
authored
18 years ago
5ed4d0a7
Remove my debugging stuff..
· b2c66fb6
cyan
authored
18 years ago
b2c66fb6
* Pass on modes to a DreamForge server correctly on a Bahamut-style SJOIN.
· 3ea6e6dd
cyan
authored
18 years ago
3ea6e6dd
* More DreamForge Fixes
· 47a480bc
cyan
authored
18 years ago
47a480bc
Bug-fix (introduced in rev 1.121): passing an object as the first argument to
· d3ce4b68
rswindell
authored
18 years ago
d3ce4b68
* Some minor fixes for DreamForge compatibility.
· 89465051
cyan
authored
18 years ago
89465051
Note that xjs_load()ed files are in a separate function and so their variables
· 4ff618fc
deuce
authored
18 years ago
4ff618fc
Add index.xjs to the default index file names.
· 19e44ed8
deuce
authored
18 years ago
19e44ed8
Aug 10, 2006
* This is a complete redesign of WHOWAS that is *much* more efficient.
· 31bbcbe1
cyan
authored
18 years ago
31bbcbe1
* Let's not make ww_serverdesc a global variable, shall we?
· 7151a27b
cyan
authored
18 years ago
7151a27b
* Whoops, let's try commiting the *whole* of our changes, eh?
· 9e0d882b
cyan
authored
18 years ago
9e0d882b
* Make WHOWAS more effecient by storing the uppercase of a nick at QUIT time
· 122e1936
cyan
authored
18 years ago
122e1936
More fixes for extra_path stuff.
· 0f3cdd51
deuce
authored
18 years ago
0f3cdd51
Aug 09, 2006
Better support for "folded" header fields (e.g. subject).
· 6460f15f
rswindell
authored
18 years ago
6460f15f
Better support for "folded" header fields (e.g. subject).
· f5a33c65
rswindell
authored
18 years ago
f5a33c65
Details on controlling USENET SPAM, yielding, and stopping.
· c307bec2
rswindell
authored
18 years ago
c307bec2
Updated comments and example AREA line.
· 5fd1e80e
rswindell
authored
18 years ago
5fd1e80e
Note that xjs_load()s filename is relative to the directory the xjs file
· ce657056
deuce
authored
18 years ago
ce657056
Check for absolute paths in filename.
· ae88f242
deuce
authored
18 years ago
ae88f242
Document xjs_load() useage.
· ebbec62a
deuce
authored
18 years ago
ebbec62a
Move everything into a function named xjs_load() which can be called by xjs
· 63be5587
deuce
authored
18 years ago
63be5587
Add section on XJS files.
· 120bf828
deuce
authored
18 years ago
120bf828
Avoid useless write('') statements.
· 59897326
deuce
authored
18 years ago
59897326
Keep line numbers in .ssjs as in .xjs... makes error messages much
· 5199fa72
deuce
authored
18 years ago
5199fa72
Fix bug in last commit.
· 9fad417f
deuce
authored
18 years ago
9fad417f
Fix formatting.
· 7d2f5a0a
deuce
authored
18 years ago
7d2f5a0a
A much better xjs handler... works as follows:
· 758bd8ab
deuce
authored
18 years ago
758bd8ab
Aug 08, 2006
More Range: fixes... specifically, I hadn't correctly used the "bytes" range
· 95d932ee
deuce
authored
18 years ago
95d932ee
Add support for If-Range header.
· e8d6c235
deuce
authored
18 years ago
e8d6c235
Loading