Commit Graph

94 Commits (5f393102b1b474ef0ee8b7afd86201194d28fe06)

Author SHA1 Message Date
Adam Frisby 605a34c5ef * TortoiseSVN has an annoying red icon over stuff, this means I probably changed something.
* Updated solution files & build files via prebuild.
2007-05-19 04:22:06 +00:00
gareth 867671cfcc Added session IDs to the grid management agent 2007-05-18 23:32:41 +00:00
MW aae0222f81 More OO and abstract goodness for Gareth to drool over. Cleaned up the World class a bit and added a WorldBase class (that World now inherits from) 2007-05-17 10:24:10 +00:00
gareth 846bf8b168 rebuilt build files
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-16 21:30:47 +00:00
Adam Frisby dc2acaa8a8 Let stuff be broken! 2007-05-16 21:10:45 +00:00
MW 7cc41b9e38 Added OpenSimApplication as a base class to OpenSimMain 2007-05-16 18:26:30 +00:00
gareth 3a28e39816 FIXED THE BUILD! 2007-05-16 17:51:28 +00:00
MW 1e9a0220e6 Quite big change to how Sessions/circuits are Authenticated. Seems to work okay but needs a lot more testing. 2007-05-16 17:35:27 +00:00
lbsa71 6056247ac3 * removed unused new-login.dat
* cleared up verbose/noverbose/disableOutput douple negation confusion in ConsoleBase
* 2d chat radius is now 3d chat sphere
* removed unused fast 2d radius calc
* added chat type 0xFF : broadcast (no sphere checking)
* OpenSimMain now exposes its LocalWorld
2007-05-16 17:12:17 +00:00
Adam Frisby 1e00633e6c Changed session ID generation to use crypto generator, and this time - work. Heh. 2007-05-15 18:39:20 +00:00
MW f41e5343c5 updated Build/project files to include the new projects and new files.
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-15 14:54:53 +00:00
morphw d326e84d5a provide ready-to-eat attributes parsed from byte array 2007-05-15 14:43:35 +00:00
MW aaedfb5ae2 set the default region x,y and sim port to 0 in UserProfileManager. XmlRpcLoginMethod() , these are then over written in CustomiseResponse(). 2007-05-14 20:29:57 +00:00
gareth 0834b097f6 Added skeleton master service manager 2007-05-13 21:01:21 +00:00
MW 5917d36219 Inventory should be working again in sandbox mode 2007-05-13 13:10:15 +00:00
Adam Frisby e723225e6d SimProfileBase is obsolete. EXTER-MIN-ATE! EXTER-MIN-ATE! 2007-05-12 12:12:56 +00:00
Adam Frisby 13da0673b2 PROTIP: System.Random isn't actually random. Use RNGCryptoServiceProvider in System.Security.Cryptography if your generating random numbers for security related purposes. 2007-05-12 11:58:23 +00:00
morphw b865249b8c Guard against re-adding an existing folder. Seemed to happen on some timeout cases. 2007-05-11 19:24:09 +00:00
lbsa71 0b26ae44ac * deleted bin directories
* ignored bin directories
* regenerated nant files
2007-05-08 11:09:48 +00:00
gareth 3de3d8bb3b Merged 0.1-prestable back into trunk :( 2007-05-07 16:32:30 +00:00
gareth 543cda0398 Cleaned up Adam's mess 2007-05-05 13:45:39 +00:00
Adam Frisby 0c78fc3dbc Grid server V2.0! Now with extra crunchy SQL support.
Status:
* Prebuild will be broken, someone needs to update prebuild.xml with the new dependencies.
* The sim status check function does not yet function.
* Sims must be manually added to the database - automatic insertion isnt supported yet.
2007-05-04 06:51:18 +00:00
morphw d054ce7602 fix array size 2007-05-04 02:12:47 +00:00
MW a595881dc0 fixed the VS 2005 solution/ project files.
and a couple of other small changes
2007-04-30 15:38:51 +00:00
gareth 4957a8e75c Fixing stuff 2007-04-30 13:38:13 +00:00
gareth 002336e95c Done some more conversion work on the asset server 2007-04-30 02:48:05 +00:00
gareth 328c9ccb24 Copied gridserver ready to convert to asset server
I'M THAT NUTS!!!!!!!!
2007-04-29 23:58:57 +00:00
Adam Frisby 6ce5b6e439 Major ass commit
Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
2007-04-27 21:11:02 +00:00
Adam Frisby 7e29f458ad Clearing up comment to reflect true strength of GenerateChallenge() 2007-04-27 02:24:31 +00:00
Adam Frisby 3659e64274 Added challenge generation function to generate cryptographic strength challenges. 2007-04-27 02:16:57 +00:00
Adam Frisby 379552b0f9 Cryptographic framework for authenticating and verifying remoting messages. Must be implemented as per the suggested implementation in the comments. Buyer beware - this code has not been peer reviewed by an expert cryptologist and needs to be done so before this security is relied upon for important transactions. 2007-04-27 01:48:52 +00:00
MW c64039363d Mostly working again.
Updated to lastest libsl and handled the changes to the message templates (some byte fields are now ushort fields ).
Still seems to be a problem when logging on, in that I get the downloading clothing message at the end of the precaching (which I didn't before)
2007-04-26 12:56:14 +00:00
MW 9ed0a8dbad updated to use lastest version of libsl but is currently broke when using SL viewer 1.15.02, due to big changes in the message templates. 2007-04-25 18:12:06 +00:00
MW f7b51d63a8 Small clean up of files and directories 2007-04-25 13:03:48 +00:00
lbsa71 60047aa5a6 === Dedicated to Jesse. ===
* Deleted empty directory
2007-04-22 09:44:27 +00:00
gareth 1dfda8f744 Added OpenGridProtocol class - start of the new TCP-based intersim protocol, very basic skeleton
First commit since we lost JesseMalt - Dedicated to their memory
2007-04-21 17:36:03 +00:00
gareth bbcb20e192 Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to be fixed soon)
Fixed sandbox mode fully
Scrapped former XML-RPC expect_user call for sim crossings
Sim client thread can upgrade/downgrade between full and child agent dynamically
2007-04-17 01:38:20 +00:00
gareth f9b7cc53de W00t! multiple sims!
Misc bugfixes
Child agents!!!!!!
General sexy stuff
2007-04-15 02:31:34 +00:00
gareth ba7aeb1479 In the grid, there is life!
OGS now functional again, can login! w00t
2007-04-14 12:48:38 +00:00
lbsa71 08d5d10d62 * Started on converting UserHTTPServer to BaseHttpServer
* Added a 'param' param to the RestMethod
* Added RestHandlerEntry to store more info about the 'rest' handler
2007-04-11 14:14:19 +00:00
MW 5ad6d5a939 First basic test script now works in the jvm scripting engine.
For it to work you need to have a java sdk installed and the javac.exe somewhere in the environment Path variable.
Then To test, copy the text from bin/script1.text into a note card and then add that note to a prim.
2007-04-11 12:13:21 +00:00
MW ffd7a6b8c2 Changed so that a bin\ScriptEngines\ directory will be searched for scripting Engines.
Added the work in progress JVM scripting engine.
2007-04-11 09:45:48 +00:00
MW 435d61661b 2007-04-11 09:29:06 +00:00
gareth 950389a263 Added POST handler for /sims/ in the grid server
Removed asset/user config in grid mode in the region server
Added "create user" command in the user server console
Begun buggy code to send sim details to the grid at startup
Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
2007-04-11 08:51:39 +00:00
lbsa71 1747d49d71 * built binaries, pdb's and user files should not be under version control.
* updated vs2005 and nant targets
* added some build files
* ignored some binaries, pdb's and user files
2007-04-11 07:33:14 +00:00
Adam Frisby adb56a46f4 Major ass changes to terrain (now uses libTerrain-BSD!) and all-round improvements to code quality. Terrain saving/loading may work now (running through setHeights1D and getHeights1D before DB4o) **WARNING: UNTESTED** 2007-04-11 05:19:27 +00:00
gareth ea84e93679 Fixed "teh bug" 2007-04-10 00:43:11 +00:00
Adam Frisby fb0dffbf13 **BREAKING CHANGE** Changing the way terrain is stored and used internally. 2007-04-06 18:48:23 +00:00
lbsa71 85385c958a * Added Primitive2 to vs2005 solution
* Apparently, Prebuild thinks DEBUG should be in there.
2007-04-04 13:27:13 +00:00
MW a70ef1c2cb Started to clean up/ rewrite Primitive class , currently the new version is called Primitive2 and not used, but once it is complete then it will replace the old version. 2007-04-04 11:06:39 +00:00