Skip to content

Commit 30f94b5

Browse files
Rebuild documentation
1 parent 94173b8 commit 30f94b5

File tree

8 files changed

+44
-39
lines changed

8 files changed

+44
-39
lines changed

modules/clusterer/README

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ CLUSTERER Module
4949
1.5.2. cluster_send_rpl(cluster_id, dst_id, msg,
5050
tag)
5151

52-
1.5.3. cluster_broadcast_req(cluster_id, msg, [tag])
52+
1.5.3. cluster_broadcast_req(cluster_id, msg, [tag],
53+
[include_self])
5354

5455
1.5.4. cluster_check_addr(cluster_id, ip, addr_type)
5556

@@ -700,11 +701,14 @@ param(tag));
700701
}
701702
...
702703

703-
1.5.3. cluster_broadcast_req(cluster_id, msg, [tag])
704+
1.5.3. cluster_broadcast_req(cluster_id, msg, [tag], [include_self])
704705

705706
This function has a similar behaviour to the cluster_send_req()
706707
function with the exception that the message is sent to all the
707708
nodes in the specified cluster.
709+
* include_self (bool, optional, default: false) - raise the
710+
event for current node as well, but without actually
711+
sending a packet (both req and rpl).
708712

709713
The function can return the following values:
710714
* 1 - successfully sent message to at least one node;
@@ -722,7 +726,8 @@ param(tag));
722726

723727
Example 1.29. cluster_broadcast_req() usage
724728
...
725-
cluster_broadcast_req($var(cl_id), $var(share_data));
729+
# also raise the event for current node
730+
cluster_broadcast_req($var(cl_id), $var(share_data), , true);
726731
...
727732

728733
1.5.4. cluster_check_addr(cluster_id, ip, addr_type)
@@ -1449,7 +1454,7 @@ Chapter 3. Contributors
14491454
commits^(2) and lines added/removed^(3)
14501455
Name DevScore Commits Lines ++ Lines --
14511456
1. Vlad Patrascu (@rvlad-patrascu) 364 135 13387 7101
1452-
2. Liviu Chircu (@liviuchircu) 68 52 801 522
1457+
2. Liviu Chircu (@liviuchircu) 70 53 848 532
14531458
3. Eseanu Marius Cristian (@eseanucristian) 46 10 3142 534
14541459
4. Bogdan-Andrei Iancu (@bogdan-iancu) 31 16 1342 128
14551460
5. Razvan Crainea (@razvancrainea) 27 21 327 148
@@ -1482,7 +1487,7 @@ Chapter 3. Contributors
14821487

14831488
Table 3.2. Most recently active contributors^(1) to this module
14841489
Name Commit Activity
1485-
1. Liviu Chircu (@liviuchircu) Mar 2016 - Dec 2024
1490+
1. Liviu Chircu (@liviuchircu) Mar 2016 - Feb 2025
14861491
2. Razvan Crainea (@razvancrainea) Nov 2015 - Sep 2024
14871492
3. Alexandra Titoc Sep 2024 - Sep 2024
14881493
4. Bogdan-Andrei Iancu (@bogdan-iancu) Apr 2016 - Sep 2024

modules/clusterer/doc/contributors.xml

Lines changed: 5 additions & 5 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">68</entry>
33-
<entry align="center">52</entry>
34-
<entry align="center">801</entry>
35-
<entry align="center">522</entry>
32+
<entry align="center">70</entry>
33+
<entry align="center">53</entry>
34+
<entry align="center">848</entry>
35+
<entry align="center">532</entry>
3636
</row>
3737
<row>
3838
<entry>3. </entry>
@@ -129,7 +129,7 @@
129129
<row>
130130
<entry>1. </entry>
131131
<entry>Liviu Chircu (<ulink url="https://github.com/liviuchircu">@liviuchircu</ulink>)</entry>
132-
<entry align="center">Mar 2016 - Dec 2024</entry>
132+
<entry align="center">Mar 2016 - Feb 2025</entry>
133133
</row>
134134
<row>
135135
<entry>2. </entry>

modules/dialog/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2645,7 +2645,7 @@ Chapter 4. Contributors
26452645
commits^(2) and lines added/removed^(3)
26462646
Name DevScore Commits Lines ++ Lines --
26472647
1. Bogdan-Andrei Iancu (@bogdan-iancu) 459 288 13367 3546
2648-
2. Razvan Crainea (@razvancrainea) 292 217 5449 1774
2648+
2. Razvan Crainea (@razvancrainea) 293 218 5456 1776
26492649
3. Vlad Paiu (@vladpaiu) 262 149 7467 3027
26502650
4. Vlad Patrascu (@rvlad-patrascu) 199 104 4330 3514
26512651
5. Liviu Chircu (@liviuchircu) 183 133 3128 1374
@@ -2690,8 +2690,8 @@ Chapter 4. Contributors
26902690

26912691
Table 4.2. Most recently active contributors^(1) to this module
26922692
Name Commit Activity
2693-
1. Vlad Paiu (@vladpaiu) Oct 2010 - Jan 2025
2694-
2. Razvan Crainea (@razvancrainea) Aug 2010 - Oct 2024
2693+
1. Razvan Crainea (@razvancrainea) Aug 2010 - Feb 2025
2694+
2. Vlad Paiu (@vladpaiu) Oct 2010 - Jan 2025
26952695
3. Alexandra Titoc Sep 2024 - Sep 2024
26962696
4. Bogdan-Andrei Iancu (@bogdan-iancu) Apr 2006 - Jun 2024
26972697
5. Stefan-Cristian Mititelu Jan 2024 - Jan 2024

modules/dialog/doc/contributors.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
<row>
3030
<entry>2. </entry>
3131
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
32-
<entry align="center">292</entry>
33-
<entry align="center">217</entry>
34-
<entry align="center">5449</entry>
35-
<entry align="center">1774</entry>
32+
<entry align="center">293</entry>
33+
<entry align="center">218</entry>
34+
<entry align="center">5456</entry>
35+
<entry align="center">1776</entry>
3636
</row>
3737
<row>
3838
<entry>3. </entry>
@@ -128,13 +128,13 @@
128128
<tbody>
129129
<row>
130130
<entry>1. </entry>
131-
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
132-
<entry align="center">Oct 2010 - Jan 2025</entry>
131+
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
132+
<entry align="center">Aug 2010 - Feb 2025</entry>
133133
</row>
134134
<row>
135135
<entry>2. </entry>
136-
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
137-
<entry align="center">Aug 2010 - Oct 2024</entry>
136+
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
137+
<entry align="center">Oct 2010 - Jan 2025</entry>
138138
</row>
139139
<row>
140140
<entry>3. </entry>

modules/rtpengine/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ Chapter 3. Contributors
14421442
4. Liviu Chircu (@liviuchircu) 20 16 91 173
14431443
5. Richard Fuchs 20 2 640 723
14441444
6. Vlad Patrascu (@rvlad-patrascu) 15 7 218 330
1445-
7. Norman Brandinger (@NormB) 10 8 66 13
1445+
7. Norman Brandinger (@NormB) 11 9 67 13
14461446
8. Peter Lemenkov (@lemenkov) 10 7 27 62
14471447
9. Vlad Paiu (@vladpaiu) 8 1 566 94
14481448
10. Eric Tamme (@etamme) 7 5 42 19
@@ -1473,9 +1473,9 @@ Chapter 3. Contributors
14731473

14741474
Table 3.2. Most recently active contributors^(1) to this module
14751475
Name Commit Activity
1476-
1. Razvan Crainea (@razvancrainea) Jun 2014 - Feb 2025
1477-
2. Vlad Paiu (@vladpaiu) Jan 2025 - Jan 2025
1478-
3. Norman Brandinger (@NormB) Jun 2024 - Nov 2024
1476+
1. Norman Brandinger (@NormB) Jun 2024 - Feb 2025
1477+
2. Razvan Crainea (@razvancrainea) Jun 2014 - Feb 2025
1478+
3. Vlad Paiu (@vladpaiu) Jan 2025 - Jan 2025
14791479
4. Eddie Fiorentine Nov 2024 - Nov 2024
14801480
5. Maksym Sobolyev (@sobomax) Jan 2021 - Nov 2023
14811481
6. Liviu Chircu (@liviuchircu) Jul 2014 - May 2023

modules/rtpengine/doc/contributors.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
<row>
7070
<entry>7. </entry>
7171
<entry>Norman Brandinger (<ulink url="https://github.com/NormB">@NormB</ulink>)</entry>
72-
<entry align="center">10</entry>
73-
<entry align="center">8</entry>
74-
<entry align="center">66</entry>
72+
<entry align="center">11</entry>
73+
<entry align="center">9</entry>
74+
<entry align="center">67</entry>
7575
<entry align="center">13</entry>
7676
</row>
7777
<row>
@@ -128,18 +128,18 @@
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">Jun 2014 - Feb 2025</entry>
131+
<entry>Norman Brandinger (<ulink url="https://github.com/NormB">@NormB</ulink>)</entry>
132+
<entry align="center">Jun 2024 - Feb 2025</entry>
133133
</row>
134134
<row>
135135
<entry>2. </entry>
136-
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
137-
<entry align="center">Jan 2025 - Jan 2025</entry>
136+
<entry>Razvan Crainea (<ulink url="https://github.com/razvancrainea">@razvancrainea</ulink>)</entry>
137+
<entry align="center">Jun 2014 - Feb 2025</entry>
138138
</row>
139139
<row>
140140
<entry>3. </entry>
141-
<entry>Norman Brandinger (<ulink url="https://github.com/NormB">@NormB</ulink>)</entry>
142-
<entry align="center">Jun 2024 - Nov 2024</entry>
141+
<entry>Vlad Paiu (<ulink url="https://github.com/vladpaiu">@vladpaiu</ulink>)</entry>
142+
<entry align="center">Jan 2025 - Jan 2025</entry>
143143
</row>
144144
<row>
145145
<entry>4. </entry>

modules/usrloc/README

Lines changed: 1 addition & 1 deletion
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) 356 214 9380 3823
1702+
2. Liviu Chircu (@liviuchircu) 357 215 9395 3830
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

modules/usrloc/doc/contributors.xml

Lines changed: 4 additions & 4 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">356</entry>
33-
<entry align="center">214</entry>
34-
<entry align="center">9380</entry>
35-
<entry align="center">3823</entry>
32+
<entry align="center">357</entry>
33+
<entry align="center">215</entry>
34+
<entry align="center">9395</entry>
35+
<entry align="center">3830</entry>
3636
</row>
3737
<row>
3838
<entry>3. </entry>

0 commit comments

Comments
 (0)