aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-24* Trying to streamline CommunicationsManagerlbsa711-10/+9
2007-09-24* reorder and renamelbsa711-22/+20
2007-09-24* Encapsulated all CommunicationsManager serviceslbsa713-21/+68
2007-09-24* Added TryGetAvatarByNamelbsa711-6/+3
2007-09-24*** CHANGED CONFIG BEHAVIOUR ***lbsa712-38/+35
2007-09-24* Renamed methods on IUserDatalbsa715-71/+76
2007-09-24* Renamed stuff on UserManagerBase to get implicit implementation of IUserSer...lbsa712-5/+5
2007-09-19* A feeble attempt at adding Grid db support to SQLite, just adding some code...lbsa712-3/+69
2007-09-18* Moved SendLogoutPacket back to IClientAPI.lbsa711-0/+1
2007-09-18* Yet some more connectivity restructuringlbsa713-188/+42
2007-09-18* Handlerized ViewerEffectlbsa713-10/+55
2007-09-18* Replaced usage of ClientView with IClientAPIlbsa712-0/+10
2007-09-17fixing me some line endingsSean Dague6-772/+772
2007-09-17Forgot to check in prebuild.xml on sat, see someone already did :)Tedd Hansen1-2/+10
2007-09-15Prevent the crash due to exception in system ReadLine that I saw today Dalien Talbot1-3/+8
2007-09-15Hopefully fixed the build error that I introduced with my last commit.MW1-1/+1
2007-09-15put some locking around user access, which should help withSean Dague1-45/+53
2007-09-15Testing to see if this fixes the editing appearance crash, or makes it (or an...MW1-1/+9
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa712-2/+2
2007-09-14Can now set the http ports that grid server and user server use. MW2-1/+17
2007-09-13Added CLI "debug packet 0..255" to enable the in/out packet dumps with variou...Dalien Talbot2-0/+2
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen2-1/+1
2007-09-12add timestamps to log messages. This probably needs to all be cleaned upSean Dague1-0/+3
2007-09-12Fixed DNS resolve bug for Grid mode on multi-Homer systems.Tedd Hansen2-0/+8
2007-09-12debug for mysql issueSean Dague1-0/+1
2007-09-11Another attempt at fixing the disappearing estate_settings.xml file.Brian McBee1-25/+24
2007-09-11Fix for setting region through property. This should allowSean Dague1-2/+2
2007-09-11* minor refactoringslbsa711-2/+0
2007-09-11move the locks closer to the data, sqlite for assets now works like a champSean Dague2-40/+37
2007-09-11add DeleteAssetSean Dague1-10/+14
2007-09-11Trying some locks on asset database access. MW1-10/+21
2007-09-10added some debugging for tracing where asset code isn't working with sqliteSean Dague4-305/+328
2007-09-10mass update of urls in source code to new websiteSean Dague79-79/+79
2007-09-10A couple of fixes to make sure db4o gets set as the default asset database. A...MW2-0/+2
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW7-14/+346
2007-09-10* Fixed: Accessing xmlrpc with invalid xml data would crash the sim.lbsa711-17/+31
2007-09-09Little green men (aka dots on minimap). Thanks to bushing for Dalien Talbot2-0/+2
2007-09-08A small try/catch wrapper to prevent the CLI errors from nuking the sim.Dalien Talbot1-1/+5
2007-09-08Partial fix for the "avatars permanently facing east" - now the rotationDalien Talbot2-2/+2
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW1-7/+7
2007-09-07added SQLiteAssetData class first pass. This should work,Sean Dague1-0/+237
2007-09-07factor out common methods to SQLiteBaseSean Dague2-169/+231
2007-09-05Added "Local" and "Temporary" Fields to the AssetBase class.MW1-0/+2
2007-09-04Some work on Module loading/management.MW1-1/+6
2007-08-31Added a Debug method to the Console/log class that has the Conditional attrib...MW1-0/+15
2007-08-30remove debugging statementSean Dague1-1/+1
2007-08-30Added some place holder classes for various modules.MW2-36/+40
2007-08-29Various small changes (some likely to be removed again soon)MW1-1/+1
2007-08-29Attempt to fix bug on linux where estate_settings.xml gets wiped. Brian McBee1-1/+4
2007-08-28Fixed the problem of uploaded animations not showing up in inventory [Mantis ...MW1-1/+1