aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Servers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-2411-1721/+0
| | | | the Grid servers can be a separate solution to the region server.
* * Reverted libterrain updatelbsa712007-05-201-25/+21
| | | | | * Updated vs2005 target
* Border crossing back to mostly working, still seems a problem in that you ↵MW2007-05-192-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)
* (no commit message)MW2007-05-191-5/+6
|
* Added the echo method for template checksum handling (idea from ↵MW2007-05-192-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.
* Moved CheckSumServer (and added UDPServerBase ) to OpenSim.Servers MW2007-05-194-15/+200
|
* * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby2007-05-191-50/+50
| | | | | | | changed something. * Updated solution files & build files via prebuild.
* Added session IDs to the grid management agentgareth2007-05-181-50/+50
|
* More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2007-05-172-174/+174
| | | | class a bit and added a WorldBase class (that World now inherits from)
* rebuilt build filesgareth2007-05-162-174/+174
| | | | | | Imported crappy monodevelop GTK# manager app (tis embarrassing)
* Added OpenSimApplication as a base class to OpenSimMainMW2007-05-161-50/+50
|
* FIXED THE BUILD!gareth2007-05-161-50/+50
|
* Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW2007-05-162-7/+24
| | | | okay but needs a lot more testing.
* * removed unused new-login.datlbsa712007-05-162-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
* More refactoring.MW2007-05-163-114/+22
| | | | | Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
* Worked on Asset server, asset downloads (from server to sim) now work.MW2007-05-151-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.
* updated Build/project files to include the new projects and new files.MW2007-05-152-55/+55
| | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
* Added exception handling.andy2007-05-141-122/+144
|
* Added skeleton master service managergareth2007-05-131-51/+51
|
* Inventory should be working again in sandbox modeMW2007-05-132-0/+3
|
* Added very basic support for maps (likely to only work in sandbox mode due ↵MW2007-05-131-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)
* Only 193 warnings to go!Adam Frisby2007-05-122-8/+10
|
* MW is a debugging wiz (regionx/y updated)andy2007-05-111-9/+3
|
* Updated to use LoginResponse.andy2007-05-111-28/+28
|
* Removed the login dat file.andy2007-05-111-79/+326
|
* Fixed bug where client crashes on login if in sandbox mode and region is set ↵MW2007-05-083-7/+22
| | | | to anything other than 997,996
* * deleted bin directorieslbsa712007-05-081-51/+51
| | | | | | * ignored bin directories * regenerated nant files
* return sim_port as an int32 rather than a string in the login response. LL ↵morphw2007-05-061-1/+1
| | | | SL Viewer doesn't seem to care, but libsecondlife does.
* Copied gridserver ready to convert to asset servergareth2007-04-291-51/+51
| | | | | | I'M THAT NUTS!!!!!!!!
* updated to use lastest version of libsl but is currently broke when using SL ↵MW2007-04-252-0/+7
| | | | viewer 1.15.02, due to big changes in the message templates.
* Small clean up of files and directoriesMW2007-04-253-89/+96
|
* === Dedicated to Jesse. ===lbsa712007-04-222-50/+53
| | | | | | * Deleted empty directory
* Now starts up a laggy (to be fixed) TCP server in grid mode and sends a bannergareth2007-04-221-1/+6
| | | | | | NEED THREAD POOLS!!! DO NOT LET ME GET AWAY WITH BEING LAZY PEOPLE!
* Added some more good stuff to the new TCP skeletongareth2007-04-221-7/+17
|
* Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth2007-04-212-49/+124
| | | | | | | | | very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
* Fixed weird XML/HTTP bugsgareth2007-04-131-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
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-114-1/+14
| | | | | | * Now dumping default value in config. *
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-112-7/+31
| | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
* Renamed the Servers directory to OpenSim.ServersMW2007-04-118-0/+1192