| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Commenting out the succesful REST message as under heavy use there | Charles Krinke | 2009-01-12 | 1 | -3/+7 |
* | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 2009-01-06 | 1 | -1/+1 |
* | * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term... | Justin Clarke Casey | 2009-01-06 | 1 | -1/+1 |
* | * Move common string aggregation for caps seed path to a method in CapsUtil | Justin Clarke Casey | 2009-01-06 | 1 | -2/+1 |
* | * minor: Move GetRandomCapsPath() to a CapsUtil class | Justin Clarke Casey | 2009-01-06 | 1 | -1/+2 |
* | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 2009-01-05 | 1 | -0/+1 |
* | * Check in login service tests beachhead | Justin Clarke Casey | 2009-01-05 | 1 | -0/+1 |
* | OpenUser_Main is now public. Fixes Mantis #2940. Thanks SirKimba | Homer Horwitz | 2008-12-30 | 1 | -1/+1 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-12-30 | 1 | -339/+339 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2927 with some changes | Justin Clarke Casey | 2008-12-29 | 2 | -5/+5 |
* | * ReCommit the OpenID patch with a few less dependencies. | Teravus Ovares | 2008-12-20 | 2 | -0/+345 |
* | Revert OpenId until we can come to grips with the mono 2 requirement | Charles Krinke | 2008-12-20 | 2 | -345/+0 |
* | Mantis#2816. Thank you kindly, JHurliman for the beginnings of | Charles Krinke | 2008-12-19 | 2 | -0/+345 |
* | fix a bug with the Grid REST interface that was returning the classname | Sean Dague | 2008-12-17 | 1 | -1/+1 |
* | Mantis#2811. Thank you kindly, Diva for a patch that resolves | Charles Krinke | 2008-12-13 | 1 | -8/+5 |
* | * minor: Be a little more informative when a region fails to connect because ... | Justin Clarke Casey | 2008-12-12 | 1 | -2/+4 |
* | Add hostnames in addition to IP address to some more places. This continues r... | Homer Horwitz | 2008-12-11 | 1 | -0/+2 |
* | Move from IP to hostname for seed caps on login, for gridmode and standalone. | Homer Horwitz | 2008-12-11 | 1 | -0/+1 |
* | - Fixed missing ToString() in map_blocks response in grid-server | Homer Horwitz | 2008-12-05 | 1 | -1/+4 |
* | * reverted 7561 as the logger reference should always be private to the class... | lbsa71 | 2008-12-02 | 2 | -2/+2 |
* | Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown... | MW | 2008-12-02 | 4 | -4/+3 |
* | Added two new "trusted" url handlers to the Inventory server, to allow the us... | MW | 2008-12-02 | 2 | -10/+34 |
* | * Making log available for subclasses | lbsa71 | 2008-12-01 | 1 | -1/+1 |
* | * minor: Eliminate unused paramter in LocalUserServices constructors | Justin Clarke Casey | 2008-11-28 | 1 | -2/+2 |
* | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 2008-11-28 | 4 | -49/+40 |
* | * Opened the registration of http handlers up for subclassing | lbsa71 | 2008-11-27 | 1 | -1/+1 |
* | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-25 | 1 | -5/+5 |
* | made the messaging server OpenMessage_Main constructor public (from private) ... | MW | 2008-11-25 | 1 | -1/+1 |
* | * Adding some virtual hooks and making some privaets protected for great just... | lbsa71 | 2008-11-25 | 3 | -8/+20 |
* | 05:24:49 - [PRESENCE]: Logging off 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb becau... | Melanie Thielker | 2008-11-23 | 5 | -1/+105 |
* | Plumb in the presence notifications and region shutdown/restart messages | Melanie Thielker | 2008-11-23 | 5 | -8/+242 |
* | Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that: | Charles Krinke | 2008-11-23 | 1 | -56/+85 |
* | Move user server -> message server notifications into a separate thread | Melanie Thielker | 2008-11-22 | 1 | -1/+86 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-21 | 1 | -1/+1 |
* | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 2008-11-19 | 2 | -7/+7 |
* | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2008-11-19 | 2 | -7/+7 |
* | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 2008-11-17 | 2 | -7/+7 |
* | minor: remove mono compiler warnings | Justin Clarke Casey | 2008-11-17 | 1 | -3/+3 |
* | Make the messageing server re-register with all it's user servers every five | Melanie Thielker | 2008-11-17 | 1 | -1/+11 |
* | Allow more then one user server in the user server config of the | Melanie Thielker | 2008-11-17 | 1 | -25/+43 |
* | * minor: remove log message that gives wrong user server 'version' | Justin Clarke Casey | 2008-11-11 | 1 | -2/+0 |
* | * Implement basic region filtering as described in https://lists.berlios.de/p... | Justin Clarke Casey | 2008-11-11 | 2 | -7/+35 |
* | Thank you kindly, Diva, for a patch that: | Charles Krinke | 2008-11-06 | 2 | -4/+4 |
* | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 2008-11-01 | 3 | -304/+164 |
* | GridManager.GetRegions() now returns a List, not a Dictionary. Also removed s... | Mike Mazur | 2008-10-29 | 1 | -40/+35 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-27 | 1 | -1/+1 |
* | - Added BaseHttpServer.Stop | Homer Horwitz | 2008-10-22 | 1 | -21/+34 |
* | * Apply a modified version of the part of http://opensimulator.org/mantis/vie... | Justin Clarke Casey | 2008-10-13 | 2 | -3/+53 |
* | Mantis#2340. Thank you kindly, Sacha Magne for a patch that: | Charles Krinke | 2008-10-06 | 1 | -4/+5 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-05 | 1 | -1/+1 |