| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 2008-11-19 | 1 | -4/+1 |
* | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2008-11-19 | 1 | -1/+4 |
* | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 2008-11-17 | 1 | -4/+1 |
* | * minor: add interface version to 'show version' command output | Justin Clarke Casey | 2008-11-17 | 1 | -1/+4 |
* | * Implement basic region filtering as described in https://lists.berlios.de/p... | Justin Clarke Casey | 2008-11-11 | 1 | -19/+0 |
* | * Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 in... | Justin Clarke Casey | 2008-10-29 | 1 | -1/+1 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2008-10-28 | 1 | -1/+1 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2482 | Justin Clarke Casey | 2008-10-28 | 1 | -3/+17 |
* | * refactor: make shutdown a template method in the same manner as startup, fo... | Justin Clarke Casey | 2008-10-03 | 1 | -2/+9 |
* | * minor: restore the standard startup logo text now I understand why things w... | Justin Clarke Casey | 2008-10-03 | 1 | -1/+1 |
* | * oops, fix region startup to be in the correct sequence (though it appeared ... | Justin Clarke Casey | 2008-10-03 | 1 | -1/+1 |
* | * For shits and giggles, print out the time taken for a server to start up (w... | Justin Clarke Casey | 2008-10-03 | 1 | -0/+4 |
* | * refactor: make startup a template method | Justin Clarke Casey | 2008-10-03 | 1 | -2/+9 |
* | Mantis#2017. Thank you kindly, Tyre, for a patch that solves: | Charles Krinke | 2008-09-25 | 1 | -10/+3 |
* | * Complete refactoring accidentally left unfinished so that all server help r... | Justin Clarke Casey | 2008-09-15 | 1 | -15/+1 |
* | Changed "show users" command to display only root agents, "show users full" to | Homer Horwitz | 2008-09-12 | 1 | -5/+5 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-28 | 1 | -9/+9 |
* | * Append thread information on to the end of period diagnostics information | Justin Clarke Casey | 2008-08-25 | 1 | -2/+5 |
* | * minor: refactor thread report into a method that returns a string rather th... | Justin Clarke Casey | 2008-08-25 | 1 | -15/+29 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-19 | 1 | -4/+4 |
* | * It appears that sometimes some IClientAPI reference is not being released, ... | Justin Clarke Casey | 2008-08-18 | 1 | -0/+30 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -23/+23 |
* | * Insert a new 'set log level [level] command on the console' | Justin Clarke Casey | 2008-08-16 | 1 | -5/+80 |
* | Thanks, BlueWall, for a patch that: | Dahlia Trimble | 2008-08-14 | 1 | -1/+1 |
* | * Register main thread as console thread with thread tracker | Justin Clarke Casey | 2008-08-01 | 1 | -0/+4 |
* | * minor: get rid of count number from 'show threads' display since they all h... | Justin Clarke Casey | 2008-08-01 | 1 | -12/+1 |
* | * minor: Make create user command appear on the region console only if the re... | Justin Clarke Casey | 2008-07-22 | 1 | -0/+1 |
* | * Move thread tracking code to base opensim server so that it's available for... | Justin Clarke Casey | 2008-07-11 | 1 | -6/+31 |
* | Mantis#1685. Thank you kindly, Mjm for a patch that: | Charles Krinke | 2008-07-08 | 1 | -1/+12 |
* | Minor formatting cleanup. | Jeff Ames | 2008-06-18 | 1 | -1/+1 |
* | * minor: Print out uptime as well as stats in periodic diagnostics logging, s... | Justin Clarke Casey | 2008-06-13 | 1 | -5/+27 |
* | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 2008-06-13 | 1 | -11/+11 |
* | * Drop periodic stats logging back down to 60 minutes to reduce console spam. | Justin Clarke Casey | 2008-06-11 | 1 | -1/+1 |
* | * Add 'show info' command to all servers, which prints the directory in which... | Justin Clarke Casey | 2008-06-11 | 1 | -2/+16 |
* | * minor: Reduce statistic log snapshots to every 20 minutes to get more infor... | Justin Clarke Casey | 2008-06-10 | 1 | -1/+1 |
* | * If a server has statistics, print these out to the log every hour to get so... | Justin Clarke Casey | 2008-06-10 | 1 | -0/+21 |
* | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 2008-06-04 | 1 | -15/+15 |
* | * experimental: Make OpenSim archiver save and reload all prim textures when ... | Justin Clarke Casey | 2008-06-02 | 1 | -2/+2 |
* | * Add 'show version' help information into base OpenSim server | Justin Clarke Casey | 2008-06-02 | 1 | -1/+2 |
* | * Move most bookending startup/shutdown messages to BaseOpenSimServer so they... | Justin Clarke Casey | 2008-06-01 | 1 | -7/+6 |
* | * Fix build break by eliminating remaining IScenePermissions references - mus... | Justin Clarke Casey | 2008-06-01 | 1 | -1/+1 |
* | * Move log version printing up into BaseOpenSimServer | Justin Clarke Casey | 2008-06-01 | 1 | -4/+14 |
* | * Make version information common to all servers | Justin Clarke Casey | 2008-05-31 | 1 | -0/+82 |
* | * Implements UserServer logoff in a few situations | Teravus Ovares | 2008-05-31 | 1 | -0/+1 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -14/+14 |
* | * Refactor additional stats collection common code into base opensim server | Justin Clarke Casey | 2008-05-14 | 1 | -1/+18 |
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -3/+3 |
* | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2008-05-12 | 1 | -6/+23 |
* | * Fix opensim region server shutdown. | Justin Clarke Casey | 2008-05-09 | 1 | -1/+1 |
* | * Move shutdown processing to base OpenSimServer, overriding the method where... | Justin Clarke Casey | 2008-05-07 | 1 | -1/+17 |