aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (follow)
Commit message (Expand)AuthorAgeFilesLines
* * refactor: move loadInv and saveInv command line param functions up to the i...Justin Clarke Casey2008-10-192-47/+47
* * move command line parsing code from inventory archive modules to opensim se...Justin Clarke Casey2008-10-191-4/+20
* * minor: change m_debug to m_debugPacketLevel since that's what it isJustin Clarke Casey2008-10-141-2/+2
* * Adding CrytoGridAssetClient support - allows encrypting assets that are sto...Adam Frisby2008-10-141-0/+10
* Fix a path issue i caused in a prior commitMelanie Thielker2008-10-111-8/+5
* Add a "inimaster" switch to OpenSim.ini. It will load a master ini fileMelanie Thielker2008-10-112-3/+15
* * minor: Remove highly experimental tags from oar loading and saving functionsJustin Clarke Casey2008-10-101-6/+0
* * Fix http://opensimulator.org/mantis/view.php?id=2368Justin Clarke Casey2008-10-091-0/+9
* Provide a sane value for DefaultScriptEngine (ScriptEngine.DotNetEngine)Melanie Thielker2008-10-091-2/+1
* * Tidy up configuration stuff, eliminated default setting duplication along t...Justin Clarke Casey2008-10-042-59/+46
* * minor: both OpenSimBase and the Voice and RemoteAdmin modules were checking...Justin Clarke Casey2008-10-041-18/+0
* * minor: slightly simplify code in setting up the default configurationJustin Clarke Casey2008-10-031-34/+29
* * oops, fix build break.Justin Clarke Casey2008-10-031-15/+11
* * refactor: make shutdown a template method in the same manner as startup, fo...Justin Clarke Casey2008-10-031-3/+1
* * oops, fix region startup to be in the correct sequence (though it appeared ...Justin Clarke Casey2008-10-031-2/+2
* * refactor: make startup a template methodJustin Clarke Casey2008-10-031-3/+3
* Allow create-region to load files from arbitrary locationsMelanie Thielker2008-09-301-1/+6
* * Fix http://opensimulator.org/mantis/view.php?id=2189 for real this timeJustin Clarke Casey2008-09-291-1/+8
* * reactor: move inventory archive classes into separate Inventory/Archiver di...Justin Clarke Casey2008-09-291-2/+1
* * Apply http://opensimulator.org/mantis/view.php?id=2294Justin Clarke Casey2008-09-292-75/+18
* fixes future mantis from SachaMagne.Dr Scofield2008-09-291-1/+1
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-211-27/+2
* * Enables logins to regions on a grid once they have finished starting up (th...Justin Clarke Casey2008-09-191-1/+1
* * Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey2008-09-191-16/+22
* adds support to delete a region completely and offers thatDr Scofield2008-09-182-14/+47
* * refactor: Break out IUserServiceAdmin out of IUserService since admin metho...Justin Clarke Casey2008-09-151-1/+1
* * Complete refactoring accidentally left unfinished so that all server help r...Justin Clarke Casey2008-09-151-45/+0
* * Add "reset user password" command to standalone region consoleJustin Clarke Casey2008-09-151-0/+55
* Changed "show users" command to display only root agents, "show users full" toHomer Horwitz2008-09-121-6/+16
* * Start loading prims after region module configuration rather than beforeJustin Clarke Casey2008-09-111-0/+5
* * some if inversions and added {}'s for readabilitylbsa712008-09-083-11/+35
* Mantis #2133Melanie Thielker2008-09-061-4/+4
* * Replace a Try/catch I commented out while testing/fixing issues.Teravus Ovares2008-09-061-8/+8
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-062-16/+16
* Mantis#2105. Thank you kindly, HomerHorwitz for a patch that addresses:Charles Krinke2008-09-031-8/+9
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-021-4/+6
* * Added "File Asset Client" to OpenSim Asset Server-types.Adam Frisby2008-08-301-0/+4
* create-region didn't know about regionload_regionsdir...Dr Scofield2008-08-281-1/+2
* * minor: refactor thread report into a method that returns a string rather th...Justin Clarke Casey2008-08-251-1/+1
* * This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares2008-08-251-1/+1
* bug fixes:Dr Scofield2008-08-221-1/+2
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-8/+8
* * It appears that sometimes some IClientAPI reference is not being released, ...Justin Clarke Casey2008-08-181-0/+47
* Formatting cleanup.Jeff Ames2008-08-184-73/+73
* * Move GridInfoService into Framework.Communications and eliminate Common.Com...Justin Clarke Casey2008-08-161-1/+1
* * Insert a new 'set log level [level] command on the console'Justin Clarke Casey2008-08-161-0/+1
* Mantis #1936Melanie Thielker2008-08-131-1/+0
* * Try and make the contents of the region prompt more obvious by returning to...Justin Clarke Casey2008-08-051-31/+18
* * Make currently selected region appear in the region console promptJustin Clarke Casey2008-08-052-6/+6
* * refactor: change method nameJustin Clarke Casey2008-08-051-3/+3