Ian Clarke

Results 153 issues of Ian Clarke

cc: @ravisvi @nomel7 , @ravisvi and I were just looking through BroadcastMicroblog.java and notice that this includes a field that is the signature of the message using the private key...

Connections should keep track of the last time they received a KEEPALIVE message from the other guy (handled on line 193 of UdpRemoteConnection) and call disconnect() if a keepalive hasn't...

We should try to get user feedback on the GUI design ASAP. We should upload the various different parts of the UI to a service like http://redpen.io/. This makes it...

GUI

https://github.com/sanity/tahrir/blob/master/src/main/java/tahrir/io/crypto/TrCrypto.java RSA/None/NoPadding can only be used securely if no padding is required: If if the size of the plaintext is a multiple of the block-size... In encrypt() it is... but...

Btw, is there any specific reason why you force the usage of bouncycastle? People might have other crypto-providers installed...

I've learned that UDP is often deliberately degraded or blocked in China. We should therefore also support TCP as a transport layer. This will involve creating TCP equivalents of the...

Oliver, do you think you could replace this demo of the page retrieval with something that works again? Looks like bitcoincharts changed the structure of their page.

difficulty:simple

Support stuff like "7pm GMT in PST" (probably using JodaTime internally).

difficulty:intermediate

I just entered "20 grams in kg" and got 0.019999999999999997 kilograms.

difficulty:intermediate

LastCalc should handle numbers like .123 - which don't have any digits before the decimal point. This will probably require a change to the [number matching in locutus.js](https://github.com/sanity/LastCalc/blob/master/war/js/locutus.js#L94), and probably...

difficulty:intermediate