Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-07-31 | Remove useless .csproj files. | onefang | 4 | -215/+0 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 11 | -61/+224 | |
2017-12-13 | mantis 8255 update example_web.xml | UbitUmarov | 1 | -8/+26 | |
2017-06-12 | update Robust32.exe build files | UbitUmarov | 7 | -27/+200 | |
2017-06-11 | add/replace sources of OpenSim32.exe | UbitUmarov | 7 | -26/+213 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 8 | -0/+270 | |
2014-09-03 | Move the 32 bit launchers as discussed at OpenSimulator Office Hour 9//2/14 ↵ | BlueWall | 8 | -0/+270 | |
http://opensimulator.org/wiki/Chat_log_from_the_meeting_on_2014-09-02. | |||||
2012-12-31 | Remove out-of-date and unused xsd schemas | Justin Clark-Casey (justincc) | 2 | -174/+0 | |
2012-12-31 | Remove php dir which was only populated with a single file that generated a ↵ | Justin Clark-Casey (justincc) | 1 | -46/+0 | |
long out-of-date user profile array. | |||||
2009-01-26 | in the spirit of cleanup, remove the old sql directory, as this stuff is | Sean Dague | 7 | -195/+0 | |
all done in the drivers now | |||||
2009-01-26 | ~ cleaning up code base: dropping share/python | Dr Scofield | 2 | -51/+0 | |
2009-01-26 | Move file contents into file. | Jeff Ames | 2 | -1/+2 | |
2008-10-01 | removing asterisk: it's now living at ↵ | Dr Scofield | 7 | -618/+0 | |
http://forge.opensimulator.org/gf/project/asteriskvoice/ | |||||
2008-10-01 | remove these old ruby grid servers as they are really old (like a year | Sean Dague | 5 | -291/+0 | |
old). A project like this is welcomed to come back on opensim forge. | |||||
2008-09-17 | * SSL Documentation update from Lexa | Teravus Ovares | 1 | -0/+4 | |
2008-09-15 | Update svn properties, minor formatting cleanup, fix a compiler warning. | Jeff Ames | 1 | -82/+82 | |
2008-09-14 | * This update makes configuring SSL a little easier on Windows XP. It also ↵ | Teravus Ovares | 6 | -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 | |||||
2008-08-04 | Update svn properties. Remove some bin directories in source tree. | Jeff Ames | 1 | -0/+0 | |
2008-07-30 | cleanups and refactoring to make it more readable. | Dr Scofield | 1 | -53/+106 | |
2008-07-29 | adding copyright notice and help option to matrix.py. | Dr Scofield | 1 | -1/+58 | |
2008-07-29 | matrix.py is a little launcher tool that knows about the GridInfo | Dr Scofield | 1 | -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 | |||||
2008-07-27 | Update svn properties. | Jeff Ames | 1 | -0/+0 | |
2008-07-25 | first cut at a GridInfo plugin (mantis #1825). Currently just spits | Dr Scofield | 1 | -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. | |||||
2008-06-29 | * Current XML Schema for SceneObjectPart | Teravus Ovares | 2 | -18/+20 | |
2008-05-28 | fix http://opensimulator.org/mantis/view.php?id=1001 | Sean Dague | 1 | -1/+1 | |
2008-05-01 | Update svn properties. Minor formatting cleanup. | Jeff Ames | 1 | -0/+0 | |
2008-04-29 | From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 1 | -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 | |||||
2008-04-16 | Update svn properties. | Jeff Ames | 2 | -0/+0 | |
2008-04-15 | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 6 | -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... | |||||
2008-04-08 | * Removing lulurun's perl UGAI from core svn, pending a link to an external ↵ | Justin Clarke Casey | 35 | -7246/+0 | |
repository, as per mailing list discussion. | |||||
2008-04-07 | Update svn properties. | Jeff Ames | 2 | -170/+170 | |
2008-04-07 | * Committing SceneObjectPart XML Schemas in the share/Schemas folder (this ↵ | Teravus Ovares | 2 | -0/+172 | |
is a non final schema) | |||||
2008-03-25 | Update svn properties. | Jeff Ames | 3 | -0/+0 | |
2008-03-25 | * Committing Lulurun's Cgi/Perl implementation of the UGAI servers. | Adam Frisby | 35 | -0/+7246 | |
* I love you long time. | |||||
2008-02-11 | Moved share/sql/mysql-AvatarAppearance.sql to ↵ | Tedd Hansen | 1 | -42/+0 | |
OpenSim/Framework/Data.MySQL/Resources/AvatarAppearance.sql as described in share/sql/mysql_README.txt Thanks dmiles_afk | |||||
2008-02-05 | Updated svn properties. | Jeff Ames | 1 | -42/+42 | |
2008-02-04 | First part of avatar persistence, currently only really works in standalone ↵ | MW | 1 | -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. | |||||
2008-01-26 | Rewrote svn properties handling script in python. Added more file types. | Jeff Ames | 5 | -0/+0 | |
2008-01-07 | * Deleted outdated shared regions | lbsa71 | 257 | -270/+0 | |
2007-12-29 | Set svn:eol-style. | Jeff Ames | 1 | -7/+7 | |
2007-12-20 | Extended svn:eol-style to check some other file types. | Jeff Ames | 1 | -8/+8 | |
2007-12-17 | Remove now redundant mysql files from share/sql and replace with ↵ | Justin Clarke Casey | 8 | -180/+12 | |
mysql_README.txt | |||||
2007-12-05 | * Applied MSSQL Patch from akokko, Thanks! akokko | Teravus Ovares | 6 | -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 | |||||
2007-12-01 | added the mysql table files for inventory. Thanks nebadon. | MW | 2 | -0/+66 | |
2007-11-06 | * Moved /branches/ruby to /trunk/share/ruby | Adam Frisby | 5 | -0/+291 | |
2007-11-03 | *Moved region loading into its own interface IRegionLoader | mingchen | 2 | -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. | |||||
2007-10-08 | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 2 | -23/+0 | |
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵ | lbsa71 | 1 | -2/+0 | |
Tleiades patch 444 and 445. | |||||
2007-09-27 | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 1 | -0/+2 | |
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423) | |||||
2007-08-27 | remove sqlite3-inventory, this db is autocreated now | Sean Dague | 1 | -40/+0 | |