aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW34-2428/+0
the Grid servers can be a separate solution to the region server.
2007-05-20* Minor tweaks with new userserverAdam Frisby1-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
2007-05-20Adam proudly presents: A new user/login server - fresh to you from his ↵Adam Frisby1-1/+1
desktop, and completely untested!
2007-05-20* Added UnixTimeSinceEpoch() function to Util class (god knows how many ↵Adam Frisby1-0/+7
times we have reimplemented this.)
2007-05-20Didn't want to get left behind in the number of commits, and hey it says ↵MW1-0/+1
there are some differences between my local copy and svn, so why not commit?
2007-05-20Add RequestMapBlocks method to GridServer interfacesmorphw3-0/+4
2007-05-19* TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby1-74/+74
changed something. * Updated solution files & build files via prebuild.
2007-05-18Added session IDs to the grid management agentgareth1-74/+74
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2-265/+265
class a bit and added a WorldBase class (that World now inherits from)
2007-05-16rebuilt build filesgareth2-265/+265
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-16Let stuff be broken!Adam Frisby1-3/+3
2007-05-16Added OpenSimApplication as a base class to OpenSimMainMW1-74/+74
2007-05-16FIXED THE BUILD!gareth1-74/+74
2007-05-16Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW2-2/+6
okay but needs a lot more testing.
2007-05-16* removed unused new-login.datlbsa711-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
2007-05-15Changed session ID generation to use crypto generator, and this time - work. ↵Adam Frisby1-6/+7
Heh.
2007-05-15updated Build/project files to include the new projects and new files.MW3-84/+88
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-15provide ready-to-eat attributes parsed from byte arraymorphw1-0/+34
2007-05-14set the default region x,y and sim port to 0 in UserProfileManager. ↵MW1-4/+4
XmlRpcLoginMethod() , these are then over written in CustomiseResponse().
2007-05-13Added skeleton master service managergareth1-73/+73
2007-05-13Inventory should be working again in sandbox modeMW1-0/+13
2007-05-12SimProfileBase is obsolete. EXTER-MIN-ATE! EXTER-MIN-ATE!Adam Frisby1-3/+1
2007-05-12PROTIP: System.Random isn't actually random. Use RNGCryptoServiceProvider in ↵Adam Frisby1-2/+10
System.Security.Cryptography if your generating random numbers for security related purposes.
2007-05-11Guard against re-adding an existing folder. Seemed to happen on some ↵morphw1-8/+11
timeout cases.
2007-05-08* deleted bin directorieslbsa711-73/+73
* ignored bin directories * regenerated nant files
2007-05-07Merged 0.1-prestable back into trunk :(gareth1-1/+0
2007-05-05Cleaned up Adam's messgareth1-0/+1
2007-05-04Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby1-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.
2007-05-04fix array sizemorphw1-1/+1
2007-04-30fixed the VS 2005 solution/ project files.MW1-0/+6
and a couple of other small changes
2007-04-30Fixing stuffgareth1-0/+23
2007-04-30Done some more conversion work on the asset servergareth1-0/+1
2007-04-29Copied gridserver ready to convert to asset servergareth1-71/+72
I'M THAT NUTS!!!!!!!!
2007-04-27Major ass commitAdam Frisby1-0/+1
Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
2007-04-27Clearing up comment to reflect true strength of GenerateChallenge()Adam Frisby1-1/+1
2007-04-27Added challenge generation function to generate cryptographic strength ↵Adam Frisby1-0/+19
challenges.
2007-04-27Cryptographic framework for authenticating and verifying remoting messages. ↵Adam Frisby1-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.
2007-04-26Mostly working again.MW1-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)
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ↵MW4-2/+99
viewer 1.15.02, due to big changes in the message templates.
2007-04-25Small clean up of files and directoriesMW25-80/+85
2007-04-22=== Dedicated to Jesse. ===lbsa711-70/+70
* Deleted empty directory
2007-04-21Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth1-70/+70
very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
2007-04-17Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵gareth3-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
2007-04-15W00t! multiple sims!gareth2-1/+12
Misc bugfixes Child agents!!!!!! General sexy stuff
2007-04-14In the grid, there is life!gareth5-40/+34
OGS now functional again, can login! w00t
2007-04-11* Started on converting UserHTTPServer to BaseHttpServerlbsa711-0/+16
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
2007-04-11First basic test script now works in the jvm scripting engine. MW3-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.
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW3-69/+79
scripting Engines. Added the work in progress JVM scripting engine.
2007-04-11(no commit message)MW1-3/+5
2007-04-11Added POST handler for /sims/ in the grid servergareth3-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