aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/PresenceService (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-053-9/+9
|
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto2016-02-211-1/+1
| | | | replace anymore.
* On to 0.8.3!Diva Canto2015-10-181-1/+1
| | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
* Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto2015-04-291-1/+1
| | | | AssemblyVersion("0.8.2.*")
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
|
* Better logging in PresenceService, to help diagnose presence problems.Oren Hurvitz2014-04-211-25/+63
|
* Log when the presence service logs-out all the users in a regionOren Hurvitz2014-04-091-1/+2
|
* Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
|
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
|
* Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
| | | | | | | | This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force.
* The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
|
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ↵Justin Clark-Casey (justincc)2012-03-301-3/+4
| | | | | | | for granting rights via a module call. Rename IFriendsModule.GetFriendPerms() -> GetRightsGrantedByFriend() to be more self-documenting and consistent with friends module terminology. Add some method doc.
* Delete existing presences for a user ID when they log in again.Melanie2010-11-051-0/+13
| | | | | | | WARNING!!! This changes a default. The old default is to allow multiple presences, the new default disables this. As the feature currently has no users, this should not present any difficulty and will alleviate the presence issues somewhat.
* for now, comment out some older or redundant log debug lines to make ↵Justin Clark-Casey (justincc)2010-10-291-1/+1
| | | | diagnostics easier
* Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵Diva Canto2010-06-041-1/+1
| | | | avies are in different sims.
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2010-05-281-1/+2
|
* More cleaning on presence. Friends online/offline works again.Diva Canto2010-05-081-6/+0
|
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-74/+5
| | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
* Bug fix: "last location" login.Diva Canto2010-03-121-0/+4
|
* Comment a debug message that is a tad too spammyMelanie2010-03-081-1/+1
|
* Now showing friends online upon grid login.Diva Canto2010-02-261-0/+1
|
* Several more buglets removed.Diva Canto2010-01-131-1/+1
|
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-1/+3
| | | | * CommsManager.AvatarService rerouted
* Avatar appearance skeletonMelanie2010-01-041-1/+1
|
* Test client for remote presence connector, and for the service itself. ↵Diva Canto2010-01-022-3/+5
| | | | Connector seems to work well.
* New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto2010-01-011-9/+31
| | | | missing from response, namely Library and Friends. Appearance service is also missing.
* Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2009-12-301-9/+23
|
* Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-281-4/+30
| | | | (deleting all but one presence record) on logout so that they don't pile up.
* Added some more log messages. This is beginning to work.Diva Canto2009-12-282-5/+7
|
* Database and presence changes. UntestedMelanie2009-12-282-27/+23
|
* Changed GetAgents to take string[] instead of UUID[]Diva Canto2009-12-271-19/+23
|
* Remove the sesion from returned presence infoMelanie2009-12-271-4/+0
|
* Finish the presence serviceMelanie2009-12-271-5/+73
|
* Just make it compile :)Melanie2009-12-271-5/+26
|
* Presence Step 1Melanie2009-12-271-5/+2
|
* Tweak presence handling and whip up a database connector and handlerMelanie2009-11-181-0/+9
| | | | for testign the new generic table handling
* Change PresenceData to PresenceInfo to remove a naming conflict in theMelanie2009-11-181-0/+5
| | | | OpenSim.Data namespace
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2009-11-131-3/+3
|
* Adding the presence service skeletonMelanie2009-10-232-0/+137