aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/FriendListItem.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-19Change a member of the friendslist module to better reflect the client sideMelanie1-2/+0
data storage paradigm of the friends list and avoid repeated, unneccessary fetches of the entire friends list.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-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.
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-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.
2008-04-29* Spring cleaning.Adam Frisby1-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.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-2/+0
(this took a while to run).
2008-03-18Formatting cleanup.Jeff Ames1-29/+25
2008-01-07* More message server methodsTeravus Ovares1-0/+1
2008-01-07* Adding More to the MessageServer classes.Teravus Ovares1-0/+3
* Don't forget to prebuild
2007-12-30* Fixed References in Prebuild so the project compilesTeravus Ovares1-15/+10
* Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods
2007-12-27* Optimized usingslbsa711-4/+3
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-12-08set svn:eol-styleJeff Ames1-25/+25
2007-12-07* All remoting calls are now using Serializable valuesTeravus Ovares1-0/+25
* There's still goofyness though, because other regions are denying child agent avatar. * Still more debugging required.