| Commit message (Expand) | Author | Age | Files | Lines |
* | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 2008-02-14 | 1 | -2/+2 |
* | Added a small but maybe important clue that UserServer is not running. | Tedd Hansen | 2008-02-14 | 1 | -1/+1 |
* | Added a method to access a named folder in a users inventory, to the inventor... | MW | 2008-02-13 | 1 | -0/+17 |
* | Documenting and minor tweaks | Justin Clarke Casey | 2008-02-11 | 1 | -0/+4 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 2 | -15/+20 |
* | some small changes, like adding a couple of extra methods to IInventoryServic... | MW | 2008-02-05 | 1 | -0/+14 |
* | Refactor only: serve stats objects directly through StatsManager singleton | Justin Clarke Casey | 2008-02-04 | 2 | -5/+4 |
* | * Add total logouts (and total logins) to server side user stats | Justin Clarke Casey | 2008-01-28 | 1 | -1/+11 |
* | * Add very basic initial login stats to the user server | Justin Clarke Casey | 2008-01-25 | 1 | -4/+6 |
* | * Shutting down child agents properly in neighbor regions. | Teravus Ovares | 2008-01-21 | 1 | -8/+17 |
* | Graceful failure of teleport to unavailable regions might actually work now. | Brian McBee | 2008-01-20 | 1 | -0/+12 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 3 | -4/+32 |
* | * This update enables the web_login method. | Teravus Ovares | 2008-01-09 | 1 | -1/+6 |
* | * You can add and remove a friend in standalone now within the same simulator... | Teravus Ovares | 2008-01-01 | 1 | -2/+16 |
* | Standard library folders can now be configued in the xml in inventory/OpenSim... | Justin Clarke Casey | 2007-12-31 | 1 | -1/+3 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 5 | -34/+35 |
* | * Added a configuration parameter on the Grid Server to disallow forceful ban... | Teravus Ovares | 2007-12-20 | 1 | -0/+22 |
* | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W... | Jeff Ames | 2007-12-20 | 2 | -6/+6 |
* | Put out a more comprehensible message when user authentication fails than the... | Justin Clarke Casey | 2007-12-15 | 1 | -4/+8 |
* | Grid Inventory feature upgrade: renaming folders should now be correct, subfo... | Brian McBee | 2007-12-15 | 1 | -0/+5 |
* | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 2007-12-10 | 2 | -3/+3 |
* | * Added some inter-region comms glue for allowing sims to chat amongst themse... | Teravus Ovares | 2007-12-09 | 1 | -0/+22 |
* | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 2007-12-06 | 1 | -2/+1 |
* | From Justin Casey (IBM) | Sean Dague | 2007-12-05 | 1 | -16/+24 |
* | keeping opensim safe for children -- made some namespace references less expl... | Jeff Ames | 2007-12-04 | 1 | -13/+10 |
* | Initial working Grid Inventory server. Only been tested on a very small grid,... | MW | 2007-12-01 | 1 | -2/+2 |
* | * Made RegionUp virtual | lbsa71 | 2007-11-30 | 1 | -1/+1 |
* | * Fixed about 7 issues with restarting sims and resolved interRegion comms is... | Teravus Ovares | 2007-11-29 | 1 | -14/+15 |
* | * Restaring the sim works fine in grid mode now. Sims announce themselves to... | Teravus Ovares | 2007-11-28 | 1 | -3/+8 |
* | Fixed an event in the events chain in inter-region communications. | Teravus Ovares | 2007-11-27 | 1 | -3/+55 |
* | * Restarting regions with the estate tools works in sandbox mode. I'm still ... | Teravus Ovares | 2007-11-26 | 1 | -1/+18 |
* | * Did some initial work for prim crossing. Just glue so far. | Teravus Ovares | 2007-11-21 | 1 | -0/+44 |
* | * Changed namespace | lbsa71 | 2007-11-19 | 1 | -1/+0 |
* | More cleaning up when deleting regions from a instance. NOTE: IGridServices.D... | MW | 2007-11-16 | 1 | -2/+15 |
* | Some work on being able to set/send a users Buddylist info. (added handling c... | MW | 2007-11-13 | 1 | -0/+4 |
* | Started to cleanup/close down childagent connections when a user teleports. ... | MW | 2007-11-05 | 1 | -1/+1 |
* | Some more refactoring | MW | 2007-11-04 | 1 | -0/+8 |
* | *Master Avatar can be specified by a previous UUID in either grid mode or sta... | mingchen | 2007-11-03 | 1 | -0/+10 |
* | * Diuerse beavtificatems | lbsa71 | 2007-11-01 | 1 | -1/+1 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 6 | -95/+97 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 5 | -8/+6 |
* | * Added prototypical AvatarFactory module interface to load avatar parameters | lbsa71 | 2007-10-26 | 2 | -7/+14 |
* | * Made EstateSetting static since there's only one instance, and we only need... | lbsa71 | 2007-10-22 | 1 | -2/+3 |
* | nice catch by chi11ken that I was setting the wrong property | Sean Dague | 2007-10-22 | 1 | -1/+1 |
* | Bug fix, so that local loginserver (in standalone mode) can set a start posit... | MW | 2007-10-22 | 2 | -7/+9 |
* | Fixed a bug causing a crash during clientlog on in Windows (Thanks to Rookiie... | Tleiades Hax | 2007-10-21 | 1 | -1/+2 |
* | Possible fix for: Remoting exceptions with adjacent non-running sims. | Tleiades Hax | 2007-10-18 | 2 | -8/+9 |
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 3 | -1/+85 |
* | getting all our line endings consistant again | Sean Dague | 2007-10-05 | 2 | -240/+240 |
* | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of... | lbsa71 | 2007-10-05 | 1 | -8/+8 |