| Commit message (Expand) | Author | Age | Files | Lines |
* | More cleaning on presence. Friends online/offline works again. | Diva Canto | 2010-05-08 | 1 | -37/+50 |
* | * XInventory fairly tested, including for HG. Almost ready to switch. | Diva Canto | 2010-04-30 | 1 | -2/+5 |
* | Spelling in FriendsModule.cs: "filed to load" -> "failed to load" | unknown | 2010-04-28 | 1 | -1/+1 |
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -2/+2 |
* | Changed a cryptic debug message and a wrong comment | Diva Canto | 2010-03-09 | 1 | -1/+1 |
* | Offline friendship offers now working. | Diva Canto | 2010-03-01 | 1 | -8/+41 |
* | Friends rights under control. | Diva Canto | 2010-03-01 | 1 | -68/+25 |
* | More work on GrantRights. Still not right. | Diva Canto | 2010-03-01 | 1 | -43/+98 |
* | Fix -1 checks for login case | Melanie | 2010-03-01 | 1 | -1/+1 |
* | Small tweak | Melanie | 2010-03-01 | 1 | -1/+1 |
* | Should have things the right way around, better that way | Melanie | 2010-03-01 | 1 | -1/+1 |
* | Change friends to handle offers as it was originally designed. This may | Melanie | 2010-03-01 | 1 | -6/+2 |
* | Implement rights changes locall (UNTESTED) | Melanie | 2010-02-28 | 1 | -10/+38 |
* | Initial Online friends notification seems to be working reliably now. All thi... | Diva Canto | 2010-02-28 | 1 | -16/+38 |
* | Friends connectors finished. Status notification working across the board. On... | Diva Canto | 2010-02-28 | 1 | -56/+129 |
* | Status notification (online/offline) working for same sim. | Diva Canto | 2010-02-27 | 1 | -18/+66 |
* | Update the local cache upon friendship acceptance. Logout notifications working. | Diva Canto | 2010-02-27 | 1 | -0/+4 |
* | * Finished implementation of FriendsService.Delete | Diva Canto | 2010-02-27 | 1 | -1/+4 |
* | Friends online notifications upon friendship now working (same sim only). | Diva Canto | 2010-02-27 | 1 | -0/+3 |
* | Move requestonlinenotification generic message to presence module | Melanie | 2010-02-27 | 1 | -6/+0 |
* | Implement a handler for requestonlinenotification generic message | Melanie | 2010-02-27 | 1 | -0/+6 |
* | Friendships established. | Diva Canto | 2010-02-27 | 1 | -0/+7 |
* | * Friendship offers starting to work in the same sim. Not quite right yet. | Diva Canto | 2010-02-26 | 1 | -102/+109 |
* | More flesh to FriendsModule. Still incomplete. | Diva Canto | 2010-02-26 | 1 | -0/+67 |
* | Add the client message handlers. The calling card handlers that are part of | Melanie | 2010-02-26 | 1 | -0/+27 |
* | Now showing friends online upon grid login. | Diva Canto | 2010-02-26 | 1 | -0/+6 |
* | Implement local online/offline notifications | Melanie | 2010-02-25 | 1 | -0/+37 |
* | Check flags on initial login | Melanie | 2010-02-25 | 1 | -1/+4 |
* | Implement initial online notifications | Melanie | 2010-02-25 | 1 | -0/+64 |
* | Implement friend perms | Melanie | 2010-02-25 | 1 | -1/+11 |
* | Begin tracking users and friends | Melanie | 2010-02-25 | 1 | -0/+81 |
* | Grab the presence module and load the friends connector into the friends module | Melanie | 2010-02-25 | 1 | -0/+33 |
* | Add the stream handler/listener and requisite methods to the friends module | Melanie | 2010-02-25 | 1 | -3/+103 |
* | Finally cutting the gordian knot. Friends needs to be both a module and a | Melanie | 2010-02-04 | 1 | -6/+0 |
* | Some interface and data structure changes, add the missing method in friends | Melanie | 2010-02-04 | 1 | -1/+6 |
* | Change a member of the friendslist module to better reflect the client side | Melanie | 2010-01-19 | 1 | -2/+2 |
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 1 | -1/+1 |
* | Finally restire the EMPTY friends module (what a mess) | Melanie | 2010-01-01 | 1 | -550/+1 |
* | Merge branch 'master' into presence-refactor | Melanie | 2009-12-31 | 1 | -0/+548 |
|\ |
|
| * | Adds Friend Finding functionality. | Revolution | 2009-12-31 | 1 | -0/+23 |
* | | Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo... | Melanie | 2009-12-28 | 1 | -1051/+13 |
|/ |
|
* | Formatting cleanup. | Jeff Ames | 2009-11-23 | 1 | -4/+4 |
* | Change the permissions module to use the friend list cache already in the | Melanie | 2009-11-05 | 1 | -0/+12 |
* | Patch by revolution, thank you. Mantis #1789 . Implement friends permissions. | Melanie | 2009-11-05 | 1 | -2/+7 |
* | Revert "Rewrote parts of the code that were double-locking different objects.... | Melanie | 2009-10-07 | 1 | -23/+19 |
* | Rewrote parts of the code that were double-locking different objects. This is... | Diva Canto | 2009-10-06 | 1 | -19/+23 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -7/+7 |
* | First pass at the heart surgery for grid services. Compiles and runs minimall... | Diva Canto | 2009-09-26 | 1 | -4/+9 |
* | Redirected all calls to CachedUserProfile methods to the inventory service. R... | Diva Canto | 2009-08-12 | 1 | -2/+5 |
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 1 | -2/+2 |