Re: [tor-dev] patch for trivial issue in onionoo

2015-05-09 Thread Karsten Loesing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/05/15 13:53, firebr...@ruggedinbox.com wrote: > Hi, > > I have recently begun to read the onionoo sources. I have submitted > a small patch some time ago to fix a rather trivial issue. Could > someone have a look? > > https://trac.torproject.or

[tor-dev] patch for trivial issue in onionoo

2015-05-09 Thread firebrand
Hi, I have recently begun to read the onionoo sources. I have submitted a small patch some time ago to fix a rather trivial issue. Could someone have a look? https://trac.torproject.org/projects/tor/ticket/15654 ** firebrand ___ tor-dev mailing list t

[tor-dev] Adding event listener for torbutton in in tor-browser

2015-05-09 Thread Mohiuddin Ebna Kawsar
Hi, I'm trying to add an event listener to torbutton . at first my while initialize torbutton will send "setevents warn" through control port. and when any warning rise from OP it wil be catch by my event listener and show the warning through alert message". i'm novice in javascript. please help