Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-15 | * Add new unit test for simple teleport in a standalone. | Justin Clarke Casey | 1 | -0/+1 | |
* Does not yet check results. | |||||
2009-01-14 | * Move the timed_out change to earlier on in the async handler | Justin Clarke Casey | 1 | -4/+9 | |
* There appears to be a bug on mono 1.9.1 (and maybe later), where sometimes the async wait will be signalled even though that async callback has not executed * This change may make it slightly better but it's difficult to tell (it definitely still occurs) * Also this patch closes the wait handle explicitly, as recommended in the MSDN docs. This doesn't have any impact on the bug though | |||||
2009-01-06 | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 2 | -3/+3 | |
2009-01-06 | * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with ↵ | Justin Clarke Casey | 1 | -1/+1 | |
terminology used elsewhere * Last build break was probably a Bamboo failure - hopefully this should succeed | |||||
2009-01-06 | * Move common string aggregation for caps seed path to a method in CapsUtil | Justin Clarke Casey | 1 | -3/+4 | |
2009-01-06 | * minor: Move GetRandomCapsPath() to a CapsUtil class | Justin Clarke Casey | 1 | -1/+2 | |
2009-01-05 | * Add seed cap check to login test | Justin Clarke Casey | 1 | -1/+1 | |
2009-01-05 | * Check in login service tests beachhead | Justin Clarke Casey | 1 | -3/+3 | |
2009-01-03 | Fixed logic for sending foreign user information (HG). | diva | 1 | -5/+16 | |
2009-01-03 | Another interregion comms change that will not work well with previous ↵ | diva | 3 | -20/+39 | |
versions. This commit moves InformRegionOfChildAgent from OGS1 to RESTComms, effectively having the complete child agent life cycle over REST: create=POST, update=PUT, close=DELETE. Additional changes include more functions in the IHyperlink interface, and some refactorings in the HG code for better reuse in RESTComms. | |||||
2009-01-02 | * reference is to Nini.Config, not Nini | Justin Clarke Casey | 1 | -1/+1 | |
2009-01-02 | * Add Nini reference to Communications.OGS1 | Justin Clarke Casey | 1 | -0/+1 | |
2009-01-01 | Minor fix for HG request neighbors. Should not return hyperlink neighbors, ↵ | diva | 2 | -4/+4 | |
only neighbors on the same grid. I'm still not sure if this is a bug or a feature, so this may change again. My first commit of 2009 -- Happy New Year! | |||||
2008-12-31 | Minor bug fix in HG home regions management, removing the use of ↵ | diva | 1 | -8/+15 | |
m_knownRegions.Count for creating the local handler. Local handlers are now created using a random number generator. | |||||
2008-12-24 | Backing off from the accidental removal one of the most valued 'features' of ↵ | diva | 1 | -2/+2 | |
the HG: the ability to TP to regions on the grid that don't run HG. *smiles* | |||||
2008-12-24 | Better error handling for expect_hg_user on the HG. | diva | 2 | -2/+12 | |
2008-12-22 | Plumb in the birthdate from the user server reply to the cache | Melanie Thielker | 1 | -0/+1 | |
2008-12-17 | Kicking child agents off on the first login after a client crash. The child ↵ | diva | 1 | -1/+24 | |
agents kickoff was missing from when this is run in grid mode. But, worse, turns out that this whole feature of kicking off the user after a crash was entirely missing from standalone mode. | |||||
2008-12-15 | Attempt at fixing the HG home jump by looking up hyperlink regions before ↵ | diva | 1 | -2/+2 | |
grid-local regions. | |||||
2008-12-13 | Mantis#2811. Thank you kindly, Diva for a patch that resolves | Charles Krinke | 1 | -9/+9 | |
some of our DNS/dotted decimal issues that plague teleporting. We are increasing the MajorInterfaceVersion from 1 to 2 in the gridserver, so sims will need to be updated on various grids. | |||||
2008-12-11 | Add a null check. Mantis #2798 | idb | 1 | -1/+1 | |
2008-12-11 | Correct the last checkin. | Homer Horwitz | 1 | -1/+1 | |
2008-12-11 | Move from IP to hostname for seed caps on login, for gridmode and standalone. | Homer Horwitz | 1 | -2/+2 | |
All the other caps (except the initial one) are already sent with hostname instead of IP. NOTE: This changes gridserver and userserver | |||||
2008-12-05 | - Use the http-port that is now provided by the grid-server. If it isn't ↵ | Homer Horwitz | 1 | -0/+5 | |
(because GridServer is too old), complain. Not used yet, but will be necessary for crossing regions correcly. | |||||
2008-11-30 | Mantis #2584 (again) | Melanie Thielker | 1 | -0/+1 | |
Next step of diva's TP fixes and HG support | |||||
2008-11-28 | * refactor: rename UserServiceAdmin to UserAdminService | Justin Clarke Casey | 2 | -4/+3 | |
2008-11-28 | * minor: Eliminate unused paramter in LocalUserServices constructors | Justin Clarke Casey | 1 | -6/+2 | |
2008-11-28 | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 2 | -27/+7 | |
2008-11-27 | * minor: rename m_parent to m_commsManager to make it a little clearer what ↵ | Justin Clarke Casey | 1 | -18/+18 | |
it actually is | |||||
2008-11-27 | * Remove unused and largely unimplemented UpdateUserCurrentRegion() | Justin Clarke Casey | 2 | -58/+0 | |
* please say if this causes you a problem | |||||
2008-11-25 | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-11-25 | Update svn properties. | Jeff Ames | 7 | -3366/+3366 | |
2008-11-25 | * minor: eliminate mono compiler warnings | Justin Clarke Casey | 3 | -8/+8 | |
2008-11-25 | * Apply http://opensimulator.org/mantis/view.php?id=2640 | Justin Clarke Casey | 7 | -0/+3366 | |
* This is Diva's hypergrid patch, as perviously discussed on the opensim-dev mailing list * Applied some minor prebuild.xml jiggling to resolve a dependency issue * Thanks Diva! | |||||
2008-11-24 | WIP: Adding a few things to PresenceModule. Not quite finished yet. | Homer Horwitz | 1 | -1/+9 | |
2008-11-23 | Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that: | Charles Krinke | 2 | -2/+2 | |
This patch adds the option of adding the email when you create a new user. This works in Gridmode as none Gridmode. This option is also added to RemoteAdminPlugin. With a new handler you can create a user with a email. | |||||
2008-11-14 | * test: Add scene root agent test stub, since I'll be picking up with ↵ | Justin Clarke Casey | 2 | -5/+10 | |
something else the next time I start coding on OpenSim | |||||
2008-11-12 | * Stop the pointless passing of a scene's own region handler back to it in ↵ | Justin Clarke Casey | 1 | -17/+32 | |
region comms * Some scene methods ignored it, others did nothing if the region handler given did not match their own (which would never be triggered) | |||||
2008-11-11 | * Implement basic region filtering as described in ↵ | Justin Clarke Casey | 1 | -0/+1 | |
https://lists.berlios.de/pipermail/opensim-dev/2008-November/003468.html * This is done by sending a 'major interface version' number on sim registration. Developers must increment this every time they make a change that would make the previous OpenSim revision failure incompatible with the new one (non-fatal incompatibilities are fine). * This number resides in OpenSim.Framework.Servers.VersionInfo.MajorInterfaceVersion * This allows the grid service to stop older, incompatible regions from connecting | |||||
2008-11-08 | Mantis#2590. Thank you kindly, Diva for a patch that solves: | Charles Krinke | 1 | -1/+10 | |
When the given address to CheckRegion is wrong, it crashes the whole server. Patch included. | |||||
2008-11-07 | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 1 | -0/+3 | |
Too many fixes to list. | |||||
2008-11-04 | * Improve the previous fix by pushing the exception catching down into OGS1 ↵ | Justin Clarke Casey | 1 | -8/+8 | |
grid services | |||||
2008-11-04 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-11-03 | Add a bit more error-checking to GetFriendRegionInfos. | Homer Horwitz | 1 | -13/+24 | |
2008-11-03 | Thanks diva for a patch that removes an unnecessary dependency on ↵ | Dahlia Trimble | 1 | -2/+2 | |
CommunicationsOGS1 from OGS1UserServices | |||||
2008-11-02 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 5 | -8/+164 | |
on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs. | |||||
2008-10-05 | Small optimization: Don't ask gridserver about regions on the local instance. | Homer Horwitz | 1 | -0/+7 | |
2008-10-03 | Add the missing bits for the new region-search: | Homer Horwitz | 2 | -43/+91 | |
- Added lookup in the data-layer - MySQL works - SQLite doesn't have a grid-db, so it won't work there - I added MSSQL-code to the best of my knowledge; but I don't know MSSQL :-) - Added the plumbing up to OGS1GridServices. This speaks with the grid-server via XMLRPC. - Modified MapSearchModule to use the new data. It's backward compatible; if used with an old grid-server, it just returns one found region instead of a list. - Refactored a bit. Note: This updates data, grid-server and region code. No new files. | |||||
2008-10-01 | * Fixed a mangled Seed caps handler definition on login to region in ↵ | Teravus Ovares | 1 | -1/+22 | |
standalone where port wasn't the http port. * Removed spurious warning message * More debug in EventQueueGet Module to figure out why we're loosing the handlers. |