Commit graph

44 commits

Author SHA1 Message Date
Hylke Bons a101a6191e listener: Use port 443. See #947 2012-09-03 19:44:36 +01:00
Hylke Bons c9e4218358 Remove Helpers class, add Logger class 2012-07-28 15:58:09 +02:00
Hylke Bons 6072f3177c controller: Code cleanups 2012-07-17 22:14:58 +02:00
Hylke Bons 68ac16e831 mac invites: don't check certificate 2012-07-15 15:59:04 +02:00
Hylke Bons 78b0069a99 listener tcp: Remove lock 2012-07-03 20:27:42 +02:00
Hylke Bons e42344256f listener: set port 80 as the default 2012-05-28 00:51:37 +01:00
Hylke Bons 47b7c4fcd7 setup: Fix page logic 2012-05-20 17:16:14 +01:00
Hylke Bons 9068b02ee7 listener tcp: Catch more exceptions and increase poll/ping interval. Fixes #734 2012-05-20 14:28:14 +01:00
Hylke Bons 6dd657a086 repo: Fix edge case where ID may be empty 2012-05-19 16:15:20 +01:00
Hylke Bons ca0ffda638 Fix crashes with unavailable notification service 2012-05-14 23:35:59 +01:00
Hylke Bons 6b8c7fc456 listener tcp: catch some potential exceptions 2012-03-17 19:16:53 +00:00
Hylke Bons 49943910f2 mac: Fix build 2012-03-16 18:42:13 +00:00
Hylke Bons 2f350f5905 listener tcp: don't ping anymore when we've disconnected but haven't noticed. Fixes #629 2012-03-13 18:07:03 +00:00
Hylke Bons eec7276a59 Replace tabs with spaces in project 2012-03-08 03:35:24 +00:00
serras ab6765868d Merge branch 'master' into gettext-cs
Conflicts:
	SparkleLib/SparkleListenerTcp.cs
2012-02-27 10:04:28 +01:00
Hylke Bons 70d33e190a Fix Linux build 2012-02-19 21:33:25 +01:00
serras dff0b80ab8 Update projects to use new files 2012-02-12 16:51:28 +01:00
Hylke Bons 301fa1a421 listener: rename some methods 2012-02-11 20:23:38 +01:00
Hylke Bons 39b4a8e335 listener tcp: fix some small issues 2012-02-10 14:26:33 +01:00
Hylke Bons 34a754f55d listener tcp: Improve reconnect logic to work in after system sleeps and handle more errors 2012-02-09 23:43:47 +01:00
Hylke Bons 54e1210909 Remove outdated help/ and man/ 2012-02-08 13:30:46 +01:00
Hylke Bons 383d02aacf listener: detect when system has woken up from sleep. disconnect when that happens 2012-02-08 02:17:34 +01:00
Hylke Bons 6a19f3bb35 Fix ping on timeout. Fixes broken reconnect 2012-02-08 01:44:56 +01:00
Hylke Bons 84d468652b listener: update comments 2012-02-06 12:54:04 +01:00
Hylke Bons f46abaa6f4 tcp listener: remove some unneeded references 2012-02-05 23:00:28 +01:00
Hylke Bons 795910223f Add some debug output 2012-02-05 22:28:06 +01:00
Hylke Bons 6ec2caa507 listener: fix potential endless loop 2012-02-01 22:17:48 +00:00
Hylke Bons 8c0d4e852d listener: Use ping mechanism through te socked, instead of an external one 2012-02-01 22:04:58 +00:00
Hylke Bons f539810677 listener: Rework disconnect algorithm 2012-02-01 16:28:57 +00:00
Hylke Bons de7971e214 repo base: Start initial remote check in a new thread. Prevents blocking an fixes #321 2011-11-13 00:57:00 +00:00
Travis Glenn Hansen 44ff41976c bit more sync/listener logic 2011-11-07 08:39:33 -07:00
Travis Glenn Hansen a4fa7988af making announcements more robust and intelligent 2011-11-05 15:09:09 -06:00
PierreAronnax 3996d84f3a SparkleListenerTCP: Fixing Reconnect
Calling socket.Connect again after socket.Close causes an ObjectDisposedException. Recreating the socket before connecting fixes this.
2011-10-25 19:16:29 +03:00
Jan Funke ebedce52e6 tcp-listener: fallback to polling instead of crashing on socket errors 2011-10-03 14:39:26 +02:00
Hylke Bons 360dc1ab40 setup: add images to tutorial pages 2011-09-14 02:09:03 +02:00
Hylke Bons ac0fc4ceb0 Add events to tcp listener 2011-07-24 19:22:17 +01:00
Hylke Bons ce536774d7 Fix tcp listener (needed newlines at the end of messages) 2011-07-02 02:24:12 +01:00
Hylke Bons ee3d42d6f3 adjust tcp listener to work with nodejs server (subscribing doesn't work yet) 2011-07-02 02:13:33 +01:00
Alex Hudson 92540a4b53 Put in XML fragment parsing - listener now basically works over tcp 2011-06-28 23:38:32 +01:00
Alex Hudson b9bbe39b8a Convert JSON commands to TCP server into XML fragments. 2011-06-28 22:58:04 +01:00
Alex Hudson 2575b0bc24 Remove IRC listener code from TCP version 2011-06-28 22:14:42 +01:00
Alex Hudson 4f6619d32f Make tcp listener startup-able 2011-06-28 22:13:28 +01:00
Alex Hudson d704cea15b Make listener type configurable from config file 2011-06-28 19:36:47 +01:00
Hylke Bons 1ed6b0e651 Add a TCP based listener 2011-06-18 22:42:34 +01:00