Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-11-25 | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2008-11-23 | 05:24:49 - [PRESENCE]: Logging off 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb ↵ | Melanie Thielker | 1 | -0/+30 | |
because the region they were in has gone Or, in other words, a region crash/restart no longer messes up presence. | |||||
2008-11-23 | Plumb in the presence notifications and region shutdown/restart messages | Melanie Thielker | 1 | -7/+70 | |
from the presence module to the message server, through the user server and on into the database. This should fix the "Already logged in" issue that grids see after a sim crashes, or a user crashes out of a sim. Not yet a 100% solution for friends, but getting there. | |||||
2008-11-21 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
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-11-17 | minor: remove mono compiler warnings | Justin Clarke Casey | 1 | -3/+3 | |
2008-11-17 | Make the messageing server re-register with all it's user servers every five | Melanie Thielker | 1 | -1/+11 | |
minutes. This ensures that things don't get messy if a user server is restarted and the user server's operator has no control over the host the message servers run on. | |||||
2008-11-17 | Allow more then one user server in the user server config of the | Melanie Thielker | 1 | -25/+43 | |
message server. This is needed for larger grids | |||||
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 1 | -303/+162 | |
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-09-14 | MessageServer gets the agent position (positionx/y/z) as float, not as int in | Homer Horwitz | 1 | -3/+3 | |
the login_to_simulator message. Changed parsing accordingly (#2190). | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -20/+20 | |
* 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. | |||||
2008-08-09 | * minor: remove unused grid send/receive keys from user server configuration | Justin Clarke Casey | 1 | -2/+0 | |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -6/+6 | |
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 1 | -13/+13 | |
2008-06-03 | * This should fix presence issues. | Teravus Ovares | 1 | -11/+20 | |
2008-06-02 | * This update enables grid wide presence updates. | Teravus Ovares | 1 | -22/+133 | |
* You'll need to start-up the MessageingServer and set it up. It sets up like any of the other grid servers. * All user presence data is kept in memory for speed, while the agent is online. That means if you shutdown the messaging server or the messaging server crashes, it forgets who's online/offline. * Occasionally the region-cache will get stale if regions move around a lot. if it gets stale, run clear-cache on the messaging server console to clear the region cache. | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -21/+21 | |
2008-05-14 | More formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -76/+75 | |
2008-05-01 | * Cleaning code still. | Adam Frisby | 1 | -75/+76 | |
2008-05-01 | * Assorted spring cleanings. | Adam Frisby | 1 | -0/+1 | |
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -8/+6 | |
(this took a while to run). | |||||
2008-04-02 | changing more references to OpenSim.Data | Sean Dague | 1 | -1/+1 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -68/+39 | |
2008-02-26 | * Added base thread pool based presence informing to the message server. | Teravus Ovares | 1 | -26/+27 | |
* Not ready yet for use. | |||||
2008-02-26 | * More Message server stuff. Still not ready. | Teravus Ovares | 1 | -26/+77 | |
2008-02-25 | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 1 | -1/+103 | |
2008-02-14 | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 1 | -1/+1 | |
* Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon. | |||||
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -9/+7 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-01-20 | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 1 | -1/+1 | |
* Added a Logout message with a name on the console * Added a *fixme* message to figure out why the current agent session is null * After updating you may notice that there's a login <user> and also a logout<user> | |||||
2008-01-08 | * Added the files for work units for the purpose of sending out updates to ↵ | Teravus Ovares | 1 | -0/+4 | |
regions. | |||||
2008-01-08 | * Added more methods to MessageService | Teravus Ovares | 1 | -49/+161 | |
2008-01-08 | * Switched over to RegionProfileData from using RegionInfo because ↵ | Teravus Ovares | 1 | -21/+60 | |
RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method. | |||||
2008-01-07 | * Message Server stuff. | Teravus Ovares | 1 | -11/+11 | |
2008-01-07 | * More message server methods | Teravus Ovares | 1 | -2/+103 | |
2008-01-07 | * Adding More to the MessageServer classes. | Teravus Ovares | 1 | -0/+224 | |
* Don't forget to prebuild |