aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/FriendListItem.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change a member of the friendslist module to better reflect the client sideMelanie2010-01-191-2/+0
| | | | | data storage paradigm of the friends list and avoid repeated, unneccessary fetches of the entire friends list.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-1/+1
| | | | | | | | | | | | | | 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.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-4/+4
| | | | | | | * 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.
* * Spring cleaning.Adam Frisby2008-04-291-3/+3
| | | | | * Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+0
| | | | (this took a while to run).
* Formatting cleanup.Jeff Ames2008-03-181-29/+25
|
* * More message server methodsTeravus Ovares2008-01-071-0/+1
|
* * Adding More to the MessageServer classes.Teravus Ovares2008-01-071-0/+3
| | | | | * Don't forget to prebuild
* * Fixed References in Prebuild so the project compilesTeravus Ovares2007-12-301-0/+47
* Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods