index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
Scripting
/
LSLHttp
/
UrlModule.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
just remove the damm thing
UbitUmarov
2012-09-26
1
-1
/
+1
*
Seems nothing actually need the request body for getevents. so change
UbitUmarov
2012-09-26
1
-1
/
+0
*
UriModule GetEvents also doesn't need a request body
UbitUmarov
2012-09-26
1
-0
/
+1
*
Remove debug spam
Melanie
2012-09-04
1
-6
/
+6
*
Bump number of URLs to 15000 per region
Melanie
2012-07-29
1
-1
/
+1
*
Merge branch 'avination' into careminster
Melanie
2012-07-16
1
-5
/
+5
|
\
|
*
Make https work in the poll service manager
Melanie
2012-07-15
1
-2
/
+2
|
*
Fix a double parenthesis typo
Melanie
2012-07-15
1
-1
/
+1
|
*
Set up https to work like http does in the poll handler
Melanie
2012-07-15
1
-3
/
+3
*
|
Merge branch 'avination' into careminster
Melanie
2012-07-06
1
-5
/
+5
|
\
\
|
|
/
|
*
Add an EventType enum and Type field to the poll service event args. This allows
Melanie
2012-07-05
1
-4
/
+4
|
*
added a timeout paramenter to PollServiceEventArgs, so each type can define ...
UbitUmarov
2012-07-04
1
-2
/
+2
*
|
Merge branch 'avination' into careminster
Melanie
2012-06-29
1
-1
/
+2
|
\
\
|
|
/
|
*
Comment out a spammy message that will spew 4 lines for each request to a
Melanie
2012-06-27
1
-1
/
+2
*
|
Merge branch 'master' into careminster
Melanie
2012-06-21
1
-1
/
+8
|
\
\
|
*
|
Change read config paramter from max_urls_per_simulator to max_external_urls_...
Justin Clark-Casey (justincc)
2012-06-16
1
-1
/
+1
|
*
|
Implement max_external_urls_per_simulator setting in [LL-Functions] to allow ...
Justin Clark-Casey (justincc)
2012-06-16
1
-1
/
+8
*
|
|
Merge branch 'master' into careminster
Melanie
2012-05-27
1
-0
/
+4
|
\
\
\
|
|
/
/
|
*
|
Fix llGetSimulatorHostname to return configured hostname
BlueWall
2012-05-23
1
-0
/
+4
*
|
|
Merge branch 'master' into careminster
Melanie
2012-05-05
1
-0
/
+13
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Temporarily add debug log lines to lsl url request and release
Justin Clark-Casey (justincc)
2012-05-04
1
-0
/
+13
*
|
Merge branch 'master' into careminster
Melanie
2012-01-14
1
-0
/
+8
|
\
\
|
|
/
|
*
Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...
Justin Clark-Casey (justincc)
2012-01-14
1
-1
/
+8
*
|
Merge commit 'eda770e978c09c756d15ba62dbbf6ee34a61b2f5' into bigmerge
Melanie
2011-12-08
1
-11
/
+6
|
\
\
|
|
/
|
*
Stop also adding an ordinary http handler when we set up a poll http handler.
Justin Clark-Casey (justincc)
2011-12-07
1
-11
/
+6
*
|
Merge branch 'master' into bigmerge
Melanie
2011-10-26
1
-0
/
+1
|
\
\
|
|
/
|
*
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...
Justin Clark-Casey (justincc)
2011-10-25
1
-0
/
+1
*
|
Some additional protection, it seems that responsedata needs to be locked, bu...
Tom
2011-05-26
1
-2
/
+13
*
|
Also fix the locking of url.requests and tidy the locks in general
Tom
2011-05-17
1
-23
/
+31
*
|
Lock m_requestMap properly to prevent some nasty access errors and the result...
Tom
2011-05-17
1
-30
/
+51
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2011-05-08
1
-5
/
+56
|
\
\
|
|
/
|
*
Add support for llRequestSecureURL() if ssl is enabled
BlueWall
2011-05-05
1
-5
/
+56
*
|
Since we've plugged the leak, now increase URLs to 5000 since the limit is be...
Tom
2011-03-21
1
-1
/
+1
*
|
Repair x-query-string
Tom
2011-02-03
1
-1
/
+1
*
|
Fix cm/15627 : Don't block the entire URL on duplicate requests, just that pa...
Tom
2011-01-31
1
-3
/
+3
*
|
Ignore duplicate llHTTPResponse calls to the same request. Prevents response ...
Tom
2011-01-29
1
-4
/
+9
*
|
Significantly increase the total number of URL's available. In second life, ...
Tom
2011-01-28
1
-1
/
+1
*
|
Fix a discrepancy vs. SL with parsing x-query-string
Tom
2011-01-28
1
-1
/
+8
*
|
Now, fix the slash issue the right way. Our URLs now work like SL's
Melanie Thielker
2010-07-03
1
-5
/
+5
*
|
Re-add the slashes at the end of the URL. Too much depends on them
Melanie Thielker
2010-07-03
1
-2
/
+2
*
|
ANother stab at LSL compatibility
Melanie Thielker
2010-07-01
1
-1
/
+1
*
|
Remove trailing slash from HTTP URLs to be compatible with SL
Melanie Thielker
2010-07-01
1
-1
/
+1
*
|
Revert "Updates all IRegionModules to the new style region modules."
Melanie
2010-01-29
1
-2
/
+0
*
|
Updates all IRegionModules to the new style region modules.
Revolution
2010-01-23
1
-0
/
+2
|
/
*
Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...
John Hurliman
2009-10-09
1
-2
/
+2
*
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
2009-09-25
1
-4
/
+3
*
Moved RegionName from RegionInfo to SimpleRegionInfo.
Diva Canto
2009-09-22
1
-242
/
+242
*
Thank you, Intari, for a patch that implements the missing pieces of
Melanie
2009-09-22
1
-37
/
+269
*
Replace the Replaceable modules name
Melanie
2009-08-10
1
-1
/
+1
*
* Remove some mono compiler warnings
Justin Clark-Casey
2009-08-05
1
-3
/
+3
[next]