| Commit message (Expand) | Author | Files | Lines |
2010-03-06 | - supporting llTextBox | unknown | 3 | -0/+12 |
2010-02-28 | Change the signature of SendChangeUserRights, because we have to send | Melanie | 3 | -3/+3 |
2010-02-28 | Add missing ChangeUserRights packet sender | Melanie | 3 | -0/+12 |
2010-02-28 | Initial Online friends notification seems to be working reliably now. All thi... | Diva Canto | 3 | -4/+4 |
2010-02-14 | Revolution is on the roll again! :) | Revolution | 3 | -0/+6 |
2010-02-12 | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2010-02-03 | minor: remove one mono compiler warning | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-01-29 | * HGGridConnector is no longer necessary. | Diva Canto | 3 | -28/+43 |
2010-01-29 | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 1 | -24/+12 |
2010-01-26 | more endlines.. | Teravus Ovares (Dan Olivares) | 1 | -9/+9 |
2010-01-26 | * Fix Endlines in SirikataClientView.cs | Teravus Ovares (Dan Olivares) | 1 | -9/+9 |
2010-01-26 | * Fix Endlines in VWHClientView.cs | Teravus Ovares (Dan Olivares) | 1 | -9/+9 |
2010-01-23 | Updates all IRegionModules to the new style region modules. | Revolution | 1 | -12/+24 |
2010-01-11 | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 1 | -1/+1 |
2010-01-10 | Some typos fixed related to master avie removal | Diva Canto | 1 | -1/+1 |
2010-01-10 | Remove all references to master avatar, replacing with estate owner where | Melanie | 1 | -1/+1 |
2010-01-10 | Remove "login disable", "login enable" and "login status" commands. | Melanie | 3 | -93/+44 |
2010-01-09 | Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed users | Melanie | 3 | -3/+3 |
2010-01-08 | A few more inches... Old friends things removed. Less references to UserProfi... | Diva Canto | 4 | -918/+0 |
2010-01-08 | Adds IClientAPI voids for GroupProposals. | Revolution | 3 | -3/+27 |
2010-01-08 | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 1 | -93/+28 |
2010-01-07 | Fixes the newly added packets as per Melanie's request. | Revolution | 3 | -30/+30 |
2010-01-04 | Formatting cleanup. Add copyright headers. | Jeff Ames | 12 | -71/+314 |
2009-12-31 | Yes! First test of new login service done still in 2009! Bombs in auth, becau... | Diva Canto | 1 | -0/+2 |
2009-12-31 | Adds tons of packets. | Revolution | 3 | -0/+93 |
2009-12-30 | First pass at the new login service. Still incomplete, but doesn't disrupt th... | Diva Canto | 1 | -0/+1 |
2009-12-29 | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 3 | -3/+3 |
2009-12-27 | * Implements some basic Sirikata protocol work (initial handshakes). | Adam Frisby | 2 | -1/+57 |
2009-12-27 | * Implements Sirikata ClientStack Module | Adam Frisby | 17 | -0/+29698 |
2009-12-26 | Add AvatarInterestsReply | Melanie | 2 | -0/+8 |
2009-12-11 | * Diagnosing a connection issue. | Adam Frisby | 1 | -1/+1 |
2009-11-05 | Patch by revolution, thank you. Mantis #1789 . Implement friends permissions. | Melanie | 2 | -0/+3 |
2009-11-04 | Backport the fixes to WebFetchInventoryDescendents to the UDP | Melanie | 2 | -2/+2 |
2009-10-30 | Squelch an error message on sim shutdown when not using MXP | Melanie | 1 | -2/+5 |
2009-10-28 | * Standalone logins will now go through the sequence of "requested region, de... | John Hurliman | 1 | -0/+4 |
2009-10-26 | Do case-insensitive comparisons on region names in LLStandaloneLoginModule | John Hurliman | 1 | -1/+1 |
2009-10-23 | * Changed various modules to not initialize timers unless the module is initi... | John Hurliman | 1 | -2/+3 |
2009-10-22 | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 1 | -4/+1 |
2009-10-21 | Really make module port selection work. Implement port setting in | Melanie | 1 | -2/+10 |
2009-10-18 | * Rewrote the methods that build ObjectUpdate and ImprovedTerseObjectUpdate p... | John Hurliman | 1 | -9/+11 |
2009-10-17 | Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi... | John Hurliman | 2 | -0/+9 |
2009-10-17 | Adds SendAvatarInterestsUpdate to IClientAPI | Melanie | 1 | -0/+6 |
2009-10-15 | Object update prioritization by Jim Greensky of Intel Labs, part one. This im... | John Hurliman | 2 | -27/+17 |
2009-10-13 | * Consolidated adding / removing ClientManager IClientAPIs to two places in S... | John Hurliman | 2 | -6/+5 |
2009-10-13 | * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo... | John Hurliman | 3 | -8/+13 |
2009-10-11 | * Changed logic of enabling LLProxyLoginModule to follow the new style -- tru... | Diva Canto | 1 | -2/+2 |
2009-10-06 | Fixing a few compile errors in the previous commit | John Hurliman | 1 | -1/+0 |
2009-10-04 | * KeepAlive set to false in expect_user and log_off. | Diva Canto | 1 | -2/+2 |
2009-10-04 | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L... | John Hurliman | 1 | -7/+6 |
2009-10-03 | Better error handling to diagnose login problems. | Diva Canto | 1 | -79/+101 |