Changes between Version 18 and Version 19 of DeveloperDocumentation


Ignore:
Timestamp:
12/05/23 16:42:08 (5 months ago)
Author:
flichtenheld
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperDocumentation

    v18 v19  
    99There are two primary developer channels:
    1010
    11  * '''[http://sourceforge.net/mail/?group_id=48978 openvpn-devel mailinglist]''': primary communication channel, subscription required
     11 * '''[https://sourceforge.net/p/openvpn/mailman/openvpn-devel/ openvpn-devel mailinglist]''': primary communication channel, subscription required
    1212 * '''#openvpn-devel (at) libera.chat:''' used for generic development discussions and the weekly IRC meetings (requires libera.chat registration)
    1313
     
    208208Contents of this section are now [wiki:CodeRepositories here].
    209209
     210= Core Developer Infrastructure =
     211
     212There is some additional infrastructure available for developers that are part of the core development team.
     213
     214== Community VPN ==
     215
     216To use the internal infrastructure you first need VPN access to it. If you think you should have access you should know who to ask for your config.
     217
     218== Buildbot ==
     219
     220Some of our CI builds happen on our [http://buildbot-host.openvpn.in:8010/#/ buildbot instance]. Failed builds will be documented with mails to the [https://sourceforge.net/p/openvpn/mailman/openvpn-builds/ openvpn-builds mailinglist] mailing list, but if you have access to the Community VPN you can also directly access the web interface.
     221
     222This is also integrated with out Gerrit server, but only changes submitted by whitelisted developer accounts will trigger builds.
     223
     224== HTTP Proxy ==
     225
     226There is a HTTP Proxy available at `http://community-test-proxy.openvpn.in:8080`. You need to be logged into the Community VPN to be able to access it. It is intended to be used for openvpn tests only.
     227
     228== Socks5 Proxy ==
     229
     230There is a Sock5 Proxy available at `community-test-proxy.openvpn.in:1080`. It allows both TCP and UDP to be proxied.
     231You need to be logged into the Community VPN to be able to access it. It is intended to be used for openvpn tests only.
     232
    210233= Practical issues =
    211234