| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 2009-10-02 | 1 | -1/+1 |
* | | Better error handling to diagnose login problems. | Diva Canto | 2009-10-03 | 1 | -79/+101 |
* | | Merge branch 'master' into diva-textures | Melanie | 2009-10-02 | 3 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| * | Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the... | Diva Canto | 2009-09-25 | 2 | -2/+2 |
* | | * Change the signature of the agent set appearance callback to prevent unnece... | John Hurliman | 2009-09-30 | 1 | -6/+1 |
* | | Add RebakeAvatarTexturesPacket to the client view | Melanie | 2009-09-30 | 2 | -0/+8 |
|/ |
|
* | * Lock timers when Calling Start() and Stop() when the Thread Context is murk... | Teravus Ovares (Dan Olivares) | 2009-09-09 | 1 | -3/+8 |
* | minor: formatting and comments | Justin Clark-Casey (justincc) | 2009-08-28 | 1 | -11/+6 |
* | Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ... | Adam Johnson | 2009-08-16 | 2 | -0/+2 |
* | minor: comments | Teravus Ovares (Dan Olivares) | 2009-08-12 | 1 | -0/+6 |
* | Replace the Replaceable modules name | Melanie | 2009-08-10 | 3 | -3/+3 |
* | * Created a way that the OpenSimulator scene can ask the physics scene to do ... | Teravus Ovares | 2009-07-19 | 2 | -0/+10 |
* | fixed the bug where changing the rotation of a selection of prims in a linkse... | MW | 2009-07-17 | 2 | -0/+2 |
* | Committing the interface change and the addition to the modules to get | Melanie Thielker | 2009-07-10 | 3 | -0/+15 |
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 3 | -6/+6 |
* | Restore the functionality that was removed in r9928. This lets the load | Melanie Thielker | 2009-07-01 | 2 | -0/+10 |
* | Make cleartext authentication case sensitive. Thanks jhurliman for spotting t... | Dahlia Trimble | 2009-06-27 | 2 | -3/+3 |
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-06-19 | 2 | -2/+2 |
* | * Corrected CAPS namespaces | Arthur Valadares | 2009-06-18 | 2 | -2/+2 |
* | * Move standalone login setup in LLStandaloneLoginmodule to RegionLoaded() fr... | Justin Clarke Casey | 2009-06-12 | 1 | -24/+27 |
* | InterServiceInventoryService references *almost* completely removed from the ... | diva | 2009-06-11 | 2 | -3/+4 |
* | * Making silent logoff of old hung sessions for new connections default for | Arthur Valadares | 2009-06-01 | 2 | -12/+2 |
* | * Allows standalone region users to skip the "You must wait 5 minutes to log ... | Arthur Valadares | 2009-05-29 | 2 | -1/+13 |
* | * Adds NAT routing support for MXP Asset Delivery. (This means MXP should be ... | Adam Frisby | 2009-05-24 | 1 | -2/+9 |
* | * Implements automatic loopback handling for standalone regions. | Adam Frisby | 2009-05-23 | 1 | -2/+8 |
* | * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths. | Adam Frisby | 2009-05-23 | 1 | -1/+1 |
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne... | Adam Frisby | 2009-05-23 | 1 | -2/+2 |
* | * Upgraded LLStandaloneLoginModule, LLProxyLoginModule and LLClientStackModul... | Arthur Valadares | 2009-05-21 | 4 | -36/+125 |
* | Send the owner name, not the client name on SendDialog. | Homer Horwitz | 2009-05-16 | 2 | -2/+2 |
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 2009-05-15 | 2 | -2/+2 |
* | Paving the way for syncing group permissions across a grid | Melanie Thielker | 2009-05-12 | 2 | -0/+9 |
* | * Implements IP and DNS based ban facilities to OpenSim. | Adam Frisby | 2009-05-11 | 1 | -0/+11 |
* | - moving banned check and public/private check to | Dr Scofield | 2009-05-05 | 4 | -14/+31 |
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 3 | -2/+3 |
* | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 2009-05-04 | 2 | -0/+9 |
* | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 2009-04-30 | 2 | -2/+2 |
* | Update svn properties, add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-24 | 2 | -6/+60 |
* | * Add user data plugin to store temporary profiles (which are distinct from c... | Justin Clarke Casey | 2009-04-23 | 1 | -1/+0 |
* | * Adds missing IClientAPI member. (Plz be adding new members to IClientCore!) | Adam Frisby | 2009-04-23 | 1 | -0/+1 |
* | * Adds additional background layer for VWoHTTP ClientStack | Adam Frisby | 2009-04-23 | 2 | -13/+110 |
* | * minor: remove some compiler warnings | Justin Clarke Casey | 2009-04-22 | 2 | -8/+8 |
* | Thank you kindly, TLaukkan, for a patch that: | Charles Krinke | 2009-04-22 | 2 | -73/+91 |
* | Thanks tlaukkan for a patch that Fixes asset cache url forming for MXP join r... | Dahlia Trimble | 2009-04-22 | 1 | -1/+1 |
* | fix line endings on new files | Sean Dague | 2009-04-22 | 2 | -1107/+1107 |
* | fix the build break, thankes mikkopa for pointing out the quick change | Sean Dague | 2009-04-22 | 1 | -0/+2 |
* | * Committing stub VW-over-HTTP ClientStack. (1/2) | Adam Frisby | 2009-04-22 | 2 | -0/+1105 |
* | Add PlacesQuery packet | Melanie Thielker | 2009-04-20 | 1 | -0/+2 |
* | * Change inventory archiver module to use profile cache | Justin Clarke Casey | 2009-04-17 | 1 | -27/+28 |
* | * Added some debug info if MXP is enabled. | Adam Frisby | 2009-04-17 | 1 | -0/+6 |