Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add extra Gitminster config options to ini.example | Tom Grimshaw | 2010-06-26 | 1 | -0/+7 |
| | |||||
* | Remove the prepending slash from the default git repo name | Tom Grimshaw | 2010-06-25 | 1 | -1/+1 |
| | |||||
* | Whoops, enabled = true not enabled = 1 | Tom Grimshaw | 2010-06-25 | 1 | -1/+1 |
| | |||||
* | Add [Git] section to OpenSim.ini.example for Gitminster | Tom Grimshaw | 2010-06-25 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-24 | 1 | -4/+13 |
|\ | |||||
| * | add new [RemoteAdmin] settings from Snoopy's create/update, etc user patch ↵ | Justin Clark-Casey (justincc) | 2010-06-23 | 1 | -4/+13 |
| | | | | | | | | | | | | to OpenSim.ini.exmaple Also tidies up and comments some existing entries | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-19 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | minor: try and make the explanations for the AllowScriptCrossing and ↵ | Justin Clark-Casey (justincc) | 2010-06-18 | 1 | -2/+4 |
| | | | | | | | | TrustBinaries settings in OpenSim.ini.example clearer | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Added Old Guids=true to all MySql connection strings. | Diva Canto | 2010-06-12 | 1 | -1/+1 |
| | | |||||
| * | Add the AllowLightShareFunctions example | Melanie | 2010-06-11 | 1 | -0/+3 |
| | | |||||
* | | Remove a company name referecne from the example | Melanie | 2010-06-11 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-08 | 1 | -14/+13 |
|\ \ | |/ | |||||
| * | Improve instructions for [Groups] setup in OpenSim.ini.example | Justin Clark-Casey (justincc) | 2010-06-08 | 1 | -15/+13 |
| | | |||||
| * | Changes osFunction permissions again. Allow_ with a list of UUIDs now again | Melanie Thielker | 2010-05-30 | 1 | -0/+6 |
| | | | | | | | | | | | | refers to prim OWNERS. A new option set, Creators_, is added to allow selection by script creator. For existing installs, this means no functional change. The warning from my prior commit doesn't apply anymore. | ||||
| * | Allow remote admin to be used on a different port from the main region port | Melanie Thielker | 2010-05-18 | 1 | -0/+4 |
| | | |||||
* | | Changes osFunction permissions again. Allow_ with a list of UUIDs now again | Melanie Thielker | 2010-05-30 | 1 | -0/+6 |
| | | | | | | | | | | | | refers to prim OWNERS. A new option set, Creators_, is added to allow selection by script creator. For existing installs, this means no functional change. The warning from my prior commit doesn't apply anymore. | ||||
* | | Merge branch 'careminster' into careminster-presence-refactor | Melanie | 2010-05-21 | 1 | -1/+0 |
|\ \ | |||||
| * \ | Merge branch '0.6.9-post-fixes' into careminster | Melanie | 2010-05-21 | 1 | -3/+6 |
| |\ \ | |||||
| | * | | back port groups changes | unknown | 2010-05-05 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
| | * | | back port groups changes | unknown | 2010-05-05 | 1 | -3/+11 |
| | | | | |||||
| * | | | Merge branch '0.6.9-post-fixes' into careminster | Melanie | 2010-03-06 | 1 | -33/+33 |
| |\ \ \ | | |/ / | |||||
* | | | | Allow remote admin to be used on a different port from the main region port | Melanie Thielker | 2010-05-18 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-16 | 1 | -3/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Removed the unreferenced MaxPrimsPerFrame from OpenSim.ini.example | unknown | 2010-05-12 | 1 | -3/+0 |
| | | | | |||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-04-30 | 1 | -3/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | this seems the least evil way forward since mono 2.6 and later will see increasing usage, and this only works with what was SQLiteNG MAC USERS WILL NEED TO CHANGE REFERENCES TO "OpenSim.Data.SQLite.dll" to "OpenSim.Data.SQLiteLegacy.dll" in OpenSim.ini and config-include/StandaloneCommon.ini (if using standalone) See the OpenSim.ini.example and StandaloneCommon.ini.example files for more details This commit also temporarily changes unsigned ParentEstateID values in the OpenSim.Data.Tests to signed temporarily, since the new plugin enforces creation of signed fields in the database (which is what the SQL actually specifies). And change data columns in sqlite is a pita. | ||||
| * | | | Make SQLiteNG the default since it actually does work with Mono 2.4 on Linux. | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | I know this is tough on Mac OSX users (since SQLiteNG requires the export of the sqlite3_column_origin_name symbol and this isn't present for the Mac OSX sqlite3 system library) Unfortunately, I need to shaft somebody (as it were) | ||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-04-27 | 1 | -7/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add instructions for using SQLiteNG to OpenSim.ini and ↵ | Justin Clark-Casey (justincc) | 2010-04-23 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | config-include/StandaloneCommon.ini Unfortunately, database settings need to be changed in two places. | ||||
| * | | | remove [DatabaseService] section from OpenSim.ini since this is always ↵ | Justin Clark-Casey (justincc) | 2010-04-23 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | present in included configuration files | ||||
| * | | | minor: eliminate configuration section handling deprecation of ↵ | Justin Clark-Casey (justincc) | 2010-04-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | OpenSim.DataStore.MonoSqlite.dll, since this hasn't exist for a long, long time | ||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-04-05 | 1 | -3/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | Updates to config files for groups | unknown | 2010-04-04 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
| * | | | Adding the configuration example | Melanie | 2010-03-31 | 1 | -0/+6 |
| | | | | |||||
* | | | | Rename Meta7Windlight to LightShare | Melanie | 2010-03-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-18 | 1 | -7/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Removed the unused use_async_when_possible config variable | John Hurliman | 2010-03-16 | 1 | -7/+0 |
| | | | | |||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-15 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Adding the SimianGrid connectors | John Hurliman | 2010-03-11 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-09 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add config option for switching between CSJ2K and BuggyJPEG. | Melanie | 2010-03-08 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-03 | 1 | -46/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | * Better debug message on login problems. | Diva Canto | 2010-03-02 | 1 | -46/+0 |
| | | | | | | | | | | | | | | | | * Moved GridInfoService config to OpenSim.Server.ini | ||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-03 | 1 | -119/+46 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | This brings careminster on the level of master. To be tested | ||||
| * | | Merge branch 'master' into presence-refactor | Melanie | 2010-03-01 | 1 | -32/+32 |
| |\ \ | | |/ | |||||
| | * | Minor formatting cleanup. | Jeff Ames | 2010-02-22 | 1 | -33/+33 |
| | | | |||||
| * | | Add part of the needed config examples | Melanie | 2010-02-25 | 1 | -0/+5 |
| | | | |||||
| * | | Add the stream handler/listener and requisite methods to the friends module | Melanie | 2010-02-25 | 1 | -0/+5 |
| | | | | | | | | | | | | for the friends interregion comms. | ||||
| * | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check! |