aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-25Minor formatting cleanup.Jeff Ames1-7/+7
2008-06-23changed kickuser console command to use caseless compared substrings for firs...Dahlia Trimble1-6/+2
2008-06-22Changed the kickuser command to use the new console RegisterCmd feature.Dahlia Trimble1-31/+33
2008-06-22Added an experimental "kickuser" console command to log off a user by name.Dahlia Trimble1-0/+31
2008-06-21Mantis#1580. Thank you kindly, Dmiles for a patch that:Charles Krinke1-15/+32
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares1-0/+1
2008-06-20Implemented plugin support for ClientStack, with LindenUDP as the default plu...Johan Berntsson1-0/+8
2008-06-18Mantis#1567. Thank you kindly, Dmiles for a patch that addresses:Charles Krinke1-1/+10
2008-06-14* Enables maptile display in grid mode for simulators that are not on the sam...Teravus Ovares1-1/+1
2008-06-09Update svn properties. Formatting cleanup.Jeff Ames1-52/+53
2008-06-08Mantis#1499. Thank you kindly, DMiles for a patch that:Charles Krinke1-77/+132
2008-06-07Mantis#1495. Thank you kindly, Kinoc for:Charles Krinke1-1/+93
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-8/+8
2008-06-01* Move most bookending startup/shutdown messages to BaseOpenSimServer so they...Justin Clarke Casey1-2/+0
2008-06-01* Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey4-8/+8
2008-06-01* Move log version printing up into BaseOpenSimServerJustin Clarke Casey3-14/+6
2008-06-01* Refactor: Split opensim background server into a separate classJustin Clarke Casey5-40/+94
2008-05-31* Make version information common to all serversJustin Clarke Casey4-117/+4
2008-05-31* Propogate OpenSimMain hack to stop mono-addins scanning warnings to the gri...Justin Clarke Casey1-2/+2
2008-05-28* Put in stubs for "load-oar" command, including ultra-primitive temporary ta...Justin Clarke Casey1-0/+13
2008-05-28*Hiding the warnings about scanning assemblies when initialising mingchen1-2/+7
2008-05-27* Write prim archives out as v7 tar files temporarily for testing purposes - ...Justin Clarke Casey1-1/+1
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames2-16/+16
2008-05-24* If the SVN build version is not available, state this in the About box expl...Justin Clarke Casey1-2/+6
2008-05-24* Bump reported svn trunk revision number up to 0.5.7Justin Clarke Casey1-1/+1
2008-05-23*Refactor of the LandManagementModule that allows OpenSim to run without itmingchen1-1/+1
2008-05-22* Plug in stubbed out archiver moduleJustin Clarke Casey1-2/+4
2008-05-22* Add (DEPRECATED) to load-xml/save-xml region console helpJustin Clarke Casey1-2/+2
2008-05-22* Documentation for load/save xml methodsJustin Clarke Casey2-0/+19
2008-05-22Added "show regions" to the CL help screen. Mantis 1123Adam Johnson1-0/+1
2008-05-22Adding basic show users functionality back in to console. Mantis 1212Adam Johnson1-0/+36
2008-05-22* Minor: Tidy ups and logging tweaks.Justin Clarke Casey1-2/+2
2008-05-22* Refactor: Move enhancement of version string with operating system informat...Justin Clarke Casey1-5/+23
2008-05-22* Fix circular dependency from last checkin by passing version as a parameter...Justin Clarke Casey1-1/+2
2008-05-21* Send VersionInfo string instead of the hardcoded Scene string to the "About...Justin Clarke Casey2-10/+8
2008-05-21* Deprecate load-xml and save-xml in favour of load-xml2/save-xml2.Justin Clarke Casey1-0/+4
2008-05-19adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht...Dr Scofield1-1/+3
2008-05-16Formatting cleanup.Jeff Ames3-57/+57
2008-05-14* Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of...Teravus Ovares1-4/+7
2008-05-14* Refactor additional stats collection common code into base opensim serverJustin Clarke Casey2-15/+2
2008-05-14From: Dr Scofield <DrScofield@xyzzyxyzzy.net>Sean Dague1-11/+16
2008-05-14More formatting cleanup. Minor refactoring.Jeff Ames1-7/+1
2008-05-13*Complete redo of the permissions modulemingchen1-8/+0
2008-05-12* If a region running in grid mode fails to login to the grid service, startu...Justin Clarke Casey1-1/+12
2008-05-12* Minor: Initial cleaning up of some of the grid sim login messagesJustin Clarke Casey1-0/+5
2008-05-09* Fix opensim region server shutdown.Justin Clarke Casey2-43/+7
2008-05-08* Spring cleaning, round 3029Adam Frisby3-4/+5
2008-05-07* For no good reason (since there are a hundred million other things to fix),...Justin Clarke Casey3-37/+51
2008-05-07From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey2-5/+50
2008-05-07* Move shutdown processing to base OpenSimServer, overriding the method where...Justin Clarke Casey1-11/+15