| Commit message (Expand) | Author | Files | Lines |
2008-04-16 | * From Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 1 | -4/+23 |
2008-04-16 | added a thread.Sleep(500) to OGS1GridServices.CheckRegion() , to try to help ... | MW | 1 | -0/+1 |
2008-04-16 | * Set default EstateSettings regionFlags to allow 'set home here', and 'creat... | Teravus Ovares | 1 | -1/+1 |
2008-04-16 | * Applying melanie's Landmark patch. Thanks Melanie! | Teravus Ovares | 8 | -34/+62 |
2008-04-16 | After reading Timer.cs in the mono source, I'm not | Sean Dague | 1 | -116/+118 |
2008-04-16 | Thank you very much, Kmeisthax for: | Charles Krinke | 6 | -3/+82 |
2008-04-15 | * A tweak of the caps system so that new caps have random paths instead of a ... | Teravus Ovares | 4 | -3/+46 |
2008-04-15 | fix types on nhibernate mappings for User bits | Sean Dague | 2 | -11/+12 |
2008-04-15 | * Fix mantis 975 - prim text > 255 chars | Justin Clarke Casey | 1 | -0/+8 |
2008-04-15 | * Tiny, tiny, login message refinement to reduce human parsing requirements | Justin Clarke Casey | 1 | -1/+1 |
2008-04-15 | * Make it easier to follow logins on the user server by changing and tidying ... | Justin Clarke Casey | 4 | -29/+35 |
2008-04-15 | * Send a meaningful response to both the user server console and the client i... | Justin Clarke Casey | 3 | -13/+43 |
2008-04-15 | Fixed LSL State support. | Teravus Ovares | 3 | -35/+57 |
2008-04-15 | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 2 | -0/+289 |
2008-04-15 | From: dirk husemann <hud@zurich.ibm.com> | Sean Dague | 2 | -23/+44 |
2008-04-15 | Update svn properties. | Jeff Ames | 4 | -201/+201 |
2008-04-15 | * Added support for serialising objects to ExportSerialisationModule via Seri... | Adam Frisby | 3 | -10/+23 |
2008-04-15 | * Fixes an issue with the BaseHttpServer in Linux | Teravus Ovares | 7 | -20/+92 |
2008-04-15 | * Committing shell of a whole-region serialiser. This is not complete and wil... | Adam Frisby | 3 | -0/+188 |
2008-04-15 | * Quick patch before I start on a bigger project | Adam Frisby | 3 | -55/+61 |
2008-04-14 | * Working towards notifying the client if the inventory service has failed, r... | Justin Clarke Casey | 5 | -15/+70 |
2008-04-14 | * Fixed a few warnings. | Teravus Ovares | 12 | -10/+347 |
2008-04-14 | * Get Util.GetHostFromDNS to tell us the dns address it was trying to resolve... | Justin Clarke Casey | 1 | -1/+15 |
2008-04-14 | make it so the IRC bridge only relays channel 0 messages | Sean Dague | 1 | -7/+10 |
2008-04-14 | Possible fix for the 100% CPU issue. I've not fully | Sean Dague | 1 | -2/+8 |
2008-04-14 | #952 again | Teravus Ovares | 1 | -7/+21 |
2008-04-14 | Fix for mantis 952 | Teravus Ovares | 1 | -23/+30 |
2008-04-13 | * Correct comment from previous patch - I'm not reversing mantis #912 at all,... | Justin Clarke Casey | 1 | -1/+1 |
2008-04-13 | * Reverse mantis #912 since it was causing inventory to disappear from the ro... | Justin Clarke Casey | 1 | -1/+10 |
2008-04-13 | * Fix a bug in the friends module that causes a friend not to appear online w... | Teravus Ovares | 5 | -16/+890 |
2008-04-13 | * Temporarily, stop the exception of mantis #951 from killing the entire clie... | Justin Clarke Casey | 1 | -1/+13 |
2008-04-13 | * Put in crude poll waiting for 60 seconds for delayed user inventory deliver... | Justin Clarke Casey | 1 | -2/+27 |
2008-04-13 | * Added some comments to terrain module. | Adam Frisby | 2 | -3/+57 |
2008-04-11 | first drop of user storage implementation for nhibernate. | Sean Dague | 2 | -2/+271 |
2008-04-11 | add some convenience properties to get floats out of | Sean Dague | 1 | -0/+13 |
2008-04-11 | add user agent mapping | Sean Dague | 1 | -0/+21 |
2008-04-11 | * Reduce publicly exposed fields on InventoryCollection, which was causing du... | Justin Clarke Casey | 4 | -77/+48 |
2008-04-11 | * Minor refactoring in OGS1InventoryService | Justin Clarke Casey | 1 | -27/+20 |
2008-04-11 | * Remove the worst excesses of my inventory debugging code | Justin Clarke Casey | 1 | -6/+6 |
2008-04-11 | * Eliminate a class of errors where an inventory request could be made before... | Justin Clarke Casey | 3 | -14/+31 |
2008-04-11 | * Minor inventory code cleanup following on from last patch | Justin Clarke Casey | 4 | -14/+1 |
2008-04-11 | * Change inventory async response deliver to deliver all items and folders at... | Justin Clarke Casey | 8 | -89/+151 |
2008-04-11 | * fix bug 935 | Teravus Ovares | 1 | -4/+7 |
2008-04-11 | * Fix bug 934 | Teravus Ovares | 1 | -1/+7 |
2008-04-11 | * minor: replace test of CachedUserInfo.RootFolder != null with something mor... | Justin Clarke Casey | 2 | -14/+20 |
2008-04-11 | * minor documenting, cleanup, renaming in user profile cache service | Justin Clarke Casey | 2 | -12/+29 |
2008-04-11 | * documenting and minor refactoring in UserProfileCacheService | Justin Clarke Casey | 1 | -14/+24 |
2008-04-11 | refactor: eliminate method in UserProfileCacheService | Justin Clarke Casey | 3 | -16/+15 |
2008-04-11 | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 3 | -35/+155 |
2008-04-11 | From: Kurt Taylor <krtaylor@us.ibm.com> | Sean Dague | 1 | -11/+16 |