| Commit message (Expand) | Author | Files | Lines |
2010-08-04 | Remove StandAlone from default hardcoded config | Melanie Thielker | 1 | -15/+0 |
2010-08-04 | Remove StandAlone from default hardcoded config | Melanie Thielker | 1 | -15/+0 |
2010-08-01 | First, change DefaultPermissionsModule so it returns the correct name... | Tom | 1 | -2/+13 |
2010-08-01 | Add config option securePermissionsLoading which will stop the region from lo... | Tom | 1 | -0/+21 |
2010-06-25 | minor: Move log information about SYSTEMIP to the place where it's resolved | Justin Clark-Casey (justincc) | 1 | -3/+1 |
2010-06-24 | Move loading of parcels to before script start. Scripts using parcel functions | Melanie | 1 | -3/+3 |
2010-06-24 | And another | Melanie Thielker | 1 | -2/+0 |
2010-06-03 | Change the admin kick message to something more generic, "OpenSim Manager" is... | Tom Grimshaw | 1 | -1/+1 |
2010-05-28 | tidy up help information on load oar and save oar | Justin Clark-Casey (justincc) | 1 | -5/+11 |
2010-05-16 | * Revert last commit for now at Melanie_T's request. | Teravus Ovares (Dan Olivares) | 1 | -1/+2 |
2010-05-15 | * Add User Friendly Configuration File Exists check. If OpenSim.ini and eith... | Teravus Ovares (Dan Olivares) | 1 | -1/+115 |
2010-05-09 | * Fixed spamming the assets table with map tiles. The tile image ID is now st... | Diva Canto | 1 | -1/+1 |
2010-04-23 | minor: eliminate configuration section handling deprecation of OpenSim.DataSt... | Justin Clark-Casey (justincc) | 1 | -6/+0 |
2010-04-23 | Adding some more SNMP events and some refactoring | sacha | 1 | -8/+13 |
2010-04-23 | Adding LinkUp/LinkDown when a region is started or stoped. | sacha | 1 | -3/+2 |
2010-04-16 | Add --skip-assets option to load oar. | Justin Clark-Casey (justincc) | 1 | -2/+3 |
2010-04-14 | Committing sacha's partial work (from orpheus). The GridBrat needs to learn | Melanie | 1 | -0/+45 |
2010-03-16 | Removed the unused use_async_when_possible config variable | John Hurliman | 1 | -1/+1 |
2010-03-05 | Fix LocalPresenceServiceConnector test now that the hardcoded test data has b... | Justin Clark-Casey (justincc) | 1 | -12/+2 |
2010-03-04 | move linden notecard parsing from LSL_Api.cs to SLUtil so that region modules... | Justin Clark-Casey (justincc) | 1 | -11/+8 |
2010-02-18 | Change handling of the SYSTEMIP constant to be more sane. | Melanie | 1 | -0/+2 |
2010-02-15 | Formatting cleanup. | Jeff Ames | 1 | -5/+2 |
2010-02-12 | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2010-01-31 | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot... | Diva Canto | 3 | -27/+1 |
2010-01-30 | * HGScene is no more. | Diva Canto | 2 | -65/+0 |
2010-01-20 | Console output no longer requires loglevel to be set to info; you can run the... | mbowman | 1 | -61/+66 |
2010-01-15 | * General cleanup of Teleports, Crossings and Child agents. They are now in t... | Diva Canto | 2 | -3/+3 |
2010-01-11 | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 1 | -1/+0 |
2010-01-11 | This fixes the problem that region modules (new style) weren't being recognized. | Diva Canto | 1 | -0/+1 |
2010-01-11 | Moved MainServer.Instance.AddStreamHandler(new OpenSim.SimStatusHandler()); a... | Diva Canto | 1 | -2/+2 |
2010-01-11 | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 1 | -1/+1 |
2010-01-11 | CommunicationsManager deleted. | Diva Canto | 2 | -6/+6 |
2010-01-11 | Make console_port work. | Melanie | 1 | -1/+3 |
2010-01-11 | Refactor. Instantiate sim status handlers in opensim base, not in a plugin | Melanie | 1 | -0/+5 |
2010-01-10 | All Framework.Communications.Clients and Framework.Communications.Services de... | Diva Canto | 1 | -1/+0 |
2010-01-11 | Add a console_port setting to let the rest console use a different port | Melanie | 1 | -1/+12 |
2010-01-10 | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 1 | -2/+0 |
2010-01-10 | Remove all references to master avatar, replacing with estate owner where | Melanie | 1 | -29/+0 |
2010-01-10 | Remove "login disable", "login enable" and "login status" commands. | Melanie | 2 | -79/+0 |
2010-01-09 | * Moved command reset password from OpenSim to UserAccountService. | Diva Canto | 1 | -47/+0 |
2010-01-09 | * Added SetPassword to IAuthenticationService. | Diva Canto | 1 | -74/+0 |
2009-11-30 | add agent position to output of "show users" console command | dahlia | 1 | -4/+5 |
2009-11-25 | minor: remove some mono compiler warnings, add --merge load oar switch to hel... | Justin Clark-Casey (justincc) | 2 | -2/+2 |
2009-11-24 | pass all command parameters to load/save oar, not just the filename | Justin Clark-Casey (justincc) | 2 | -21/+2 |
2009-10-28 | Adding changes to previous patch to make it fit into core better | Melanie | 1 | -19/+17 |
2009-10-28 | patch kill by UUID | Fredo Chaplin | 1 | -0/+58 |
2009-10-26 | Removing the ClientManager reference from IScene and hiding it entirely insid... | John Hurliman | 1 | -2/+2 |
2009-10-23 | * Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always ... | John Hurliman | 1 | -5/+5 |
2009-10-22 | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 1 | -0/+11 |
2009-10-22 | * Allow SmartThreadPool to be initialized without setting max stack size (lik... | John Hurliman | 1 | -1/+6 |