OSP module
Admin Guide
Section titled “Admin Guide”Overview
Section titled “Overview”The OSP module enables OpenSIPS to support secure, multi-lateral peering using the OSP standard defined by ETSI (TS 101 321 V4.1.1). This module will enable your OpenSIPS to:
- Send a peering authorization request to a peering server.
- Validate a digitally signed peering authorization token received in a SIP INVITE message.
- Report usage information to a peering server.
Dependencies
Section titled “Dependencies”The OSP module depends on the following modules which must be loaded before the OSP module.
- auth — Authentication Framework module
- avpops — AVP operation module
- maxfwd — Max-Forward processor module
- mi_fifo — FIFO support for Management Interface
- options — OPTIONS server replier module
- proto_udp — UDP protocol module - implements UDP-plain transport for SIP
- registrar — SIP Registrar implementation module
- rr — Record-Route and Route module
- signaling — SIP signaling module
- sipmsgops — SIP operations module
- sl — Stateless replier module
- tm — Transaction (stateful) module
- uac — UAC functionalies (FROM mangling and UAC auth)
- uac_auth — UAC Authentication functionality
- usrloc — User location implementation module
- OSP Toolkit — The OSP Toolkit, available from https://github.com/TransNexus/osptoolkit, must be built before building OpenSIPS with the OSP module. For instructions on building OpenSIPS with the OSP Toolkit, see http://www.http://transnexus.com/wp-content/uploads/OSP-Routing-and-CDR-Collection-Server-with-OpenSIPS-1.7.2.pdf. For OpenSIPS 2.4.0, OSP Toolkit 4.16.0 or later versions should be used.
Exported Parameters
Section titled “Exported Parameters”work_mode
Section titled “work_mode”The work_mode (integer) parameter instructs the OSP module what mode it should work in. If this value is set to 0, the OSP module works in direct mode. If this value is set to 1, the OSP module works in indirect mode. The default value is 0.
modparam("osp","work_mode",0)service_type
Section titled “service_type”The service_type (integer) parameter instructs the OSP module what services it should provide. If this value is set to 0, the OSP module provides normal voice service. If this value is set to 1, the OSP module provides ported number query service. If this value is set to 2, the OSP module provides CNAM query service. The default value is 0.
modparam("osp","service_type",0)sp1_uri, sp2_uri, …, sp16_uri
Section titled “sp1_uri, sp2_uri, …, sp16_uri”These sp_uri (string) parameters define peering servers to be used for requesting peering authorization and routing information. At least one peering server must be configured. Others are required only if there are more than one peering servers. Each peering server address takes the form of a standard URL, and consists of up to four components:
- An optional indication of the protocol to be used for communicating with the peering server. Both HTTP and HTTP secured with SSL/TLS are supported and are indicated by “http://” and “https://” respectively. If the protocol is not explicitly indicated, the OpenSIPS defaults to HTTP secured with SSL.
- The Internet domain name for the peering server. An IP address may also be used, provided it is enclosed in square brackets such as [172.16.1.1].
- An optional TCP port number for communicating with the peering server. If the port number is omitted, the OpenSIPS defaults to port 5045 (for HTTP) or port 1443 (for HTTP secured with SSL). The uniform resource identifier for requests to the peering server. This component is not optional and must be included.
modparam("osp","sp1_uri","http://osptestserver.transnexus.com:5045/osp")modparam("osp","sp2_uri","https://[1.2.3.4]:1443/osp")sp1_weight, sp2_weight, …, sp16_weight
Section titled “sp1_weight, sp2_weight, …, sp16_weight”These sp_weight (integer) parameters are used for load balancing peering requests to peering servers. These parameters are most effective when configured as factors of 1000. For example, if sp1_uri should manage twice the traffic load of sp2_uri, then set sp1_weight to 2000 and sp2_weight to 1000. Shared load balancing between peering servers is recommended. However, peering servers can be configured as primary and backup by assigning a sp_weight of 0 to the primary server and a non-zero sp_weight to the back-up server. The default values for sp1_weight and sp2_weight are 1000.
modparam("osp","sp1_weight",1000)device_ip
Section titled “device_ip”The device_ip (string) is a recommended parameter that explicitly defines the IP address of OpenSIPS in a peering request message (as SourceAlternate type=transport). The dotted-decimal IP address must be in brackets as shown in the example below.
modparam("osp","device_ip","[127.0.0.1]:5060")use_security_features
Section titled “use_security_features”The use_security_features (integer) parameter instructs the OSP module how to use the OSP security features. If this value is set to 1, the OSP module uses the OSP security features. If this value is set to 0, the OSP module will not use the OSP security features. The default value is 0.
modparam("osp","use_security_features",0)token_format
Section titled “token_format”When OpenSIPS receives a SIP INVITE with a peering token, the OSP module will validate the token to determine whether or not the call has been authorized by a peering server. Peering tokens may, or may not, be digitally signed. The token_format (integer) parameter defines if OpenSIPS will validate signed or unsigned tokens or both. The values for token format are defined below. The default value is 2.
If use_security_features parameter is set to 0, signed tokens cannot be validated.
0 - Validate only signed tokens. Calls with valid signed tokens are allowed.
1 - Validate only unsigned tokens. Calls with valid unsigned tokens are allowed.
2 - Validate both signed and unsigned tokens are allowed. Calls with valid tokens are allowed.
modparam("osp","token_format",2)private_key, local_certificate, ca_certificates
Section titled “private_key, local_certificate, ca_certificates”These parameters identify files are used for validating peering authorization tokens and establishing a secure channel between OpenSIPS and a peering server using SSL. The files are generated using the ‘Enroll’ utility from the OSP Toolkit. By default, the proxy will look for pkey.pem, localcert.pem, and cacart_0.pem in the default configuration directory. The default config directory is set at compile time using CFG_DIR and defaults to /usr/local/etc/opensips/. The files may be copied to the expected file location or the parameters below may be changed.
If use_security_features parameter is set to 0, these parameters will be ignored.
If the default CFG_DIR value was used at compile time, the files will be loaded from:
modparam("osp","private_key","/usr/local/etc/opensips/pkey.pem")modparam("osp","local_certificate","/usr/local/etc/opensips/localcert.pem")modparam("osp","ca_certificates","/usr/local/etc/opensips/cacert.pem")enable_crypto_hardware_support
Section titled “enable_crypto_hardware_support”The enable_crypto_hardware_support (integer) parameter is used to set the cryptographic hardware acceleration engine in the openssl library. The default value is 0 (no crypto hardware is present). If crypto hardware is used, the value should be set to 1.
modparam("osp","enable_crypto_hardware_support",0)ssl_lifetime
Section titled “ssl_lifetime”The ssl_lifetime (integer) parameter defines the lifetime, in seconds, of a single SSL session key. Once this time limit is exceeded, the OSP module will negotiate a new session key. Communication exchanges in progress will not be interrupted when this time limit expires. This is an optional field with default value is 200 seconds.
modparam("osp","ssl_lifetime",200)persistence
Section titled “persistence”The persistence (integer) parameter defines the time, in seconds, that an HTTP connection should be maintained after the completion of a communication exchange. The OSP module will maintain the connection for this time period in anticipation of future communication exchanges to the same peering server.
modparam("osp","persistence",1000)retry_delay
Section titled “retry_delay”The retry_delay (integer) parameter defines the time, in seconds, between retrying connection attempts to an OSP peering server. After exhausting all peering servers the OSP module will delay for this amount of time before resuming connection attempts. This is an optional field with default value is 1 second.
modparam("osp","retry_delay",1)retry_limit
Section titled “retry_limit”The retry_limit (integer) parameter defines the maximum number of retries for connection attempts to a peering server. If no connection is established after this many retry attempts to all peering servers, the OSP module will cease connection attempts and return appropriate error codes. This number does not count the initial connection attempt, so that a retry_limit of 1 will result in a total of two connection attempts to every peering server. The default value is 2.
modparam("osp","retry_limit",2)timeout
Section titled “timeout”The timeout (integer) parameter defines the maximum time in milliseconds, to wait for a response from a peering server. If no response is received within this time, the current connection is aborted and the OSP module attempts to contact the next peering server. The default value is 10 seconds.
modparam("osp","timeout",10)support_nonsip_protocol
Section titled “support_nonsip_protocol”The support_nonsip_protocol (integer) parameter is used to tell the OSP module if non-SIP signaling protocol destination devices are supported. The default value is 0.
modparam("osp","support_nonsip_protocol",0)max_destinations
Section titled “max_destinations”The max_destinations (integer) parameter defines the maximum number of destinations that OpenSIPS requests the peering server to return in a peering response. The OSP module supports up to 12 destinations. The default value is 12.
modparam("osp","max_destinations",12)report_networkid
Section titled “report_networkid”The report_networkid (integer) parameter is used to tell the OSP module if to report network ID in completed call CDRs. If it is set to 0, ths OSP module does not report any network ID. If it is set to 1, the OSP module reports source network ID. If it is set to 2, the OSP module reports destination network ID. If it is set to 3, the OSP module report both source and destination network IDs. The default value is 3.
modparam("osp","report_networkid",3)validate_call_id
Section titled “validate_call_id”The validate_call_id (integer) parameter instructs the OSP module to validate call id in the peering token. If this value is set to 1, the OSP module validates that the call id in the SIP INVITE message matches the call id in the peering token. If they do not match the INVITE is rejected. If this value is set to 0, the OSP module will not validate the call id in the peering token. The default value is 1.
modparam("osp","validate_call_id",1)use_number_portability
Section titled “use_number_portability”The use_number_portability (integer) parameter instructs the OSP module how to use the number portability parameters in the Request URI of the SIP INVITE message. If this value is set to 1, the OSP module uses the number portability parameters in the Request URI when these parameters exist. If this value is set to 0, the OSP module will not use the number portability parameters. The default value is 1.
modparam("osp","use_number_portablity",1)append_userphone
Section titled “append_userphone”The append_userphone (integer) parameter instructs the OSP module if to append “user=phone” parameter in URI. If this value is set to 0, the OSP module does not append “user=phone” parameter. If this value is set to 1, the OSP module will append “user=phone” parameter. The default value is 0
modparam("osp","append_userphone",0)networkid_location
Section titled “networkid_location”The networkid_location (integer) parameter instructs the OSP module where the destination network ID should be appended. The default value is 2
0 - network ID is not appended.
1 - network ID is appended as userinfo parameter.
2 - network ID is appended as URI parameter.
modparam("osp","networkid_location",2)networkid_parameter
Section titled “networkid_parameter”The networkid_parameter (string) parameter instructs the OSP module to use which parameter name in outbound destination URIs to append destination network ID. The default value is “networkid”
modparam("osp","networkid_param","networkid")switchid_location
Section titled “switchid_location”The switchid_location (integer) parameter instructs the OSP module where the destination switch ID should be appended. The default value is 2
0 - switch ID is not appended.
1 - switch ID is appended as userinfo parameter.
2 - switch ID is appended as URI parameter.
modparam("osp","switchid_location",2)switchid_parameter
Section titled “switchid_parameter”The switchid_parameter (string) parameter instructs the OSP module to use which parameter name in outbound destination URIs to append destination switch ID. The default value is “switchid”
modparam("osp","switchid_param","switchid")parameterstring_location
Section titled “parameterstring_location”The parameterstring_location (integer) parameter instructs the OSP module where the parameter string should be appended. The default value is 0
0 - parameter string is not appended.
1 - parameter string is appended as userinfo parameter.
2 - parameter string is appended as URI parameter.
modparam("osp","parameterstring_location",0)parameterstring_value
Section titled “parameterstring_value”The parameterstring_value (string) parameter instructs the OSP module to append the parameter string in outbound URIs. The default value is ""
modparam("osp","parameterstring_value","")source_device_avp
Section titled “source_device_avp”The source_device_avp (string) parameter instructs the OSP module to use the defined AVP to pass the source device IP value in the indirect work mode. The default value is “$avp(osp_source_device)”. Then the source device IP can be set by “$avp(osp_source_device) = pseudo-variables”. All pseudo variables are described in /manual/3-3/script-corevar/.
modparam("osp","source_device_avp","$avp(srcdev)")source_networkid_avp
Section titled “source_networkid_avp”The source_networkid_avp (string) parameter instructs the OSP module to use the defined AVP to pass the source network ID value. The default value is “$avp(osp_source_networkid)”. Then the source network ID can be set by “$avp(osp_source_networkid) = pseudo-variables”. All pseudo variables are described in /manual/3-3/script-corevar/.
modparam("osp","source_networkid_avp","$avp(snid)")source_switchid_avp
Section titled “source_switchid_avp”The source_switchid_avp (string) parameter instructs the OSP module to use the defined AVP to pass the source switch ID value. The default value is “$avp(osp_source_switchid)”. Then the source switch ID can be set by “$avp(osp_source_switchid) = pseudo-variables”. All pseudo variables are described in /manual/3-3/script-corevar/.
modparam("osp","source_switchid_avp","$avp(swid)")custom_info_avp
Section titled “custom_info_avp”The custom_info_avp (string) parameter instructs the OSP module to use the defined AVP to pass the custom information values. The default value is “$avp(osp_custom_info)”. Then the custom information can be set by “$avp(osp_custom_info) = pseudo-variables”. All pseudo variables are described in /manual/3-3/script-corevar/.
modparam("osp","custom_info_avp","$avp(cinfo)")cnam_avp
Section titled “cnam_avp”The cnam_avp (string) parameter instructs the OSP module to use the defined AVP to pass the CNAM values. The default value is “$avp(osp_cnam)”. Then the CNAM can be used by “$avp(osp_cnam)”. All pseudo variables are described in /manual/3-3/script-corevar/.
modparam("osp","cnam_avp","$avp(cnam)")extraheaders_value
Section titled “extraheaders_value”The extraheaders_value (string) parameter instructs the OSP module to append the defined SIP headers in outbound SIP NOTIFY messages. The default value is empty.
modparam("osp", "extraheaders_value", "Source: N")source_media_avp, destination_media_avp
Section titled “source_media_avp, destination_media_avp”These parameters are used to tell the OSP module which AVPs are used to store media addresses. The default values are “$avp(osp_source_media_address)” and “$avp(osp_destination_media_address)”. All pseudo variables are described in /manual/3-3/script-corevar/.
modparam("osp", "source_media_avp", "$avp(srcmedia)")modparam("osp", "destination_media_avp", "$avp(destmedia)")request_date_avp
Section titled “request_date_avp”The request_date_avp (string) parameter instructs the OSP module to use the defined AVP to pass the SIP request Date header values. The default value is “$avp(osp_request_date)”. Then the request date can be used by “$avp(osp_request_date)”. All pseudo variables are described in /manual/3-3/script-corevar/.
modparam("osp","request_date_avp","$avp(reqdate)")sdp_fingerprint_avp
Section titled “sdp_fingerprint_avp”The sdp_fingerprint_avp (string) parameter instructs the OSP module to use the defined AVP to pass the SDP fing print attribute values. The default value is “$avp(osp_sdp_fingerprint)”. Then the SDP finger print attributes can be used by “$avp(osp_sdp_fingerprint)”. All pseudo variables are described in /manual/3-3/script-corevar/.
modparam("osp","sdp_fingerprint_avp","$avp(sdpfp)")identity_signature_avp, identity_algorithm_avp, identity_information_avp, identity_type_avp, identity_canon_avp
Section titled “identity_signature_avp, identity_algorithm_avp, identity_information_avp, identity_type_avp, identity_canon_avp”These parameters instruct the OSP module to use the defined AVPs to pass the Identity related values. The default values are “$avp(osp_identity_signature)”, “$avp(osp_identity_algorithm)”, “$avp(osp_identity_information)”, “$avp(osp_identity_type)”, “$avp(osp_identity_canon)”. Then the indentity related values can be used by these AVPs. All pseudo variables are described in /manual/3-3/script-corevar/.
modparam("osp","identity_signature_avp","$avp(idsign)")modparam("osp","identity_algorithm_avp","$avp(idalg)")modparam("osp","identity_information_avp","$avp(idinfo)")modparam("osp","identity_type_avp","$avp(idtype)")modparam("osp","identity_canon_avp","$avp(idcanon)")service_provider_avp
Section titled “service_provider_avp”These parameter is used to tell the OSP module which AVP is used to store source service provider information. The default value is “$avp(osp_service_provider)”. All pseudo variables are described in /manual/3-3/script-corevar/.
modparam("osp", "service_provider_avp", "$avp(sp)")user_group_avp
Section titled “user_group_avp”These parameter is used to tell the OSP module which AVP is used to store source user group information. The default value is “$avp(osp_user_group)”. All pseudo variables are described in /manual/3-3/script-corevar/.
modparam("osp", "user_group_avp", "$avp(groupid)")user_id_avp
Section titled “user_id_avp”These parameter is used to tell the OSP module which AVP is used to store source user ID information. The default value is “$avp(osp_user_id)”. All pseudo variables are described in /manual/3-3/script-corevar/.
modparam("osp", "user_id_avp", "$avp(userid)")Exported Functions
Section titled “Exported Functions”checkospheader()
Section titled “checkospheader()”This function checks for the existence of the OSP-Auth-Token header field.
This function can be used from REQUEST_ROUTE.
...if (checkospheader()) { log(1,"OSP header field found.\n");} else { log(1,"no OSP header field present\n");};...validateospheader()
Section titled “validateospheader()”This function validates an OSP-Token specified in the OSP-Auth-Tokenheader field of the SIP message. If a peering token is present, it will be validated locally. If no OSP header is found or the header token is invalid or expired, -1 is returned; on successful validation 1 is returned.
This function can be used from REQUEST_ROUTE.
...if (validateospheader()) { log(1,"valid OSP header found\n");} else { log(1,"OSP header not found, invalid or expired\n");};...getlocaladdress()
Section titled “getlocaladdress()”This function gets the receiving IP address of SIP response and stores it as proxy egress address.
This function can be used from ONREPLY_ROUTE.
...if (getlocaladdress()) { log(1,"Obtain proxy local egress address\n");} else { log(1,"Failed to get proxy local egress address\n");};...setrequestdate()
Section titled “setrequestdate()”This function gets the receiving IP address of SIP response and stores it as proxy egress address.
This function can be used from REQUEST_ROUTE.
...if (setrequest()) { log(1,"Set request date\n");} else { log(1,"Failed to set request date\n");};...requestosprouting()
Section titled “requestosprouting()”This function launches a query to the peering server requesting the IP address of one or more destination peers serving the called party. If destination peers are available, the peering server will return the IP address and a peering authorization token for each destination peer. The OSP-Auth-Token Header field is inserted into the SIP message and the SIP uri is rewritten to the IP address of destination peer provided by the peering server.
The address of the called party must be a valid E164 number, otherwise this function returns -1. If the transaction was accepted by the peering server, the uri is being rewritten and 1 returned, on errors (peering servers are not available, authentication failed or there is no route to destination or the route is blocked) -1 is returned.
This function can be used from REQUEST_ROUTE.
...if (requestosprouting()) { log(1,"successfully queried OSP server, now relaying call\n");} else { log(1,"Authorization request was rejected from OSP server\n");};...checkosproute()
Section titled “checkosproute()”This function is used to check if there is any route for the call.
This function can be used from REQUEST_ROUTE.
...if (checkosproute()) { log(1,"There is at least one route for the call\n");} else { log(1,"There is not any route for the call\n");};...prepareosproute()
Section titled “prepareosproute()”This function tries to prepare the INVITE to be forwarded using the destination in the list returned by the peering server. If the calling number is translated, a RPID value for the RPID AVP will be set. If the route could not be prepared, the function returns ‘FALSE’ back to the script, which can then decide how to handle the failure. Note, if checkosproute has been called and returns ‘TRUE’ before calling prepareosproute, prepareosproute should not return ‘FALSE’ because checkosproute has confirmed that there is at least one route.
This function can be used from BRANCH_ROUTE.
...if (prepareosproute()) { log(1,"successfully prepared the route, now relaying call\n");} else { log(1,"could not prepare the route, there is not route\n");};...prepareospresponse()
Section titled “prepareospresponse()”This function tries to prepare all the routes in the list returned by the peering server into SIP 300 Redirect or SIP 380 Alternative Service message. The message is then replied to the source. If unsuccessful in preparing the routes a SIP 500 is sent back and a trace message is logged.
This function can be used from REQUEST_ROUTE.
...if (prepareospresponse()) { log(1,"Response is prepared.\n");} else { log(1,"Could not prepare the response.\n");};...prepareallosproutes()
Section titled “prepareallosproutes()”This function tries to prepare all the routes in the list returned by the peering server. The message is then forked off to the destinations. If unsuccessful in preparing the routes a SIP 500 is sent back and a trace message is logged.
This function can be used from REQUEST_ROUTE.
...if (prepareallosproutes()) { log(1,"Routes are prepared, now forking the call\n");} else { log(1,"Could not prepare the routes. No destination available\n");};...checkcallingtranslation()
Section titled “checkcallingtranslation()”This function is used to check if the calling number is translated. Before calling checkcallingtranslation, prepareosproute should be called. If the calling number does been translated, the original Remote-Party-ID, if it exists, should be removed from the INVITE message. And a new Remote-Party-ID header should be added (a RPID value for the RPID AVP has been set by prepareosproute). If the calling number is not translated, nothing should be done.
This function can be used from BRANCH_ROUTE.
...if (checkcallingtranslation()) { # Remove the Remote_Party-ID from the received message # Otherwise it will be forwarded on to the next hop remove_hf("Remote-Party-ID");
# Append a new Remote_Party append_rpid_hf();}...reportospusage()
Section titled “reportospusage()”This function should be called after receiving a BYE message. If the message contains an OSP cookie, the function will forward originating and/or terminating duration usage information to a peering server. The function returns TRUE if the BYE includes an OSP cookie. The actual usage message will be send on a different thread and will not delay BYE processing. The function should be called before relaying the message.
Meaning of the parameter is as follows:
- 0 - Source device releases the call.
- 1 - Destination device releases the call.
This function can be used from REQUEST_ROUTE.
...if (is_direction("downstream")) { log(1,"This BYE message is from SOURCE\n"); if (!reportospusage(0)) { log(1,"This BYE message does not include OSP usage information\n"); }} else { log(1,"This BYE message is from DESTINATION\n"); if (!reportospusage(1)) { log(1,"This BYE message does not include OSP usage information\n"); }}...processsubscribe([cachedcnamrecord])
Section titled “processsubscribe([cachedcnamrecord])”This function should be called after receiving a SUBSCRIBE for CNAM message and there is a cached CNAM record for this message. This function generates a NOTIFY message including the cached CNAM record, then sends the NOTIFY message to the device sending the SUBSCRIBE message.
Meaning of the parameter is as follows:
- cachedcnamrecord (string) - Cached CNAM record.
This function can be used from REQUEST_ROUTE.
...if (is_method("SUBSCRIBE")) { if (($var(sevent) == "calling-name") && (is_myself("$rd"))) { if ($var(cnamrecord) != NULL) { processsubscribe($(var(cnamrecord){s.b64decode})); } else { t_relay("1.2.3.4", 0x02); } } else { t_relay(); }}...Developer Guide
Section titled “Developer Guide”The functions of the OSP modules are not used by other OpenSIPS modules.
Contributors
Section titled “Contributors”By Commit Statistics
Section titled “By Commit Statistics”Top contributors by DevScore(1), authored commits(2) and lines added/removed(3)
| # | Name | DevScore | Commits | Lines++ | Lines— |
|---|---|---|---|---|---|
| 1. | Di-Shi Sun (@di-shi) | 321 | 101 | 12056 | 7060 |
| 2. | Dmitry Isakbayev | 43 | 5 | 4131 | 170 |
| 3. | Bogdan-Andrei Iancu (@bogdan-iancu) | 37 | 29 | 269 | 260 |
| 4. | Di-Shi Sun (@di-shi) | 22 | 2 | 1170 | 550 |
| 5. | Daniel-Constantin Mierla (@miconda) | 15 | 13 | 81 | 48 |
| 6. | Liviu Chircu (@liviuchircu) | 15 | 12 | 86 | 95 |
| 7. | Razvan Crainea (@razvancrainea) | 12 | 10 | 77 | 56 |
| 8. | Stefan Darius (@dariusstefan) | 12 | 3 | 920 | 52 |
| 9. | Zero King (@l2dy) | 10 | 8 | 20 | 23 |
| 10. | Vlad Patrascu (@rvlad-patrascu) | 9 | 6 | 91 | 88 |
All remaining contributors: Ancuta Onofrei, Dan Pascu (@danpascu), Henning Westerholt (@henningw), Ovidiu Sas (@ovidiusas), Vlad Paiu (@vladpaiu), Konstantin Bokarius, Maksym Sobolyev (@sobomax), Ralf Zerres, Peter Lemenkov (@lemenkov), Julián Moreno Patiño, Ezequiel Lovelle (@lovelle), fabriziopicconi, Andreas Granig, Edson Gellert Schubert.
(1) DevScore = author_commits + author_lines_added / (project_lines_added / project_commits) + author_lines_deleted / (project_lines_deleted / project_commits)
(2) including any documentation-related commits, excluding merge commits
(3) ignoring whitespace edits, renamed files and auto-generated files
By Commit Activity
Section titled “By Commit Activity”| # | Name | Commit Activity |
|---|---|---|
| 1. | Bogdan-Andrei Iancu (@bogdan-iancu) | Jan 2006 - Jul 2026 |
| 2. | Stefan Darius (@dariusstefan) | Jun 2026 - Jul 2026 |
| 3. | Razvan Crainea (@razvancrainea) | Jun 2011 - Jun 2026 |
| 4. | Maksym Sobolyev (@sobomax) | Sep 2020 - Sep 2020 |
| 5. | Zero King (@l2dy) | Mar 2020 - Mar 2020 |
| 6. | Dan Pascu (@danpascu) | Nov 2008 - Jul 2019 |
| 7. | Ralf Zerres | May 2019 - May 2019 |
| 8. | Vlad Patrascu (@rvlad-patrascu) | May 2017 - Apr 2019 |
| 9. | Di-Shi Sun (@di-shi) | Oct 2018 - Feb 2019 |
| 10. | Liviu Chircu (@liviuchircu) | Mar 2014 - Dec 2018 |
All remaining contributors: Peter Lemenkov (@lemenkov), Di-Shi Sun (@di-shi), Julián Moreno Patiño, Ezequiel Lovelle (@lovelle), fabriziopicconi, Ovidiu Sas (@ovidiusas), Vlad Paiu (@vladpaiu), Henning Westerholt (@henningw), Daniel-Constantin Mierla (@miconda), Konstantin Bokarius, Edson Gellert Schubert, Ancuta Onofrei, Dmitry Isakbayev, Andreas Granig.
(1) including any documentation-related commits, excluding merge commits
Documentation
Section titled “Documentation”Contributors
Section titled “Contributors”Last edited by: Razvan Crainea (@razvancrainea), Zero King (@l2dy), Vlad Patrascu (@rvlad-patrascu), Di-Shi Sun (@di-shi), Liviu Chircu (@liviuchircu), Peter Lemenkov (@lemenkov), Di-Shi Sun (@di-shi), Bogdan-Andrei Iancu (@bogdan-iancu), Daniel-Constantin Mierla (@miconda), Konstantin Bokarius, Edson Gellert Schubert, Dmitry Isakbayev.
License
Section titled “License”All documentation files (i.e. .md extension) are licensed under the Creative Common License 4.0