aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Servers (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW11-1721/+0
the Grid servers can be a separate solution to the region server.
2007-05-20* Reverted libterrain updatelbsa711-25/+21
* Updated vs2005 target
2007-05-19Border crossing back to mostly working, still seems a problem in that you ↵MW2-28/+15
need to stop walking just after you cross the border for it to work properly (else you will continue moving into a negative position in the first sim)
2007-05-19(no commit message)MW1-5/+6
2007-05-19Added the echo method for template checksum handling (idea from ↵MW2-6/+26
Hegemons_Login_Analysis page) to the CheckSumServer, but currently it is comment out as enabling it would mean that any version of client could connect which is very likely to lead to problem with pre 1.15 version clients.
2007-05-19Moved CheckSumServer (and added UDPServerBase ) to OpenSim.Servers MW4-15/+200
2007-05-19* TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby1-50/+50
changed something. * Updated solution files & build files via prebuild.
2007-05-18Added session IDs to the grid management agentgareth1-50/+50
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2-174/+174
class a bit and added a WorldBase class (that World now inherits from)
2007-05-16rebuilt build filesgareth2-174/+174
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-16Added OpenSimApplication as a base class to OpenSimMainMW1-50/+50
2007-05-16FIXED THE BUILD!gareth1-50/+50
2007-05-16Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW2-7/+24
okay but needs a lot more testing.
2007-05-16* removed unused new-login.datlbsa712-34/+15
* 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-16More refactoring.MW3-114/+22
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
2007-05-15Worked on Asset server, asset downloads (from server to sim) now work.MW1-82/+85
Asset uploads (from sim to server) may or may not work, needs more testing, if they don't work then it should be just a encoding problem and not hard to fix.
2007-05-15updated Build/project files to include the new projects and new files.MW2-55/+55
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-14Added exception handling.andy1-122/+144
2007-05-13Added skeleton master service managergareth1-51/+51
2007-05-13Inventory should be working again in sandbox modeMW2-0/+3
2007-05-13Added very basic support for maps (likely to only work in sandbox mode due ↵MW1-15/+15
to the non functioning remote asset server), also currently just uses textures that we already had added to the asset server (this is the first thing that needs fixing)
2007-05-12Only 193 warnings to go!Adam Frisby2-8/+10
2007-05-11MW is a debugging wiz (regionx/y updated)andy1-9/+3
2007-05-11Updated to use LoginResponse.andy1-28/+28
2007-05-11Removed the login dat file.andy1-79/+326
2007-05-08Fixed bug where client crashes on login if in sandbox mode and region is set ↵MW3-7/+22
to anything other than 997,996
2007-05-08* deleted bin directorieslbsa711-51/+51
* ignored bin directories * regenerated nant files
2007-05-06return sim_port as an int32 rather than a string in the login response. LL ↵morphw1-1/+1
SL Viewer doesn't seem to care, but libsecondlife does.
2007-04-29Copied gridserver ready to convert to asset servergareth1-51/+51
I'M THAT NUTS!!!!!!!!
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ↵MW2-0/+7
viewer 1.15.02, due to big changes in the message templates.
2007-04-25Small clean up of files and directoriesMW3-89/+96
2007-04-22=== Dedicated to Jesse. ===lbsa712-50/+53
* Deleted empty directory
2007-04-22Now starts up a laggy (to be fixed) TCP server in grid mode and sends a bannergareth1-1/+6
NEED THREAD POOLS!!! DO NOT LET ME GET AWAY WITH BEING LAZY PEOPLE!
2007-04-22Added some more good stuff to the new TCP skeletongareth1-7/+17
2007-04-21Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth2-49/+124
very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
2007-04-13Fixed weird XML/HTTP bugsgareth1-1/+5
Can now update a sim profile at startup automatically! W00t! Untested neighbours code (for sim crossings) Didn't drink any red bull today :( Used liquid guarana extract + cola
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa714-1/+14
* Now dumping default value in config. *
2007-04-11* Started on converting UserHTTPServer to BaseHttpServerlbsa712-7/+31
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
2007-04-11Renamed the Servers directory to OpenSim.ServersMW8-0/+1192