aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-16Thank you very much, Kmeisthax for:Charles Krinke6-3/+82
2008-04-15* A tweak of the caps system so that new caps have random paths instead of a ...Teravus Ovares4-3/+46
2008-04-15fix types on nhibernate mappings for User bitsSean Dague2-11/+12
2008-04-15* Fix mantis 975 - prim text > 255 charsJustin Clarke Casey1-0/+8
2008-04-15* Tiny, tiny, login message refinement to reduce human parsing requirementsJustin Clarke Casey1-1/+1
2008-04-15* Make it easier to follow logins on the user server by changing and tidying ...Justin Clarke Casey4-29/+35
2008-04-15* Send a meaningful response to both the user server console and the client i...Justin Clarke Casey3-13/+43
2008-04-15Fixed LSL State support.Teravus Ovares3-35/+57
2008-04-15From: Dr Scofield <hud@zurich.ibm.com>Sean Dague2-0/+289
2008-04-15From: dirk husemann <hud@zurich.ibm.com>Sean Dague2-23/+44
2008-04-15Update svn properties.Jeff Ames4-201/+201
2008-04-15* Added support for serialising objects to ExportSerialisationModule via Seri...Adam Frisby3-10/+23
2008-04-15* Fixes an issue with the BaseHttpServer in LinuxTeravus Ovares7-20/+92
2008-04-15* Committing shell of a whole-region serialiser. This is not complete and wil...Adam Frisby3-0/+188
2008-04-15* Quick patch before I start on a bigger projectAdam Frisby3-55/+61
2008-04-14* Working towards notifying the client if the inventory service has failed, r...Justin Clarke Casey5-15/+70
2008-04-14* Fixed a few warnings.Teravus Ovares12-10/+347
2008-04-14* Get Util.GetHostFromDNS to tell us the dns address it was trying to resolve...Justin Clarke Casey1-1/+15
2008-04-14make it so the IRC bridge only relays channel 0 messagesSean Dague1-7/+10
2008-04-14Possible fix for the 100% CPU issue. I've not fully Sean Dague1-2/+8
2008-04-14#952 againTeravus Ovares1-7/+21
2008-04-14Fix for mantis 952Teravus Ovares1-23/+30
2008-04-13* Correct comment from previous patch - I'm not reversing mantis #912 at all,...Justin Clarke Casey1-1/+1
2008-04-13* Reverse mantis #912 since it was causing inventory to disappear from the ro...Justin Clarke Casey1-1/+10
2008-04-13* Fix a bug in the friends module that causes a friend not to appear online w...Teravus Ovares5-16/+890
2008-04-13* Temporarily, stop the exception of mantis #951 from killing the entire clie...Justin Clarke Casey1-1/+13
2008-04-13* Put in crude poll waiting for 60 seconds for delayed user inventory deliver...Justin Clarke Casey1-2/+27
2008-04-13* Added some comments to terrain module.Adam Frisby2-3/+57
2008-04-11first drop of user storage implementation for nhibernate. Sean Dague2-2/+271
2008-04-11add some convenience properties to get floats out ofSean Dague1-0/+13
2008-04-11add user agent mappingSean Dague1-0/+21
2008-04-11* Reduce publicly exposed fields on InventoryCollection, which was causing du...Justin Clarke Casey4-77/+48
2008-04-11* Minor refactoring in OGS1InventoryServiceJustin Clarke Casey1-27/+20
2008-04-11* Remove the worst excesses of my inventory debugging codeJustin Clarke Casey1-6/+6
2008-04-11* Eliminate a class of errors where an inventory request could be made before...Justin Clarke Casey3-14/+31
2008-04-11* Minor inventory code cleanup following on from last patchJustin Clarke Casey4-14/+1
2008-04-11* Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey8-89/+151
2008-04-11* fix bug 935Teravus Ovares1-4/+7
2008-04-11* Fix bug 934Teravus Ovares1-1/+7
2008-04-11* minor: replace test of CachedUserInfo.RootFolder != null with something mor...Justin Clarke Casey2-14/+20
2008-04-11* minor documenting, cleanup, renaming in user profile cache serviceJustin Clarke Casey2-12/+29
2008-04-11* documenting and minor refactoring in UserProfileCacheServiceJustin Clarke Casey1-14/+24
2008-04-11refactor: eliminate method in UserProfileCacheServiceJustin Clarke Casey3-16/+15
2008-04-11* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey3-35/+155
2008-04-11From: Kurt Taylor <krtaylor@us.ibm.com>Sean Dague1-11/+16
2008-04-11* Discerned between AddProfile and UpdateProfile in region registrationlbsa717-9/+102
2008-04-11* Added a "regionload_regionsdir" option to OpenSim.ini which determines wher...Adam Frisby1-0/+13
2008-04-11* Updated MapImageModule to support primitives showing on the world map image...Adam Frisby1-1/+43
2008-04-10add user profile mapping for nhibernateSean Dague1-0/+29
2008-04-10add some convenience properties. Move all the fieldsSean Dague1-69/+100