Skip to content

Commit

Permalink
Rebuild documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
opensips-github committed Aug 20, 2022
1 parent 7ca2660 commit adbefdf
Show file tree
Hide file tree
Showing 41 changed files with 317 additions and 284 deletions.
24 changes: 12 additions & 12 deletions modules/auth/README
Expand Up @@ -328,7 +328,7 @@ modparam("auth", "disable_nonce_check", 1)
...
if (!www_authorize("siphub.net", "subscriber")) {
www_challenge("siphub.net", "auth,auth-int", "MD5,SHA-512-256");
};
}
...

1.5.2. proxy_challenge(realm[, qop[, algorithms]])
Expand All @@ -351,13 +351,13 @@ if (!www_authorize("siphub.net", "subscriber")) {
...
$var(secure_algorithms) = "sha-256,sha-512-256";
...
if (!proxy_authorize("", "subscriber)) {
if (!proxy_authorize("", "subscriber")) {
...
proxy_challenge("", "auth", $var(secure_algorithms)); # Realm w
ill be autogenerated
# MD5 won
't be allowed
};
}
...

1.5.3. consume_credentials()
Expand All @@ -374,9 +374,9 @@ ill be autogenerated

Example 1.13. consume_credentials example
...
if (www_authorize("", "subscriber)) {
if (www_authorize("", "subscriber")) {
consume_credentials();
};
}
...

1.5.4. is_rpid_user_e164()
Expand All @@ -394,7 +394,7 @@ if (www_authorize("", "subscriber)) {
...
if (is_rpid_user_e164()) {
# do something here
};
}
...

1.5.5. append_rpid_hf()
Expand Down Expand Up @@ -477,7 +477,7 @@ $var(username)="abc";
$var(password)="xyz";
if (!pv_www_authorize("opensips.org")) {
www_challenge("opensips.org", "auth");
};
}
...

1.5.8. pv_proxy_authorize(realm)
Expand Down Expand Up @@ -508,7 +508,7 @@ $var(username)="abc";
$var(password)="xyz";
if (!pv_proxy_authorize("")) {
proxy_challenge("", "auth"); # Realm will be autogenerated
};
}
...

Chapter 2. Contributors
Expand All @@ -523,7 +523,7 @@ Chapter 2. Contributors
3. Daniel-Constantin Mierla (@miconda) 39 21 1136 476
4. Maksym Sobolyev (@sobomax) 28 9 566 849
5. Jiri Kuthan (@jiriatipteldotorg) 26 19 660 51
6. Liviu Chircu (@liviuchircu) 24 17 176 266
6. Liviu Chircu (@liviuchircu) 26 19 199 284
7. Vlad Patrascu (@rvlad-patrascu) 18 10 420 236
8. Razvan Crainea (@razvancrainea) 12 9 87 102
9. Anca Vamanu 12 5 497 77
Expand Down Expand Up @@ -556,9 +556,9 @@ Chapter 2. Contributors

Table 2.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Vlad Patrascu (@rvlad-patrascu) May 2017 - Jun 2022
2. Maksym Sobolyev (@sobomax) Jan 2005 - Nov 2021
3. Liviu Chircu (@liviuchircu) Mar 2014 - Sep 2021
1. Liviu Chircu (@liviuchircu) Mar 2014 - Aug 2022
2. Vlad Patrascu (@rvlad-patrascu) May 2017 - Jun 2022
3. Maksym Sobolyev (@sobomax) Jan 2005 - Nov 2021
4. Bogdan-Andrei Iancu (@bogdan-iancu) Dec 2002 - Jan 2021
5. Zero King (@l2dy) Mar 2020 - Mar 2020
6. Razvan Crainea (@razvancrainea) Jun 2011 - Sep 2019
Expand Down
20 changes: 10 additions & 10 deletions modules/auth/doc/contributors.xml
Expand Up @@ -61,10 +61,10 @@
<row>
<entry>6. </entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">24</entry>
<entry align="center">17</entry>
<entry align="center">176</entry>
<entry align="center">266</entry>
<entry align="center">26</entry>
<entry align="center">19</entry>
<entry align="center">199</entry>
<entry align="center">284</entry>
</row>
<row>
<entry>7. </entry>
Expand Down Expand Up @@ -128,18 +128,18 @@
<tbody>
<row>
<entry>1. </entry>
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
<entry align="center">May 2017 - Jun 2022</entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">Mar 2014 - Aug 2022</entry>
</row>
<row>
<entry>2. </entry>
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
<entry align="center">Jan 2005 - Nov 2021</entry>
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
<entry align="center">May 2017 - Jun 2022</entry>
</row>
<row>
<entry>3. </entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">Mar 2014 - Sep 2021</entry>
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
<entry align="center">Jan 2005 - Nov 2021</entry>
</row>
<row>
<entry>4. </entry>
Expand Down
6 changes: 3 additions & 3 deletions modules/b2b_entities/README
Expand Up @@ -493,7 +493,7 @@ Chapter 3. Contributors
Name DevScore Commits Lines ++ Lines --
1. Anca Vamanu 181 94 6839 1860
2. Vlad Patrascu (@rvlad-patrascu) 91 51 2950 896
3. Razvan Crainea (@razvancrainea) 59 49 440 312
3. Razvan Crainea (@razvancrainea) 60 50 471 312
4. Ovidiu Sas (@ovidiusas) 51 39 853 291
5. Bogdan-Andrei Iancu (@bogdan-iancu) 50 43 410 144
6. Liviu Chircu (@liviuchircu) 17 13 87 126
Expand Down Expand Up @@ -527,8 +527,8 @@ Chapter 3. Contributors

Table 3.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Vlad Patrascu (@rvlad-patrascu) May 2017 - Jul 2022
2. Razvan Crainea (@razvancrainea) Dec 2010 - Jul 2022
1. Razvan Crainea (@razvancrainea) Dec 2010 - Aug 2022
2. Vlad Patrascu (@rvlad-patrascu) May 2017 - Jul 2022
3. Carsten Bock Mar 2022 - Apr 2022
4. Nick Altmann (@nikbyte) Jan 2013 - Feb 2022
5. Bogdan-Andrei Iancu (@bogdan-iancu) Aug 2009 - Apr 2021
Expand Down
14 changes: 7 additions & 7 deletions modules/b2b_entities/doc/contributors.xml
Expand Up @@ -37,9 +37,9 @@
<row>
<entry>3. </entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">59</entry>
<entry align="center">49</entry>
<entry align="center">440</entry>
<entry align="center">60</entry>
<entry align="center">50</entry>
<entry align="center">471</entry>
<entry align="center">312</entry>
</row>
<row>
Expand Down Expand Up @@ -128,13 +128,13 @@
<tbody>
<row>
<entry>1. </entry>
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
<entry align="center">May 2017 - Jul 2022</entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">Dec 2010 - Aug 2022</entry>
</row>
<row>
<entry>2. </entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">Dec 2010 - Jul 2022</entry>
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
<entry align="center">May 2017 - Jul 2022</entry>
</row>
<row>
<entry>3. </entry>
Expand Down
4 changes: 2 additions & 2 deletions modules/b2b_sdp_demux/README
Expand Up @@ -165,7 +165,7 @@ Chapter 2. Contributors
Table 2.1. Top contributors by DevScore^(1), authored
commits^(2) and lines added/removed^(3)
Name DevScore Commits Lines ++ Lines --
1. Razvan Crainea (@razvancrainea) 75 45 2729 423
1. Razvan Crainea (@razvancrainea) 77 47 2750 427

(1) DevScore = author_commits + author_lines_added /
(project_lines_added / project_commits) + author_lines_deleted
Expand All @@ -187,7 +187,7 @@ Chapter 2. Contributors

Table 2.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Razvan Crainea (@razvancrainea) May 2021 - Jul 2022
1. Razvan Crainea (@razvancrainea) May 2021 - Aug 2022

(1) including any documentation-related commits, excluding
merge commits
Expand Down
10 changes: 5 additions & 5 deletions modules/b2b_sdp_demux/doc/contributors.xml
Expand Up @@ -21,10 +21,10 @@
<row>
<entry>1. </entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">75</entry>
<entry align="center">45</entry>
<entry align="center">2729</entry>
<entry align="center">423</entry>
<entry align="center">77</entry>
<entry align="center">47</entry>
<entry align="center">2750</entry>
<entry align="center">427</entry>
</row>
</tbody>
</tgroup>
Expand Down Expand Up @@ -57,7 +57,7 @@
<row>
<entry>1. </entry>
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
<entry align="center">May 2021 - Jul 2022</entry>
<entry align="center">May 2021 - Aug 2022</entry>
</row>
</tbody>
</tgroup>
Expand Down
12 changes: 6 additions & 6 deletions modules/cachedb_local/README
Expand Up @@ -155,7 +155,7 @@ cache_store("local:group2", ...)

1.4.2. cache_collections (string)

Using this parameter collections(hash tables) and their sizes
Using this parameter, collections(hash tables) and their sizes
can be defined. Each collection definition must be separated
one from another using ';'. Default size for a hash is 512. The
size must be separated from the name of the collection using
Expand Down Expand Up @@ -310,7 +310,7 @@ Chapter 3. Contributors
Name DevScore Commits Lines ++ Lines --
1. Vlad Paiu (@vladpaiu) 32 10 1155 693
2. Vlad Patrascu (@rvlad-patrascu) 24 15 507 225
3. Liviu Chircu (@liviuchircu) 21 15 126 190
3. Liviu Chircu (@liviuchircu) 22 16 127 191
4. Bogdan-Andrei Iancu (@bogdan-iancu) 16 14 46 50
5. Anca Vamanu 13 5 739 54
6. Andrei Dragus 9 4 182 181
Expand Down Expand Up @@ -343,8 +343,8 @@ Chapter 3. Contributors

Table 3.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Vlad Patrascu (@rvlad-patrascu) Jan 2017 - Jul 2022
2. Liviu Chircu (@liviuchircu) Mar 2014 - Dec 2021
1. Liviu Chircu (@liviuchircu) Mar 2014 - Aug 2022
2. Vlad Patrascu (@rvlad-patrascu) Jan 2017 - Jul 2022
3. Maksym Sobolyev (@sobomax) Jan 2021 - Jan 2021
4. Zero King (@l2dy) Mar 2020 - Mar 2020
5. Peter Lemenkov (@lemenkov) Jun 2018 - Feb 2020
Expand All @@ -365,8 +365,8 @@ Chapter 4. Documentation

4.1. Contributors

Last edited by: Vlad Patrascu (@rvlad-patrascu), Liviu Chircu
(@liviuchircu), Zero King (@l2dy), Bogdan-Andrei Iancu
Last edited by: Liviu Chircu (@liviuchircu), Vlad Patrascu
(@rvlad-patrascu), Zero King (@l2dy), Bogdan-Andrei Iancu
(@bogdan-iancu), Fabian Gast (@fgast), Peter Lemenkov
(@lemenkov), Ionut Ionita (@ionutrazvanionita), Vlad Paiu
(@vladpaiu), Andrei Dragus, Anca Vamanu.
Expand Down
18 changes: 9 additions & 9 deletions modules/cachedb_local/doc/contributors.xml
Expand Up @@ -37,10 +37,10 @@
<row>
<entry>3. </entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">21</entry>
<entry align="center">15</entry>
<entry align="center">126</entry>
<entry align="center">190</entry>
<entry align="center">22</entry>
<entry align="center">16</entry>
<entry align="center">127</entry>
<entry align="center">191</entry>
</row>
<row>
<entry>4. </entry>
Expand Down Expand Up @@ -128,13 +128,13 @@
<tbody>
<row>
<entry>1. </entry>
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
<entry align="center">Jan 2017 - Jul 2022</entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">Mar 2014 - Aug 2022</entry>
</row>
<row>
<entry>2. </entry>
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
<entry align="center">Mar 2014 - Dec 2021</entry>
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
<entry align="center">Jan 2017 - Jul 2022</entry>
</row>
<row>
<entry>3. </entry>
Expand Down Expand Up @@ -190,7 +190,7 @@
<title>Documentation</title>
<section id="documentation_contributors" xreflabel="documentation_contributors">
<title>Contributors</title>
<para><emphasis role='bold'>Last edited by:</emphasis> Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>), Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>), Zero King (<ulink url="https://github.com/l2dy">@l2dy</ulink>), Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>), Fabian Gast (<ulink url="https://github.com/fgast">@fgast</ulink>), Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>), Ionut Ionita (<ulink url="https://github.com/ionutrazvanionita">@ionutrazvanionita</ulink>), Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>), Andrei Dragus, Anca Vamanu.</para>
<para><emphasis role='bold'>Last edited by:</emphasis> Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>), Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>), Zero King (<ulink url="https://github.com/l2dy">@l2dy</ulink>), Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>), Fabian Gast (<ulink url="https://github.com/fgast">@fgast</ulink>), Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>), Ionut Ionita (<ulink url="https://github.com/ionutrazvanionita">@ionutrazvanionita</ulink>), Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>), Andrei Dragus, Anca Vamanu.</para>
</section>

</chapter>
4 changes: 2 additions & 2 deletions modules/call_center/README
Expand Up @@ -1086,7 +1086,7 @@ Chapter 4. Contributors
Table 4.1. Top contributors by DevScore^(1), authored
commits^(2) and lines added/removed^(3)
Name DevScore Commits Lines ++ Lines --
1. Bogdan-Andrei Iancu (@bogdan-iancu) 105 41 6751 502
1. Bogdan-Andrei Iancu (@bogdan-iancu) 106 42 6753 504
2. Razvan Crainea (@razvancrainea) 40 30 791 154
3. Vlad Patrascu (@rvlad-patrascu) 18 9 287 314
4. Liviu Chircu (@liviuchircu) 14 11 72 89
Expand Down Expand Up @@ -1116,7 +1116,7 @@ Chapter 4. Contributors

Table 4.2. Most recently active contributors^(1) to this module
Name Commit Activity
1. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2014 - May 2022
1. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2014 - Aug 2022
2. Razvan Crainea (@razvancrainea) Mar 2014 - Jun 2021
3. Walter Doekes (@wdoekes) Apr 2021 - Apr 2021
4. Vlad Patrascu (@rvlad-patrascu) May 2017 - Jan 2021
Expand Down
10 changes: 5 additions & 5 deletions modules/call_center/doc/contributors.xml
Expand Up @@ -21,10 +21,10 @@
<row>
<entry>1. </entry>
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
<entry align="center">105</entry>
<entry align="center">41</entry>
<entry align="center">6751</entry>
<entry align="center">502</entry>
<entry align="center">106</entry>
<entry align="center">42</entry>
<entry align="center">6753</entry>
<entry align="center">504</entry>
</row>
<row>
<entry>2. </entry>
Expand Down Expand Up @@ -121,7 +121,7 @@
<row>
<entry>1. </entry>
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
<entry align="center">Mar 2014 - May 2022</entry>
<entry align="center">Mar 2014 - Aug 2022</entry>
</row>
<row>
<entry>2. </entry>
Expand Down

0 comments on commit adbefdf

Please sign in to comment.