aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Plug a hole that allows selling a copy of no copy objects when using hacked ↵Melanie2011-05-141-0/+7
| | | | god mode to fool the viewer into thinking it can set that sale type
* Merge branch 'master' into careminster-presence-refactorMelanie2011-05-132-6/+6
|\
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2011-05-133-6/+9
| |\
| | * Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto2011-05-121-0/+3
| | |
| | * Somewhat reverting the last commit. The viewer ignores 255's on tiles that ↵Diva Canto2011-05-101-3/+3
| | | | | | | | | | | | were previously on, so we need to send 254 (offline) explicitly. Also removing the +/-4 for HGMap, because it makes the map flicker.
| | * Changed the Access flag on HGMap to 255 (does not exist) and clarified the ↵Diva Canto2011-05-092-2/+2
| | | | | | | | | | | | other value 254 too. Meanings taken from libomv.
| | * Fixes gray tiles around +/-4 when user clicks on an empty tile. Affects ↵Diva Canto2011-05-092-2/+2
| | | | | | | | | | | | regions above 4096 primarily.
| * | Fix the cert validation handler so that it will not block other parts ofMelanie2011-05-131-2/+10
| |/ | | | | | | the server doing ssl successfully.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-092-6/+12
|\ \ | |/
| * Fixes gray tiles on map search for viewers 1.Diva Canto2011-05-092-5/+9
| |
| * The map is seriously broken. This doesn't fix it, but at least provides one ↵Diva Canto2011-05-081-4/+4
| | | | | | | | more piece of data that seems to be required -- agent flags, which seem to be different in Viewer 2. WARNING: changes IClientAPI.
| * Remove a spammy debug I left in. Disable TP cancel button at the pointMelanie2011-05-081-1/+2
| | | | | | | | of no return.
* | Fix bans so the region owner and estate managers can't be banned by rentersMelanie2011-05-091-0/+6
| |
* | Remove a spammy debug I left in. Disable TP cancel button at the pointMelanie2011-05-081-1/+2
| | | | | | | | of no return.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-085-22/+89
|\ \ | |/
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2011-05-085-22/+89
| |\
| | * Mantis #5472Diva Canto2011-05-081-6/+15
| | |
| | * Add module with "appearance show" command.Justin Clark-Casey (justincc)2011-05-071-3/+3
| | | | | | | | | | | | | | | At the moment, this command just asks the AvatarFactory to perform the existing baked texture check for each avatar in the simulator and returns "OK" or "corrupt". This is for debugging purposes
| | * Change command help text for "show capabilities" to "show caps", as this is ↵Justin Clark-Casey (justincc)2011-05-061-2/+2
| | | | | | | | | | | | | | | | | | the actual command that has to be typed on the console. Thanks to makopoppo for the patch - http://opensimulator.org/mantis/view.php?id=5467
| | * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimBlueWall2011-05-051-6/+13
| | |\
| | | * add descriptive explanations for region restart functionalityJustin Clark-Casey (justincc)2011-05-061-6/+13
| | | |
| | * | Add support for llRequestSecureURL() if ssl is enabledBlueWall2011-05-051-5/+56
| | |/
| * | Enable compressed (gzip) fatpack transfers.Melanie2011-05-081-0/+1
| |/
* | Enable compressed (gzip) fatpack transfers.Melanie2011-05-081-0/+1
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-0510-2784/+27
|\ \ | |/
| * Merge branch 'master' into capsDiva Canto2011-05-042-1/+6
| |\
| * | Changed the defaults, so that it behaves exactly is it has been behaving (no ↵Diva Canto2011-05-021-0/+2
| | | | | | | | | | | | WebFetch cap by default).
| * | Fixed: EventQueueGet and other caps were being wrongly deregistered. Also ↵Diva Canto2011-05-021-1/+0
| | | | | | | | | | | | CapabilitiesModule was being instantiated twice (damn Mono.Addins).
| * | Works!Diva Canto2011-05-021-1/+1
| | |
| * | Broke down Caps.cs into a generic Caps object that simply ↵Diva Canto2011-05-012-32/+22
| | | | | | | | | | | | | | | | | | | | | registers/unregisters capabilities and a specific bunch of capability implementations in Linden space called BunchOfCaps. Renamed a few methods that were misnomers. Compiles but doesn't work.
| * | Move CapabilitiesModule back to CoreModules. This one belongs there.Diva Canto2011-05-011-0/+257
| | |
| * | Merge branch 'master' into capsDiva Canto2011-05-011-2/+2
| |\ \
| * | | Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto2011-04-306-1887/+0
| | | |
| * | | Moved several cap-based-service-providing modules from where they were into ↵Diva Canto2011-04-306-6/+6
| | | | | | | | | | | | | | | | a newly created CoreModules/Caps. Not all.
| * | | First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-302-1118/+0
| | | |
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-052-4/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | Put the previous state back in the attachments in case the agent transfer fails.Diva Canto2011-05-041-0/+4
| | | |
| * | | Fixes mantis #5461.Diva Canto2011-05-041-1/+2
| | |/ | |/|
* | | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-031-2/+2
|\ \ \ | |/ /
| * | Check for RegionID instead of RegionHandle. Other minor tweaksDiva Canto2011-04-301-2/+2
| |/
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-306-46/+67
|\ \ | |/
| * Remove the scripts of the attachments in the departing region and recreate ↵Diva Canto2011-04-291-2/+10
| | | | | | | | them if fail.
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-04-281-4/+5
| |\
| | * Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.Justin Clark-Casey (justincc)2011-04-281-4/+5
| | | | | | | | | | | | | | | | | | Addresses http://opensimulator.org/mantis/view.php?id=5444 Fix is to stop the asset transaction calling UpdateInventoryItem() since the caller is doing it anyway, which is more correct. This did not effect scripts.
| * | Fatpack message on agent transfers: 1 message only (UpdateAgent) containing ↵Diva Canto2011-04-285-40/+52
| |/ | | | | | | the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-253-12/+36
|\ \ | |/
| * Made things consistent between LocalInventoryServiceConnector and ↵Diva Canto2011-04-252-11/+32
| | | | | | | | RemoteXInventoryServiceConnector on GetFolderContent.
| * Added MaxAgents configuration option to RegionConfig.ini allowing region ↵E. Allen Soard2011-04-231-1/+4
| | | | | | | | hosters to setup regions maintaining more control over system resources.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-222-2/+2
|\ \ | |/
| * some mesh config astheticsBlueWall2011-04-212-2/+2
| |