aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/share (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-1911-61/+224
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-038-0/+270
|
* Remove out-of-date and unused xsd schemasJustin Clark-Casey (justincc)2012-12-312-174/+0
|
* Remove php dir which was only populated with a single file that generated a ↵Justin Clark-Casey (justincc)2012-12-311-46/+0
| | | | long out-of-date user profile array.
* in the spirit of cleanup, remove the old sql directory, as this stuff isSean Dague2009-01-267-195/+0
| | | | | all done in the drivers now
* ~ cleaning up code base: dropping share/pythonDr Scofield2009-01-262-51/+0
|
* Move file contents into file.Jeff Ames2009-01-262-1/+2
|
* removing asterisk: it's now living at ↵Dr Scofield2008-10-017-618/+0
| | | | http://forge.opensimulator.org/gf/project/asteriskvoice/
* remove these old ruby grid servers as they are really old (like a yearSean Dague2008-10-015-291/+0
| | | | | | old). A project like this is welcomed to come back on opensim forge.
* * SSL Documentation update from LexaTeravus Ovares2008-09-171-0/+4
|
* Update svn properties, minor formatting cleanup, fix a compiler warning.Jeff Ames2008-09-151-82/+82
|
* * This update makes configuring SSL a little easier on Windows XP. It also ↵Teravus Ovares2008-09-146-0/+171
| | | | | | | | | makes it possible to run a HTTPS server on the region. It also has a junk Certification authority for test purposes. * There are still a lot of things that are hard coded to use http. They need to be fixed. * Also includes directions * A standard junk PEM file to append to app_settings/CA.pem in the client so SSL will work
* Update svn properties. Remove some bin directories in source tree.Jeff Ames2008-08-041-0/+0
|
* cleanups and refactoring to make it more readable.Dr Scofield2008-07-301-53/+106
|
* adding copyright notice and help option to matrix.py.Dr Scofield2008-07-291-1/+58
|
* matrix.py is a little launcher tool that knows about the GridInfoDr Scofield2008-07-291-0/+162
| | | | | | | | | | | | | | | | | | | | | | | | | protocol. it expects the grid coordinates to be passed as a commandline argument either as a "matrix:" or as an "opensim:" style URI: matrix://osgrid.org:8002/ you can also provide region/X/Y/Z: matrix://osgrid.org:8002/Wright%20Plaza/128/50/75 and it also understands avatar names and passwords: matrix://mr%20smart:secretpassword@osgrid.org:8002/Wright%20Plaza/128/50/75 when you run it the first time, it will complain about a missing .matrixcfg file --- this is needed so that it can remember where your secondlife client lives on your box. to generate that file, simply run matrix.py --secondlife path-to-your-secondlife-client-executable
* Update svn properties.Jeff Ames2008-07-271-0/+0
|
* first cut at a GridInfo plugin (mantis #1825). Currently just spitsDr Scofield2008-07-251-0/+12
| | | | | | | | | | | | | | out everything in the [GridInfo] section :-D Also, not yet LLSD but XmlRpc, LLSD via GET will follow. OpenSim.ini.example contains sample values and explanation. Oh, and default values provided are platform: OpenSim mode: standalone | grid have fun.
* * Current XML Schema for SceneObjectPartTeravus Ovares2008-06-292-18/+20
|
* fix http://opensimulator.org/mantis/view.php?id=1001Sean Dague2008-05-281-1/+1
|
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-011-0/+0
|
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-291-0/+39
| | | | | | | | | * Fixes the admin_shutdown xmlrpc method * Adds a share/python/console/shutdown.py script for shutting down a background OpenSim * For more details see http://xyzzyxyzzy.net/2008/04/29/console-less-opensim/ * There should also be instructions in the opensimulator wiki soon as well
* Update svn properties.Jeff Ames2008-04-162-0/+0
|
* From: Dr Scofield <hud@zurich.ibm.com>Sean Dague2008-04-156-0/+346
| | | | | | | | | | | | | | | | | | | | | | | | ansgar and i have been working on an asterisk voice module that will allow us to couple opensim with an asterisk VoIP gateway. the patch below consists of * AsteriskVoiceModule region module: alternative to the plain-vanilla VoiceModule, will make XmlRpc calls out to an asterisk-opensim frontend * asterisk-opensim.py frontend, living in share/python/asterisk, takes XmlRpc calls from the AsteriskVoiceModule * account_update: to update/create a new SIP account (on ProvisionVoiceAccountRequest) * region_update: to update/create a new "region" conference call (on ParcelVoiceInfo) * a asterisk-opensim test client, living in share/python/asterisk, to exercise astersik-opensim.py this still does not give us voice in OpenSim, but it's another step on this path...
* * Removing lulurun's perl UGAI from core svn, pending a link to an external ↵Justin Clarke Casey2008-04-0835-7246/+0
| | | | repository, as per mailing list discussion.
* Update svn properties.Jeff Ames2008-04-072-170/+170
|
* * Committing SceneObjectPart XML Schemas in the share/Schemas folder (this ↵Teravus Ovares2008-04-072-0/+172
| | | | is a non final schema)
* Update svn properties.Jeff Ames2008-03-253-0/+0
|
* * Committing Lulurun's Cgi/Perl implementation of the UGAI servers.Adam Frisby2008-03-2535-0/+7246
| | | | | * I love you long time.
* Moved share/sql/mysql-AvatarAppearance.sql to ↵Tedd Hansen2008-02-111-42/+0
| | | | | | | OpenSim/Framework/Data.MySQL/Resources/AvatarAppearance.sql as described in share/sql/mysql_README.txt Thanks dmiles_afk
* Updated svn properties.Jeff Ames2008-02-051-42/+42
|
* First part of avatar persistence, currently only really works in standalone ↵MW2008-02-041-0/+42
| | | | | | | | | mode (with accounts_authenticate set to true), it also only currently has a mysql database connector. (sqlite one will follow soon). It also uses the tribalmedia database system, so this needs checking to see if the old problems with mono have been fixed. To use, see the appearance section in opensim.ini.example, set "persist = true", then add the correct connection string for your database.(see mysql-AvatarAppearance.sql in share folder for a example of the table mysql table structure). This could possible be used in a very small grid, but would mean each region server would need to connect to the same mysql database. But the work to move the code to one of the grid servers shouldn't be too much.
* Rewrote svn properties handling script in python. Added more file types.Jeff Ames2008-01-265-0/+0
|
* * Deleted outdated shared regionslbsa712008-01-07257-270/+0
|
* Set svn:eol-style.Jeff Ames2007-12-291-7/+7
|
* Extended svn:eol-style to check some other file types.Jeff Ames2007-12-201-8/+8
|
* Remove now redundant mysql files from share/sql and replace with ↵Justin Clarke Casey2007-12-178-180/+12
| | | | mysql_README.txt
* * Applied MSSQL Patch from akokko, Thanks! akokkoTeravus Ovares2007-12-056-0/+183
| | | | | * This hasn't been tested in MSSQL mode, however it's been checked to make sure it doesn't cause any issues with mySQL/SQLlite
* added the mysql table files for inventory. Thanks nebadon.MW2007-12-012-0/+66
|
* * Moved /branches/ruby to /trunk/share/rubyAdam Frisby2007-11-065-0/+291
|
* *Moved region loading into its own interface IRegionLoadermingchen2007-11-032-0/+17
| | | | | *Added ability to load regioninfo remotely from a webserver from a single file. See share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt for more info and an example file.
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-082-23/+0
|
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-2/+0
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-0/+2
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* remove sqlite3-inventory, this db is autocreated nowSean Dague2007-08-271-40/+0
|
* remove this sqlite file as the database is actually autogeneratedSean Dague2007-08-231-91/+0
| | | | | | | | from the MonoSqlite module, and the schema is evolving over there. People would just get into trouble if they creat the db with this.
* Start of Inventory service, currently only (partially) functional in ↵MW2007-08-141-0/+40
| | | | | | | | standalone mode and using sqlite). In standalone mode, if you have account authenticate turned on (setting in opensim.ini) then when you create a new account, a set of inventory is created for that account and stored in database (currently only a set of empty folders). Then during login the database is search for that set and sent to the client in the login response. More functions will be added soon, like creating new folders (and a bit later items) from the client inventory window.
* Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so ↵MW2007-08-111-0/+1
| | | | that we can tell what prims belong to the same SceneObjectGroup. If sdague has a different method in mind when he gets back then he can change it then.
* added group positionSean Dague2007-08-091-0/+3
|
* remove invalid indexSean Dague2007-08-091-1/+0
|