• This project
    • Loading...
  • Sign in

nexedi / re6stnet · Commits

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • Commits 494
  • Network
  • Compare
  • Branches 7
  • Tags 1
  • re6stnet
15 Mar, 2018
1 commit
  • Document UPnP server configuration and add details about firewall configuration ...
    33ac2461
    /reviewed-on !3
    by Arnaud Fontaine
    2018-03-15 21:38:32 +0100  
    Browse Files

13 Mar, 2018
1 commit
  • doc: extend fw example to warn about --interface and --ipv4
    7ea5aa2a
    by Julien Muchembled
    2018-03-13 12:27:29 +0100  
    Browse Files

12 Mar, 2018
2 commits
  • doc: clarify firewall section in the manpage. ...
    3a89d3d9
    Also, add iptables/ip6tables example configuration.
    by Arnaud Fontaine
    2018-03-13 08:18:31 +0900  
    Browse Files
  • Fix too many NewSessionError when nodes are in different timezones ...
    029bdaff
    Using datetime objects was a bad idea anyway. Its extra accuracy for
    microseconds is lost because datime.utcnow() is slower than time.time().
    by Julien Muchembled
    2018-03-12 15:48:21 +0100  
    Browse Files

26 Feb, 2018
1 commit
  • doc: document UPnP server configuration in manpage. ...
    ced915a1
    Required to share the connectivity with others.
    by Arnaud Fontaine
    2018-02-27 08:16:26 +0900  
    Browse Files

05 Jan, 2018
1 commit
  • Log unexpected duplicate neighbour, instead of crashing with KeyError
    9751e221
    by Julien Muchembled
    2018-01-05 15:03:47 +0100  
    Browse Files

23 Oct, 2017
1 commit
  • Lower again MTU for UDPv4 tunnels
    8a1c74d0
    by Julien Muchembled
    2017-10-23 22:58:01 +0200  
    Browse Files

20 Jul, 2017
2 commits
  • demo: fix UnboundLocalError when the registry is down
    d2a8d5ef
    by Julien Muchembled
    2017-07-20 20:36:09 +0200  
    Browse Files
  • Fix broadcast of new network parameters in LAN with only "light" nodes
    c97ab3d7
    by Julien Muchembled
    2017-07-20 20:10:35 +0200  
    Browse Files

07 Mar, 2017
5 commits
  • registry: new --authorized-origin option ...
    0ed6077d
    The list of authorized IPs for private RPCs is now configurable.
    This is required when the registry is not bound to localhost.
    by Rafael Monnerat
    2017-03-07 19:33:04 +0100  
    Browse Files
  • registry: add some IPv4/IPv6 helper API ...
    5a377d05
    With this API, a client can query IPv6/IPv4 information outside re6stnet/babel
    for reporting.
    
    The API considers that the email is unique, else it returns the first
    occurrence. For SlapOS integration, it is more than enough to consider
    that email will not be repeated.
    by Rafael Monnerat
    2017-03-07 19:33:04 +0100  
    Browse Files
  • registry: Add API for add/delete/is a specific Token ...
    10f22751
        addToken, isToken and DeleteToken are introduced to manage tokens created
        by other system (like SlapOS for example).
    
    If token is present, raise conflict instead loop until timeout.
    by Rafael Monnerat
    2017-03-07 19:33:04 +0100  
    Browse Files
  • Move iterRoutes helper from draft/ to re6st.ctl module ...
    834959b9
    This is a useful class that can be used for other reasons.
    by Rafael Monnerat
    2017-03-07 19:33:04 +0100  
    Browse Files
  • registry: new @rpc_private decorator
    96104548
    by Julien Muchembled
    2017-03-07 19:33:04 +0100  
    Browse Files

16 Dec, 2016
1 commit
  • Update TODO
    e92ca586
    by Julien Muchembled
    2016-12-16 20:26:30 +0100  
    Browse Files

12 Dec, 2016
1 commit
  • README: rephrasing
    d59d6575
    by Julien Muchembled
    2016-12-12 11:28:12 +0100  
    Browse Files

24 Oct, 2016
1 commit
  • Document how to pronunce're6st'
    4e9332f9
    by Julien Muchembled
    2016-10-24 15:12:38 +0200  
    Browse Files

11 Oct, 2016
1 commit
  • Clarify occasional harmless debug logs just after babeld is started
    cabd1afd
    by Julien Muchembled
    2016-10-11 18:40:49 +0200  
    Browse Files

29 Sep, 2016
1 commit
  • rina: fix a case where enrollment was not retried
    6569cf1e
    by Julien Muchembled
    2016-09-29 12:52:54 +0200  
    Browse Files

23 Sep, 2016
2 commits
  • rina: recover from cases where normal.DIF is already registered at startup ...
    128edb83
    Which happens when only re6stnet is restarted. The DIF must even be recreated
    if the local certificate has changed, so that we can reconfigure the shim DIF.
    by Julien Muchembled
    2016-09-23 17:14:36 +0200  
    Browse Files
  • rina: prefix logged exceptions with "RINA:"
    3e1a6244
    by Julien Muchembled
    2016-09-23 14:14:08 +0200  
    Browse Files

19 Sep, 2016
1 commit
  • Experimental support of RINA
    596050eb
    by Julien Muchembled
    2016-09-19 18:42:39 +0200  
    Browse Files

15 Sep, 2016
1 commit
  • demo: enable --console for all nodes
    674cad32
    by Julien Muchembled
    2016-09-15 18:13:59 +0200  
    Browse Files

14 Sep, 2016
1 commit
  • debian: fix DistributionNotFound error when python-miniupnpc is not installed
    9fed6b3a
    by Julien Muchembled
    2016-09-14 20:39:35 +0200  
    Browse Files

31 Aug, 2016
1 commit
  • Clarify description of protocol between nodes
    8e3cc1ea
    by Julien Muchembled
    2016-08-31 16:35:43 +0200  
    Browse Files

22 Aug, 2016
1 commit
  • registry: fix --db when path does not contain a directory part
    9be8cf80
    by Julien Muchembled
    2016-08-22 18:14:43 +0200  
    Browse Files

12 Aug, 2016
7 commits
  • Ignore ENOMEM when checking routing cache
    1d82935d
    by Julien Muchembled
    2016-08-12 15:11:36 +0200  
    Browse Files
  • New --console option
    f2363823
    by Julien Muchembled
    2016-08-12 15:11:36 +0200  
    Browse Files
  • registry: make registration by email optional
    f3d45f8e
    by Julien Muchembled
    2016-08-12 15:11:36 +0200  
    Browse Files
  • Update README.rst
    9ab18393
    by Jean-Paul Smets
    2016-08-12 09:51:41 +0200  
    Browse Files
  • Update README.rst
    a0f2ff2a
    by Jean-Paul Smets
    2016-08-12 09:32:17 +0200  
    Browse Files
  • Update README.rst
    8872f742
    by Jean-Paul Smets
    2016-08-12 09:30:42 +0200  
    Browse Files
  • Update README.rst
    ca2111f5
    by Jean-Paul Smets
    2016-08-12 09:30:02 +0200  
    Browse Files

21 Jun, 2016
2 commits
  • Bump protocol version ...
    cfb7e3f7
    Commit 6c4a5443 fixes a routing issue and
    as usual, all nodes without exception must either route correctly or die:
    in the future, we may want to force all nodes to upgrade.
    by Julien Muchembled
    2016-06-21 18:40:14 +0200  
    Browse Files
  • Flush routing cache automatically when it contains invalid entries
    6c4a5443
    by Julien Muchembled
    2016-06-21 18:22:17 +0200  
    Browse Files

22 Apr, 2016
1 commit
  • Fix rotation of babeld log
    b12ace8c
    by Julien Muchembled
    2016-04-22 10:59:00 +0200  
    Browse Files

21 Apr, 2016
1 commit
  • Fix address advertisement in passive mode ...
    dcc52fe5
    "passive mode" means that re6stnet is configured to not create OpenVPN tunnels.
    by Julien Muchembled
    2016-04-21 18:38:03 +0200  
    Browse Files

08 Apr, 2016
1 commit
  • demo: update graph without reloading the whole page
    373d35f1
    by Julien Muchembled
    2016-04-08 18:37:00 +0200  
    Browse Files

23 Feb, 2016
2 commits
  • doc: use :Contact: instead of :Author: in the README ...
    0bb9d147
    With :Author:, people may think I am the only author (which is not the case,
    as shown by the Git history), whereas I just wanted to specify who is the lead
    developer, i.e. the person to contact. And it's not a place to list here people
    that are not involved anymore in the project.
    by Julien Muchembled
    2016-02-23 20:32:38 +0100  
    Browse Files
  • fixup! doc: add file extension to CHANGES/README for automatic rendering in GitLab
    d33ab0de
    by Julien Muchembled
    2016-02-23 18:28:27 +0100  
    Browse Files

GitLab Nexedi Edition | About GitLab | About Nexedi | 沪ICP备14008524号