Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-06-08 | Mantis#1499. Thank you kindly, DMiles for a patch that: | Charles Krinke | 1 | -77/+132 | |
was incorrectly sending the command along with the args to the CommandDelegate help was getting lost on top of normal help & help was getting missed except in an exact match (and only returning the first) | |||||
2008-06-07 | Mantis#1495. Thank you kindly, Kinoc for: | Charles Krinke | 1 | -1/+93 | |
0001495: [PATCH] Adds an API for for plugins to create new Console commands and Help | |||||
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 1 | -8/+8 | |
2008-06-01 | * Move most bookending startup/shutdown messages to BaseOpenSimServer so ↵ | Justin Clarke Casey | 1 | -2/+0 | |
they appear in non-console servers too | |||||
2008-06-01 | * Fix build break by eliminating remaining IScenePermissions references - ↵ | Justin Clarke Casey | 4 | -8/+8 | |
must remember to nant clean * Hook all server startups into base opensim server startup method | |||||
2008-06-01 | * Move log version printing up into BaseOpenSimServer | Justin Clarke Casey | 3 | -14/+6 | |
2008-06-01 | * Refactor: Split opensim background server into a separate class | Justin Clarke Casey | 5 | -40/+94 | |
2008-05-31 | * Make version information common to all servers | Justin Clarke Casey | 4 | -117/+4 | |
* Now all servers respond to the "show version" command on the console | |||||
2008-05-31 | * Propogate OpenSimMain hack to stop mono-addins scanning warnings to the ↵ | Justin Clarke Casey | 1 | -2/+2 | |
grid managing * This hack just temporarily sends console output to /dev/null when we make the relevant addins calls, restoring it afterwards | |||||
2008-05-28 | * Put in stubs for "load-oar" command, including ultra-primitive temporary ↵ | Justin Clarke Casey | 1 | -0/+13 | |
tar loading code * Currently as a test, this will successfully load only the first file of an opensim archive and do absolutely nothing with it | |||||
2008-05-28 | *Hiding the warnings about scanning assemblies when initialising | mingchen | 1 | -2/+7 | |
2008-05-27 | * Write prim archives out as v7 tar files temporarily for testing purposes - ↵ | Justin Clarke Casey | 1 | -1/+1 | |
not even gzipping yet! * Using hacked up code to create the correct tar archive headers - this stuff should really go away again before too long * No user functionality yet | |||||
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 2 | -16/+16 | |
2008-05-24 | * If the SVN build version is not available, state this in the About box ↵ | Justin Clarke Casey | 1 | -2/+6 | |
explicitly, rather than leaving it out completely and possible engendering confusion | |||||
2008-05-24 | * Bump reported svn trunk revision number up to 0.5.7 | Justin Clarke Casey | 1 | -1/+1 | |
2008-05-23 | *Refactor of the LandManagementModule that allows OpenSim to run without it | mingchen | 1 | -1/+1 | |
2008-05-22 | * Plug in stubbed out archiver module | Justin Clarke Casey | 1 | -2/+4 | |
2008-05-22 | * Add (DEPRECATED) to load-xml/save-xml region console help | Justin Clarke Casey | 1 | -2/+2 | |
2008-05-22 | * Documentation for load/save xml methods | Justin Clarke Casey | 2 | -0/+19 | |
* Insert the very rough beginning stubs for a save/load OpenSim archive facility that will load/save prim assets (textures & inventory) as well as the prim details themselves (our existing xml facilities). * This won't be ready for even rough testing for quite some time. * I'm doing this directly in the region server for now since this will be quicker to get something working (hence giving me the Serotonin boost that I need). However, there are very good arguments for later also including it (or moving it entirely) to the separate export executable which Sean stubbed out some time ago. | |||||
2008-05-22 | Added "show regions" to the CL help screen. Mantis 1123 | Adam Johnson | 1 | -0/+1 | |
2008-05-22 | Adding basic show users functionality back in to console. Mantis 1212 | Adam Johnson | 1 | -0/+36 | |
2008-05-22 | * Minor: Tidy ups and logging tweaks. | Justin Clarke Casey | 1 | -2/+2 | |
2008-05-22 | * Refactor: Move enhancement of version string with operating system ↵ | Justin Clarke Casey | 1 | -5/+23 | |
information from Scene to OpenSimMain * This also means the operating system info will show up in the region console (and hence the logs) | |||||
2008-05-22 | * Fix circular dependency from last checkin by passing version as a ↵ | Justin Clarke Casey | 1 | -1/+2 | |
parameter to Scene rather than referencing VersionInfo directly * Butt ugly solution | |||||
2008-05-21 | * Send VersionInfo string instead of the hardcoded Scene string to the ↵ | Justin Clarke Casey | 2 | -10/+8 | |
"About Second Life" box * This is the same string as printed out on the opensim region console at startup, so it should now include the svn revision number (if available) * This dialog box takes an awful long time to come up on my local system - no idea why that is. However, that also seems to have been the case before this revision. | |||||
2008-05-21 | * Deprecate load-xml and save-xml in favour of load-xml2/save-xml2. | Justin Clarke Casey | 1 | -0/+4 | |
* Please file a mantis if you are not able to use load-xml2/save-xml2 but can successfully use load-xml/save-xml | |||||
2008-05-19 | adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵ | Dr Scofield | 1 | -1/+3 | |
HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc. | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 3 | -57/+57 | |
2008-05-14 | * Refactored IConfigSource into Physics plug-ins and Scene. We can get rid ↵ | Teravus Ovares | 1 | -4/+7 | |
of some of the parameters we pass to it's constructor now like, 'm_allowPhysicalPrim', 'seeIntoOtherRegions', etc.. so on * The main purpose of this is to provide configuration options for ODE and other physics plug-ins that are advanced enough to be able to be configured. | |||||
2008-05-14 | * Refactor additional stats collection common code into base opensim server | Justin Clarke Casey | 2 | -15/+2 | |
* If extra stats not sent to the viewer are available on an opensim server, they are now uniformly accessible using the 'show stats' command | |||||
2008-05-14 | From: Dr Scofield <DrScofield@xyzzyxyzzy.net> | Sean Dague | 1 | -11/+16 | |
the attached patch set adds the (still work-in-progress but already working) RestPlugin base class and the RestRegionPlugin code. we are using XML serialization. currently working: GET /admin/regions/ -> returns UUID list of known regions GET /admin/regions/<UUID> -> returns detailed region information we'll be adding support for POST/DELETE/PUT and also for /admin/regions/<UUID>/name etc. | |||||
2008-05-14 | More formatting cleanup. Minor refactoring. | Jeff Ames | 1 | -7/+1 | |
2008-05-13 | *Complete redo of the permissions module | mingchen | 1 | -8/+0 | |
*Removed hardcoded permissions checks *Added permissions checks where needed | |||||
2008-05-12 | * If a region running in grid mode fails to login to the grid service, ↵ | Justin Clarke Casey | 1 | -1/+12 | |
startup will now terminate instead of carrying on (and thus burying the error message) | |||||
2008-05-12 | * Minor: Initial cleaning up of some of the grid sim login messages | Justin Clarke Casey | 1 | -0/+5 | |
2008-05-09 | * Fix opensim region server shutdown. | Justin Clarke Casey | 2 | -43/+7 | |
2008-05-08 | * Spring cleaning, round 3029 | Adam Frisby | 3 | -4/+5 | |
2008-05-07 | * For no good reason (since there are a hundred million other things to ↵ | Justin Clarke Casey | 3 | -37/+51 | |
fix), change formatting of version information printed to the log * Push printing down into OpenSimMain so both console and consoleless configurations will get it | |||||
2008-05-07 | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 2 | -5/+50 | |
Implements the show version command. If you type show version at the console, you will get the revision that opensim is running, assuming you have the .svn/entries file in your base directory (e.g. you are running from code extracted from our SVN repository) A patch to also send this to the client should follow shortly | |||||
2008-05-07 | * Move shutdown processing to base OpenSimServer, overriding the method ↵ | Justin Clarke Casey | 1 | -11/+15 | |
where appropriate * This also means that the command quit (as well as shutdown) will now close down grid servers (instead of only being in place for the region server) | |||||
2008-05-06 | * Cleaning up code, making it conform to OpenSim standards. | Adam Frisby | 1 | -1/+1 | |
2008-05-05 | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 1 | -10/+3 | |
2008-05-02 | plumb in connection string to the user database paths. mysql and mssql | Sean Dague | 1 | -1/+1 | |
just ignore this for now, but it lets us get connect strings to sqlite and nhibernate. | |||||
2008-05-02 | * More refactorings of UDPServer. | Adam Frisby | 2 | -26/+14 | |
* Removed all references where possible. * Renamed lots of variables from UDPServerXYZ to clientServerXYZ | |||||
2008-05-02 | * More clientstack abstractions - We now only have a single constructor call ↵ | Adam Frisby | 1 | -5/+5 | |
to UDPServer. Going to reduce this with an abstracted constructor in a bit. | |||||
2008-05-02 | * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵ | Adam Frisby | 2 | -68/+19 | |
are in. | |||||
2008-05-02 | Minor formatting and documentation cleanup. | Jeff Ames | 1 | -7/+7 | |
2008-05-01 | removed last db4o ref | Sean Dague | 1 | -5/+1 | |
2008-05-01 | * In ur code. Making it static. | Adam Frisby | 1 | -2/+2 | |
* Converted a bunch of functions to static functions. | |||||
2008-05-01 | * Assorted spring cleanings. | Adam Frisby | 2 | -26/+11 | |