aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey2008-11-2519-1/+5333
* * Adding some virtual hooks and making some privaets protected for great just...lbsa712008-11-254-9/+21
* * Adding the incoming url as Param[2] in the XmlRpcRequestlbsa712008-11-251-1/+3
* * First step in refactoring the login code - extracting the authenticationlbsa712008-11-251-43/+49
* WIP: Adding a few things to PresenceModule. Not quite finished yet.Homer Horwitz2008-11-244-3/+101
* - Evaluate config only onceHomer Horwitz2008-11-241-21/+35
* * Added some debug information when console commands fail.Adam Frisby2008-11-241-0/+1
* * Removed more locks on EntitiesAdam Frisby2008-11-243-32/+8
* * Refactored a number of locks into EntityManager to limit the scope of the l...Adam Frisby2008-11-241-37/+17
* * Swaps Scene.Entities Dictionary for EntityManager.Adam Frisby2008-11-248-19/+48
* * Makes EntityManager IEnumerable - meaning we should be good to go to enable...Adam Frisby2008-11-241-2/+16
* * Adding EntityManager.csAdam Frisby2008-11-241-0/+148
* Some refactoring from about a week ago that I forgot to commit, of AssetTrans...MW2008-11-245-127/+300
* Thanks SachaMagne for a patch which adds the following console commands:Dahlia Trimble2008-11-242-1/+32
* Remove code from an experimantal patch that wasn't supposed to be committedMelanie Thielker2008-11-231-39/+13
* Don't serve texture preview from other people's objects if youMelanie Thielker2008-11-233-13/+88
* Try to keep autoreturn from IM spamming users if the prims take a bitMelanie Thielker2008-11-231-0/+1
* 05:24:49 - [PRESENCE]: Logging off 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb becau...Melanie Thielker2008-11-235-1/+105
* Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker2008-11-2313-17/+307
* Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:Charles Krinke2008-11-2311-91/+285
* Add error handling to catch the WebExceptions thrown if you haveMelanie Thielker2008-11-231-23/+48
* Adding root agent position messages to the message serverMelanie Thielker2008-11-221-0/+42
* Add root agent tracking to presence moduleMelanie Thielker2008-11-223-9/+21
* Next step in the presence module - some core plumbing included atMelanie Thielker2008-11-223-0/+33
* Increase IRC login timeout to 25 - it was 10 which was causing reconnect loop...Dahlia Trimble2008-11-221-1/+1
* Adding region up/down notifications to the PresenceModule. MessagingMelanie Thielker2008-11-221-0/+42
* Change the presence event signaturesMelanie Thielker2008-11-221-2/+8
* Check in the presence module skeletonMelanie Thielker2008-11-221-0/+100
* Move user server -> message server notifications into a separate threadMelanie Thielker2008-11-221-1/+86
* Enclose the inter-region IM sending in a try-catch for now to find possibly m...Homer Horwitz2008-11-221-178/+188
* - Add a warning if the agent data of the destination of an IM isn't foundHomer Horwitz2008-11-221-0/+6
* Removing some direct console output for outputting ImprovedInstantMessage pac...Homer Horwitz2008-11-221-1/+0
* Fix build breakMelanie Thielker2008-11-221-1/+1
* Remove a redundant check and add checking for attachments in parcels thatMelanie Thielker2008-11-221-2/+2
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-222-2/+2
* First stage group permissions plumbingMelanie Thielker2008-11-225-0/+47
* Mantis #2442Melanie Thielker2008-11-224-7/+18
* Introducing IPresenceModuleMelanie Thielker2008-11-211-0/+44
* - No need to build a list of regions and then only the first one.Homer Horwitz2008-11-211-2/+4
* Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker2008-11-2121-436/+436
* * Comment out unused access time method in MSSQLJustin Clarke Casey2008-11-212-19/+18
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-2123-199/+252
* * Extend sog delete to inventory test to crank the normally async sog deleter...Justin Clarke Casey2008-11-212-2/+17
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-2111-44/+43
* * Largely revert the last revision and improve on the previous way of doing t...Justin Clarke Casey2008-11-212-4/+12
* * On delete to inventory, actually remove the group from the scene before the...Justin Clarke Casey2008-11-213-15/+21
* * minor: Remove comparison of UUID struct against null picked up as a warningJustin Clarke Casey2008-11-211-1/+1
* * Improve and correct messages given to the user when permission is denied fo...Justin Clarke Casey2008-11-211-3/+8
* Fully implement object return from the parcel dialogMelanie Thielker2008-11-217-195/+116
* Allow selecting group objects and selecting objects by owner from theMelanie Thielker2008-11-211-0/+5