justincc
4be31557ba
change 0.6.8 flavour to post-fixes
2009-12-23 20:20:05 +00:00
justincc
139b00ceec
Change flavour to Release
2009-12-23 15:31:43 +00:00
justincc
8026608621
Disabling logging of xmlrpc request parsing failures, since this currently results in false positivies
2009-12-23 15:15:06 +00:00
justincc
89397669d1
Turn off verbose HttpServer.dll logging again
2009-12-23 15:10:39 +00:00
justincc
754bfeeb04
Add log warning if xmlrpc request deserialization fails
2009-12-19 16:58:30 +00:00
justincc
9aee2bc8e7
Add more log messages for message service/user service get_friends_list interaction
2009-12-17 18:15:00 +00:00
justincc
136476aaf3
try disabling keep-alive on every xml rpc handler in the user server
2009-12-16 16:52:38 +00:00
justincc
ec6017c92b
Turn on HttpServer_OpenSim.dll logging temporarily
2009-12-16 16:47:28 +00:00
justincc
09618626d7
Revert "Switch on HttpServer_OpenSim.dll logging temporarily"
...
This reverts commit 0e9dcbbea7
.
2009-12-16 16:44:38 +00:00
justincc
0e9dcbbea7
Switch on HttpServer_OpenSim.dll logging temporarily
2009-12-16 16:40:38 +00:00
justincc
18110273a9
oops, meant to switch keep-alive off on register_messageserver, not deregister
2009-12-15 17:42:52 +00:00
justincc
44f57b4dc4
Try Dive's suggestion of not requesting keep alive for rpc requests
...
Only going to do this with the user service's deregister_messageserver and get_user_friend_list first of all to see if this can isolate any effect.
2009-12-15 17:38:28 +00:00
Justin Clark-Casey (justincc)
b52518bbfe
Make sure that we catch and display any exceptions that get right to the top of our incoming http request handling stack
2009-12-15 16:36:03 +00:00
Justin Clark-Casey (justincc)
48c25abe86
minor: make logging messages consistent in BaseHttpServer
2009-12-15 16:35:55 +00:00
Justin Clark-Casey (justincc)
5550b7cd3b
Change default grid and inventory service ports in ConfigSettings to the ROBUST default of 8003
2009-12-15 15:38:24 +00:00
justincc
6f2961f0e2
Fix casting problems where I assumed return value was still a XmlRpcResponse rather than the value HashTable
2009-12-15 15:10:29 +00:00
justincc
be3360db67
replace a couple of xmlrpc invocations with invoke() instead of send()
...
this is in order to force an exception on an error - send() does not do this and people end up simply ignoring the error codes...
2009-12-14 16:29:25 +00:00
Diva Canto
52fd82ae5d
Fix to make [bad] tests happy.
2009-12-11 19:43:19 +00:00
Diva Canto
fc374ada12
Attempt at fixing mantis #4411 .
2009-12-11 19:43:11 +00:00
Melanie
19032739be
Refix the fix
2009-12-11 16:15:14 +00:00
grid
d0b619c5b6
Kill a NRE caused by an error message trying to print unavailable data
2009-12-11 16:15:05 +00:00
Justin Clark-Casey (justincc)
73045c5c43
add extra logging on message service registrations with the user service
...
this is to aid in diagnosing http://opensimulator.org/mantis/view.php?id=4351
2009-12-03 18:03:19 +00:00
Justin Clark-Casey (justincc)
d7dc0381b8
if an xml rpc method throws an exception, log as an error to the console as well as returning the exception to the caller
2009-12-03 17:57:29 +00:00
Justin Clark-Casey (justincc)
b2fdf11d51
Log old position and region information when an orphaned child prim is found
2009-12-02 18:53:08 +00:00
Justin Clark-Casey (justincc)
bf5e51ec2c
Add position and region of prim items with missing assets in log reports
2009-12-02 17:55:56 +00:00
Justin Clark-Casey (justincc)
fd4924f6fa
temporary add logging message when user service successfully registers a message service
...
this is for http://opensimulator.org/mantis/view.php?id=4351
2009-12-02 15:46:26 +00:00
Melanie
e385961f20
Add "shutdown" command to ROBUST shell
2009-12-01 18:04:21 +00:00
Justin Clark-Casey (justincc)
b753a7cbb1
Apply patch to stop failure of llParcelMediaCommandList() on group deeded land
...
See http://opensimulator.org/mantis/view.php?id=3999
2009-12-01 14:27:57 +00:00
Melanie
f253c05630
Reset update flag when a SOG is deleted. This fixes llDie();
2009-12-01 14:27:05 +00:00
Justin Clark-Casey (justincc)
94b22e1d52
Add more stack trace information to some messaging server exceptions
2009-12-01 12:34:44 +00:00
Justin Clark-Casey (justincc)
39ff943b9c
minor: make logging messages more consistent
2009-12-01 12:21:51 +00:00
Justin Clark-Casey (justincc)
613f3bb3ce
minor: formatting, change some logging messages
2009-12-01 12:21:16 +00:00
Justin Clark-Casey (justincc)
716cbeed1d
minor: add disabled config and explanation for WebStats
2009-11-30 18:35:57 +00:00
Justin Clark-Casey (justincc)
f7e635f114
enable messaging_server_url by default in OpenSim.ini.example
...
having this enabled results just in warning messages if no message service is actually available
haivng this disabled results in an unexpected failure if no message service is available
2009-11-30 18:04:21 +00:00
Justin Clark-Casey (justincc)
ffc3dabc0a
remove stringent content type checking to make it easier to load oars directly from urls
2009-11-27 16:39:00 +00:00
Justin Clark-Casey
c6889ab06b
change 0.6.8 candidate to RC1
2009-11-26 19:03:30 +00:00
Justin Clark-Casey (justincc)
ee0b5abc62
minor: reduce region ready logging verbosity
2009-11-26 16:51:10 +00:00
Justin Clark-Casey (justincc)
2bc19a1e23
Resolve issue where an iar load fails to preserve original item creators
...
See http://opensimulator.org/mantis/view.php?id=4394
This change preserves the uuid when a profile is found rather than the ospa
2009-11-26 16:39:30 +00:00
Teravus Ovares (Dan Olivares)
a5f2803c79
* Re-enable the AbsolutePosition = AbsolutePosition in the LSL_Api in the SetRot method if the object is not active physical. This is important for scripted rotating doors. without AbsolutePosition = AbsolutePosition, the door won't rotate. It's also important that we do not use AbsolutePosition = AbsolutePosition if the object is active physical because that would cause a complete rebuild of the object which would break vehicles. This is the best of both worlds right now. Doors as child prim should work again so long as you don't check the Physical box.
...
* Thanks talentraspel
* Thanks NixNerd
* Thanks KittoFlora
* Thanks lockd
2009-11-26 01:34:46 -05:00
Teravus Ovares (Dan Olivares)
dac9c6fb23
Merge branch 'master' of ssh://MyConnection/var/git/opensim
2009-11-25 14:13:51 -05:00
OpenSim Master
a3755d831d
Patch: Fix a bug in LAND animation when the TickCount wraps into negative numbers
...
by Mic Bowman
Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
2009-11-25 14:13:29 -05:00
Melanie
cc3617f74f
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
2009-11-25 17:03:11 +00:00
Justin Clark-Casey (justincc)
59caa68e08
minor: add doc to a few parcel methods
2009-11-25 17:49:38 +00:00
Melanie
0b380f68d8
Change osTeleportAgent parameters from long to int. That numerical range is
...
not even supported by the underlying type, so there is no need to ask
for a type the script can not even supply.
2009-11-25 17:02:45 +00:00
Justin Clark-Casey (justincc)
40464f6cc6
Change chat config code so that enabled = false actually does disable the chat module
2009-11-25 16:23:37 +00:00
Justin Clark-Casey (justincc)
a4d2a97bc6
minor: remove some mono compiler warnings, add --merge load oar switch to help information
2009-11-25 16:14:08 +00:00
Justin Clark-Casey (justincc)
c18422ad3a
Implement oar merging
...
An oar can now be merged with existing region contents by using the --merge option
For example, load oar --merge my.oar
Existing terrain, region settings and parcel data is left in place when an oar is merged.
See http://opensimulator.org/wiki/OpenSim_Archives#Usage for more information
2009-11-25 16:02:47 +00:00
Justin Clark-Casey (justincc)
f9807884a4
Add MIT/X11 licensed NDesk.Options ( http://www.ndesk.org/Options ) DLL to aid command line parsing
2009-11-25 15:28:43 +00:00
Teravus Ovares (Dan Olivares)
a642968fd5
* Reverting last commit.. because it just made it worse.
2009-11-25 04:00:52 -05:00
Melanie
4fbdc538c7
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
2009-11-25 08:39:29 +00:00