aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Did some initial work for prim crossing. Just glue so far.Teravus Ovares2007-11-211-0/+7
* * Changed namespacelbsa712007-11-192-2/+0
* * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2007-11-182-11/+11
* cleaned up some mono compiler warningsJeff Ames2007-11-181-2/+2
* first stab at implementation of CopyInventoryItemJeff Ames2007-11-183-14/+33
* catch exceptions when loading malformed xml filesJeff Ames2007-11-172-17/+34
* More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...MW2007-11-161-0/+1
* Another try: Fix moon bleeding over into linden grid. Need to clear your cach...Brian McBee2007-11-141-2/+2
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares2007-11-133-0/+30
* Some work on being able to set/send a users Buddylist info. (added handling c...MW2007-11-131-1/+63
* Fixed bug in assetcache where certain textures were not being packetized corr...Brian McBee2007-11-111-1/+1
* * Fixed compile issue.Adam Frisby2007-11-091-1/+2
* * Added a mutex to the LoginService allowing only a single login simultaneous...Adam Frisby2007-11-091-82/+93