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