<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://opensimulator.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Albertlr+Landar</id>
		<title>OpenSimulator - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Albertlr+Landar"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Special:Contributions/Albertlr_Landar"/>
		<updated>2026-04-17T05:49:02Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.9</generator>

	<entry>
		<id>http://opensimulator.org/wiki/Varregion</id>
		<title>Varregion</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Varregion"/>
				<updated>2023-01-27T21:31:16Z</updated>
		
		<summary type="html">&lt;p&gt;Albertlr Landar: /* Varregions and OAR Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{MainPageQuicklinks}}&lt;br /&gt;
&lt;br /&gt;
'''Varregion'''&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;quot;Varregion&amp;quot; is a feature of OpenSimulator that enables region sizes larger than 256x256. The region is just larger so it acts like a regular region but with borders farther apart.&lt;br /&gt;
&lt;br /&gt;
The implementation uses the [http://aurora-sim.org Aurora] large region protocol extensions so the existing [http://firestormviewer.org Firestorm] and [http://singularityviewer.org Singularity] Aurora support will now work for OpenSimulator.&lt;br /&gt;
&lt;br /&gt;
This is different from the older [[Megaregions]] large region feature which does not require extra viewer support (above that already implemented by Linden Lab) but which relies on a number of fragile hacks to make a viewer work in a way that Linden Lab never supported.  Megaregions also contain a number of extant simulator-side bugs.&lt;br /&gt;
&lt;br /&gt;
A growing list of protocol changes to implement &amp;quot;varregion&amp;quot; is at [[varregion/Protocol|Varregion Protocol]].&lt;br /&gt;
&lt;br /&gt;
==Restrictions==&lt;br /&gt;
Some restrictions apply:&lt;br /&gt;
* The dimensions must be a multiple of 256 and less than or equal to 4096.&lt;br /&gt;
* The dimensions must be equal so regions are square&lt;br /&gt;
* One region can only have one adjacent region per side, excluding corners or viewers may crash. (so at most 4 regions touching at corners plus other 4, one touching each side)&lt;br /&gt;
* Adjacent regions must be the same size unless they are all version 0.9 or above. Even then expect glitches from time to time, especially with physics and crossings.&lt;br /&gt;
* With versions prior to 0.9 you must use BulletSim (0.9 ODE engines support varregions).&lt;br /&gt;
** You must use BulletSim's height map terrain implementation. As of 20140128, BulletSim has been modified to force heightmap terrain implementation if region size is greater than 256 on any side. The setting can be forced by adding to your INI files:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
[BulletSim]&lt;br /&gt;
    TerrainImplementation = 0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* If you were previously using [[megaregions]] you must ensure that CombineContiguousRegions is now set to false.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
[Startup]&lt;br /&gt;
CombineContiguousRegions = false&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
The size is be specified in the &amp;lt;tt&amp;gt;Region.ini&amp;lt;/tt&amp;gt; file:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
    [MyRegionName]&lt;br /&gt;
    RegionUUID = 95ec77ec-58c5-4ce2-9ff3-b6d1900d78a2&lt;br /&gt;
    Location = 1000,1000&lt;br /&gt;
    SizeX = 1024&lt;br /&gt;
    SizeY = 1024&lt;br /&gt;
    InternalAddress = 0.0.0.0&lt;br /&gt;
    InternalPort = 9200&lt;br /&gt;
    AllowAlternatePorts = False&lt;br /&gt;
    ExternalHostName = SYSTEMIP&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
*If size is not specified it will default to the legacy size of 256.&lt;br /&gt;
*If the given dimensions do not fit the restrictions, acceptable values are computed and warning and error messages are output into the log.&lt;br /&gt;
*If you leave ExternalHostName at the default 'SYSTEMIP' then this will become the LAN network address of the machine (e.g. 192.168.1.2). This is fine if you are connecting only from within your LAN. If you want to connect to it from a client on the internet, this should be the External IP Address of your router. Fully Qualified Domain Names (FQDNs) can also be used though they will be converted to a numeric IP address before being sent to the viewer. &lt;br /&gt;
*If converting from a mega-region, remember to set: &lt;br /&gt;
&amp;lt;source lang=&amp;quot;ini&amp;quot;&amp;gt; &lt;br /&gt;
 CombineContiguousRegions = false&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
*For llRezObject to work beyond 256m set  in the [Xengine] section of OpenSim.ini (for 512mx512m) :&lt;br /&gt;
&amp;lt;source lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
 ScriptDistanceLimitFactor = 512.0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
*If you have a very large region you might need to set the database maximum size to a larger value. For instance, a 2816x2816 region (11x11 legacy regions) turns into a 56 megabyte heightmap and, for MySQL, you would need to set &amp;lt;tt&amp;gt;max_allowed_packet&amp;lt;/tt&amp;gt; to something like 64M. Version 0.9 stores terrain in compressed format so this depends on terrain complexity.&lt;br /&gt;
&lt;br /&gt;
==Loading Terrain==&lt;br /&gt;
The usual terrain console commands work with varregions. If you have set up a larger region, you can load BMP/RAW/PNG heightmap files of the dimensions of the region and fill the whole region. For instance, a 1024x1024 region terrain would be completely initialized by &amp;quot;terrain load 1024.bmp&amp;quot; if '1024.bmp is a 1024x1024 bitmap.&lt;br /&gt;
&lt;br /&gt;
==Varregions and OAR Files==&lt;br /&gt;
The objects and terrain are stored in an OAR file as if it was one region. That is, if you save a 1024x1024 region in an OAR file, you can later restore the objects and terrain into a 1024x1024 sized region. If you load an OAR file from a smaller region into a larger region, the unspecified terrain space will default to 25m.&lt;br /&gt;
&lt;br /&gt;
To make conversion to varregions easier, [[Load_Oar|load oar]] now has a '--displacement &amp;quot;&amp;lt;x,y,z&amp;gt;&amp;quot;' parameter. This displaces all of the objects and the terrain from the oar file when loading them into the new region.  For instance, say you have four OAR files from four adjacent 256x256 regions (oar00.oar, oar01.oar, oar10.oar, and oar11.oar). You create a new 512x512 varregion named 'bigregion'. The following commands place the four regions of objects, terrains and parcels&lt;br /&gt;
into the new larger region:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
change region bigregion&lt;br /&gt;
load oar oar00.oar&lt;br /&gt;
load oar --displacement &amp;quot;&amp;lt;0,256,0&amp;gt;&amp;quot; --merge --force-terrain --force-parcels oar01.oar&lt;br /&gt;
load oar --displacement &amp;quot;&amp;lt;256,0,0&amp;gt;&amp;quot; --merge --force-terrain --force-parcels oar10.oar&lt;br /&gt;
load oar --displacement &amp;quot;&amp;lt;256,256,0&amp;gt;&amp;quot; --merge --force-terrain --force-parcels oar11.oar&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note the new &amp;quot;--force-terrain&amp;quot; and &amp;quot;--force-parcels&amp;quot; parameters. &amp;quot;--merge&amp;quot;, used by itself, is for merging together the objects from multiple OARs. Merging also suppresses the loading of terrain and parcel data which is just what you want when merging objects. But, if loading multiple OARs to create a new, larger region, the terrain and parcel information  must be loaded. Thus the new parameters.&lt;br /&gt;
&lt;br /&gt;
==Implementation Discussion (Obsolete)==&lt;br /&gt;
Since this will be a major change to OpenSimulator that touches a&lt;br /&gt;
lot of different parts, subsequent posts, will discuss the changes I'm making.&lt;br /&gt;
&lt;br /&gt;
===TerrainData===&lt;br /&gt;
(note that following comments may not apply to version 0.9)&lt;br /&gt;
One major problem is passing the terrain data from the region to the&lt;br /&gt;
protocol stack. The existing implementation passed an array of floats&lt;br /&gt;
that were presumed to be a 256x256 array of region terrain heights.&lt;br /&gt;
The&lt;br /&gt;
&amp;lt;tt&amp;gt;TerrainChannel&amp;lt;/tt&amp;gt;&lt;br /&gt;
class is an attempt to hide the terrain implementation&lt;br /&gt;
from&lt;br /&gt;
&amp;lt;tt&amp;gt;TerrainModule&amp;lt;/tt&amp;gt;&lt;br /&gt;
.&lt;br /&gt;
&amp;lt;tt&amp;gt;TerrainChannel&amp;lt;/tt&amp;gt;&lt;br /&gt;
can't be passed into the protocol&lt;br /&gt;
stack (LLClientView) because&lt;br /&gt;
&amp;lt;tt&amp;gt;TerrainChannel&amp;lt;/tt&amp;gt;&lt;br /&gt;
is defined as part of&lt;br /&gt;
&amp;lt;tt&amp;gt;OpenSim.Region.Framework&amp;lt;/tt&amp;gt;&lt;br /&gt;
which is not visible to the protocol code.&lt;br /&gt;
&lt;br /&gt;
My solution is to create the&lt;br /&gt;
&amp;lt;tt&amp;gt;TerrainData&amp;lt;/tt&amp;gt;&lt;br /&gt;
class in&lt;br /&gt;
&amp;lt;tt&amp;gt;OpenSim.Framework.&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;TerrainData&amp;lt;/tt&amp;gt;&lt;br /&gt;
just wraps the data structure for the terrain and additionally has&lt;br /&gt;
the attributes giving X and Y size.&lt;br /&gt;
&lt;br /&gt;
I didn't want to change the signature of IClientAPI since so many external modules&lt;br /&gt;
rely on it.&lt;br /&gt;
It should be changed to pass &amp;lt;tt&amp;gt;TerrainData&amp;lt;/tt&amp;gt; rather than a &amp;lt;tt&amp;gt;float[]&amp;lt;/tt&amp;gt;.&lt;br /&gt;
I decided to not change IClientAPI but rather have &amp;lt;tt&amp;gt;LLClientView&amp;lt;/tt&amp;gt; ignore&lt;br /&gt;
the passed array and instead reach back into the associated scene and fetch the&lt;br /&gt;
&amp;lt;tt&amp;gt;TerrainData&amp;lt;/tt&amp;gt; instance.&lt;br /&gt;
&lt;br /&gt;
There is one subclass of &amp;lt;tt&amp;gt;TerrainData&amp;lt;/tt&amp;gt;: &amp;lt;tt&amp;gt;HeightmapTerrainData&amp;lt;/tt&amp;gt; which keeps the terrain as a compressed heightmap. The height of each point is stored as a &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt; which is &amp;lt;tt&amp;gt;height * compressionFactor&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;compressionFactor&amp;lt;/tt&amp;gt; is usually &amp;quot;100&amp;quot;. This creates a compact storage of the terrain heights with two decimal points of resolution.&lt;br /&gt;
&lt;br /&gt;
The LLLP (&amp;quot;Linden Lab Legacy Protocol&amp;quot;) sends terrain height data in&lt;br /&gt;
compressed &amp;quot;patches&amp;quot; of 16x16 areas of the terrain&lt;br /&gt;
height. This is a protocol feature that is implemented in &amp;lt;tt&amp;gt;TerrainChannel&amp;lt;/tt&amp;gt;.&lt;br /&gt;
I feel that underlying protocol optimizations shouldn't appear up the&lt;br /&gt;
stack so, in creating &amp;lt;tt&amp;gt;TerrainData&amp;lt;/tt&amp;gt;, I tried to hide terrain patches.&lt;br /&gt;
I mean, someday terrain will be generalized meshes. Right? (wrong :p )&lt;br /&gt;
&lt;br /&gt;
===Terrain in the Database===&lt;br /&gt;
Previously, terrain height maps were saved in the database as a blob of 256x256 doubles. To have different region sizes, that format had to change. There is an existing database field &amp;lt;tt&amp;gt;revision&amp;lt;/tt&amp;gt; that stored the time the terrain was saved. This revision information wasn't used for anything so this field was co-opted to contain a revision code for the height field blob.&lt;br /&gt;
&lt;br /&gt;
There are three forms for the height map blob: legacy, compressed2D and regular2D. &amp;quot;legacy&amp;quot; is, of course, the previous 256x256 collections of doubles. &amp;quot;regular2D&amp;quot; contains the X, Y dimensions and enough floats for that area's heights. &amp;quot;compressed2D&amp;quot; contains the X,Y and compressionFactor followed by enough shorts for the height map.&lt;br /&gt;
&lt;br /&gt;
The database readers and writers default to the legacy format and, if the region happens to have the dimensions 256x256, it is stored using the legacy format. This is an attempt to keep downward compatibility.&lt;br /&gt;
&lt;br /&gt;
All of the database modules (MySQL, SQLite, MSSQL and PSQL) have been modified to store terrain this new way.&lt;br /&gt;
&lt;br /&gt;
* some of this was removed in 0.9. Terrain is stored as a compressed array of floats (format V2DGzip).&lt;br /&gt;
&lt;br /&gt;
===Sensing Border Crossing===&lt;br /&gt;
0.9 regions require 0.9 grid services. They can work on 0.8 grids, but keep view range above 256m&lt;br /&gt;
&lt;br /&gt;
older versions:&lt;br /&gt;
&lt;br /&gt;
Most of the ‘move to new region’ code is based on checking boundaries. There is much code related to computing if an object or avatar has crossed a region boundary and then computing the address of the next region from same. Introducing variable sized regions messes a lot of this computation up. That is, the code doing the arithmetic usually assumes it knows the address of the next region based on a known region size and then can compute the location of the next region based on that. With varregions those assumptions no longer hold. Varregion implementation means that the computation of region base locations and border locations moves to the GridService who is the entity who really knows the size of all the regions and what is adjacent to what.&lt;br /&gt;
&lt;br /&gt;
The realization that location to region computation is really a GridService operation lead to a total rip apart of the grid boundary checking code and replacement of it with two functions: &amp;lt;tt&amp;gt;Scene.PositionIsInCurrentRegion(Vector3 pos)&amp;lt;/tt&amp;gt; and then &amp;lt;tt&amp;gt;EntityTransferModule.GetRegionContainingWorldLocation(double X, double Y)&amp;lt;/tt&amp;gt;. The former function tests to see if the object/avatar has moved out of the current region and the latter gets the region moved into. (Side note: &amp;lt;tt&amp;gt;GetRegionContainingWorldLocation&amp;lt;/tt&amp;gt; should really be a function on &amp;lt;tt&amp;gt;IGridService&amp;lt;/tt&amp;gt; but that exercise is left for future hacking).&lt;br /&gt;
&lt;br /&gt;
These changes leave all the 'border' code in limbo -- the generation of the border lists is still there but it is not being used. This should eventually be cleaned up. Also, the computation of neighbor regions is scattered around with routines on &amp;lt;tt&amp;gt;IGridService&amp;lt;/tt&amp;gt;, in &amp;lt;tt&amp;gt;EntityTransferModule&amp;lt;/tt&amp;gt; and a bunch of bookkeeping in &amp;lt;tt&amp;gt;Scene&amp;lt;/tt&amp;gt;. This too should be cleaned up.&lt;br /&gt;
&lt;br /&gt;
==Implementation Notes==&lt;br /&gt;
Following is outdated for 0.9.&lt;br /&gt;
&lt;br /&gt;
As of January 27, 2014, varregion is a feature of the 'master' repository branch.&lt;br /&gt;
&lt;br /&gt;
===Stuff to Work On===&lt;br /&gt;
What follows are notes of things that might need work in OpenSimulator.&lt;br /&gt;
&lt;br /&gt;
* ITerrainLoader implementations (mostly done)&lt;br /&gt;
**	How to handle tiles.&lt;br /&gt;
**	How to handle large regions sizes.&lt;br /&gt;
**	Terrain/FileLoaders/*.cs all return an ITerrainChannel&lt;br /&gt;
**	Need to fix all the file reader/writers&lt;br /&gt;
**	FileLoaders/LLRAW.cs has several &amp;quot;256&amp;quot;s rather than constant references&lt;br /&gt;
* Teleporting: should be able to teleport to anywhere in a large region&lt;br /&gt;
** &amp;quot;MyRegion/550/687/40&amp;quot;&lt;br /&gt;
* HG code needs to allow addresses anywhere into large regions&lt;br /&gt;
* Need to look through RegionCombinerModule.cs and see what safety checks are needed&lt;br /&gt;
**	Maybe just prevent combination if not legacy region size&lt;br /&gt;
* In LSL_Api.cs, llEdgeOfWorld() does some neighbor computation. Check for ok'ness.&lt;br /&gt;
* LandManagementModule.SendParcelOverlay sends land sale/ownership info for 4x4m areas&lt;br /&gt;
**  Looks like it expects to send exactly one 1024 byte block (for the 256x256 legacy region&lt;br /&gt;
**  Check viewer code for what will happen for larger regions&lt;br /&gt;
**	New overlay types added&lt;br /&gt;
* LLClientView.SendMapBlockSplit() needs to have region size to send with the map info&lt;br /&gt;
* Region coords are sometimes 'int' and sometimes 'uint' with conversions EVERYWHERE&lt;br /&gt;
** pass over everything and convert region coordinates it 'uint's&lt;br /&gt;
** consider creating structures for world and region coordinates so there can be compile time checking&lt;br /&gt;
&lt;br /&gt;
====Viewer====&lt;br /&gt;
* LLSurface is wired to expect adjacent regions of same size&lt;br /&gt;
* Terrain surface image is sized with a 'static&amp;quot;: &amp;quot;    static S32  sTextureSize;               // Size of the surface texture&amp;quot;&lt;br /&gt;
* From FreeNode:#SingularityViewer 20131125:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Aleric&amp;gt; radams1, SianaGearz, frnic : I couldn't help myself doing a profile anyway..  The reason the viewer is slow is because it's busy &amp;quot;drawing&amp;quot; the terrain. &amp;quot;drawing&amp;quot; between quotes because my guess is that it is trying to draw ALL terrain and then clip that afterwards to the frustrum... &lt;br /&gt;
&amp;lt;Aleric&amp;gt; So, this could be greatly improved by disregarding terrain way way earlier when it is beyond the drawing range anyway.&lt;br /&gt;
&amp;lt;SianaGearz&amp;gt; OK&lt;br /&gt;
&amp;lt;Aleric&amp;gt; I disabled all rendering, even added a 'return' in terrain render&lt;br /&gt;
&amp;lt;Aleric&amp;gt; but.. no improvement of FPS!&lt;br /&gt;
&amp;lt;frnic&amp;gt; oops&lt;br /&gt;
&amp;lt;Aleric&amp;gt; LLSurfacePatch::updateVisibility() is still eating a lot of cpu.&lt;br /&gt;
&amp;lt;Aleric&amp;gt; LLSurface::updatePatchVisibilities does 97% of the calls to LLSurfacePatch::updateVisibility&lt;br /&gt;
&amp;lt;Aleric&amp;gt; which then spends most of it's time calling LLCamera::AABBInFrustumNoFarClip&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Singularity commit for varregion: https://github.com/singularity-viewer/SingularityViewer/commit/ad8ea07a&lt;br /&gt;
&lt;br /&gt;
==Testing==&lt;br /&gt;
* Terrain/parcel operations&lt;br /&gt;
** Default 256 standalone region&lt;br /&gt;
*** Clean database. Start single standalone region. Verify 'pimple' region. Verify one parcel. Flatten region.&lt;br /&gt;
*** Create parcels adjacent to each edge and standalone in middle. Change names of each parcel and verify. Restart simulator and verify parcels exist and work correctly.&lt;br /&gt;
*** Save five parcel region as OAR. Clear database. Restart region. Load oar. Verify 5 parcels of correct location, name and features.&lt;br /&gt;
** Adjacent 256 standalone regions &lt;br /&gt;
** 768x768 standalone region&lt;br /&gt;
** Changing land from 256 to 768&lt;br /&gt;
* Teleporting&lt;br /&gt;
* Adjacency&lt;br /&gt;
* Hypergrid&lt;/div&gt;</summary>
		<author><name>Albertlr Landar</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Office_hours</id>
		<title>Office hours</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Office_hours"/>
				<updated>2017-12-18T02:09:16Z</updated>
		
		<summary type="html">&lt;p&gt;Albertlr Landar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quicklinks}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
OpenSimulator has weekly meetings to discuss parts of the project.  These take place on Hurliman Plaza on OSGrid.&lt;br /&gt;
&lt;br /&gt;
= Meetings =&lt;br /&gt;
&lt;br /&gt;
Meetings on Hurliman Plaza serve two purposes. One is the meeting described below. The second, and equally important is as a stress test so we can all see how our sim reliability is functioning at each meeting.&lt;br /&gt;
&lt;br /&gt;
Additionally, others are welcome to use the conference room on Hurliman Plaza for any other meetings they wish. This conference room is setup for meetings and the more use of it, the more testing and development is enhanced.&lt;br /&gt;
&lt;br /&gt;
The two html-on-a-prim on each side of the main screen are both controlled from the chat channel and can be used to present arbitrary web pages to enhance a meeting.&lt;br /&gt;
&lt;br /&gt;
== Tuesday - '''Office Hour''' ==&lt;br /&gt;
This meeting is a general technical meeting for the opensim community. All are welcome to participate, but be forewarned that it is developer focused, so attention is mostly given to near term development goals of the project, and those that are contributing code to meet those goals.&lt;br /&gt;
&lt;br /&gt;
In general, we tend to follow a fairly simple agenda format for our one hour.&lt;br /&gt;
&lt;br /&gt;
* First, developers are encouraged to bring up any subjects they wish. Helping the developers focus our efforts is #1.&lt;br /&gt;
* Second, testers and users are encouraged to bring up items of community interest that will help development.&lt;br /&gt;
&lt;br /&gt;
At this meeting, anything previously mentioned is fair for discussion for the balance of the meeting. Lets try to keep it moving even at the expense of getting all questions answered as we have a limited time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- '''This meeting is scheduled for 1100 PST, 1400 EST, 1900 UTC, 2000 CET on Hurliman Plaza at OSGrid (osgrid.org).''' --&amp;gt;&lt;br /&gt;
'''This meeting is scheduled for 1100 PST, 1400 EST, 1900 UTC, 2000 CET on Hurliman Plaza at OSGrid (osgrid.org).  http://hg.osgrid.org:80:Hurliman Plaza'''&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Don't forget to add the new chat log to [[Category:Office Hour Logs]] !&lt;br /&gt;
Also, wrap the log in &amp;lt;pre&amp;gt;&amp;lt;/pre&amp;gt; tags, so that you don't have to add so many &amp;lt;br /&amp;gt; tags.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- I'd do if I knew how to... and the br-tags are added to make long lines more readable &amp;lt;pre&amp;gt; would make you scroll sideways very often --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Have a look at previous chat logs. I have added all of them to that category, and wrapped it in &amp;lt;pre&amp;gt; tags. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- I'm back to adding those br-Tags. I got a &amp;quot;feature request&amp;quot; to make it more readable on mobile devices. And since it is just a mere call to sed ;-)  --&amp;gt;&lt;br /&gt;
* [[Chat log from the meeting on 2017-12-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-12-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-06]]&lt;br /&gt;
&lt;br /&gt;
Older chat logs can be found on the [[Chat Logs]] page.&lt;br /&gt;
&lt;br /&gt;
== Saturday - '''Q&amp;amp;A Hour''' ==&lt;br /&gt;
'''This meeting is currently not occuring, if you would like to run this meeting please see visit our IRC channel #osgrid on irc.freenode.net'''&amp;lt;br /&amp;gt;&lt;br /&gt;
This is meeting tries to drive testing on OpenSimulator. All members of the opensim community are welcome to participate. Through your testing, we create a better project. Also the possibility to get answers of the questions you would have about setting up your own Grid or connect your region to the OSGrid. This meeting is less structured then &amp;quot;Office Hour&amp;quot; and is focused on the users and adopters rather then the developers.&lt;br /&gt;
&lt;br /&gt;
* First, any announcements by OSGrid admins.&lt;br /&gt;
* Second, any information to share that helps other grids.&lt;br /&gt;
* third, any user or tester subjects that anyone wishes to bring up.&lt;br /&gt;
&lt;br /&gt;
'''This meeting always occurs at 19:00 UTC/GMT (see google calendar below) at Wright Plaza.''' After the one hour is finished, anyone is welcome to continue meeting for as long as they wish.&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-27]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Office Hours]]&lt;/div&gt;</summary>
		<author><name>Albertlr Landar</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Office_hours</id>
		<title>Office hours</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Office_hours"/>
				<updated>2017-12-18T02:01:35Z</updated>
		
		<summary type="html">&lt;p&gt;Albertlr Landar: /* Tuesday - Office Hour */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quicklinks}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
OpenSimulator has weekly meetings to discuss parts of the project.  These take place on Wright Plaza on OSGrid.&lt;br /&gt;
&lt;br /&gt;
= Meetings =&lt;br /&gt;
&lt;br /&gt;
Meetings on Hurliman Plaza serve two purposes. One is the meeting described below. The second, and equally important is as a stress test so we can all see how our sim reliability is functioning at each meeting.&lt;br /&gt;
&lt;br /&gt;
Additionally, others are welcome to use the conference room on Hurliman Plaza for any other meetings they wish. This conference room is setup for meetings and the more use of it, the more testing and development is enhanced.&lt;br /&gt;
&lt;br /&gt;
The two html-on-a-prim on each side of the main screen are both controlled from the chat channel and can be used to present arbitrary web pages to enhance a meeting.&lt;br /&gt;
&lt;br /&gt;
== Tuesday - '''Office Hour''' ==&lt;br /&gt;
This meeting is a general technical meeting for the opensim community. All are welcome to participate, but be forewarned that it is developer focused, so attention is mostly given to near term development goals of the project, and those that are contributing code to meet those goals.&lt;br /&gt;
&lt;br /&gt;
In general, we tend to follow a fairly simple agenda format for our one hour.&lt;br /&gt;
&lt;br /&gt;
* First, developers are encouraged to bring up any subjects they wish. Helping the developers focus our efforts is #1.&lt;br /&gt;
* Second, testers and users are encouraged to bring up items of community interest that will help development.&lt;br /&gt;
&lt;br /&gt;
At this meeting, anything previously mentioned is fair for discussion for the balance of the meeting. Lets try to keep it moving even at the expense of getting all questions answered as we have a limited time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- '''This meeting is scheduled for 1100 PST, 1400 EST, 1900 UTC, 2000 CET on Hurliman Plaza at OSGrid (osgrid.org).''' --&amp;gt;&lt;br /&gt;
'''This meeting is scheduled for 1100 PST, 1400 EST, 1900 UTC, 2000 CET on Hurliman Plaza at OSGrid (osgrid.org).  http://hg.osgrid.org:80:Hurliman Plaza'''&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Don't forget to add the new chat log to [[Category:Office Hour Logs]] !&lt;br /&gt;
Also, wrap the log in &amp;lt;pre&amp;gt;&amp;lt;/pre&amp;gt; tags, so that you don't have to add so many &amp;lt;br /&amp;gt; tags.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- I'd do if I knew how to... and the br-tags are added to make long lines more readable &amp;lt;pre&amp;gt; would make you scroll sideways very often --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Have a look at previous chat logs. I have added all of them to that category, and wrapped it in &amp;lt;pre&amp;gt; tags. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- I'm back to adding those br-Tags. I got a &amp;quot;feature request&amp;quot; to make it more readable on mobile devices. And since it is just a mere call to sed ;-)  --&amp;gt;&lt;br /&gt;
* [[Chat log from the meeting on 2017-12-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-12-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-06]]&lt;br /&gt;
&lt;br /&gt;
Older chat logs can be found on the [[Chat Logs]] page.&lt;br /&gt;
&lt;br /&gt;
== Saturday - '''Q&amp;amp;A Hour''' ==&lt;br /&gt;
'''This meeting is currently not occuring, if you would like to run this meeting please see visit our IRC channel #osgrid on irc.freenode.net'''&amp;lt;br /&amp;gt;&lt;br /&gt;
This is meeting tries to drive testing on OpenSimulator. All members of the opensim community are welcome to participate. Through your testing, we create a better project. Also the possibility to get answers of the questions you would have about setting up your own Grid or connect your region to the OSGrid. This meeting is less structured then &amp;quot;Office Hour&amp;quot; and is focused on the users and adopters rather then the developers.&lt;br /&gt;
&lt;br /&gt;
* First, any announcements by OSGrid admins.&lt;br /&gt;
* Second, any information to share that helps other grids.&lt;br /&gt;
* third, any user or tester subjects that anyone wishes to bring up.&lt;br /&gt;
&lt;br /&gt;
'''This meeting always occurs at 19:00 UTC/GMT (see google calendar below) at Wright Plaza.''' After the one hour is finished, anyone is welcome to continue meeting for as long as they wish.&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-27]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Office Hours]]&lt;/div&gt;</summary>
		<author><name>Albertlr Landar</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Office_hours</id>
		<title>Office hours</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Office_hours"/>
				<updated>2017-12-18T01:58:18Z</updated>
		
		<summary type="html">&lt;p&gt;Albertlr Landar: /* Tuesday - Office Hour */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quicklinks}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
OpenSimulator has weekly meetings to discuss parts of the project.  These take place on Wright Plaza on OSGrid.&lt;br /&gt;
&lt;br /&gt;
= Meetings =&lt;br /&gt;
&lt;br /&gt;
Meetings on Hurliman Plaza serve two purposes. One is the meeting described below. The second, and equally important is as a stress test so we can all see how our sim reliability is functioning at each meeting.&lt;br /&gt;
&lt;br /&gt;
Additionally, others are welcome to use the conference room on Hurliman Plaza for any other meetings they wish. This conference room is setup for meetings and the more use of it, the more testing and development is enhanced.&lt;br /&gt;
&lt;br /&gt;
The two html-on-a-prim on each side of the main screen are both controlled from the chat channel and can be used to present arbitrary web pages to enhance a meeting.&lt;br /&gt;
&lt;br /&gt;
== Tuesday - '''Office Hour''' ==&lt;br /&gt;
This meeting is a general technical meeting for the opensim community. All are welcome to participate, but be forewarned that it is developer focused, so attention is mostly given to near term development goals of the project, and those that are contributing code to meet those goals.&lt;br /&gt;
&lt;br /&gt;
In general, we tend to follow a fairly simple agenda format for our one hour.&lt;br /&gt;
&lt;br /&gt;
* First, developers are encouraged to bring up any subjects they wish. Helping the developers focus our efforts is #1.&lt;br /&gt;
* Second, testers and users are encouraged to bring up items of community interest that will help development.&lt;br /&gt;
&lt;br /&gt;
At this meeting, anything previously mentioned is fair for discussion for the balance of the meeting. Lets try to keep it moving even at the expense of getting all questions answered as we have a limited time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- '''This meeting is scheduled for 1100 PST, 1400 EST, 1900 UTC, 2000 CET on Hurliman Plaza at OSGrid (osgrid.org).''' --&amp;gt;&lt;br /&gt;
'''This meeting is scheduled for 1100 PST, 1400 EST, 1900 UTC, 2000 CET on Hurliman Plaza at OSGrid (osgrid.org).  &amp;quot;http://hg.osgrid.org:80:Hurliman Plaza&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Don't forget to add the new chat log to [[Category:Office Hour Logs]] !&lt;br /&gt;
Also, wrap the log in &amp;lt;pre&amp;gt;&amp;lt;/pre&amp;gt; tags, so that you don't have to add so many &amp;lt;br /&amp;gt; tags.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- I'd do if I knew how to... and the br-tags are added to make long lines more readable &amp;lt;pre&amp;gt; would make you scroll sideways very often --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Have a look at previous chat logs. I have added all of them to that category, and wrapped it in &amp;lt;pre&amp;gt; tags. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- I'm back to adding those br-Tags. I got a &amp;quot;feature request&amp;quot; to make it more readable on mobile devices. And since it is just a mere call to sed ;-)  --&amp;gt;&lt;br /&gt;
* [[Chat log from the meeting on 2017-12-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-12-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-06]]&lt;br /&gt;
&lt;br /&gt;
Older chat logs can be found on the [[Chat Logs]] page.&lt;br /&gt;
&lt;br /&gt;
== Saturday - '''Q&amp;amp;A Hour''' ==&lt;br /&gt;
'''This meeting is currently not occuring, if you would like to run this meeting please see visit our IRC channel #osgrid on irc.freenode.net'''&amp;lt;br /&amp;gt;&lt;br /&gt;
This is meeting tries to drive testing on OpenSimulator. All members of the opensim community are welcome to participate. Through your testing, we create a better project. Also the possibility to get answers of the questions you would have about setting up your own Grid or connect your region to the OSGrid. This meeting is less structured then &amp;quot;Office Hour&amp;quot; and is focused on the users and adopters rather then the developers.&lt;br /&gt;
&lt;br /&gt;
* First, any announcements by OSGrid admins.&lt;br /&gt;
* Second, any information to share that helps other grids.&lt;br /&gt;
* third, any user or tester subjects that anyone wishes to bring up.&lt;br /&gt;
&lt;br /&gt;
'''This meeting always occurs at 19:00 UTC/GMT (see google calendar below) at Wright Plaza.''' After the one hour is finished, anyone is welcome to continue meeting for as long as they wish.&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-27]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Office Hours]]&lt;/div&gt;</summary>
		<author><name>Albertlr Landar</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Office_hours</id>
		<title>Office hours</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Office_hours"/>
				<updated>2017-12-18T01:57:12Z</updated>
		
		<summary type="html">&lt;p&gt;Albertlr Landar: /* Tuesday - Office Hour */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quicklinks}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
OpenSimulator has weekly meetings to discuss parts of the project.  These take place on Wright Plaza on OSGrid.&lt;br /&gt;
&lt;br /&gt;
= Meetings =&lt;br /&gt;
&lt;br /&gt;
Meetings on Hurliman Plaza serve two purposes. One is the meeting described below. The second, and equally important is as a stress test so we can all see how our sim reliability is functioning at each meeting.&lt;br /&gt;
&lt;br /&gt;
Additionally, others are welcome to use the conference room on Hurliman Plaza for any other meetings they wish. This conference room is setup for meetings and the more use of it, the more testing and development is enhanced.&lt;br /&gt;
&lt;br /&gt;
The two html-on-a-prim on each side of the main screen are both controlled from the chat channel and can be used to present arbitrary web pages to enhance a meeting.&lt;br /&gt;
&lt;br /&gt;
== Tuesday - '''Office Hour''' ==&lt;br /&gt;
This meeting is a general technical meeting for the opensim community. All are welcome to participate, but be forewarned that it is developer focused, so attention is mostly given to near term development goals of the project, and those that are contributing code to meet those goals.&lt;br /&gt;
&lt;br /&gt;
In general, we tend to follow a fairly simple agenda format for our one hour.&lt;br /&gt;
&lt;br /&gt;
* First, developers are encouraged to bring up any subjects they wish. Helping the developers focus our efforts is #1.&lt;br /&gt;
* Second, testers and users are encouraged to bring up items of community interest that will help development.&lt;br /&gt;
&lt;br /&gt;
At this meeting, anything previously mentioned is fair for discussion for the balance of the meeting. Lets try to keep it moving even at the expense of getting all questions answered as we have a limited time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- '''This meeting is scheduled for 1100 PST, 1400 EST, 1900 UTC, 2000 CET on Hurliman Plaza at OSGrid (osgrid.org).''' --&amp;gt;&lt;br /&gt;
'''This meeting is scheduled for 1100 PST, 1400 EST, 1900 UTC, 2000 CET on Hurliman Plaza at OSGrid (osgrid.org).  http://hg.osgrid.org:80:Hurliman Plaza'''&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Don't forget to add the new chat log to [[Category:Office Hour Logs]] !&lt;br /&gt;
Also, wrap the log in &amp;lt;pre&amp;gt;&amp;lt;/pre&amp;gt; tags, so that you don't have to add so many &amp;lt;br /&amp;gt; tags.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- I'd do if I knew how to... and the br-tags are added to make long lines more readable &amp;lt;pre&amp;gt; would make you scroll sideways very often --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Have a look at previous chat logs. I have added all of them to that category, and wrapped it in &amp;lt;pre&amp;gt; tags. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- I'm back to adding those br-Tags. I got a &amp;quot;feature request&amp;quot; to make it more readable on mobile devices. And since it is just a mere call to sed ;-)  --&amp;gt;&lt;br /&gt;
* [[Chat log from the meeting on 2017-12-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-12-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-06]]&lt;br /&gt;
&lt;br /&gt;
Older chat logs can be found on the [[Chat Logs]] page.&lt;br /&gt;
&lt;br /&gt;
== Saturday - '''Q&amp;amp;A Hour''' ==&lt;br /&gt;
'''This meeting is currently not occuring, if you would like to run this meeting please see visit our IRC channel #osgrid on irc.freenode.net'''&amp;lt;br /&amp;gt;&lt;br /&gt;
This is meeting tries to drive testing on OpenSimulator. All members of the opensim community are welcome to participate. Through your testing, we create a better project. Also the possibility to get answers of the questions you would have about setting up your own Grid or connect your region to the OSGrid. This meeting is less structured then &amp;quot;Office Hour&amp;quot; and is focused on the users and adopters rather then the developers.&lt;br /&gt;
&lt;br /&gt;
* First, any announcements by OSGrid admins.&lt;br /&gt;
* Second, any information to share that helps other grids.&lt;br /&gt;
* third, any user or tester subjects that anyone wishes to bring up.&lt;br /&gt;
&lt;br /&gt;
'''This meeting always occurs at 19:00 UTC/GMT (see google calendar below) at Wright Plaza.''' After the one hour is finished, anyone is welcome to continue meeting for as long as they wish.&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-27]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Office Hours]]&lt;/div&gt;</summary>
		<author><name>Albertlr Landar</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Office_hours</id>
		<title>Office hours</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Office_hours"/>
				<updated>2017-12-18T01:54:57Z</updated>
		
		<summary type="html">&lt;p&gt;Albertlr Landar: /* Meetings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quicklinks}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
OpenSimulator has weekly meetings to discuss parts of the project.  These take place on Wright Plaza on OSGrid.&lt;br /&gt;
&lt;br /&gt;
= Meetings =&lt;br /&gt;
&lt;br /&gt;
Meetings on Hurliman Plaza serve two purposes. One is the meeting described below. The second, and equally important is as a stress test so we can all see how our sim reliability is functioning at each meeting.&lt;br /&gt;
&lt;br /&gt;
Additionally, others are welcome to use the conference room on Hurliman Plaza for any other meetings they wish. This conference room is setup for meetings and the more use of it, the more testing and development is enhanced.&lt;br /&gt;
&lt;br /&gt;
The two html-on-a-prim on each side of the main screen are both controlled from the chat channel and can be used to present arbitrary web pages to enhance a meeting.&lt;br /&gt;
&lt;br /&gt;
== Tuesday - '''Office Hour''' ==&lt;br /&gt;
This meeting is a general technical meeting for the opensim community. All are welcome to participate, but be forewarned that it is developer focused, so attention is mostly given to near term development goals of the project, and those that are contributing code to meet those goals.&lt;br /&gt;
&lt;br /&gt;
In general, we tend to follow a fairly simple agenda format for our one hour.&lt;br /&gt;
&lt;br /&gt;
* First, developers are encouraged to bring up any subjects they wish. Helping the developers focus our efforts is #1.&lt;br /&gt;
* Second, testers and users are encouraged to bring up items of community interest that will help development.&lt;br /&gt;
&lt;br /&gt;
At this meeting, anything previously mentioned is fair for discussion for the balance of the meeting. Lets try to keep it moving even at the expense of getting all questions answered as we have a limited time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- '''This meeting is scheduled for 1100 PST, 1400 EST, 1900 UTC, 2000 CET on Hurliman Plaza at OSGrid (osgrid.org).''' --&amp;gt;&lt;br /&gt;
'''This meeting is scheduled for 1100 PST, 1400 EST, 1900 UTC, 2000 CET on Projet Secret at OSGrid (osgrid.org).  http://hg.osgrid.org:80:Projet Secret'''&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Don't forget to add the new chat log to [[Category:Office Hour Logs]] !&lt;br /&gt;
Also, wrap the log in &amp;lt;pre&amp;gt;&amp;lt;/pre&amp;gt; tags, so that you don't have to add so many &amp;lt;br /&amp;gt; tags.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- I'd do if I knew how to... and the br-tags are added to make long lines more readable &amp;lt;pre&amp;gt; would make you scroll sideways very often --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Have a look at previous chat logs. I have added all of them to that category, and wrapped it in &amp;lt;pre&amp;gt; tags. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- I'm back to adding those br-Tags. I got a &amp;quot;feature request&amp;quot; to make it more readable on mobile devices. And since it is just a mere call to sed ;-)  --&amp;gt;&lt;br /&gt;
* [[Chat log from the meeting on 2017-12-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-12-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-11-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-10-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-09-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-08-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-07-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-06-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-05-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-04-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-03-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-02-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2017-01-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-12-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-11-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-10-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-09-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-08-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-07-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-06-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-05-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-04-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-03-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-16]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2016-01-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-12-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-11-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-10-06]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-29]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-22]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-15]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-08]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-09-01]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-25]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-18]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-11]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-08-04]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-07-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-30]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-23]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-09]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-06-02]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-26]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-19]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-12]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-05-05]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-28]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-21]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-14]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-04-07]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-31]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-03-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-24]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-17]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-10]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-02-03]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-27]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-20]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-13]]&lt;br /&gt;
* [[Chat log from the meeting on 2015-01-06]]&lt;br /&gt;
&lt;br /&gt;
Older chat logs can be found on the [[Chat Logs]] page.&lt;br /&gt;
&lt;br /&gt;
== Saturday - '''Q&amp;amp;A Hour''' ==&lt;br /&gt;
'''This meeting is currently not occuring, if you would like to run this meeting please see visit our IRC channel #osgrid on irc.freenode.net'''&amp;lt;br /&amp;gt;&lt;br /&gt;
This is meeting tries to drive testing on OpenSimulator. All members of the opensim community are welcome to participate. Through your testing, we create a better project. Also the possibility to get answers of the questions you would have about setting up your own Grid or connect your region to the OSGrid. This meeting is less structured then &amp;quot;Office Hour&amp;quot; and is focused on the users and adopters rather then the developers.&lt;br /&gt;
&lt;br /&gt;
* First, any announcements by OSGrid admins.&lt;br /&gt;
* Second, any information to share that helps other grids.&lt;br /&gt;
* third, any user or tester subjects that anyone wishes to bring up.&lt;br /&gt;
&lt;br /&gt;
'''This meeting always occurs at 19:00 UTC/GMT (see google calendar below) at Wright Plaza.''' After the one hour is finished, anyone is welcome to continue meeting for as long as they wish.&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&lt;br /&gt;
* [[Chat log from the meeting on 2016-02-27]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Office Hours]]&lt;/div&gt;</summary>
		<author><name>Albertlr Landar</name></author>	</entry>

	</feed>