Commit graph

22 commits

Author SHA1 Message Date
Hylke Bons 325744e655 Edited SparkleLib/SparkleListenerIrc.cs via GitHub 2011-09-12 18:05:10 +03:00
Hylke Bons b6c8c3869a Edited SparkleLib/SparkleListenerIrc.cs via GitHub 2011-09-12 17:13:41 +03:00
Mirco Bauer fd7be0a314 Added http_proxy support to SparkleListenerIrc 2011-09-12 15:59:17 +02:00
Mirco Bauer 5f31d5f43d Enhance user's privacy of the IRC channels
Set the channel mode to +s so other users cannot "spy" watched channels using
the WHOIS or LIST IRC command.
2011-09-11 20:29:25 +02:00
Mirco Bauer 70d8b35cd9 Enhance user's privacy of the IRC connection
Use the invisible IRC usermode and random username instead of his
real username.
2011-09-11 20:24:17 +02:00
Alex Hudson d704cea15b Make listener type configurable from config file 2011-06-28 19:36:47 +01:00
Hylke Bons e5cc414b54 listener irc: Fix race condition joining channel when not connected 2011-06-08 01:30:01 +01:00
Hylke Bons bd80631a1c listener irc: adjust ping interval and timeout 2011-06-05 23:08:17 +01:00
Hylke Bons 987127f5ec Update out of date SparkleShare tagline 2011-06-02 00:08:05 +01:00
Hylke Bons 79bdddc85c listener irc: only join a channel once 2011-06-01 23:59:18 +01:00
Hylke Bons 9d1058186b comment out debug rule 2011-05-30 16:22:09 +01:00
Hylke Bons db71ae2ce9 listener: get announcement server url from the config file 2011-05-30 02:19:58 +01:00
Hylke Bons 496c4662a2 listener: add Dispose method 2011-05-29 20:01:56 +01:00
Hylke Bons d47435573c listener: move reconnect timer from repo. rename channelmessage event. add debuginfo 2011-05-29 00:52:46 +01:00
Hylke Bons 7977ce90c0 rough Mercurial log implementation and crash fixes on empty repo 2011-05-23 04:06:07 +01:00
Hylke Bons a6735b7cdb repo git: push changes after conflict resolution 2011-05-22 16:27:06 +01:00
Hylke Bons fd3e0b5191 listener: use one connection with multiple channels per server 2011-05-22 01:02:16 +01:00
Hylke Bons e8dfc7b940 listener: only reference relevant libs 2011-05-19 16:51:49 +01:00
Hylke Bons 88c9ae7c91 listener: move more logic from Irc to Base 2011-05-19 16:41:46 +01:00
Hylke Bons 2a092c1ad9 fetcher: remove unused arguments for the events 2011-05-16 23:16:56 +01:00
Hylke Bons c7f5545886 listener: use protected members instead of public and use base.x to access them 2011-05-16 21:19:19 +01:00
Hylke Bons 9d3fd8888d Replace abstract out Listener by ListenerBase + ListenerIrc 2011-05-14 18:10:24 +01:00