Commit graph

719 commits

Author SHA1 Message Date
Hylke Bons 6d0b37a46a config: use File.WriteAllText to write initial config 2011-11-07 18:03:19 +00:00
Travis Glenn Hansen 44ff41976c bit more sync/listener logic 2011-11-07 08:39:33 -07:00
Hylke Bons edf64d1181 Fix build. Closes #403 2011-11-06 14:37:56 +00:00
Travis Glenn Hansen a4fa7988af making announcements more robust and intelligent 2011-11-05 15:09:09 -06:00
wimh a8b66ba545 fix compiler errors caused by merge 2011-11-04 22:44:39 +01:00
Travis Glenn Hansen 466d6a5359 Merge branch 'master' of git://github.com/hbons/SparkleShare into enhancements 2011-11-04 14:55:16 -06:00
wimh 36d562ab2c Merge remote-tracking branch 'upstream/master' into windows 2011-11-04 21:49:47 +01:00
Hylke Bons c37435db52 repo: cover case where we're in a poll triggered syncdown and a message comes in half way through 2011-11-04 16:24:50 +00:00
Travis Glenn Hansen 9098a98cfb Merge branch 'master' of git://github.com/hbons/SparkleShare into enhancements 2011-11-03 18:21:48 -06:00
Hylke Bons f922ccf7fb repo: add better check for duplicate messages 2011-11-04 00:05:25 +00:00
Hylke Bons cd4a97ee7c Fix compile error. Closes #402 2011-11-03 23:28:25 +00:00
Travis Glenn Hansen 554b9b4c16 attempting to prevent the same announcement from being processed twice 2011-11-03 17:15:59 -06:00
Hylke Bons 3124b2e950 listener: don't add duplicate messages to queue. attempt #2 2011-11-03 16:54:01 +00:00
Hylke Bons 2059fbb579 listener: don't add duplicate messages to queue 2011-11-03 16:22:12 +00:00
Hylke Bons 1c801b1e94 Fix host key check disabling/enabling by surrounding config with comments. Closes #390. 2011-10-30 21:24:19 +00:00
Hylke Bons 4473e7e9c7 config: fix error 2011-10-29 15:47:14 +01:00
Hylke Bons ef70861533 config: catch FileNotFoundException and create config 2011-10-29 14:27:53 +01:00
wimh da5e79f217 Merge remote-tracking branch 'upstream/master' into windows
Conflicts:
	SparkleLib/SparkleHelpers.cs
2011-10-27 19:12:04 +02:00
wimh 608ad96155 Revert "refs #18 fix handling of allow_passwordless_join setting"
This reverts commit 475c4b479e.
2011-10-27 19:07:43 +02:00
PierreAronnax 0c445111de SparkleListenerBase: Fixing delivering of queued messages.
Removing a list item from inside a foreach causes a "InvalidOperationException: Collection Was Modified" error. First creating a copy fixes this.
2011-10-25 21:24:30 +03:00
PierreAronnax 7c958c98bd SparkleListenerBase: Fixing delivering of queued messages.
Removing a list item from inside a foreach causes a "InvalidOperationException: Collection Was Modified" error. First creating a copy fixes this.
2011-10-25 20:16:20 +02: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
PierreAronnax 5c68b3242b SparkleListenerTCP: Fixing Reconnect
Calling socket.Connect again after socket.Close causes an ObjectDisposedException. Recreating the socket before connecting fixes this.
2011-10-25 17:28:32 +02:00
Hylke Bons c9d5c2c8c2 git: add some more MS Office exclude rules 2011-10-24 19:43:55 +01:00
Hylke Bons a7c130295f git: add some more MS Office exclude rules 2011-10-24 19:42:18 +01:00
Hylke Bons db7025a420 Fix compile error. Closes #375 2011-10-24 16:44:42 +01:00
Hylke Bons e650148149 Add helper method DiffPaths 2011-10-23 13:48:13 +01:00
Hylke Bons a0c613e0d5 fetcher git: add exclude rules for temporary MS Office files 2011-10-23 13:39:00 +01:00
Hylke Bons 09aa8e2d56 irc listener: fix bugs in channel password feature 2011-10-22 15:02:22 +01:00
wimh 475c4b479e refs #18 fix handling of allow_passwordless_join setting 2011-10-21 22:08:30 +02:00
wimh 9202ed1117 Merge remote-tracking branch 'beaugunderson/windows' into windows (only SparkleLib/Git/SparkleFetcherGit.cs) 2011-10-17 22:20:37 +02:00
wimh 1bbc3fb396 Merge remote-tracking branch 'upstream/master' into windows 2011-10-17 21:24:41 +02:00
Hylke Bons c1723899ea Fix compile error and fix some style changes for merge request 368# 2011-10-17 19:54:41 +02:00
Hylke Bons 4785daf702 Merge https://github.com/nicolaslazartekaqui/SparkleShare into ircpass 2011-10-17 19:43:05 +02:00
Hylke Bons 3fd59b76fe git fetcher: System.Xml no longer needed here 2011-10-17 19:37:35 +02:00
Hylke Bons 4268c12dcb git: Always use user info from global config to commit. Fixes #367 2011-10-17 19:34:46 +02:00
Nícolas Lazarte Kaqui 91d457332b accepting the suggestions made ​​by hbons 2011-10-16 16:46:37 -02:00
wimh 89ecfe2d20 Merge remote-tracking branch 'upstream/master' into windows
Conflicts:
	.gitignore
	SparkleShare/SparkleStatusIcon.cs
2011-10-15 20:31:20 +02:00
Nícolas Lazarte Kaqui a88aea266e included setting to allow or disallow access to key channels without 2011-10-11 12:11:12 -03:00
Hylke Bons 9f936503c2 Merge branch 'master' of https://github.com/funkey/SparkleShare 2011-10-05 23:26:06 +02:00
Jan Funke ebedce52e6 tcp-listener: fallback to polling instead of crashing on socket errors 2011-10-03 14:39:26 +02:00
wimh 1fcee3a69a Merge remote-tracking branch 'tvollstaedt/issue10' into windows 2011-10-02 02:53:31 +02:00
wimh 5aece32778 Merge remote-tracking branch 'upstream/master' into windows, add SparkleBubbles
Conflicts:
	SparkleLib/Git/SparkleRepoGit.cs
	SparkleLib/SparkleListenerIrc.cs
	SparkleShare/Program.cs
	SparkleShare/SparkleControllerBase.cs
	SparkleShare/SparkleExtensions.cs
	SparkleShare/SparkleLinController.cs
	SparkleShare/SparkleStatusIcon.cs
	SparkleShare/SparkleUI.cs
2011-10-02 01:57:14 +02:00
wimh 636efe9011 Merge with upstream (11a932b73e) 2011-10-02 00:52:21 +02:00
Hylke Bons d7adcf6d1f new Add Project dialog, powered by plugins 2011-10-01 23:16:25 +02:00
Jan Funke 9d97902e63 do not attempt to change file attributes of symlinks 2011-10-01 20:08:05 +02:00
Hylke Bons 58926c4715 git: fix FillEmptyDirectories (somewhat) 2011-09-26 00:45:58 +02:00
Hylke Bons 04ac66ab78 listener: default to the plain TCP protocol 2011-09-25 22:52:03 +02:00
Hylke Bons c708fb4e90 Remove OS detection code, rely on an abstract base controller with similarly named custom controller subclasses for each OS instead. 2011-09-25 22:52:03 +02:00
Hylke Bons 54302d8d8f git: filling empty dirs: don't bother removing the .empty 2011-09-22 20:11:08 +01:00
Hylke Bons 7b81c37691 Merge branch 'tutorial' of ssh://github.com/hbons/SparkleShare 2011-09-22 13:05:14 +01:00
Hylke Bons a7a65a4fde config: catch IOException, FileException does not exist 2011-09-22 12:55:35 +01:00
Nícolas Lazarte Kaqui 8a7a71004b When not set the key user try to join no key 2011-09-20 15:11:38 -03:00
Hylke Bons 7a914a1d83 config: create initial config when exception happens 2011-09-20 19:09:43 +01:00
Nícolas Lazarte Kaqui 7a250888ce Fixing wrong commit 2011-09-20 13:20:05 -03:00
Nícolas Lazarte Kaqui bedab0f4aa Use password to access channel on IRC 2011-09-20 09:13:42 -03:00
Hylke Bons f2e3776be2 Close some streams immediately. Remove broken scp backend 2011-09-15 00:58:19 +02:00
Beau Gunderson 1e9d6b752c Added the GIT_SSH environment variable and set it to "ssh" so that git will use ssh-agent; fixed a bug where SparkleShare creates an exclude file within the "info" directory without checking if the "info" directory exists. 2011-09-14 12:19:53 -07:00
Hylke Bons 068f1dd26c Fix memory leak 2011-09-14 20:18:15 +02:00
Hylke Bons 2f492c00f8 Remove .empty files when they are no longer needed 2011-09-14 20:12:56 +02:00
Hylke Bons 1c404cc82d Allow empty folders to be added by putting a hidden file in each of them before committing 2011-09-14 19:30:17 +02:00
Hylke Bons ec42dce430 git log: trim .empty off folder paths 2011-09-14 17:57:40 +02:00
Hylke Bons 360dc1ab40 setup: add images to tutorial pages 2011-09-14 02:09:03 +02:00
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
Hylke Bons 7c9c64a095 Fix ignore Firefox and Chromium temp download files 2011-09-11 23:58:19 +02:00
Hylke Bons c1b684dc2a Ignore Firefox and Chromium temp download files 2011-09-11 23:47:36 +02:00
Hylke Bons 19645f2182 fetcher git: default protocol is ssh:// 2011-09-11 22:15:23 +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
Thomas Vollstädt 10cde04af4 Added support for Hg Backend 2011-09-08 15:52:56 +02:00
Thomas Vollstädt 989e647ead Merge remote-tracking branch 'upstream/master' into issue10 2011-09-08 15:40:17 +02:00
Thomas Vollstädt 3de082085b RegEx not needed anymore 2011-09-05 17:40:53 +02:00
Thomas Vollstädt 76f4a70f1f Fixed code intendation 2011-09-05 17:39:20 +02:00
Thomas Vollstädt fb03cd0940 Implemented Exclusion Rule methods for handling non-readable files. See issue #10 2011-09-05 17:36:03 +02:00
Thomas Vollstädt c80376a4b9 Check readabilty only for existing files; Remove Exclusions when file is readable again 2011-09-05 17:34:07 +02:00
Thomas Vollstädt feaef086f3 Skipping files which are unreadable by sparkleshare and added some methods for git's exclude file manipulation, see #10 2011-09-05 03:28:25 +02:00
Thomas Vollstädt 23e59615c9 Added a new helper function for getting a relative-to-repostory path 2011-09-05 03:02:15 +02:00
wimh d66656da08 Add ~* to ignored files
Fix crash when a conflict has been resolved already
2011-09-03 23:38:53 +02:00
wimh 79e96b3bf0 default path to git
avoid it stays null when not found in paths[]
2011-09-03 22:11:49 +02:00
wimh 1e32374e81 fix crash if file was renamed remote
see #8 (https://github.com/wimh/SparkleShare/issues/8)
2011-09-03 22:11:28 +02:00
wimh 60273631f3 avoid crash if remote folder is deleted by user.
When all files including the .git folder are removed from a remote folder, but that folder is not removed from the SparkleShare config, SparkleShare crashes at startup, and when showing the log for that folder. This commit should avoid a crash.
2011-09-03 22:09:55 +02:00
wimh 8f6083a671 fix crash if file was renamed remote
see #8 (https://github.com/wimh/SparkleShare/issues/8)
2011-08-28 22:02:01 +02:00
Hylke Bons fcca840655 Use 'h' as hour-minute separator, as Windows doesn't allow ':' in file names 2011-08-28 21:56:25 +02:00
wimh cf62d23753 set PlatformTarget from AnyCPU to x86
CefSharp is win32 only:
https://github.com/chillitom/CefSharp/blob/master/CefSharp/CefSharp.vcproj#L11
2011-08-28 21:49:04 +02:00
Hylke Bons 7106f6baae Add nicer error reporting 2011-08-27 20:57:34 +02:00
Hylke Bons 38cb2499ea Fix whitespace for last commit 2011-08-27 17:53:17 +02:00
Hylke Bons 71f476e255 setup: Add progress indication when adding a new folder 2011-08-27 17:10:39 +02:00
Hylke Bons a0db35d877 Use 'h' as hour-minute separator, as Windows doesn't allow ':' in file names 2011-08-27 02:42:09 +02:00
Hylke Bons 4295c8b88f config: fix some whitespace 2011-08-27 01:11:53 +02:00
Hylke Bons 6917bd0ab7 fetcher git: don't prepend ssh:// when using git:// 2011-08-27 00:49:08 +02:00
Hylke Bons ce64d696b9 Create a new config.xml if it exists but is empty. Throw an error if the format is invalid. Fixes #315 2011-08-26 23:53:04 +02:00
Hylke Bons 9aeb848d33 Allow initial sync to be cancelled by adding a cancel button. Closes #307 2011-08-26 22:47:46 +02:00
Hylke Bons 78c399157b Bring back descriptive commit message. Fixes #317 2011-08-26 21:00:22 +02:00
wimh 30e5edf562 set PlatformTarget from x86 to AnyCPU 2011-08-13 22:33:48 +02:00
wimh bd5001f233 add and integrate submodule TextTemplating (TextTransform.exe) in build 2011-08-13 01:33:15 +02:00
wimh 82162b447c remove references to gtksharp and mono when compiled under .net 2011-08-07 00:26:23 +02:00
wimh 26a39cab69 convert SparkleSetup to winforms
fixed some exceptions during debugging
renamed class SparkleShare to Program because of namespace problems (see http://blogs.msdn.com/b/ericlippert/archive/2010/03/09/do-not-name-a-class-the-same-as-its-namespace-part-one.aspx)
2011-08-06 23:44:37 +02:00
Wizard_85 cc7ecec014 Resolving Bug with already defined variable 'n' 2011-07-30 20:48:47 +02:00
Hylke Bons 9ef9fd4243 fetcher: add configuration option to show special characters in the git log. Fixes 288 2011-07-29 23:03:45 +01:00
Hylke Bons 5eaa557de6 setup controller: fix wrong path being created 2011-07-25 02:26:46 +01:00
Hylke Bons ac0fc4ceb0 Add events to tcp listener 2011-07-24 19:22:17 +01:00
Hylke Bons fd62154f6c Refactor config and merge with Paths 2011-07-24 02:00:40 +01:00
Hylke Bons 1436477bad lib: add a User object 2011-07-23 22:33:15 +01:00
Hylke Bons 68a90b1948 Add notifications for new notes 2011-07-23 22:23:14 +01:00
wimh 47f9439dfa fix bug in CheckForChanges 2011-07-23 21:41:56 +01:00
Hylke Bons 8d19596f8d ... 2011-07-23 21:34:04 +01:00
Hylke Bons e2da8ede57 Revert "log: get commits from the last week, instead of the last X commits"
This reverts commit fba5162e4e.
2011-07-23 21:20:19 +01:00
Hylke Bons 49ce54f15c cleanup log and fix some small porting bugs 2011-07-23 20:57:36 +01:00
Hylke Bons fba5162e4e log: get commits from the last week, instead of the last X commits 2011-07-23 20:57:10 +01:00
Hylke Bons bff9eb0e5c hook up linux event log to new controller 2011-07-23 16:57:46 +01:00
Hylke Bons 83ef70e069 add some comments 2011-07-23 15:27:35 +01:00
Hylke Bons 6de6a8b3c3 Merge pull request #296 from ways/master
Rewritten autocomplete
2011-07-23 06:06:22 -07:00
Lars Falk-Petersen 29d1dcfdb5 FolderPaths 2011-07-22 22:27:16 +02:00
wimh 0862fa2a72 Merge remote-tracking branch 'upstream/master' into windows 2011-07-22 20:27:59 +02:00
wimh 617ea687ab fix bug in CheckForChanges 2011-07-22 20:09:18 +02:00
Hylke Bons c7c035e11f Squash events per day+user+folder 2011-07-22 02:12:09 +01:00
wimh 48ed8dcd88 revert to vs2008 2011-07-21 18:20:20 +02:00
wimh 0b605aca44 Merge remote-tracking branch 'upstream/master' into windows 2011-07-21 11:26:09 +02:00
Hylke Bons 683dc5a635 Fix notifications
The check wether it was a new commit always returned false
2011-07-21 00:49:16 +01:00
Hylke Bons bc79205308 Fix bug where large amounts of files aren't being added/commited/pushed (process class hung on the large outputs) 2011-07-21 00:02:21 +01:00
wimh 8959c060ee convert to vs2010, fix about dialog background 2011-07-19 23:54:07 +02:00
wimh 4150ed7845 Merge remote-tracking branch 'upstream/master' into windows
Conflicts:
	.gitignore
	SparkleShare/SparkleIntro.cs
	SparkleShare/SparkleShare.cs
	SparkleShare/SparkleUI.cs
2011-07-19 23:20:21 +02:00
Hylke Bons d199e5135a ignore note adds in the log 2011-07-17 01:37:36 +01:00
Hylke Bons 8cef98a010 fix notes 2011-07-17 01:22:39 +01:00
Hylke Bons 03d547e0c7 notes: stop using git-notes, use files instead 2011-07-16 23:30:46 +01:00
Hylke Bons 69fd26b3bc Fix css and add Show All N feature 2011-07-16 19:41:37 +01:00
Hylke Bons 94880e5552 Update project and make files 2011-07-08 22:53:03 +01:00
Hylke c3d2c87e18 intro config: we want to prefill a host only once 2011-07-02 17:20:54 +01:00
Hylke 290b8917de UI is not allowed to access config. go via controller and talk about hosts 2011-07-02 17:10:57 +01:00
Hylke cb4a1e1a5b config: get urls in a simpler way and clean up 2011-07-02 17:05:05 +01:00
Hylke 245b7d57b0 Merge https://github.com/ways/SparkleShare into bookmarks 2011-07-02 16:53:01 +01:00
Lars Falk-Petersen 48a692355e Formatting and removing of comments. 2011-07-02 14:56:42 +02:00
Lars Falk-Petersen 98953bf54f Formatting and removing of comments. 2011-07-02 14:55:56 +02:00
Lars Falk-Petersen 373c3c876f Strip ssh:// and git:// from urls. 2011-07-02 14:46:08 +02:00
Lars Falk-Petersen 80db6b691d Added GetUrls 2011-07-02 13:29:37 +02:00
Lars Falk-Petersen 1dbdadd2ca Removed PrevServer, PrevFolder 2011-07-02 12:37:04 +02:00
wimh 7bf7059b32 change platform to x86 because gtk# does not support x64 2011-07-02 10:24:33 +02: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
Lars Falk-Petersen 5e18aad8b0 If options don't exist in config, create them! 2011-07-01 09:58:51 +02:00
Lars Falk-Petersen e53ecbf90e Problems with missing options in earlier config. 2011-07-01 02:10:13 +02:00
Lars Falk-Petersen 69edd942f5 Added PrevFolder to config. 2011-07-01 01:43:55 +02:00
lars a7782d66bf Added saving of last used server. 2011-06-30 23:31:55 +02:00
Alex Hudson 577c2f4069 Project Evil: allow SparkleShare to take full http(s) URIs without choking. 2011-06-30 12:53:05 +01:00
Alex Hudson 8028736858 Put in XML fragment parsing - listener now basically works over tcp 2011-06-29 23:36:18 +01:00
Alex Hudson 995f39fdb7 Convert JSON commands to TCP server into XML fragments. 2011-06-29 23:36:18 +01:00
Alex Hudson 889eac6aaf Remove IRC listener code from TCP version 2011-06-29 23:36:18 +01:00
Alex Hudson 6f07272fda Make tcp listener startup-able 2011-06-29 23:36:18 +01:00
Alex Hudson a4bb32f607 Fix bpbb on git callout 2011-06-29 22:40:34 +01:00
Hylke Bons 0944efe992 repo git: don't hang on huge command outputs 2011-06-29 20:45:37 +01:00
Hylke Bons c498347931 repo: add a property that shows the currenly unsynced paths (to hook up with the badger) 2011-06-29 20:28:49 +01:00
wimh 698a057104 fix compile problem on windows x64 2011-06-29 16:28:00 +02:00
Hylke 6af7fdf1e8 Fix nullreference exception when adding new files before starting sparkleshare 2011-06-28 20:54:47 +01:00
Hylke f4c2a3e951 repo: create watch after initial change set 2011-06-28 20:06:04 +01:00
Hylke 3d8c124e74 repo git: sync up initial commit 2011-06-28 20:03:10 +01:00
Alex Hudson 8160e5efcd Change 'notification' language to 'announcement' 2011-06-28 20:03:10 +01:00
Alex Hudson e49992a1da Make listener type configurable from config file 2011-06-28 20:03:10 +01:00
Alex Hudson 87d0e20678 Simplify some config functions, add a notification server entry 2011-06-28 20:03:10 +01:00
wimh f0cdc89f46 C:\msysgit\msysgit -> C:\msysgit, see also 7631edc6f9 2011-06-27 18:04:28 +02:00
Hylke Bons dca0706fc5 remove some TODOs 2011-06-26 02:41:00 +01:00
Hylke Bons 80eadff9e1 Move translations initialization to SparkleUI and add translations to Mac UI 2011-06-26 02:00:53 +01:00
Hylke Bons 741910c8ad note: don't push notes to read only repos 2011-06-25 22:39:53 +01:00
Hylke 46140fb8d8 fetch notes periodically 2011-08-25 16:02:34 +01:00
Hylke 350cdbad1f avatars: save to buffer instead of file: less blinking of event log, simpler, so fewer bugs 2011-08-25 15:36:26 +01:00
Hylke b467b1937b don't show a notification on new notes 2011-06-24 23:55:23 +01:00
Hylke 5e5d7481af git fetch all branches 2011-06-24 23:43:11 +01:00
Hylke 907d8e429d add note fetching line to config 2011-06-24 23:23:41 +01:00
Hylke 02ec2faf93 Merge branch 'master' into notes
Conflicts:
	SparkleLib/Git/SparkleRepoGit.cs
2011-06-24 19:13:02 +01:00
wimh d01512b910 fix merge issues 2011-06-23 22:05:09 +02:00
wimh 642fb34389 Merge remote branch 'upstream/master' into merge 2011-06-23 20:39:41 +02:00
wimh 42db1ac7d4 Merge commit '4f59a03a6f395b1db7d6' into merge 2011-06-23 20:38:21 +02:00
Hylke eaebd1a9b2 Merge branch 'master' of github.com:hbons/SparkleShare 2011-06-23 15:24:08 +01:00
Hylke 1428f486b1 repo: don't show warning statusicon upon initial commit 2011-06-23 13:56:25 +01:00
Hylke Bons bb7fe1d888 continue implementing notes 2011-06-23 01:44:43 +01:00
Hylke Bons 268d5c8027 save progress on notes 2011-06-23 01:44:43 +01:00
Hylke Bons 17110efe4b Add each note to its own namespace to avoid conflicts 2011-06-23 01:44:43 +01:00
Hylke Bons ebc49fe540 fix AddNote, add Note object 2011-06-23 01:44:43 +01:00
Hylke Bons 14aba962e4 make adding a note work 2011-06-23 01:44:43 +01:00
Hylke Bons ad8c96e2f4 add AddNote method 2011-06-23 01:44:43 +01:00
Hylke Bons 904a7052b2 repo: ignore external watchers when watching is disabled 2011-06-22 16:02:38 +01:00
wimh 7d0c9d6262 windows: locate texttransform.exe 2011-06-18 23:45:30 +02:00
Hylke Bons 1ed6b0e651 Add a TCP based listener 2011-06-18 22:42:34 +01:00
Hylke Bons 41f2241457 Fix timzones in timestamps, again... 2011-06-15 00:34:29 +01:00
Hylke Bons 9cfc42e812 repo: Move watcher to its own subclass 2011-06-14 23:14:03 +01:00
Hylke Bons 5f89e76232 update NEWS and version 2011-06-14 19:08:28 +01:00
Hylke Bons 6315af9b7d fetcher: create .ssh if it's not there 2011-06-14 14:48:18 +01:00
Hylke Bons 16b73f82d0 repo base: disable watching by using the existing method instead 2011-06-14 14:25:25 +01:00
Hylke Bons 4f59a03a6f repo base: disable watching when syncing down 2011-06-13 18:57:56 +01:00
Alex Hudson fe861e5e5e Merge branch 'master' of https://github.com/hbons/SparkleShare 2011-06-13 13:30:11 +01:00
Alex Hudson d51ebff650 Attempt to merge the smartirc4net references into single build reference 2011-06-13 13:27:48 +01:00
Hylke Bons 37e20be1b7 repo base: make polling intervals setting a bit more readable 2011-06-12 02:56:01 +01:00
wimh 63dc37cad3 fix portability issue in OnFileActivity 2011-06-12 01:53:38 +01:00
wimh 5d8f5ffa00 fix portability issue in OnFileActivity 2011-06-11 22:35:06 +02:00
wimh c16623715c reset to upstream/master, add windows files and fixes 2011-06-11 21:52:41 +02:00
Hylke Bons 410cd2a7c4 repo git: strip quotes from git commit message 2011-06-11 18:51:39 +01:00
Hylke Bons 78e8a7aa41 default disconnected polling interval is 3min 2011-06-11 18:51:39 +01:00
Hylke Bons 01f266c21a repo git: strip quotes from git commit message 2011-06-10 21:40:13 +01:00
Hylke Bons 711de7b85b default disconnected polling interval is 3min 2011-06-10 11:08:03 -07:00
Hylke Bons c2a38157ab Save work 2011-06-10 00:01:45 +01:00
Hylke Bons 057c96c288 repo: don't poll every 10sec when disconnected 2011-06-09 23:59:56 +01:00
Hylke Bons a5ac4ab5fa changeset: Add a Folder property 2011-06-09 21:25:36 +01:00
Hylke Bons b17e91e132 repo base: poll continously even when connected (but not as frequent) 2011-06-09 21:20:57 +01:00
Hylke Bons 96c54807c5 repo base: add some properties to be used for the manual polling 2011-06-09 18:53:36 +01:00
Travis Glenn Hansen 3073d9d038 removing is_polling completely 2011-06-09 10:21:55 -06:00
Travis Glenn Hansen 0bbc2e67ad Merge branch 'master' of git://github.com/hbons/SparkleShare into fixes
Conflicts:
	SparkleLib/SparkleConfig.cs
2011-06-09 10:20:15 -06:00
Hylke Bons 33d8f2ed5b about: remove references to SparkleLib 2011-06-08 22:37:29 +01:00
Hylke Bons 5eb0d3d707 config: Only trim user name if it isn't null 2011-06-08 21:40:12 +01:00
Travis Glenn Hansen 9fb504b7f9 Merge branch 'master' of git://github.com/hbons/SparkleShare into fixes 2011-06-07 19:39:34 -06:00
Hylke Bons 0a845a336f Work with repos on host names with a dash in them 2011-06-08 02:04:54 +01:00
Hylke Bons 2a6d7f18f3 config: never let user name be null or empty 2011-06-08 01:30:01 +01:00
Hylke Bons e5cc414b54 listener irc: Fix race condition joining channel when not connected 2011-06-08 01:30:01 +01:00
Travis Glenn Hansen 724d52a48a fixing upstream issue 200 2011-06-07 14:39:35 -06:00
Hylke Bons 27b651696b config: never let username be empty 2011-06-06 21:00:06 +01:00
Hylke Bons bd80631a1c listener irc: adjust ping interval and timeout 2011-06-05 23:08:17 +01:00
Hylke Bons 47225ed1d7 Detect the correct .shh path on Windows 2011-06-05 19:59:48 +01:00
Hylke Bons cf7372a94c fetcher base: check if thread exists before disposing it 2011-06-05 17:35:22 +01:00
Hylke Bons 7b0a359005 config: get default username depending on platform 2011-06-05 17:22:40 +01:00
Hylke Bons f6ef625d16 Move OS detection code to the backend 2011-06-05 17:07:33 +01:00
Hylke Bons 307a3d964e Don't check for root user on non-unix systems. 2011-06-05 01:47:45 +01:00
Hylke Bons 0e7f1e5491 controller: add a Initialize () method, instead of doing everything in the constructor 2011-06-04 18:16:00 +01:00
Hylke Bons e63b1c64e2 paths: Use more the more crossplatform Environment.SpecialFolder enumeration to determine used paths. 2011-06-04 15:16:32 +01:00
Hylke Bons 209a30c0ab repo base: only emit NewChangeSet event when SyncDown was successful 2011-06-03 01:33:41 +01:00
Hylke Bons 1dcecf13a6 Code cleanup 2011-06-03 00:35:51 +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 8457204cc5 Use custom folder watcher on Mac 2011-05-31 21:02:08 +01:00
Hylke Bons e7da511b77 fetcher git: fix url construction 2011-05-31 18:30:28 +01:00
Hylke Bons 21181c34e4 Move url forming logic to the fetcher 2011-05-31 02:28:23 +01:00
Hylke Bons 9d1058186b comment out debug rule 2011-05-30 16:22:09 +01:00
Hylke Bons 99cf47e45c repo git: only disable emable watching once 2011-05-30 16:20:25 +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 1659387fb0 repo git: convert commit timestamps by converting them to utc, then converting them to our timezone 2011-05-29 17:47:40 +01:00
Hylke Bons b5c8332e15 repo: normalise timezones for the log 2011-05-29 16:48:47 +01:00
Hylke Bons 2ae578db39 repo base: don't call AnyDifferences on changes in .git or .hg 2011-05-29 13:53:09 +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 aab6e36e4d repo: remove obsolete static IsRepo method 2011-05-28 20:23:33 +01:00
Hylke Bons ad0fa98e6b controller, backend: determine repo backend type in a cleaner way 2011-05-28 19:29:16 +01:00
Hylke Bons de0a53e60e config: user Unknown as default username instead of empty string 2011-05-28 17:52:50 +01:00
Hylke Bons 857cf4e57d config: add url as part of the folder config xml 2011-05-26 23:41:55 +01:00
Hylke Bons 865582eef6 Fix configuration issues 2011-05-26 20:46:49 +01:00
Hylke Bons 160485cff7 repo base: move method for consistency 2011-05-26 02:05:30 +01:00
Hylke Bons 800f70b3ac repo base: use new config scheme to get the user name's and email 2011-05-26 01:44:10 +01:00
Hylke Bons fe1628ce2d Use new XML based config scheme 2011-05-25 21:46:46 +01:00
Hylke Bons aa25e37933 Move the default backend initialisation to SparkleBackend 2011-05-25 20:24:25 +01:00
Hylke Bons b14814c60a hg: fix compile error 2011-05-25 20:20:20 +01:00
Hylke Bons cd114ab82f lib: Fix makefile whitespace 2011-05-25 20:15:15 +01:00
Hylke Bons d538cb668a hg: remove some debug output 2011-05-25 20:13:26 +01:00