Skip to content

Commit 8264616

Browse files
Rebuild documentation
1 parent 89f947b commit 8264616

File tree

96 files changed

+1371
-1275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1371
-1275
lines changed

modules/acc/README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ if ($ru=~"sip:+40") /* calls to Romania */ {
202202

203203
if (is_method("INVITE") && $au!=$fU) {
204204
xlog("FROM URI != digest username\n");
205-
sl_send_reply("403","Forbidden");
205+
sl_send_reply(403,"Forbidden");
206206
}
207207

208208
do_accounting("log"); /* set for accounting via syslog */
@@ -1059,7 +1059,7 @@ Chapter 3. Contributors
10591059
2. Jan Janak (@janakj) 145 16 5587 5074
10601060
3. Ionut Ionita (@ionutrazvanionita) 139 39 3730 4180
10611061
4. Razvan Crainea (@razvancrainea) 98 65 2702 662
1062-
5. Liviu Chircu (@liviuchircu) 65 50 614 558
1062+
5. Liviu Chircu (@liviuchircu) 67 51 615 559
10631063
6. Jiri Kuthan (@jiriatipteldotorg) 56 26 2272 660
10641064
7. Daniel-Constantin Mierla (@miconda) 26 23 115 88
10651065
8. Elena-Ramona Modroiu 24 4 2267 5
@@ -1096,10 +1096,10 @@ Chapter 3. Contributors
10961096

10971097
Table 3.2. Most recently active contributors^(1) to this module
10981098
Name Commit Activity
1099-
1. Bogdan-Andrei Iancu (@bogdan-iancu) Dec 2003 - May 2023
1100-
2. Vlad Patrascu (@rvlad-patrascu) May 2017 - Mar 2023
1101-
3. Maksym Sobolyev (@sobomax) Dec 2003 - Feb 2023
1102-
4. Liviu Chircu (@liviuchircu) Jan 2013 - Jan 2023
1099+
1. Liviu Chircu (@liviuchircu) Jan 2013 - May 2023
1100+
2. Bogdan-Andrei Iancu (@bogdan-iancu) Dec 2003 - May 2023
1101+
3. Vlad Patrascu (@rvlad-patrascu) May 2017 - Mar 2023
1102+
4. Maksym Sobolyev (@sobomax) Dec 2003 - Feb 2023
11031103
5. Alexey Vasilyev (@vasilevalex) Mar 2022 - Mar 2022
11041104
6. Razvan Crainea (@razvancrainea) Aug 2010 - Jun 2021
11051105
7. Walter Doekes (@wdoekes) Apr 2021 - Apr 2021

modules/acc/doc/contributors.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
<row>
5454
<entry>5. </entry>
5555
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
56-
<entry align="center">65</entry>
57-
<entry align="center">50</entry>
58-
<entry align="center">614</entry>
59-
<entry align="center">558</entry>
56+
<entry align="center">67</entry>
57+
<entry align="center">51</entry>
58+
<entry align="center">615</entry>
59+
<entry align="center">559</entry>
6060
</row>
6161
<row>
6262
<entry>6. </entry>
@@ -128,24 +128,24 @@
128128
<tbody>
129129
<row>
130130
<entry>1. </entry>
131+
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
132+
<entry align="center">Jan 2013 - May 2023</entry>
133+
</row>
134+
<row>
135+
<entry>2. </entry>
131136
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
132137
<entry align="center">Dec 2003 - May 2023</entry>
133138
</row>
134139
<row>
135-
<entry>2. </entry>
140+
<entry>3. </entry>
136141
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
137142
<entry align="center">May 2017 - Mar 2023</entry>
138143
</row>
139144
<row>
140-
<entry>3. </entry>
145+
<entry>4. </entry>
141146
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
142147
<entry align="center">Dec 2003 - Feb 2023</entry>
143148
</row>
144-
<row>
145-
<entry>4. </entry>
146-
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
147-
<entry align="center">Jan 2013 - Jan 2023</entry>
148-
</row>
149149
<row>
150150
<entry>5. </entry>
151151
<entry>Alexey Vasilyev (<ulink url="https://github.com/vasilevalex">@vasilevalex</ulink>)</entry>

modules/auth_jwt/README

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -282,12 +282,12 @@ jwt_db_authorize(jwt_token,out_decoded_token,out_sip_username)
282282
...
283283
if (!jwt_db_authorize("$avp(my_jwt_token)", $avp(decoded_token), $avp(si
284284
p_username) )) {
285-
send_reply("401","Unauthorized");
285+
send_reply(401,"Unauthorized");
286286
exit;
287287
} else {
288288
xlog("Succesful JWT auth - $avp(decoded_token) \n");
289289
if ($fU != $avp(sip_username)) {
290-
send_reply("403","Forbidden AUTH ID");
290+
send_reply(403,"Forbidden AUTH ID");
291291
exit;
292292
}
293293
}
@@ -319,7 +319,7 @@ p_username) )) {
319319
...
320320
if (!jwt_script_authorize("$avp(my_jwt_token)",$avp(pub_key), $avp(decod
321321
ed_token))) {
322-
send_reply("401","Unauthorized");
322+
send_reply(401,"Unauthorized");
323323
exit;
324324
} else {
325325
xlog("Succesful JWT auth - $avp(decoded_token) \n");
@@ -364,7 +364,8 @@ Chapter 2. Contributors
364364
Name DevScore Commits Lines ++ Lines --
365365
1. Vlad Paiu (@vladpaiu) 18 4 1519 16
366366
2. Bogdan-Andrei Iancu (@bogdan-iancu) 4 2 6 7
367-
3. Maksym Sobolyev (@sobomax) 3 1 3 3
367+
3. Liviu Chircu (@liviuchircu) 3 1 3 3
368+
4. Maksym Sobolyev (@sobomax) 3 1 3 3
368369

369370
(1) DevScore = author_commits + author_lines_added /
370371
(project_lines_added / project_commits) + author_lines_deleted
@@ -386,9 +387,10 @@ Chapter 2. Contributors
386387

387388
Table 2.2. Most recently active contributors^(1) to this module
388389
Name Commit Activity
389-
1. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
390-
2. Vlad Paiu (@vladpaiu) Mar 2020 - Feb 2022
391-
3. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2020 - Dec 2021
390+
1. Liviu Chircu (@liviuchircu) May 2023 - May 2023
391+
2. Maksym Sobolyev (@sobomax) Feb 2023 - Feb 2023
392+
3. Vlad Paiu (@vladpaiu) Mar 2020 - Feb 2022
393+
4. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2020 - Dec 2021
392394

393395
(1) including any documentation-related commits, excluding
394396
merge commits
@@ -397,4 +399,5 @@ Chapter 3. Documentation
397399

398400
3.1. Contributors
399401

400-
Last edited by: Vlad Paiu (@vladpaiu).
402+
Last edited by: Liviu Chircu (@liviuchircu), Vlad Paiu
403+
(@vladpaiu).

modules/auth_jwt/doc/contributors.xml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
</row>
3737
<row>
3838
<entry>3. </entry>
39+
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
40+
<entry align="center">3</entry>
41+
<entry align="center">1</entry>
42+
<entry align="center">3</entry>
43+
<entry align="center">3</entry>
44+
</row>
45+
<row>
46+
<entry>4. </entry>
3947
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
4048
<entry align="center">3</entry>
4149
<entry align="center">1</entry>
@@ -72,16 +80,21 @@
7280
<tbody>
7381
<row>
7482
<entry>1. </entry>
83+
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
84+
<entry align="center">May 2023 - May 2023</entry>
85+
</row>
86+
<row>
87+
<entry>2. </entry>
7588
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
7689
<entry align="center">Feb 2023 - Feb 2023</entry>
7790
</row>
7891
<row>
79-
<entry>2. </entry>
92+
<entry>3. </entry>
8093
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
8194
<entry align="center">Mar 2020 - Feb 2022</entry>
8295
</row>
8396
<row>
84-
<entry>3. </entry>
97+
<entry>4. </entry>
8598
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
8699
<entry align="center">Mar 2020 - Dec 2021</entry>
87100
</row>
@@ -99,7 +112,7 @@
99112
<title>Documentation</title>
100113
<section id="documentation_contributors" xreflabel="documentation_contributors">
101114
<title>Contributors</title>
102-
<para><emphasis role='bold'>Last edited by:</emphasis> Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>).</para>
115+
<para><emphasis role='bold'>Last edited by:</emphasis> Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>), Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>).</para>
103116
</section>
104117

105118
</chapter>

modules/b2b_entities/README

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -791,20 +791,20 @@ Chapter 3. Contributors
791791
commits^(2) and lines added/removed^(3)
792792
Name DevScore Commits Lines ++ Lines --
793793
1. Anca Vamanu 181 94 6839 1860
794-
2. Vlad Patrascu (@rvlad-patrascu) 117 57 5276 1013
794+
2. Vlad Patrascu (@rvlad-patrascu) 120 58 5331 1087
795795
3. Razvan Crainea (@razvancrainea) 72 58 720 468
796796
4. Ovidiu Sas (@ovidiusas) 53 41 855 293
797-
5. Bogdan-Andrei Iancu (@bogdan-iancu) 51 44 424 150
797+
5. Bogdan-Andrei Iancu (@bogdan-iancu) 52 45 442 168
798798
6. Liviu Chircu (@liviuchircu) 19 15 90 126
799799
7. Vlad Paiu (@vladpaiu) 6 4 74 47
800800
8. Carsten Bock 6 4 66 40
801801
9. Nick Altmann (@nikbyte) 6 3 166 29
802802
10. Maksym Sobolyev (@sobomax) 5 3 24 17
803803

804804
All remaining contributors: Stanislaw Pitucha, Peter Lemenkov
805-
(@lemenkov), Ionut Ionita (@ionutrazvanionita), @DMOsipov,
806-
Stéphane Alnet (@shimaore), Henk Hesselink, Ryan Bullock
807-
(@rrb3942), Walter Doekes (@wdoekes).
805+
(@lemenkov), Ionut Ionita (@ionutrazvanionita), Giedrius,
806+
@DMOsipov, Stéphane Alnet (@shimaore), Henk Hesselink, Ryan
807+
Bullock (@rrb3942), Walter Doekes (@wdoekes).
808808

809809
(1) DevScore = author_commits + author_lines_added /
810810
(project_lines_added / project_commits) + author_lines_deleted
@@ -826,21 +826,21 @@ Chapter 3. Contributors
826826

827827
Table 3.2. Most recently active contributors^(1) to this module
828828
Name Commit Activity
829-
1. Razvan Crainea (@razvancrainea) Dec 2010 - Mar 2023
830-
2. Vlad Patrascu (@rvlad-patrascu) May 2017 - Mar 2023
831-
3. Ovidiu Sas (@ovidiusas) Nov 2010 - Feb 2023
832-
4. Maksym Sobolyev (@sobomax) Jan 2021 - Feb 2023
833-
5. Liviu Chircu (@liviuchircu) Mar 2014 - Nov 2022
834-
6. Bogdan-Andrei Iancu (@bogdan-iancu) Aug 2009 - Aug 2022
835-
7. Carsten Bock Mar 2022 - Apr 2022
836-
8. Nick Altmann (@nikbyte) Jan 2013 - Feb 2022
837-
9. Peter Lemenkov (@lemenkov) Jun 2018 - Feb 2020
838-
10. @DMOsipov Mar 2016 - Mar 2016
839-
840-
All remaining contributors: Ionut Ionita (@ionutrazvanionita),
841-
Walter Doekes (@wdoekes), Vlad Paiu (@vladpaiu), Ryan Bullock
842-
(@rrb3942), Stéphane Alnet (@shimaore), Anca Vamanu, Henk
843-
Hesselink, Stanislaw Pitucha.
829+
1. Vlad Patrascu (@rvlad-patrascu) May 2017 - May 2023
830+
2. Bogdan-Andrei Iancu (@bogdan-iancu) Aug 2009 - May 2023
831+
3. Giedrius Apr 2023 - Apr 2023
832+
4. Razvan Crainea (@razvancrainea) Dec 2010 - Mar 2023
833+
5. Ovidiu Sas (@ovidiusas) Nov 2010 - Feb 2023
834+
6. Maksym Sobolyev (@sobomax) Jan 2021 - Feb 2023
835+
7. Liviu Chircu (@liviuchircu) Mar 2014 - Nov 2022
836+
8. Carsten Bock Mar 2022 - Apr 2022
837+
9. Nick Altmann (@nikbyte) Jan 2013 - Feb 2022
838+
10. Peter Lemenkov (@lemenkov) Jun 2018 - Feb 2020
839+
840+
All remaining contributors: @DMOsipov, Ionut Ionita
841+
(@ionutrazvanionita), Walter Doekes (@wdoekes), Vlad Paiu
842+
(@vladpaiu), Ryan Bullock (@rrb3942), Stéphane Alnet
843+
(@shimaore), Anca Vamanu, Henk Hesselink, Stanislaw Pitucha.
844844

845845
(1) including any documentation-related commits, excluding
846846
merge commits

modules/b2b_entities/doc/contributors.xml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
<row>
3030
<entry>2. </entry>
3131
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
32-
<entry align="center">117</entry>
33-
<entry align="center">57</entry>
34-
<entry align="center">5276</entry>
35-
<entry align="center">1013</entry>
32+
<entry align="center">120</entry>
33+
<entry align="center">58</entry>
34+
<entry align="center">5331</entry>
35+
<entry align="center">1087</entry>
3636
</row>
3737
<row>
3838
<entry>3. </entry>
@@ -53,10 +53,10 @@
5353
<row>
5454
<entry>5. </entry>
5555
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
56-
<entry align="center">51</entry>
57-
<entry align="center">44</entry>
58-
<entry align="center">424</entry>
59-
<entry align="center">150</entry>
56+
<entry align="center">52</entry>
57+
<entry align="center">45</entry>
58+
<entry align="center">442</entry>
59+
<entry align="center">168</entry>
6060
</row>
6161
<row>
6262
<entry>6. </entry>
@@ -101,7 +101,7 @@
101101
</tbody>
102102
</tgroup>
103103
</table>
104-
<para><emphasis role='bold'>All remaining contributors</emphasis>: Stanislaw Pitucha, Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>), Ionut Ionita (<ulink url="https://github.com/ionutrazvanionita">@ionutrazvanionita</ulink>), <ulink url="https://github.com/DMOsipov">@DMOsipov</ulink>, Stéphane Alnet (<ulink url="https://github.com/shimaore">@shimaore</ulink>), Henk Hesselink, Ryan Bullock (<ulink url="https://github.com/rrb3942">@rrb3942</ulink>), Walter Doekes (<ulink url="https://github.com/wdoekes">@wdoekes</ulink>).</para>
104+
<para><emphasis role='bold'>All remaining contributors</emphasis>: Stanislaw Pitucha, Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>), Ionut Ionita (<ulink url="https://github.com/ionutrazvanionita">@ionutrazvanionita</ulink>), Giedrius, <ulink url="https://github.com/DMOsipov">@DMOsipov</ulink>, Stéphane Alnet (<ulink url="https://github.com/shimaore">@shimaore</ulink>), Henk Hesselink, Ryan Bullock (<ulink url="https://github.com/rrb3942">@rrb3942</ulink>), Walter Doekes (<ulink url="https://github.com/wdoekes">@wdoekes</ulink>).</para>
105105
<para>
106106
<emphasis>(1) DevScore = author_commits + author_lines_added / (project_lines_added / project_commits) + author_lines_deleted / (project_lines_deleted / project_commits)</emphasis>
107107
</para>
@@ -128,58 +128,58 @@
128128
<tbody>
129129
<row>
130130
<entry>1. </entry>
131-
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
132-
<entry align="center">Dec 2010 - Mar 2023</entry>
131+
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
132+
<entry align="center">May 2017 - May 2023</entry>
133133
</row>
134134
<row>
135135
<entry>2. </entry>
136-
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
137-
<entry align="center">May 2017 - Mar 2023</entry>
136+
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
137+
<entry align="center">Aug 2009 - May 2023</entry>
138138
</row>
139139
<row>
140140
<entry>3. </entry>
141-
<entry>Ovidiu Sas (<ulink url="https://github.com/ovidiusas">@ovidiusas</ulink>)</entry>
142-
<entry align="center">Nov 2010 - Feb 2023</entry>
141+
<entry>Giedrius</entry>
142+
<entry align="center">Apr 2023 - Apr 2023</entry>
143143
</row>
144144
<row>
145145
<entry>4. </entry>
146-
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
147-
<entry align="center">Jan 2021 - Feb 2023</entry>
146+
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
147+
<entry align="center">Dec 2010 - Mar 2023</entry>
148148
</row>
149149
<row>
150150
<entry>5. </entry>
151-
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
152-
<entry align="center">Mar 2014 - Nov 2022</entry>
151+
<entry>Ovidiu Sas (<ulink url="https://github.com/ovidiusas">@ovidiusas</ulink>)</entry>
152+
<entry align="center">Nov 2010 - Feb 2023</entry>
153153
</row>
154154
<row>
155155
<entry>6. </entry>
156-
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
157-
<entry align="center">Aug 2009 - Aug 2022</entry>
156+
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
157+
<entry align="center">Jan 2021 - Feb 2023</entry>
158158
</row>
159159
<row>
160160
<entry>7. </entry>
161+
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
162+
<entry align="center">Mar 2014 - Nov 2022</entry>
163+
</row>
164+
<row>
165+
<entry>8. </entry>
161166
<entry>Carsten Bock</entry>
162167
<entry align="center">Mar 2022 - Apr 2022</entry>
163168
</row>
164169
<row>
165-
<entry>8. </entry>
170+
<entry>9. </entry>
166171
<entry>Nick Altmann (<ulink url="https://github.com/nikbyte">@nikbyte</ulink>)</entry>
167172
<entry align="center">Jan 2013 - Feb 2022</entry>
168173
</row>
169174
<row>
170-
<entry>9. </entry>
175+
<entry>10. </entry>
171176
<entry>Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>)</entry>
172177
<entry align="center">Jun 2018 - Feb 2020</entry>
173178
</row>
174-
<row>
175-
<entry>10. </entry>
176-
<entry><ulink url="https://github.com/DMOsipov">@DMOsipov</ulink></entry>
177-
<entry align="center">Mar 2016 - Mar 2016</entry>
178-
</row>
179179
</tbody>
180180
</tgroup>
181181
</table>
182-
<para><emphasis role='bold'>All remaining contributors</emphasis>: Ionut Ionita (<ulink url="https://github.com/ionutrazvanionita">@ionutrazvanionita</ulink>), Walter Doekes (<ulink url="https://github.com/wdoekes">@wdoekes</ulink>), Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>), Ryan Bullock (<ulink url="https://github.com/rrb3942">@rrb3942</ulink>), Stéphane Alnet (<ulink url="https://github.com/shimaore">@shimaore</ulink>), Anca Vamanu, Henk Hesselink, Stanislaw Pitucha.</para>
182+
<para><emphasis role='bold'>All remaining contributors</emphasis>: <ulink url="https://github.com/DMOsipov">@DMOsipov</ulink>, Ionut Ionita (<ulink url="https://github.com/ionutrazvanionita">@ionutrazvanionita</ulink>), Walter Doekes (<ulink url="https://github.com/wdoekes">@wdoekes</ulink>), Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>), Ryan Bullock (<ulink url="https://github.com/rrb3942">@rrb3942</ulink>), Stéphane Alnet (<ulink url="https://github.com/shimaore">@shimaore</ulink>), Anca Vamanu, Henk Hesselink, Stanislaw Pitucha.</para>
183183
<para>
184184
<emphasis>(1) including any documentation-related commits, excluding merge commits</emphasis>
185185
</para>

0 commit comments

Comments
 (0)