aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * All remoting calls are now using Serializable valuesTeravus Ovares2007-12-073-1/+27
* "Borrowed" the LLSD class from a older version of libsl, so that our LLSD dec...MW2007-12-075-15/+672
* * Serialized data properly for the InterRegionSingleton InformRegionChild methodTeravus Ovares2007-12-071-3/+7
* * Added class sAgentCircuitData and unmarked AgentCircuitData as Serializable.Teravus Ovares2007-12-071-1/+50
* * miniscule changes just to keep myself in synchlbsa712007-12-071-1/+1
* Updates to LibSL revision 1498. Thanks Johan!Adam Johnson2007-12-074-11/+21
* * Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares2007-12-071-1/+1
* added one more command to the console help.Jeff Ames2007-12-072-11/+2
* reversing the r2599 patch, as this started causing CreateThread errors for Sean Dague2007-12-061-6/+1
* removed obsolete Verbose() functionJeff Ames2007-12-061-15/+0
* * now the throttle timer is stopped whilst processing Queue so that it won't ...lbsa712007-12-061-1/+6
* Fixed conversation bug in InventoryConfig MW2007-12-061-1/+1
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-069-27/+24
* Some refactoring of the RestObjectPoster (and related classes).MW2007-12-053-4/+14
* * Applied MSSQL Patch from akokko, Thanks! akokkoTeravus Ovares2007-12-0512-74/+2369
* * Refactored Permissions into ScenePresence as requested by MWTeravus Ovares2007-12-051-0/+4
* keeping opensim safe for children -- made some namespace references less expl...Jeff Ames2007-12-041-2/+2
* * Avatar picker works in grid mode now.Teravus Ovares2007-12-042-19/+25
* * More console message fixesAdam Frisby2007-12-043-15/+15
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-043-6/+6
* * Removed 12 compiler warnings.Adam Frisby2007-12-042-2/+1
* * Fixed compile issue.Adam Frisby2007-12-041-1/+1
* * Added SSL Support to HttpListenerAdam Frisby2007-12-042-1/+22
* From Justin Casey (IBM)Sean Dague2007-12-031-4/+7
* This is a simple patch which just renames an IClientAPI method toSean Dague2007-12-032-2/+8
* minor meaningless changesJeff Ames2007-12-031-2/+2
* Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW2007-12-023-5/+26
* Added some error handling (and console output) to BaseHttpServer.MW2007-12-021-14/+22
* Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW2007-12-022-11/+7
* Fixes a bug that my last commit introduced.MW2007-12-021-1/+1
* Some refactoring , mainly on Inventory code. MW2007-12-027-215/+148
* New Inventory folder should now be stored to the inventory server/database. T...MW2007-12-021-1/+8
* as a Test, attempted to disable mysql inventory table auto creation.MW2007-12-011-1/+1
* Attempt to fix mantis issue # 73MW2007-12-011-8/+12
* Initial working Grid Inventory server. Only been tested on a very small grid,...MW2007-12-018-6/+129
* Attempt to fix mantis issue # 65, seems like it is a race condition between t...MW2007-12-011-4/+7
* Part 1 of a commit. This revision will not compile, part 2 will be added in a...MW2007-12-011-6/+32
* * Fixed a bug in my 'user already logged in' fix that could cause a null refe...Teravus Ovares2007-11-301-2/+4
* Patch for mantis 0000015: Textures don't display in the objectSean Dague2007-11-303-9/+25
* return of the inv-lib-root patch from Justin Casey (IBM)Sean Dague2007-11-302-1/+16
* * This extends my first hack to clear out the useragent table for that specif...Teravus Ovares2007-11-301-1/+1
* * Here's the issue, on log-off, the routine sets up a null useragent member a...Teravus Ovares2007-11-302-1/+22
* * Temporary fix for 'User already online' issue in standalone mode.Teravus Ovares2007-11-301-0/+5
* revert r2510, this seems to break normal logins, at least fromSean Dague2007-11-292-16/+1
* return an appropriate inv_lib_root, which the libsl folks haveSean Dague2007-11-292-1/+16
* * Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ...Teravus Ovares2007-11-291-2/+2
* fixed duplicate login in standalone mode (mostly untested in grid mode)Jeff Ames2007-11-293-7/+6
* * Fixed about 7 issues with restarting sims and resolved interRegion comms is...Teravus Ovares2007-11-291-1/+1
* set svn:eol-styleJeff Ames2007-11-291-195/+195
* Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl...MW2007-11-281-1/+1