mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 09:43:24 +03:00
3d961e4767
hostname on each connection. This allows the client to startup without being able to resolve the server's hostname. It also lets it handle changes in the server's address, a typical scenario when the client is a laptop moving between networks.
39 lines
1.0 KiB
HTML
39 lines
1.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="synergy.css" media="screen" />
|
|
<title>Synergy Authors</title>
|
|
</head>
|
|
<body class="main">
|
|
<h3>Synergy Authors</h3>
|
|
<p>
|
|
<table>
|
|
<tr>
|
|
<td><a href="mailto:crs23@users.sourceforge.net">Chris Schoeneman</a></td>
|
|
<td>Creator, owner, primary developer</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="mailto:ryan@ryanbreen.com">Ryan Breen</a></td>
|
|
<td>Initial Mac OS X port</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="mailto:moolder@gmx.net">Guido Poschta</a></td>
|
|
<td>Windows installer</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="mailto:bertrand@landryhetu.com">Bertrand Landry Hetu</a></td>
|
|
<td>Mac OS X port</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="mailto:vttom@users.sourceforge.net">Tom Chadwick</a></td>
|
|
<td>PageUp/PageDown on X servers without mouse wheel support</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="mailto:toopriddy@users.sourceforge.net">Brent Priddy</a></td>
|
|
<td>Re-resolving server hostname on each connection</td>
|
|
</tr>
|
|
</table>
|
|
</p>
|
|
</body>
|
|
</html>
|