aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-2434-2428/+0
| | | | the Grid servers can be a separate solution to the region server.
* * Minor tweaks with new userserverAdam Frisby2007-05-201-0/+11
| | | | | | | | * Fixed password encoding to match MD5 standard properly. * Fixed exception caused on user first login (minor) * Fixed exception caused by incorrect username (minor) * Returns login error rather than grid error if username is incorrect
* Adam proudly presents: A new user/login server - fresh to you from his ↵Adam Frisby2007-05-201-1/+1
| | | | desktop, and completely untested!
* * Added UnixTimeSinceEpoch() function to Util class (god knows how many ↵Adam Frisby2007-05-201-0/+7
| | | | times we have reimplemented this.)
* Didn't want to get left behind in the number of commits, and hey it says ↵MW2007-05-201-0/+1
| | | | there are some differences between my local copy and svn, so why not commit?
* Add RequestMapBlocks method to GridServer interfacesmorphw2007-05-203-0/+4
|
* * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby2007-05-191-74/+74
| | | | | | | changed something. * Updated solution files & build files via prebuild.
* Added session IDs to the grid management agentgareth2007-05-181-74/+74
|
* More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2007-05-172-265/+265
| | | | class a bit and added a WorldBase class (that World now inherits from)
* rebuilt build filesgareth2007-05-162-265/+265
| | | | | | Imported crappy monodevelop GTK# manager app (tis embarrassing)
* Let stuff be broken!Adam Frisby2007-05-161-3/+3
|
* Added OpenSimApplication as a base class to OpenSimMainMW2007-05-161-74/+74
|
* FIXED THE BUILD!gareth2007-05-161-74/+74
|
* Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW2007-05-162-2/+6
| | | | okay but needs a lot more testing.
* * removed unused new-login.datlbsa712007-05-161-8/+7
| | | | | | | | | | | * 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
* Changed session ID generation to use crypto generator, and this time - work. ↵Adam Frisby2007-05-151-6/+7
| | | | Heh.
* updated Build/project files to include the new projects and new files.MW2007-05-153-84/+88
| | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
* provide ready-to-eat attributes parsed from byte arraymorphw2007-05-151-0/+34
|
* set the default region x,y and sim port to 0 in UserProfileManager. ↵MW2007-05-141-4/+4
| | | | XmlRpcLoginMethod() , these are then over written in CustomiseResponse().
* Added skeleton master service managergareth2007-05-131-73/+73
|
* Inventory should be working again in sandbox modeMW2007-05-131-0/+13
|
* SimProfileBase is obsolete. EXTER-MIN-ATE! EXTER-MIN-ATE!Adam Frisby2007-05-121-3/+1
|
* PROTIP: System.Random isn't actually random. Use RNGCryptoServiceProvider in ↵Adam Frisby2007-05-121-2/+10
| | | | System.Security.Cryptography if your generating random numbers for security related purposes.
* Guard against re-adding an existing folder. Seemed to happen on some ↵morphw2007-05-111-8/+11
| | | | timeout cases.
* * deleted bin directorieslbsa712007-05-081-73/+73
| | | | | | * ignored bin directories * regenerated nant files
* Merged 0.1-prestable back into trunk :(gareth2007-05-071-1/+0
|
* Cleaned up Adam's messgareth2007-05-051-0/+1
|
* Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby2007-05-041-0/+3
| | | | | | | | 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.
* fix array sizemorphw2007-05-041-1/+1
|
* fixed the VS 2005 solution/ project files.MW2007-04-301-0/+6
| | | | | and a couple of other small changes
* Fixing stuffgareth2007-04-301-0/+23
|
* Done some more conversion work on the asset servergareth2007-04-301-0/+1
|
* Copied gridserver ready to convert to asset servergareth2007-04-291-71/+72
| | | | | | I'M THAT NUTS!!!!!!!!
* Major ass commitAdam Frisby2007-04-271-0/+1
| | | | | Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
* Clearing up comment to reflect true strength of GenerateChallenge()Adam Frisby2007-04-271-1/+1
|
* Added challenge generation function to generate cryptographic strength ↵Adam Frisby2007-04-271-0/+19
| | | | challenges.
* Cryptographic framework for authenticating and verifying remoting messages. ↵Adam Frisby2007-04-271-0/+90
| | | | 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.
* Mostly working again.MW2007-04-261-15/+20
| | | | | | 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)
* updated to use lastest version of libsl but is currently broke when using SL ↵MW2007-04-254-2/+99
| | | | viewer 1.15.02, due to big changes in the message templates.
* Small clean up of files and directoriesMW2007-04-2525-80/+85
|
* === Dedicated to Jesse. ===lbsa712007-04-221-70/+70
| | | | | | * Deleted empty directory
* Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth2007-04-211-70/+70
| | | | | | | | | very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
* Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵gareth2007-04-173-3/+7
| | | | | | | | | | 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
* W00t! multiple sims!gareth2007-04-152-1/+12
| | | | | | | | | Misc bugfixes Child agents!!!!!! General sexy stuff
* In the grid, there is life!gareth2007-04-145-40/+34
| | | | | | OGS now functional again, can login! w00t
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-111-0/+16
| | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
* First basic test script now works in the jvm scripting engine. MW2007-04-113-0/+45
| | | | | | 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.
* Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW2007-04-113-69/+79
| | | | | | | scripting Engines. Added the work in progress JVM scripting engine.
* (no commit message)MW2007-04-111-3/+5
|
* Added POST handler for /sims/ in the grid servergareth2007-04-113-72/+105
| | | | | | | | | 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