| Commit message (Expand) | Author | Age | Files | Lines |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-12-11 | 1 | -1/+1 |
* | * Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315 | Justin Clarke Casey | 2008-12-10 | 1 | -6/+6 |
* | * Enable agent to agent transfer of inventory folders | Justin Clarke Casey | 2008-12-09 | 1 | -5/+0 |
* | * Apply terrain flip patch from http://opensimulator.org/mantis/view.php?id=2315 | Justin Clarke Casey | 2008-12-09 | 1 | -0/+46 |
* | * minor: remove some old logging messages | Justin Clarke Casey | 2008-12-09 | 1 | -4/+0 |
* | * minor: Take out some of the test log output I accidentally left in a couple... | Justin Clarke Casey | 2008-12-04 | 1 | -1/+1 |
* | * Put in the code necessary to allow inventory transfer of whole folders (and... | Justin Clarke Casey | 2008-12-04 | 2 | -35/+95 |
* | Fixes Mantis#2744: Permissions returned false for resetting scripts in | Homer Horwitz | 2008-12-03 | 1 | -0/+6 |
* | Reinstate closing the EQ when the UDP circuit disconnects. This will likely | Melanie Thielker | 2008-12-03 | 1 | -9/+6 |
* | Make a couple log4net instances static readonly. | Jeff Ames | 2008-12-03 | 1 | -1/+1 |
* | Fix Mantis#2527. Permissions returned false for editing non-root SOPs. Now, | Homer Horwitz | 2008-12-01 | 1 | -0/+8 |
* | don't close eventqueues when you leave a region. This really does seem | Sean Dague | 2008-12-01 | 1 | -2/+10 |
* | * minor: A few tiny bits of documentation and log message cleanup before star... | Justin Clarke Casey | 2008-12-01 | 1 | -1/+1 |
* | fix the "I get no textures if I teleport back to a region I've been in | Sean Dague | 2008-12-01 | 1 | -2/+4 |
* | attempt to modify the event queue for greater debugging | Sean Dague | 2008-12-01 | 1 | -0/+2 |
* | Mantis #2729 | Melanie Thielker | 2008-12-01 | 1 | -0/+10 |
* | Fix usage of reflection where it isn't necessary. | Homer Horwitz | 2008-11-29 | 1 | -1/+1 |
* | Mantis #2584 | Melanie Thielker | 2008-11-29 | 1 | -0/+15 |
* | Finally make attachments stay put. Randomize local ID generation to | Melanie Thielker | 2008-11-29 | 1 | -1/+6 |
* | * refactor: rename UserServiceAdmin to UserAdminService | Justin Clarke Casey | 2008-11-28 | 1 | -1/+1 |
* | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 2008-11-28 | 1 | -2/+4 |
* | Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-11-27 | 1 | -0/+10 |
* | Added local lookup before we ask the messaging server. | Homer Horwitz | 2008-11-26 | 1 | -6/+26 |
* | Next step of the PresenceModule. Still not complete; local optimizations and the | Homer Horwitz | 2008-11-25 | 1 | -33/+101 |
* | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-25 | 1 | -1/+1 |
* | Update svn properties. | Jeff Ames | 2008-11-25 | 3 | -692/+692 |
* | * minor: eliminate mono compiler warnings | Justin Clarke Casey | 2008-11-25 | 2 | -4/+6 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2640 | Justin Clarke Casey | 2008-11-25 | 3 | -0/+692 |
* | WIP: Adding a few things to PresenceModule. Not quite finished yet. | Homer Horwitz | 2008-11-24 | 1 | -2/+83 |
* | - Evaluate config only once | Homer Horwitz | 2008-11-24 | 1 | -21/+35 |
* | * Removed more locks on Entities | Adam Frisby | 2008-11-24 | 1 | -7/+4 |
* | * Swaps Scene.Entities Dictionary for EntityManager. | Adam Frisby | 2008-11-24 | 2 | -2/+7 |
* | Some refactoring from about a week ago that I forgot to commit, of AssetTrans... | MW | 2008-11-24 | 4 | -126/+299 |
* | Don't serve texture preview from other people's objects if you | Melanie Thielker | 2008-11-23 | 1 | -0/+22 |
* | Plumb in the presence notifications and region shutdown/restart messages | Melanie Thielker | 2008-11-23 | 1 | -9/+15 |
* | Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that: | Charles Krinke | 2008-11-23 | 1 | -1/+1 |
* | Add error handling to catch the WebExceptions thrown if you have | Melanie Thielker | 2008-11-23 | 1 | -23/+48 |
* | Adding root agent position messages to the message server | Melanie Thielker | 2008-11-22 | 1 | -0/+42 |
* | Add root agent tracking to presence module | Melanie Thielker | 2008-11-22 | 1 | -5/+17 |
* | Next step in the presence module - some core plumbing included at | Melanie Thielker | 2008-11-22 | 1 | -0/+18 |
* | Increase IRC login timeout to 25 - it was 10 which was causing reconnect loop... | Dahlia Trimble | 2008-11-22 | 1 | -1/+1 |
* | Adding region up/down notifications to the PresenceModule. Messaging | Melanie Thielker | 2008-11-22 | 1 | -0/+42 |
* | Check in the presence module skeleton | Melanie Thielker | 2008-11-22 | 1 | -0/+100 |
* | Enclose the inter-region IM sending in a try-catch for now to find possibly m... | Homer Horwitz | 2008-11-22 | 1 | -178/+188 |
* | - Add a warning if the agent data of the destination of an IM isn't found | Homer Horwitz | 2008-11-22 | 1 | -0/+6 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-22 | 2 | -2/+2 |
* | First stage group permissions plumbing | Melanie Thielker | 2008-11-22 | 1 | -0/+5 |
* | Mantis #2442 | Melanie Thielker | 2008-11-22 | 1 | -2/+11 |
* | - No need to build a list of regions and then only the first one. | Homer Horwitz | 2008-11-21 | 1 | -2/+4 |
* | Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all | Melanie Thielker | 2008-11-21 | 5 | -61/+61 |