Giter Club home page Giter Club logo

switchysharp's People

Contributors

ayanamist avatar feliscatus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

switchysharp's Issues

使用离线pac文件时,创建的规则不起作用。

What steps will reproduce the problem?
1.使用离线pac文件。
2.新添加几个网站,使用代理情节模式;
3.开启自动切换模式。

What is the expected output? What do you see instead?
离线pac文件和自己创建的规则同时起作用。
结果是,pac文件不起作用。

What version of the product are you using? On what operating system?
14.0.835.109 (正式版本 97804) beta-m 
windows7
Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Aug 2011 at 3:12

Attachments:

Does not seem to obey automatic proxy.pac

Set the profile to use the automatic proxy 
http://apache-hadoop-ec2.s3.amazonaws.com/proxy.pac
which works fine with FoxyProxy. It is:

function FindProxyForURL(url, host) {
  if ((shExpMatch(host, "*ec2*.amazonaws.com*")) ||
    (shExpMatch(host, "*ec2.internal*")) ||
    (shExpMatch(host, "*domu*.internal*"))) {
    return "SOCKS localhost:6666";
  }
  return "DIRECT";
}

If I set SwitchySharp to just use that profile, it doesn't ever use the SOCKs 
path, only Direct.
(See 
http://blog.ibd.com/howto/access-web-servers-on-ec2-private-addresses-with-firef
ox-foxyproxy-google-chrome-switchysharp/ how I use it with FoxyProxy and and 
how I  worked around it)

Thanks!

Original issue reported on code.google.com by [email protected] on 15 Aug 2011 at 6:26

  • Merged into: #10

代理不成功

What steps will reproduce the problem?
参考wiki,执行下面步骤 
1.下载安装 witchySharp-0.8-alpha-r19.crx
2.下载并导 入X_Options_AutoProxy.bak
3.修改Proxy Profiles port 为7070
4:修改rule 
详细在附件图片里

可我打开twitter.com 还是不能访问?
可以肯定是代理服务器是正常,我可以连接上!
3.png 是不是一个bug,居然不能切换到regex模式



Original issue reported on code.google.com by [email protected] on 23 Aug 2011 at 2:15

Attachments:

无法自动切换代理

以前我是用原版的Proxy 
Switchy!的,但不能直接使用GFWlist,按照AutoProxy网站上介绍的��
�法设置后可以使用了,但是会间歇性出问题,重新下载设置�
��点麻烦,使用switchysharp有同样的问题,直接使用代理很正常
,但似乎还是不能用GFWlist自动切换代理,求解释!!!


Original issue reported on code.google.com by [email protected] on 27 Aug 2011 at 3:51

假死问题.

我在公司,不使用代理情况下无法上网, 
如果将代理设置为direct connection 
,随便访问一个地址,假死出现.

怀疑proxy 
sharp里有部分代理是验证当前代理有效性的,像我这种情况设��
�direct 
connection的时候无法连接互联网,验证当前代理有效性部分就会
死掉. 之前的proxy switchy/proxy switchy 
plus都存在这个问题,困挠我很久了,希望proxy 
sharp可以解决这个问题. 

非常感谢.


Original issue reported on code.google.com by [email protected] on 29 Aug 2011 at 7:47

Localhost bug

Bug一枚:r18版本对localhost还是走代理了。
比如地址http://localhost:8080/或http://localhost/都会转接到代理上��
�。
暂时只能通过添加rule解决。


Original issue reported on code.google.com by [email protected] on 23 Aug 2011 at 11:40

希望能优化生成pac中的代理选择效率

正如wallproxy作者指出的, 
proxyswtichy生成的pac文件效率比较低。

http://webcache.googleusercontent.com/search?q=cache:Jxq2dl4y_T8J:winux.org.ru/%
E7%94%A8wallproxy%E6%9B%BF%E4%BB%A3switchy%E5%92%8Cautoproxy2pac.html+&cd=1&hl=z
h-CN&ct=clnk&source=encrypted.google.com

不清楚switchysharp是否也有类似的问题。


Original issue reported on code.google.com by phus.lu on 31 Aug 2011 at 8:44

  • Merged into: #97

求知:请告知wildcard规则的正确写法

感谢你指点我正侧表达式使用
我放弃这个,但不会写通配符规则。
求知在此软件中通配符规则怎样写:

1.普通通配符规则怎样写。

2.有没有精简代码的通配符规则

3.通配符一条能否,向正侧表达式youtube.com|ytimg.com|facebook.com��
�30-40个主机名,
而且切换不变慢,可以的话应该怎样写。

谢

Original issue reported on code.google.com by [email protected] on 20 Aug 2011 at 7:58

自己编辑的规则无效

全部通过代理时使用正常,使用直接连接外带自己编辑的规��
�时规则无效,我用的是正式版的chrome,我用过swithy 
plus就是这个原因被我抛弃的想不到这个也用这问题!

Original issue reported on code.google.com by [email protected] on 25 Aug 2011 at 8:00

关于自动代理模式和 PAC 文件同时使用的问题

首先,这不是个 bug 。
自动代理模式的原理是生成 PAC 文件,所以和使用 PAC 文件的 
profile 无法共存。

但是,我也希望解决这个问题。

我现在在尝试,先下载 PAC 文件,然后修改,把生成的 PAC 
脚本和下载的合并,也许这样就能解决问题了。

Original issue reported on code.google.com by [email protected] on 17 Aug 2011 at 8:47

可以汉化switchysharp吗

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Aug 2011 at 9:09

  • Merged into: #42

自动代理时不能监视代理的变化自动改变颜色和显示的代理类型

What steps will reproduce the problem?
1. 比如设置youtube用名为proxy的代理(绿色), 虽然代理成功. 
但是那个地球的颜色不能变绿. 显示的状态也仍然是direct
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Aug 2011 at 12:39

Attachments:

图楼

这里是我传图片的地方。请不要在这里回复。

Original issue reported on code.google.com by [email protected] on 26 Aug 2011 at 6:47

关于PAC的使用问题

之前在推上问过了,不是很清楚
1.PAC在线地址不填在online rule list里填在何处
2.以前的swithy 
proxy在chrome的本地目录里有pac文件,可以下载离线文件覆盖,
现在没有在switchysharp的目录里找到pac文件

Original issue reported on code.google.com by [email protected] on 21 Aug 2011 at 3:43

Compatibility issue with AutoProxy wildcard rules

插件在处理AutoProxy代理列表的通配符规则时和AutoProxy规则本��
�有差异,例如下面是AutoProxy网站上对example.com规则的解释。
"
example.com
Matching: http://www.example.com/foo
Matching: http://www.google.com/search?q=www.example.com
*Not* match: https://www.example.com/
Use when example.com is a URL keyword, any http connection (not including https)
"
不加任何修饰的通配符只匹配http链接,而不匹配https链接。��
�本扩展将这样的通配符应用在了任何链接上,导致一些不需�
��代理的资源也通过了代理。

另外对于anchor(#)的处理似乎也有问题,例如下面的地址:
“
https://www.google.com/reader/view/#stream/feed%2Fhttp%3A%2F%2Ffeeds.feedburner.
com%2Fsolidot
”
由于feeds.feedburner.com是关键词,导致这个地址被应用代理。但
是实际上由于它在#后面,并且是https链接,因而无需经过代��
�。

Original issue reported on code.google.com by [email protected] on 19 Aug 2011 at 3:24

无法切换到auto 附上备份

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 Aug 2011 at 8:31

  • Merged into: #23

Attachments:

Quick switch能不能加一个profile 3啊

What steps will reproduce the problem?
1.就是希望增加一个profile, 
并且这个profile可以由用户决定是否开启. 
不知道是不是麻烦了点.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Aug 2011 at 4:40

Attachments:

Switchy系列对于PAC文件状态判断不准确

其实这个问题也是我自己改用PAC文件后才发现的。看截图。
我其实关掉了Switch Rules。看截图,并没有Auto 
Switch,而我其实选中的是一个叫AutoPac的配置,里面指定了一�
��远程PAC文件。但显示的确实Switchy自带的Auto模式。
这个显示的问题在于我当时SwitchyPlus时没有做很仔细的Profile��
�比,这种情况下,是应该比对configUrl的。
就拜托你修复一下咯~

Original issue reported on code.google.com by ayanamist on 18 Aug 2011 at 1:39

Attachments:

如何能快速方便的改变代理(情景模式)?

比如我配置了3个情景模式, 30条切换规则.

我最初给30条规则配置的情景模式是goagent, 
后来由于某些原因, 目前不可用了, 
这时候要修改30条规则的情景模式比较麻烦啊.能否改进一下?

Original issue reported on code.google.com by [email protected] on 29 Aug 2011 at 4:43

能否加“新建临时规则”的功能

被墙的网站无数,都加入规则不现实,虽有庞大的在线规则��
�其实也没必要。

我希望仅将自己常用的网址加入规则,偶尔撞墙时,点击图��
�或选个菜单就可临时地将规则加入,而在chrome退出后,临时�
��则将自动删除。

这样的好处是:有些网站可能很少去或者一不小心点进去,��
�后根本不会特意去,没必要加入规则,不然规则太多总会有�
��端吧,会不会影响效率?

不知我有没有表达清楚,举2个类似操作模式的扩展:

1. Firefox的IE 
Tab那样的操作模式很方便,点图标直接切换内(核临时切换,�
��加入规则),选右键菜单则可加入规则。

2. 
Firefox的扩展FoxyProxy,其快速添加代理模板(规则)中有个“�
��时”选项,若勾选,则添加的代理模板为临时模板,在Firefo
x退出后删除。

Original issue reported on code.google.com by [email protected] on 28 Aug 2011 at 3:01

已测试r19的快速开关GUI,正常工作,界面直观很多

而且是我迄今为止,用过的满意的版本。
辛苦了。。

另外从
https://chrome.google.com/webstore/detail/dpplabbmogkhghncfbfdeeokoefdjegm
更新后,本地文件目录有两个文件夹[1.8.18_0] [1.8.19_0]
我的意思是,更新后没有覆盖旧版本,而是新增版本文件,��
�版本文件需要手动清除,望改进。

Original issue reported on code.google.com by [email protected] on 23 Aug 2011 at 2:22

设置问题

What steps will reproduce the problem?
1. 电脑用chrome+SwitchyPlus正常
2. 换用switchysharp,设置option,新建一个goagent profile, 
一个office NTLM profile
3. 设置switch rules,增加GFW list,选择goagent,上方default 
rules选择Office NTLM 保存

What is the expected output? What do you see instead?
按保存后,online list自动变成office NTLM,而不是goagent。
将default rules改成direct connect后,才能保存为goagent。
打开autoswitch mode,结果自动新建并跳到一个untitled profile


What version of the product are you using? On what operating system?
win xp, chrome 13.0.782.112m

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Aug 2011 at 4:29

我对SwitchySharp 有个功能需求,希望能添进

已加图
感谢你开发SwitchySharp,我对SwitchyPlus有个功能需求,希望能添
进SwitchySharp 。
在SwitchyPlus选项中General→Quick SWITCH→Binary Switch,
下拉选项框希望添加第三个选项[Auto Switch Mode自动连接]

原因是:我设置好参数后,使用Quick 
SWITCH快速开关,是在[用户自定义连接]与[自动连接]之间切换�
��
因为配置好[自动连接]规则后,就不会再使用[直接连接]。

希望你能添加选项,代码不会很麻烦吧,我会继续跟进关注��
�事,万分感谢。

Original issue reported on code.google.com by [email protected] on 15 Aug 2011 at 12:40

Attachments:

auto switch中的在线online rule list 不起作用.


auto switch中的在线online rule list 
不起作用.图标一直是灰色的,但是我手工加的rule就可以判断��
�来用.我用的Goagent代理.

Original issue reported on code.google.com by renjie45 on 26 Aug 2011 at 7:10

使用全局代理时 HTTPS 不走代理

使用auto proxy mode可以上google+或者其它一些https的网站。
然后切换到完全的代理模式如直接切换到GoAgent,结果就访问�
��了了。很奇怪的问题

Original issue reported on code.google.com by [email protected] on 27 Aug 2011 at 4:57

  • Merged into: #54

请问如何导入rule list?

以前一直使用Proxy Switchy! 
已经添加了很多的RULE。请入如何可以导入RULE LIST到switchysharp?

Original issue reported on code.google.com by [email protected] on 25 Aug 2011 at 12:54

CPU占用猛涨

64位archlinux,kde4
每次启动chrome,CPU占用就猛涨,整个桌面半天没反应。把switc
hysharp禁止后就正常了

我是加上了一个tor代理,然后使用gfwlist作为自动规则

有什么方法能检查哪里出问题了?

Original issue reported on code.google.com by [email protected] on 31 Aug 2011 at 5:26

作者能否考虑增加online rule list的立即更新功能

首先谢谢作者的辛勤更新,我有个建议,希望作者可以考虑下�
��希望能给online rule list增加last update time和update 
now功能,这样online rule 
list就变得直观,易用的多了。不知道这个实现是否很难,希�
��能考虑下。

Original issue reported on code.google.com by [email protected] on 24 Aug 2011 at 3:26

能否改成多个auto switch?

笔记本,经常要切换到不同的网络环境,希望能够实现多个au
to 
switch,或者说多个“规则组”,不同的规则组对应不同的网��
�环境。

Original issue reported on code.google.com by [email protected] on 21 Aug 2011 at 5:14

关于监视代理设置改变的功能

[email protected] 说:
( http://code.google.com/p/switchysharp/issues/detail?id=2#c4 )

不该移除监视Proxy改变的代码,希望你能把代码再加回去。
如果用户同时使用SSH1号线,shh2号线,两个ssh程序。不监视代
理变化就出错。
如果更改SSH—MyEnTunnel程序设置后,不监视代理变化,switchy不
响应。
强烈建议不移除。


----
由于放在单独的 Issue 里比较方便,所以移动过来了。

Original issue reported on code.google.com by [email protected] on 16 Aug 2011 at 12:41

【醒目】提交 Issue 前请看这里! (README FIRST before you submit issues!)

请在提交问题前考虑一下是否要同时提交你的设置。
如果你觉得对于解决问题有帮助,那么请你也一并提交设置��
�备份文件。

Please consider to submit you settings along with your issue.
You can submit a backup file of your settings, if you think that it may help.

备份文件的获取方式:
在 SwitchySharp 的选项中,打开 "Import/Export" 选项卡,然后点击 
"Make Backup" 按钮。设置的备份文件会自动下载。

之后你可以在提交问题的同时上传你的备份文件。

HOWTO: get the backup file:
Open "Import/Export" tab in SwitchySharp options. Then click "Make Backup". The 
backup file of your settings will be automatically downloaded.

Then you can submit your issue with the backup file as an attachment.

Original issue reported on code.google.com by [email protected] on 16 Aug 2011 at 10:59

Broken completely on 1.8.20

What steps will reproduce the problem?
1. Install Switchysharp
2. Click on Switchysharp icon, or click Switchsharp Options
3. Nothing happens

What is the expected output? What do you see instead?
N/A

What version of the product are you using? On what operating system?
Latest on Chrome Dev

Please provide any additional information below.
N/A

Original issue reported on code.google.com by [email protected] on 26 Aug 2011 at 4:36

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.