Commit Graph

8990 Commits

Author SHA1 Message Date
Muneeb Ali
deebd441df Update README.md 2014-07-22 04:34:26 -07:00
Muneeb Ali
0691c9b3e7 Update README.md 2014-07-22 04:31:43 -07:00
Muneeb Ali
e90df9dd35 Merge branch 'master' of github.com:opennamesystem/opendig 2014-07-22 04:13:19 -07:00
Muneeb Ali
f98e4c60a3 added instructions for local config file 2014-07-22 04:13:15 -07:00
rxl
03eb0c6059 update setup.py 2014-07-22 03:58:58 -07:00
Muneeb Ali
c0366e5a0e Merge branch 'master' of github.com:opennamesystem/opendig 2014-07-22 03:54:28 -07:00
Muneeb Ali
5b32041f43 Update README.md 2014-07-22 03:54:18 -07:00
Muneeb Ali
a4087bbe55 removed u/ from input key 2014-07-22 03:52:24 -07:00
Muneeb Ali
661ec48833 removed u/ from input key 2014-07-22 03:52:10 -07:00
Muneeb Ali
1dd108cf35 updated to setup info 2014-07-22 03:24:00 -07:00
Muneeb Ali
b47170b72c deleted 2014-07-22 03:23:49 -07:00
Muneeb Ali
ebecfda570 small fixes to use namecoind 2014-07-22 03:23:23 -07:00
Muneeb Ali
2d729abb5d read user ini file, if not go to fallback config file 2014-07-22 03:23:09 -07:00
Muneeb Ali
32d5a65364 renamed 2014-07-22 03:22:43 -07:00
Muneeb Ali
51235119a7 added default fallback options, if a user doesn't specify a local ini file and servers 2014-07-22 03:22:09 -07:00
Muneeb Ali
c59e2a25f4 renamed to namecoinrpc (only supports few read-only calls for now) 2014-07-22 03:21:46 -07:00
Muneeb Ali
b83e5b7aa9 updated setup 2014-07-22 02:29:10 -07:00
Muneeb Ali
6a8391a38d updated setup 2014-07-22 02:27:21 -07:00
Muneeb Ali
67338a8d6b Update README.md 2014-07-22 02:04:08 -07:00
Muneeb Ali
1b9400999e adding LICENSE 2014-07-22 01:54:57 -07:00
Muneeb Ali
1562f874d6 added pretty_dump() display 2014-07-22 01:41:53 -07:00
Muneeb Ali
f2b3c716ae for PyPl to get README file 2014-07-22 00:38:36 -07:00
Muneeb Ali
28e1ce2c78 removed files 2014-07-22 00:35:24 -07:00
Muneeb Ali
ff6bed6666 added setup instructions 2014-07-22 00:32:51 -07:00
Muneeb Ali
018d9a7b95 modified cli to use opendig package 2014-07-22 00:32:43 -07:00
Muneeb Ali
d4fc632a7d renamed file plus other updates to ons resolver 2014-07-22 00:30:14 -07:00
Muneeb Ali
2eaf7bf714 updates to dns resolver 2014-07-22 00:29:58 -07:00
Muneeb Ali
19de4f5078 default config file (ini format) 2014-07-22 00:29:43 -07:00
Muneeb Ali
8b3cb8cdc8 enabled proper import and reading from config file 2014-07-22 00:29:30 -07:00
Muneeb Ali
b958090d47 Initial commit 2014-07-21 17:39:50 -07:00
Muneeb Ali
af92555fce updated requirements 2014-07-21 02:19:17 -07:00
Muneeb Ali
3d7ade24b2 added commands for domain and username lookup and for fetching a bitcoin address, twitter handle, or github username of a user 2014-07-21 02:19:09 -07:00
Muneeb Ali
e5c955431e added default DNS and NMC servers, from Google and OneName respectively 2014-07-21 02:18:39 -07:00
Muneeb Ali
3f24e7383b use dnspython to get dns info 2014-07-21 02:18:11 -07:00
Muneeb Ali
fc7ce86d22 wrapper around name_show to fetch full profile of users 2014-07-21 02:17:52 -07:00
Muneeb Ali
3e519e33d4 added nmc read-only commands to bitcoinrpc by Jeff Garzik and Witchspace 2014-07-21 02:17:26 -07:00
Muneeb Ali
f045273988 Initial commit 2014-07-21 02:14:55 -07:00
Muneeb Ali
75694efdef -- Added multi-threaded namecoind to registration daemon and fixed corner-cases where redundant name_updates were getting issued
-- Cleaned up code
2014-07-12 23:32:07 -07:00
Muneeb Ali
2d6520af0e added functionality for sending queries to an entire namecoind cluster 2014-07-12 19:34:02 -07:00
Muneeb Ali
f7b7d3b34d Added:
-- UNIX bash scripts for polling in a loop (to be used with cron)
    -- Added multi-threaded test code (debug2 to-remove)
    -- First stab at state-machine of profile registrations and what state triggers what func
2014-07-11 20:59:09 -07:00
Muneeb Ali
eeda906911 Added:
-- UNIX bash scripts for polling in a loop (to be used with cron)
-- Added multi-threaded test code (debug2 to-remove)
-- First stab at state-machine of profile registrations and what state triggers what func
2014-07-11 20:55:31 -07:00
Muneeb Ali
3f01737620 small bug fix 2014-07-06 15:53:48 -07:00
Muneeb Ali
a432a9bffb added support for auto-cleaning of DB for profiles that are on the blockchain 2014-07-06 12:57:10 -07:00
Muneeb Ali
d21eb3d1c2 Added checks for name_trasnfer objects and made all registrations/updates go through certain checks 2014-07-05 23:19:00 -07:00
Muneeb Ali
bb67bac712 Started writing a new backend system for processing registration/updating of profiles (unfinished right now) 2014-07-04 13:53:03 -07:00
Muneeb Ali
f9b1e9444e major update to blockdata package
-- added a new registration daemon (for fetching data from the new DB)
-- updated the old register/activate/update functions to work with the new setup
-- fixed a bug in getting keys for data blobs (wasn't re-using keys)
2014-07-01 01:13:22 -07:00
Muneeb Ali
94f19a1f32 Added bip38 decryption files, tested out register and activate on new DB, and added profile conversion code (v1 to v2) 2014-06-28 17:56:21 -07:00
Muneeb Ali
394c47b39f Added shell script for easily setting env variables 2014-06-27 15:57:26 -07:00
Muneeb Ali
16480082b9 Started a new repository for blockchain operations (separate from coinrpc):
-- Support for registering, transferring, and updating names
-- Tools for registering names in bulk (given a csv file)
-- Support for running as a service/daemon
2014-06-24 14:27:02 -07:00
Halfmoon Labs
90a07f63f6 Initial commit 2014-06-24 14:20:01 -07:00