Pages:
Author

Topic: Bitmessage - Alternativa decentralizzata all'email - page 3. (Read 43084 times)

staff
Activity: 4214
Merit: 1203
I support freedom of choice
Nuova versione
Quote
0.4.2
Added Norwegian, Chinese, and Arabic translations
sock.sendall function isn't atomic. Let sendDataThread be the only thread which sends data.
Moved API code to api.py
Populate comboBoxSendFrom when replying
Added option to show recent broadcasts when subscribing
Fixed issue: If Windows username contained an international character, Bitmessage wouldn't start
Added some code for FreeBSD compatibility
Moved responsibility for processing network objects to the new ObjectProcessorThread
Refactored main QT module
Moved popup menus initialization to separate methods
Simplified inbox loading
Moved magic strings to the model scope constants so they won't be created every time.
Updated list of defaultKnownNodes
Fixed issue: [Linux] When too many messages arrive too quickly, exception occurs: "Exceeded maximum number of notifications"
Fixed issue: creating then deleting an Address in short time crashes class_singleWorker.py
Refactored code which displays messages to improve code readability
load "Sent To" label from subscriptions if available
Removed code to add chans to our address book as it is no longer necessary
Added identicons
Modified addresses.decodeAddress so that API command decodeAddress works properly
Added API commands createChan, joinChan, leaveChan, deleteAddress
In pyelliptic, check the return value of RAND_bytes to make sure enough random data was generated
Don't store messages in UI table (and thus in memory), pull from SQL inventory as needed
Fix typos in API commands addSubscription and getInboxMessagesByAddress
Add feature in settings menu to give up resending a message after a specified period of time
hero member
Activity: 658
Merit: 500
Cancella la cartella, rilancia bitmessage, aspetta qualche secondo poi richiudi.
Entri nella cartella che è stata ri-creata e sostituisci solo il file messages.dat


Dovrebbe andare ;-)
legendary
Activity: 1946
Merit: 1009
SELL bitcoinmarket.net | bitcoinitalia.com SELL
Bella domanda... credo di no... stasera provo a scaricare le versioni precedenti.  Undecided.
staff
Activity: 4214
Merit: 1203
I support freedom of choice
@ziomik
Erano la stessa versione?

Aggiunto:
FaSan - BM-GtYZsfbPne2PtUn7G11LduPo4G51EFo1
legendary
Activity: 1946
Merit: 1009
SELL bitcoinmarket.net | bitcoinitalia.com SELL
Domandina tecnica.
Formattato il mio pc e prima di farlo ho copiato la cartella C:\Users\miouser\AppData\Roaming\PyBitmessage
Ora ho reinstallato Bitmessage e sostituito i file della cartella con i vecchi. E' la soluzione corretta per ripristinare il mio indirizzo "vecchio".
Dico questo perchè ora il debug mi dice:
Code:
2013-11-13 13:38:36,736 - CRITICAL - Major error occurred when trying to execute a SQL statement within the sqlThread. Please tell Atheros about this error message or post it in the forum! Error occurred while trying to execute statement: "DELETE FROM inventory WHERE (receivedtime'pubkey') OR (receivedtime2013-11-13 13:38:36,736 - CRITICAL - This program shall now abruptly exit!
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Aggiunto anche:
bitcoinplaza - BM-2cUYrMd7XZNrHdyF6Macdh7mgQxHgUgtZW
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Aggiunta nella lista indirizzi:
Carola Frediani - BM-2cUQK6Rj4NpFMfRNmx8pSvC3cUinCjSxwH
Wink

E il servizio:
Secure, Anonymous "Twitter" w. Bitmessage
https://bitchirp.org
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Aggiunto in lista Smiley

Avevo già creato un chan mi pare, ma forse era in qualche precedente versione, mi chiedo se funzioni ancora:
"bitcoin-italia" : BM-2D9FouM9dAWHURqLdkspkr8Yiv4SyFRfy1

Comunque se ne può creare anche un altro.
hero member
Activity: 588
Merit: 500
Ragazzi che ne dite di organizzare la prima mailing list basata su Bitmessage? Argomento: decentralizzazione e "antispioni" Smiley

Il mio indirizzo:

BM-GtdTe9gtoQwQb4cprzjGYNP24HAt7RYp
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Aggiunto Quinta alla lista Smiley
BM-2DC6u7NoBoBwSEzX7C8iPjJNrAmZT5s3ms
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Sta nascendo un interessante progetto legato a Bitmessage Smiley

Bitgroup
http://www.bitgroup.org/
https://github.com/OrganicDesign/bitgroup

Sembrerebbe una versione più povera del progetto http://www.osiris-sps.org (che è attualmente praticamente abbandonato)
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Aggiunta "Lista Indirizzi Bitmessage" e "Servizio per poter ricevere messaggi sul client via email"

Per chi volesse pubblicare un suo indirizzo (e/o chiedere di cancellare), lo dica che verrà messo nella lista Smiley
staff
Activity: 4214
Merit: 1203
I support freedom of choice
0.4.1
Quote
Fixed whitelist bug
Fixed chan bug
Added addressversion field to pubkeys table
Sending messages to a chan no longer uses anything in the pubkeys table
Sending messages to yourself is now fully supported
Change _verifyAddress function to support v4 addresses
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Nuova versione v0.4.0 Smiley
Quote
0.4.0
Raised default demanded difficulty from 1 to 2 for new addresses
Added v4 addresses: pubkeys are now encrypted and tagged in the inventory
Use locks when accessing dictionary inventory
Refactored the way inv and addr messages are shared
Give user feedback when disk is full
Added chan true/false to listAddresses results
When replying using chan address, send to whole chan not just sender
Refactored of the way PyBitmessage looks for interesting new objects in large inv messages from peers
Show inventory lookup rate on Network Status tab
Added SqlBulkExecute class so we can update inventory with only one commit
Updated Russian translations
Move duplicated SQL code into helper
Allow specification of alternate settings dir via BITMESSAGE_HOME environment variable
Removed use of gevent. Removed class_bgWorker.py
Added Sip and PyQt to includes in build_osx.py
Show number of each message type processed in the API command clientStatus
Use fast PoW unless we're explicitly a frozen (binary) version of the code
Enable user-set localization in settings
Fix Archlinux package creation
Fallback to language only localization when region doesn't match
Fixed brew install instructions
Added German translation
Made inbox and sent messages table panels read-only
Allow inbox and sent preview panels to resize
Count RE: as a reply header, just like Re: so we don't chain Re: RE:
Fix for traceback on OSX
Added backend ability to understand shorter addresses
Convert 'API Error' to raise APIError()
Added option in settings to allow sending to a mobile device (app not yet done)
Added ability to start daemon mode when using Bitmessage as a module
Improved the way client detects locale
Added API commands: getInboxMessageIds, getSentMessageIds, listAddressBookEntries, trashSentMessageByAckData, addAddressBookEntry, deleteAddressBookEntry, listAddresses2, listSubscriptions
Set a maximum frequency for playing sounds
Show Invalid Method error in same format as other API errors
Update status of separate broadcasts separately even if the sent data is identical
Added Namecoin integration
Internally distinguish peers by IP and port
Inbox message retrieval API functions now also returns read status

C'è un utente che continua a scrivermi (che si firma "me"), e io a rispondergli, ma sembra che non riceva le mie risposte.
O sbaglia qualcosa lui, o c'era qualche bug nella versione precedente, spero che sia stato risolto in questa.
newbie
Activity: 14
Merit: 0
non so se conoscete.. ma incollo lo stesso... bitmessage.ch
hero member
Activity: 644
Merit: 504
Uno sviluppatore si sta preparando a creare già un alternativa a Bitmessage! Partendo da zero.

Bitmask: A Perfectly Anonymous, Naturally Scalable Peer-to-Peer Messaging System

Tommy Anderson
tommy [email protected]
www.bitmask.me

Sito inesistente.
Ad occhio credo ora sia questo https://bitmask.net/
staff
Activity: 4214
Merit: 1203
I support freedom of choice
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Nuova versione Smiley
Quote
0.3.5
Added right-click option to mark a message as unread
Prompt user to connect at first startup
Install into /usr/local by default
Add a missing `rm -f` to the uninstall task.
Use system text color for enabled addresses instead of black
Added support for Chans
Start storing msgid in sent table
Optionally play sounds on connection/disconnection or when messages arrive
Adding configuration option to listen for connections when using SOCKS
Added packaging for multiple distros (Arch, Puppy, Slack, etc.)
Added Russian translation
Added search support in the UI
Added 'make uninstall'
To improve OSX support, use PKCS5_PBKDF2_HMAC_SHA1 if PKCS5_PBKDF2_HMAC is unavailable
Added better warnings for OSX users who are using old versions of Python
Repaired debian packaging
Altered Makefile to avoid needing to chase changes
Added logger module
Added bgWorker class for background tasks
Added use of gevent module
On not-Windows: Fix insecure keyfile permissions
Fix 100% CPU usage issue
staff
Activity: 4214
Merit: 1203
I support freedom of choice
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Integrazione fra Bitmessage e Namecoin in arrivo Wink
https://bitmessage.org/forum/index.php/topic,2563.msg4855.html#msg4855

E' forse ora di acquisti? Grin
Pages:
Jump to: