Skip to content

Commit cc6c368

Browse files
Rebuild documentation
1 parent c80786b commit cc6c368

File tree

6 files changed

+84
-114
lines changed

6 files changed

+84
-114
lines changed

modules/db_mysql/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ Chapter 2. Contributors
233233
2. Bogdan-Andrei Iancu (@bogdan-iancu) 99 72 1574 793
234234
3. Henning Westerholt (@henningw) 57 30 693 1239
235235
4. Liviu Chircu (@liviuchircu) 43 34 581 206
236-
5. Daniel-Constantin Mierla (@miconda) 28 20 571 154
237-
6. Razvan Crainea (@razvancrainea) 26 21 240 62
236+
5. Razvan Crainea (@razvancrainea) 29 24 246 66
237+
6. Daniel-Constantin Mierla (@miconda) 28 20 571 154
238238
7. Andrei Pelinescu-Onciul 16 14 52 49
239239
8. Vlad Paiu (@vladpaiu) 15 12 185 25
240240
9. Vlad Patrascu (@rvlad-patrascu) 12 8 179 78

modules/db_mysql/doc/contributors.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@
5252
</row>
5353
<row>
5454
<entry>5. </entry>
55+
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
56+
<entry align="center">29</entry>
57+
<entry align="center">24</entry>
58+
<entry align="center">246</entry>
59+
<entry align="center">66</entry>
60+
</row>
61+
<row>
62+
<entry>6. </entry>
5563
<entry>Daniel-Constantin Mierla (<ulink url="https://github.com/miconda">@miconda</ulink>)</entry>
5664
<entry align="center">28</entry>
5765
<entry align="center">20</entry>
5866
<entry align="center">571</entry>
5967
<entry align="center">154</entry>
6068
</row>
61-
<row>
62-
<entry>6. </entry>
63-
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
64-
<entry align="center">26</entry>
65-
<entry align="center">21</entry>
66-
<entry align="center">240</entry>
67-
<entry align="center">62</entry>
68-
</row>
6969
<row>
7070
<entry>7. </entry>
7171
<entry>Andrei Pelinescu-Onciul</entry>

modules/dispatcher/README

Lines changed: 31 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -710,24 +710,10 @@ modparam("dispatcher", "cluster_probing_mode", "distributed")
710710
1.3.26. partition (string)
711711

712712
Define a new partition (data source) with the following
713-
properties:
714-
715-
"db_url", "table_name", "dst_avp", "grp_avp",
713+
properties: "db_url", "table_name", "dst_avp", "grp_avp",
716714
"cnt_avp", "sock_avp", "attrs_avp", "script_attrs",
717-
"ds_define_blacklist", "ping_sock"
718-
719-
All these properties are optional, having appropriate default values.
720-
721-
If the OpenSIPS server has multiple interfaces the "ping_sock" can be
722-
used to specify the interface to be used for sending pings.
723-
724-
For example, a server acting as an SBC may have a public and a private interface.
725-
There can be two partitions defined, one for carriers and the other for proxies.
726-
Using the "ping_sock" parameter, the server can send pings to the carriers over
727-
the public interface and to the proxies over the private interface. Additional
728-
value can be realized when multiple SBCs are able to use the same carriers and
729-
proxies tables. In this case, each SBC can use its own public and private
730-
interfaces to send pings to the carriers and proxies.
715+
"ds_define_blacklist". All these properties are optional,
716+
having appropriate default values.
731717

732718
The syntax is: "partition_name: param1 = value1; param2 =
733719
value2". Each value format is the same as the one used to
@@ -758,23 +744,6 @@ modparam("dispatcher", "partition",
758744
modparam("dispatcher", "partition", "default: trunks")
759745
...
760746

761-
Example 1.29. Define the 'carriers' and 'proxies' partitions
762-
using the 'ping_sock' to specify which interface is to be used
763-
to send pings.
764-
...
765-
modparam("dispatcher", "partition",
766-
"carriers:
767-
db_url = mysql://user:passwd@localhost/database;
768-
table_name = carriers;
769-
ping_sock = udp:public_ip:public_port")
770-
771-
modparam("dispatcher", "partition",
772-
"proxies:
773-
db_url = mysql://user:passwd@localhost/database;
774-
table_name = proxies;
775-
ping_sock = udp:private_ip:private_port")
776-
...
777-
778747
1.3.27. table_name (string)
779748

780749
The default name of the table from which to load dispatcher
@@ -1559,14 +1528,15 @@ Chapter 3. Contributors
15591528

15601529
All remaining contributors: Carsten Bock, Ionel Cerghit
15611530
(@ionel-cerghit), Elena-Ramona Modroiu, Maksym Sobolyev
1562-
(@sobomax), John Burke (@john08burke), Klaus Darilion, Anca
1563-
Vamanu, Jarrod Baumann (@jarrodb), wangdd, Walter Doekes
1564-
(@wdoekes), Nick Altmann (@nikbyte), Jan Janak (@janakj),
1565-
Andrei Pelinescu-Onciul, Peter Lemenkov (@lemenkov), Stanislaw
1566-
Pitucha, Federico Cabiddu, Konstantin Bokarius, Alexandra
1567-
Titoc, Andreas Granig, John Riordan, Aron Podrigal (@ar45),
1568-
Julián Moreno Patiño, Kevin McAllister, Roman Sevko, UnixDev,
1569-
David Sanders, Edson Gellert Schubert.
1531+
(@sobomax), John Burke (@john08burke), Norman Brandinger
1532+
(@NormB), Klaus Darilion, Anca Vamanu, Jarrod Baumann
1533+
(@jarrodb), wangdd, Walter Doekes (@wdoekes), Nick Altmann
1534+
(@nikbyte), Jan Janak (@janakj), Andrei Pelinescu-Onciul, Peter
1535+
Lemenkov (@lemenkov), Stanislaw Pitucha, Federico Cabiddu,
1536+
Konstantin Bokarius, Alexandra Titoc, Andreas Granig, John
1537+
Riordan, Aron Podrigal (@ar45), Julián Moreno Patiño, Kevin
1538+
McAllister, Roman Sevko, UnixDev, David Sanders, Edson Gellert
1539+
Schubert.
15701540

15711541
(1) DevScore = author_commits + author_lines_added /
15721542
(project_lines_added / project_commits) + author_lines_deleted
@@ -1588,25 +1558,25 @@ Chapter 3. Contributors
15881558

15891559
Table 3.2. Most recently active contributors^(1) to this module
15901560
Name Commit Activity
1591-
1. Alexandra Titoc Sep 2024 - Sep 2024
1592-
2. Liviu Chircu (@liviuchircu) Aug 2012 - Sep 2024
1593-
3. Bogdan-Andrei Iancu (@bogdan-iancu) Oct 2005 - Feb 2024
1594-
4. Vlad Paiu (@vladpaiu) Mar 2012 - Dec 2023
1595-
5. Maksym Sobolyev (@sobomax) Feb 2023 - Nov 2023
1596-
6. Razvan Crainea (@razvancrainea) May 2011 - Nov 2023
1597-
7. wangdd Apr 2023 - May 2023
1598-
8. Vlad Patrascu (@rvlad-patrascu) May 2017 - Jul 2022
1599-
9. John Burke (@john08burke) Feb 2021 - Jan 2022
1600-
10. Peter Lemenkov (@lemenkov) Jun 2018 - Feb 2020
1601-
1602-
All remaining contributors: Roman Sevko, Nick Altmann
1603-
(@nikbyte), Ionel Cerghit (@ionel-cerghit), Ionut Ionita
1604-
(@ionutrazvanionita), Julián Moreno Patiño, Jarrod Baumann
1605-
(@jarrodb), Ovidiu Sas (@ovidiusas), David Sanders, Aron
1606-
Podrigal (@ar45), Andrei Datcu (@andrei-datcu), Walter Doekes
1607-
(@wdoekes), Stanislaw Pitucha, Anca Vamanu, John Riordan,
1608-
UnixDev, Kevin McAllister, Klaus Darilion, Carsten Bock,
1609-
Daniel-Constantin Mierla (@miconda), Henning Westerholt
1561+
1. Norman Brandinger (@NormB) Nov 2024 - Nov 2024
1562+
2. Alexandra Titoc Sep 2024 - Sep 2024
1563+
3. Liviu Chircu (@liviuchircu) Aug 2012 - Sep 2024
1564+
4. Bogdan-Andrei Iancu (@bogdan-iancu) Oct 2005 - Feb 2024
1565+
5. Vlad Paiu (@vladpaiu) Mar 2012 - Dec 2023
1566+
6. Maksym Sobolyev (@sobomax) Feb 2023 - Nov 2023
1567+
7. Razvan Crainea (@razvancrainea) May 2011 - Nov 2023
1568+
8. wangdd Apr 2023 - May 2023
1569+
9. Vlad Patrascu (@rvlad-patrascu) May 2017 - Jul 2022
1570+
10. John Burke (@john08burke) Feb 2021 - Jan 2022
1571+
1572+
All remaining contributors: Peter Lemenkov (@lemenkov), Roman
1573+
Sevko, Nick Altmann (@nikbyte), Ionel Cerghit (@ionel-cerghit),
1574+
Ionut Ionita (@ionutrazvanionita), Julián Moreno Patiño, Jarrod
1575+
Baumann (@jarrodb), Ovidiu Sas (@ovidiusas), David Sanders,
1576+
Aron Podrigal (@ar45), Andrei Datcu (@andrei-datcu), Walter
1577+
Doekes (@wdoekes), Stanislaw Pitucha, Anca Vamanu, John
1578+
Riordan, UnixDev, Kevin McAllister, Klaus Darilion, Carsten
1579+
Bock, Daniel-Constantin Mierla (@miconda), Henning Westerholt
16101580
(@henningw), Konstantin Bokarius, Edson Gellert Schubert,
16111581
Federico Cabiddu, Elena-Ramona Modroiu, Andreas Granig, Andrei
16121582
Pelinescu-Onciul, Jan Janak (@janakj).

modules/dispatcher/doc/contributors.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</tbody>
102102
</tgroup>
103103
</table>
104-
<para><emphasis role='bold'>All remaining contributors</emphasis>: Carsten Bock, Ionel Cerghit (<ulink url="https://github.com/ionel-cerghit">@ionel-cerghit</ulink>), Elena-Ramona Modroiu, Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>), John Burke (<ulink url="https://github.com/john08burke">@john08burke</ulink>), Klaus Darilion, Anca Vamanu, Jarrod Baumann (<ulink url="https://github.com/jarrodb">@jarrodb</ulink>), wangdd, Walter Doekes (<ulink url="https://github.com/wdoekes">@wdoekes</ulink>), Nick Altmann (<ulink url="https://github.com/nikbyte">@nikbyte</ulink>), Jan Janak (<ulink url="https://github.com/janakj">@janakj</ulink>), Andrei Pelinescu-Onciul, Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>), Stanislaw Pitucha, Federico Cabiddu, Konstantin Bokarius, Alexandra Titoc, Andreas Granig, John Riordan, Aron Podrigal (<ulink url="https://github.com/ar45">@ar45</ulink>), Julián Moreno Patiño, Kevin McAllister, Roman Sevko, UnixDev, David Sanders, Edson Gellert Schubert.</para>
104+
<para><emphasis role='bold'>All remaining contributors</emphasis>: Carsten Bock, Ionel Cerghit (<ulink url="https://github.com/ionel-cerghit">@ionel-cerghit</ulink>), Elena-Ramona Modroiu, Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>), John Burke (<ulink url="https://github.com/john08burke">@john08burke</ulink>), Norman Brandinger (<ulink url="https://github.com/NormB">@NormB</ulink>), Klaus Darilion, Anca Vamanu, Jarrod Baumann (<ulink url="https://github.com/jarrodb">@jarrodb</ulink>), wangdd, Walter Doekes (<ulink url="https://github.com/wdoekes">@wdoekes</ulink>), Nick Altmann (<ulink url="https://github.com/nikbyte">@nikbyte</ulink>), Jan Janak (<ulink url="https://github.com/janakj">@janakj</ulink>), Andrei Pelinescu-Onciul, Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>), Stanislaw Pitucha, Federico Cabiddu, Konstantin Bokarius, Alexandra Titoc, Andreas Granig, John Riordan, Aron Podrigal (<ulink url="https://github.com/ar45">@ar45</ulink>), Julián Moreno Patiño, Kevin McAllister, Roman Sevko, UnixDev, David Sanders, Edson Gellert Schubert.</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>Norman Brandinger (<ulink url="https://github.com/NormB">@NormB</ulink>)</entry>
132+
<entry align="center">Nov 2024 - Nov 2024</entry>
133+
</row>
134+
<row>
135+
<entry>2. </entry>
131136
<entry>Alexandra Titoc</entry>
132137
<entry align="center">Sep 2024 - Sep 2024</entry>
133138
</row>
134139
<row>
135-
<entry>2. </entry>
140+
<entry>3. </entry>
136141
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
137142
<entry align="center">Aug 2012 - Sep 2024</entry>
138143
</row>
139144
<row>
140-
<entry>3. </entry>
145+
<entry>4. </entry>
141146
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
142147
<entry align="center">Oct 2005 - Feb 2024</entry>
143148
</row>
144149
<row>
145-
<entry>4. </entry>
150+
<entry>5. </entry>
146151
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
147152
<entry align="center">Mar 2012 - Dec 2023</entry>
148153
</row>
149154
<row>
150-
<entry>5. </entry>
155+
<entry>6. </entry>
151156
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
152157
<entry align="center">Feb 2023 - Nov 2023</entry>
153158
</row>
154159
<row>
155-
<entry>6. </entry>
160+
<entry>7. </entry>
156161
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
157162
<entry align="center">May 2011 - Nov 2023</entry>
158163
</row>
159164
<row>
160-
<entry>7. </entry>
165+
<entry>8. </entry>
161166
<entry>wangdd</entry>
162167
<entry align="center">Apr 2023 - May 2023</entry>
163168
</row>
164169
<row>
165-
<entry>8. </entry>
170+
<entry>9. </entry>
166171
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
167172
<entry align="center">May 2017 - Jul 2022</entry>
168173
</row>
169174
<row>
170-
<entry>9. </entry>
175+
<entry>10. </entry>
171176
<entry>John Burke (<ulink url="https://github.com/john08burke">@john08burke</ulink>)</entry>
172177
<entry align="center">Feb 2021 - Jan 2022</entry>
173178
</row>
174-
<row>
175-
<entry>10. </entry>
176-
<entry>Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>)</entry>
177-
<entry align="center">Jun 2018 - Feb 2020</entry>
178-
</row>
179179
</tbody>
180180
</tgroup>
181181
</table>
182-
<para><emphasis role='bold'>All remaining contributors</emphasis>: Roman Sevko, Nick Altmann (<ulink url="https://github.com/nikbyte">@nikbyte</ulink>), Ionel Cerghit (<ulink url="https://github.com/ionel-cerghit">@ionel-cerghit</ulink>), Ionut Ionita (<ulink url="https://github.com/ionutrazvanionita">@ionutrazvanionita</ulink>), Julián Moreno Patiño, Jarrod Baumann (<ulink url="https://github.com/jarrodb">@jarrodb</ulink>), Ovidiu Sas (<ulink url="https://github.com/ovidiusas">@ovidiusas</ulink>), David Sanders, Aron Podrigal (<ulink url="https://github.com/ar45">@ar45</ulink>), Andrei Datcu (<ulink url="https://github.com/andrei-datcu">@andrei-datcu</ulink>), Walter Doekes (<ulink url="https://github.com/wdoekes">@wdoekes</ulink>), Stanislaw Pitucha, Anca Vamanu, John Riordan, UnixDev, Kevin McAllister, Klaus Darilion, Carsten Bock, Daniel-Constantin Mierla (<ulink url="https://github.com/miconda">@miconda</ulink>), Henning Westerholt (<ulink url="https://github.com/henningw">@henningw</ulink>), Konstantin Bokarius, Edson Gellert Schubert, Federico Cabiddu, Elena-Ramona Modroiu, Andreas Granig, Andrei Pelinescu-Onciul, Jan Janak (<ulink url="https://github.com/janakj">@janakj</ulink>).</para>
182+
<para><emphasis role='bold'>All remaining contributors</emphasis>: Peter Lemenkov (<ulink url="https://github.com/lemenkov">@lemenkov</ulink>), Roman Sevko, Nick Altmann (<ulink url="https://github.com/nikbyte">@nikbyte</ulink>), Ionel Cerghit (<ulink url="https://github.com/ionel-cerghit">@ionel-cerghit</ulink>), Ionut Ionita (<ulink url="https://github.com/ionutrazvanionita">@ionutrazvanionita</ulink>), Julián Moreno Patiño, Jarrod Baumann (<ulink url="https://github.com/jarrodb">@jarrodb</ulink>), Ovidiu Sas (<ulink url="https://github.com/ovidiusas">@ovidiusas</ulink>), David Sanders, Aron Podrigal (<ulink url="https://github.com/ar45">@ar45</ulink>), Andrei Datcu (<ulink url="https://github.com/andrei-datcu">@andrei-datcu</ulink>), Walter Doekes (<ulink url="https://github.com/wdoekes">@wdoekes</ulink>), Stanislaw Pitucha, Anca Vamanu, John Riordan, UnixDev, Kevin McAllister, Klaus Darilion, Carsten Bock, Daniel-Constantin Mierla (<ulink url="https://github.com/miconda">@miconda</ulink>), Henning Westerholt (<ulink url="https://github.com/henningw">@henningw</ulink>), Konstantin Bokarius, Edson Gellert Schubert, Federico Cabiddu, Elena-Ramona Modroiu, Andreas Granig, Andrei Pelinescu-Onciul, Jan Janak (<ulink url="https://github.com/janakj">@janakj</ulink>).</para>
183183
<para>
184184
<emphasis>(1) including any documentation-related commits, excluding merge commits</emphasis>
185185
</para>

modules/usrloc/README

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ Chapter 3. Contributors
16991699
commits^(2) and lines added/removed^(3)
17001700
Name DevScore Commits Lines ++ Lines --
17011701
1. Jan Janak (@janakj) 414 117 15689 10095
1702-
2. Liviu Chircu (@liviuchircu) 351 210 9318 3767
1702+
2. Liviu Chircu (@liviuchircu) 352 211 9352 3810
17031703
3. Bogdan-Andrei Iancu (@bogdan-iancu) 245 150 4232 3624
17041704
4. Vlad Patrascu (@rvlad-patrascu) 43 25 794 661
17051705
5. Ionut Ionita (@ionutrazvanionita) 41 24 1099 413
@@ -1744,16 +1744,16 @@ Chapter 3. Contributors
17441744

17451745
Table 3.2. Most recently active contributors^(1) to this module
17461746
Name Commit Activity
1747-
1. Gang Zhuo Nov 2024 - Nov 2024
1748-
2. Alexandra Titoc Sep 2024 - Sep 2024
1749-
3. Carsten Bock Mar 2024 - Mar 2024
1750-
4. Maksym Sobolyev (@sobomax) Apr 2003 - Dec 2023
1751-
5. Vlad Paiu (@vladpaiu) Jun 2011 - Jul 2023
1752-
6. Vlad Patrascu (@rvlad-patrascu) Jul 2016 - Mar 2023
1753-
7. Razvan Crainea (@razvancrainea) Jul 2011 - Jan 2023
1754-
8. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2002 - Feb 2022
1755-
9. Walter Doekes (@wdoekes) Apr 2019 - May 2021
1756-
10. Liviu Chircu (@liviuchircu) Jan 2013 - Apr 2021
1747+
1. Liviu Chircu (@liviuchircu) Jan 2013 - Nov 2024
1748+
2. Gang Zhuo Nov 2024 - Nov 2024
1749+
3. Alexandra Titoc Sep 2024 - Sep 2024
1750+
4. Carsten Bock Mar 2024 - Mar 2024
1751+
5. Maksym Sobolyev (@sobomax) Apr 2003 - Dec 2023
1752+
6. Vlad Paiu (@vladpaiu) Jun 2011 - Jul 2023
1753+
7. Vlad Patrascu (@rvlad-patrascu) Jul 2016 - Mar 2023
1754+
8. Razvan Crainea (@razvancrainea) Jul 2011 - Jan 2023
1755+
9. Bogdan-Andrei Iancu (@bogdan-iancu) Mar 2002 - Feb 2022
1756+
10. Walter Doekes (@wdoekes) Apr 2019 - May 2021
17571757

17581758
All remaining contributors: Zero King (@l2dy), Peter Lemenkov
17591759
(@lemenkov), Alexey Vasilyev (@vasilevalex), Aron Podrigal

modules/usrloc/doc/contributors.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
<row>
3030
<entry>2. </entry>
3131
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
32-
<entry align="center">351</entry>
33-
<entry align="center">210</entry>
34-
<entry align="center">9318</entry>
35-
<entry align="center">3767</entry>
32+
<entry align="center">352</entry>
33+
<entry align="center">211</entry>
34+
<entry align="center">9352</entry>
35+
<entry align="center">3810</entry>
3636
</row>
3737
<row>
3838
<entry>3. </entry>
@@ -128,54 +128,54 @@
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 - Nov 2024</entry>
133+
</row>
134+
<row>
135+
<entry>2. </entry>
131136
<entry>Gang Zhuo</entry>
132137
<entry align="center">Nov 2024 - Nov 2024</entry>
133138
</row>
134139
<row>
135-
<entry>2. </entry>
140+
<entry>3. </entry>
136141
<entry>Alexandra Titoc</entry>
137142
<entry align="center">Sep 2024 - Sep 2024</entry>
138143
</row>
139144
<row>
140-
<entry>3. </entry>
145+
<entry>4. </entry>
141146
<entry>Carsten Bock</entry>
142147
<entry align="center">Mar 2024 - Mar 2024</entry>
143148
</row>
144149
<row>
145-
<entry>4. </entry>
150+
<entry>5. </entry>
146151
<entry>Maksym Sobolyev (<ulink url="https://github.com/sobomax">@sobomax</ulink>)</entry>
147152
<entry align="center">Apr 2003 - Dec 2023</entry>
148153
</row>
149154
<row>
150-
<entry>5. </entry>
155+
<entry>6. </entry>
151156
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
152157
<entry align="center">Jun 2011 - Jul 2023</entry>
153158
</row>
154159
<row>
155-
<entry>6. </entry>
160+
<entry>7. </entry>
156161
<entry>Vlad Patrascu (<ulink url="https://github.com/rvlad-patrascu">@rvlad-patrascu</ulink>)</entry>
157162
<entry align="center">Jul 2016 - Mar 2023</entry>
158163
</row>
159164
<row>
160-
<entry>7. </entry>
165+
<entry>8. </entry>
161166
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
162167
<entry align="center">Jul 2011 - Jan 2023</entry>
163168
</row>
164169
<row>
165-
<entry>8. </entry>
170+
<entry>9. </entry>
166171
<entry>Bogdan-Andrei Iancu (<ulink url="https://github.com/bogdan-iancu">@bogdan-iancu</ulink>)</entry>
167172
<entry align="center">Mar 2002 - Feb 2022</entry>
168173
</row>
169174
<row>
170-
<entry>9. </entry>
175+
<entry>10. </entry>
171176
<entry>Walter Doekes (<ulink url="https://github.com/wdoekes">@wdoekes</ulink>)</entry>
172177
<entry align="center">Apr 2019 - May 2021</entry>
173178
</row>
174-
<row>
175-
<entry>10. </entry>
176-
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
177-
<entry align="center">Jan 2013 - Apr 2021</entry>
178-
</row>
179179
</tbody>
180180
</tgroup>
181181
</table>

0 commit comments

Comments
 (0)