Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-22 | remove some more useless NULL arguments | UbitUmarov | 1 | -2/+2 | |
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 1 | -2/+2 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -1/+1 | |
2015-06-09 | Avoid registering console commands in every single instance of ↵ | Diva Canto | 1 | -16/+22 | |
GridUserService running on the same process. Only one registers them now. | |||||
2014-02-15 | In GridUserService, if a UUID is given consistently use the longest matched ↵ | Justin Clark-Casey (justincc) | 1 | -6/+19 | |
entry (as already done by GetGridUserInfo()) in order to avoid problems with multiple entries. This is to avoid issues where LoggedIn, SetHome, etc were always using the exact UUID match but GetGridUserInfo() would use the longest. Looks to address http://opensimulator.org/mantis/view.php?id=6986 | |||||
2014-01-30 | Add "show grid user" robust/standalone console command for debug purposes. | Justin Clark-Casey (justincc) | 1 | -0/+33 | |
Shows all data on entries which match or start with a given ID. This would usually be a UUID. | |||||
2013-11-05 | minor: comment out "SetLastPosition" GridUserService debug message for now. | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
2013-09-03 | Fix logic errors in "show grid users online" console command which didn't ↵ | Justin Clark-Casey (justincc) | 1 | -3/+2 | |
actually filter out users shown continuously online for more than 5 days Remove confusion in command output. | |||||
2013-09-03 | Add experimental "show grid users online" console command to show grid users ↵ | Justin Clark-Casey (justincc) | 1 | -0/+39 | |
online from a standalone/robust instance. This is not guaranteed to be accurate since users may be left "online" in certain situations. For example, if a simulator crashes and they never login/logout again. To counter this somewhat, only users continuously online for less than 5 days are shown. | |||||
2013-07-06 | A little more debug | Diva Canto | 1 | -1/+1 | |
2013-07-02 | Deleted debug messages. Fixed a null ref exception on the POST handler of ↵ | Diva Canto | 1 | -4/+1 | |
GridUserServerPostHandler.cs | |||||
2013-07-02 | More debug messages | Diva Canto | 1 | -1/+5 | |
2013-07-02 | This should have a strong effect on the Unknown User issue mantis #6625 | Diva Canto | 1 | -1/+16 | |
2013-04-27 | Make method virtual | Diva Canto | 1 | -1/+1 | |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -1/+12 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-09-30 | Made a method of GridUserService virtual so it can be overridden. | Diva Canto | 1 | -12/+1 | |
2012-09-27 | Removed the bits about the TOSModule. That module doesn't go into core. ↵ | Diva Canto | 1 | -2/+0 | |
WARNING: migration on GridUser withdrawn too, but left the migration number there. | |||||
2012-09-25 | TOS module. WARNING: migration in GridUser table. | Diva Canto | 1 | -0/+2 | |
2012-01-16 | Allow retrival of multiple user records in one operation, analog to presence | Melanie | 1 | -1/+11 | |
2012-01-16 | Add methods to allow the groups modules to query online status and last login | Melanie | 1 | -1/+11 | |
2010-09-29 | Part two of the previous commit, making IGridUserService.LoggedOut() more ↵ | John Hurliman | 1 | -1/+1 | |
flexible without changing current behavior | |||||
2010-09-29 | Made IGridUserService.SetLastPosition() more flexible to allow different ↵ | John Hurliman | 1 | -1/+1 | |
possible implementations. This doesn't change any behavior or any Robust code, but it simplifies the SimianGrid connector by using the standard OpenSim interface for setting last position now | |||||
2010-05-20 | Removed sessionID from GridUserservice again. Removed parcel crossing ↵ | Diva Canto | 1 | -1/+1 | |
detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface. | |||||
2010-05-20 | * Added sessionID to IGridUserService.SetLastPosition(), as some connectors ↵ | unknown | 1 | -1/+1 | |
will want to track position against sessionID instead of userID * Updated SimianPresenceServiceConnector to use the new LoggedOut/SetHome/etc methods and only update session position on parcel crossing | |||||
2010-05-07 | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 1 | -6/+89 | |
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. | |||||
2010-03-10 | Formatting cleanup. Add copyright notices. | Jeff Ames | 1 | -1/+1 | |
2010-03-05 | Justin, I must have been dyslexic when I wrote UserGridService as the name ↵ | Diva Canto | 1 | -8/+8 | |
for it. GridUserService makes more sense; it's the user of the grid, "grid user". I changed it everywhere. | |||||
2010-03-05 | add initial UserGrid service classes as per diva's direction | Justin Clark-Casey (justincc) | 1 | -23/+30 | |
this will initially store home location data instead of the presence service compiles but not enough to actually test yet | |||||
2010-01-28 | HG 1.5 is in place. Tested in standalone only. | Diva Canto | 1 | -2/+2 | |
2010-01-17 | HG teleports through gatekeeper are working. | Diva Canto | 1 | -10/+0 | |
2010-01-17 | Agent gets there through the Gatekeeper, but still a few quirks to fix. | Diva Canto | 1 | -23/+34 | |
2009-09-29 | Fix loading modules with alternate configurations and ports into ROBUST. | Melanie | 1 | -1/+1 | |
Make all current modules support the configuration name option | |||||
2009-09-29 | Fix loading modules with alternate configurations and ports into ROBUST. | Melanie | 1 | -1/+1 | |
Make all current modules support the configuration name option | |||||
2009-06-14 | Update svn properties. | Jeff Ames | 1 | -68/+68 | |
2009-06-14 | Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵ | diva | 1 | -73/+68 | |
get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-22 | cleaning out warnings. | Dr Scofield | 1 | -3/+1 | |
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | |||||
2009-05-18 | Refactor: Change "Servers" to "Server", since the can only be one. Break | Melanie Thielker | 1 | -2/+2 | |
the handlers out of the asset server context into a generic scope. | |||||
2009-05-18 | Nonowrking intermadiate commit,, DO NOT USE | Melanie Thielker | 1 | -0/+0 | |
2009-05-14 | Move the server request handlers into a separate lib nunit can digest | Melanie Thielker | 1 | -1/+1 | |
2009-05-09 | Add the asset service connectors and sample config. READ WARNINGS!!! | Melanie Thielker | 1 | -10/+17 | |
2009-05-09 | FInish basic asset server functionality on the new asset server | Melanie Thielker | 1 | -4/+26 | |
2009-05-08 | The new asset server now actually serves existing assets | Melanie Thielker | 1 | -0/+2 | |
2009-05-08 | More additions to the nextgen reference UGAIM | Melanie Thielker | 1 | -6/+6 | |
2009-05-05 | Some refactoring. Database is now active in the new user server | Melanie Thielker | 1 | -2/+2 | |
2009-05-05 | Plumb the new server connector logic | Melanie Thielker | 1 | -6/+9 | |
2008-11-19 | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 1 | -1/+1 | |
libOMV. | |||||
2008-11-19 | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 1 | -1/+1 | |
release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366 | |||||
2008-11-17 | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 1 | -1/+1 | |
* Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -3/+3 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. |