| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Add the client message handlers. The calling card handlers that are part of | Melanie | 2010-02-26 | 1 | -0/+27 |
* | | Removed unnecessary debug message | Diva Canto | 2010-02-26 | 1 | -1/+1 |
* | | Now showing friends online upon grid login. | Diva Canto | 2010-02-26 | 5 | -6/+17 |
* | | Flags on Store(Friend) are supposed to be MyFlags. | Diva Canto | 2010-02-26 | 2 | -2/+2 |
* | | * Friends out connector completed. Grid login retrieves friends correctly. | Diva Canto | 2010-02-26 | 1 | -0/+241 |
* | | Added server-side Friends in connector. Untested. | Diva Canto | 2010-02-25 | 3 | -0/+327 |
* | | Merge branch 'presence-refactor' of melanie@opensimulator.org:/var/git/opensi... | Melanie | 2010-02-25 | 4 | -19/+33 |
|\ \ |
|
| * \ | Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... | Diva Canto | 2010-02-25 | 1 | -1/+4 |
| |\ \ |
|
| * | | | List of friends now retrieved upon login. Configured and tested in standalone... | Diva Canto | 2010-02-25 | 4 | -19/+33 |
* | | | | 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 |
* | | Remove some obsolete files from MSSQL. Fix a missing constructor arg that | Melanie | 2010-02-24 | 3 | -1821/+2 |
* | | MSSQL Additions for Presence Refactor branch. Most functionality tested and w... | StrawberryFride | 2010-02-24 | 25 | -842/+3262 |
* | | Fixed typo that was affecting the BasicInventoryAccessModule | Diva Canto | 2010-02-24 | 3 | -4/+4 |
* | | Remove the overlooked remnants of core profile support | Melanie | 2010-02-24 | 2 | -206/+0 |
* | | Streamlined error logging for malformed packets and fixed a bug when printing... | John Hurliman | 2010-02-23 | 1 | -4/+3 |
* | | * Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE... | John Hurliman | 2010-02-23 | 3 | -8/+5 |
* | | * Removed the broken and unused GridRegion.ExternalEndPoint setter | John Hurliman | 2010-02-22 | 1 | -2/+0 |
* | | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 30 | -46/+49 |
* | | Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim i... | John Hurliman | 2010-02-22 | 90 | -14361/+1051 |
|\ \ |
|
| * \ | Merge branch 'master' into presence-refactor | Melanie | 2010-02-22 | 38 | -5161/+404 |
| |\ \
| | |/ |
|
| | * | Formatting cleanup. | Jeff Ames | 2010-02-22 | 2 | -5/+5 |
| | * | Formatting cleanup. | Jeff Ames | 2010-02-20 | 2 | -74/+59 |
| | * | Apply http://opensimulator.org/mantis/view.php?id=4495 | Justin Clark-Casey (justincc) | 2010-02-19 | 2 | -0/+8 |
| | * | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2010-02-19 | 1 | -1/+1 |
| | * | forestall bug reports about the Command error: System.EntryPointNotFoundExcep... | Justin Clark-Casey (justincc) | 2010-02-19 | 3 | -8/+86 |
| | * | minor: Make FlotsamAssetCache default loglevel 0 to match that given in bin/c... | Justin Clark-Casey (justincc) | 2010-02-19 | 2 | -4/+4 |
| | * | Change handling of the SYSTEMIP constant to be more sane. | Melanie | 2010-02-18 | 3 | -7/+14 |
| | * | Revert "change "SYSTEMIP" to "localhost" in the create region console command... | Melanie | 2010-02-18 | 1 | -4/+4 |
| | * | change "SYSTEMIP" to "localhost" in the create region console command prompt | dahlia | 2010-02-17 | 1 | -4/+4 |
| | * | remove old commented out switch statement in LLClientView since this has succ... | Justin Clark-Casey (justincc) | 2010-02-17 | 1 | -4845/+2 |
| | * | minor: fix error inserting field in log message | Justin Clark-Casey (justincc) | 2010-02-17 | 1 | -1/+1 |
| | * | Disable Data.BasicRegioNTest.T016_RandomSogWithSceneParts() temporarily since... | Justin Clark-Casey (justincc) | 2010-02-16 | 1 | -1/+1 |
| | * | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-02-16 | 57 | -396/+1684 |
| | |\ |
|
| | | * | Formatting cleanup. | Jeff Ames | 2010-02-15 | 24 | -196/+193 |
| | | * | Fixes a bug in the previous patch. | Revolution | 2010-02-15 | 1 | -18/+13 |
| | * | | minor: Make SOG.DelinkFromGroup() return the newly delinked scene object inst... | Justin Clark-Casey (justincc) | 2010-02-16 | 2 | -11/+26 |
| * | | | One more test running. | Diva Canto | 2010-02-21 | 3 | -8/+37 |
| * | | | Small bug fixes for making tests work. | Diva Canto | 2010-02-21 | 5 | -38/+46 |
| * | | | MySQL tests pass, except T016_RandomSogWithSceneParts. Total mystery as to wh... | Diva Canto | 2010-02-21 | 1 | -0/+6 |
| * | | | Deleted obsolete files in the Data layer. Compiles. | Diva Canto | 2010-02-21 | 32 | -9201/+103 |
| * | | | Bug fixes on field names in order to make data import work from old users tab... | Diva Canto | 2010-02-21 | 1 | -1/+1 |
| * | | | * Added SQlite connector for AvatarData. Tested -- works. | Diva Canto | 2010-02-21 | 3 | -1/+84 |
| * | | | SQLite connector for UserAccounts and Auth works. Yey! | Diva Canto | 2010-02-21 | 4 | -53/+69 |
| * | | | Restored mising m_Connection. | Diva Canto | 2010-02-20 | 2 | -4/+7 |