aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Misc. cleanup:Jeff Ames2007-12-191-46/+14
* Clean up the Login message on UserServer console justCharles Krinke2007-12-161-1/+2
* Reposition 'user profile not found' messages to stop spurious messages caused...Justin Clarke Casey2007-12-162-29/+28
* Put out a more comprehensible message when user authentication fails than the...Justin Clarke Casey2007-12-151-43/+20
* Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee2007-12-154-7/+56
* Thanks, Justin, for:Charles Krinke2007-12-141-0/+4
* Thank you Justin for:Charles Krinke2007-12-141-52/+27
* * Just making Create publiclbsa712007-12-141-1/+1
* * ARequest changed name to AssetRequest and moved to own file.lbsa712007-12-144-104/+97
* * Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c...Teravus Ovares2007-12-142-3/+9
* patch from justincc for Mantis #163 - Opening a script in inventory longer th...Teravus Ovares2007-12-141-11/+36
* Minor cleanupJeff Ames2007-12-131-5/+4
* Implementing updateinventoryfolder: Should now be able to rename folders in i...Brian McBee2007-12-111-0/+20
* added copyright noticesJeff Ames2007-12-114-1/+113
* more work on texture downloading.MW2007-12-104-329/+107
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-1024-44/+44
* * Added some inter-region comms glue for allowing sims to chat amongst themse...Teravus Ovares2007-12-091-0/+1
* hackish code to allow emptying of trash. This really should be done on the in...Brian McBee2007-12-081-1/+21
* This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague2007-12-081-3/+12
* "Borrowed" the LLSD class from a older version of libsl, so that our LLSD dec...MW2007-12-075-15/+672
* Updates to LibSL revision 1498. Thanks Johan!Adam Johnson2007-12-073-11/+15
* reversing the r2599 patch, as this started causing CreateThread errors for Sean Dague2007-12-061-6/+1
* * now the throttle timer is stopped whilst processing Queue so that it won't ...lbsa712007-12-061-1/+6
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-062-4/+4
* * More console message fixesAdam Frisby2007-12-042-15/+14
* * Removed 12 compiler warnings.Adam Frisby2007-12-041-1/+0
* This is a simple patch which just renames an IClientAPI method toSean Dague2007-12-031-1/+1
* minor meaningless changesJeff Ames2007-12-031-2/+2
* Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW2007-12-022-4/+25
* Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW2007-12-022-11/+7
* Fixes a bug that my last commit introduced.MW2007-12-021-1/+1
* Some refactoring , mainly on Inventory code. MW2007-12-024-122/+40
* New Inventory folder should now be stored to the inventory server/database. T...MW2007-12-021-1/+8
* Attempt to fix mantis issue # 73MW2007-12-011-8/+12
* Initial working Grid Inventory server. Only been tested on a very small grid,...MW2007-12-013-4/+6
* Attempt to fix mantis issue # 65, seems like it is a race condition between t...MW2007-12-011-4/+7
* Patch for mantis 0000015: Textures don't display in the objectSean Dague2007-11-302-8/+24
* return of the inv-lib-root patch from Justin Casey (IBM)Sean Dague2007-11-302-1/+16
* * This extends my first hack to clear out the useragent table for that specif...Teravus Ovares2007-11-301-1/+1
* * Here's the issue, on log-off, the routine sets up a null useragent member a...Teravus Ovares2007-11-301-0/+1
* * Temporary fix for 'User already online' issue in standalone mode.Teravus Ovares2007-11-301-0/+5
* revert r2510, this seems to break normal logins, at least fromSean Dague2007-11-292-16/+1
* return an appropriate inv_lib_root, which the libsl folks haveSean Dague2007-11-292-1/+16
* fixed duplicate login in standalone mode (mostly untested in grid mode)Jeff Ames2007-11-292-4/+3
* * Fixed about 7 issues with restarting sims and resolved interRegion comms is...Teravus Ovares2007-11-291-1/+1
* * Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares2007-11-281-1/+1
* Fixed an event in the events chain in inter-region communications.Teravus Ovares2007-11-272-0/+3
* * Restarting regions with the estate tools works in sandbox mode. I'm still ...Teravus Ovares2007-11-261-0/+1
* * Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby2007-11-241-2/+2
* * Refactored NumPackets calculationlbsa712007-11-231-20/+21