From noreply at github.com Tue Jul 1 14:27:43 2025 From: noreply at github.com (Larry Laffer) Date: Tue, 01 Jul 2025 07:27:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d449aa: [aaa_diameter] Ignore unknown AVPS in Diameter Rep... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d449aabc29296cd0b88bcf6335a6e6cbc63365f0 https://github.com/OpenSIPS/opensips/commit/d449aabc29296cd0b88bcf6335a6e6cbc63365f0 Author: Larry Laffer Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M modules/aaa_diameter/dm_impl.c Log Message: ----------- [aaa_diameter] Ignore unknown AVPS in Diameter Replies (#3655) * Ignore unknown AVPs in replies * Clarify Log To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jul 1 14:37:48 2025 From: noreply at github.com (Larry Laffer) Date: Tue, 01 Jul 2025 07:37:48 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e0ae3c: [aaa_diameter] Ignore unknown AVPS in Diameter Rep... Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: e0ae3c207bb1f4113f23f4e34b07a91d5fd44a76 https://github.com/OpenSIPS/opensips/commit/e0ae3c207bb1f4113f23f4e34b07a91d5fd44a76 Author: Larry Laffer Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M modules/aaa_diameter/dm_impl.c Log Message: ----------- [aaa_diameter] Ignore unknown AVPS in Diameter Replies (#3655) * Ignore unknown AVPs in replies * Clarify Log (cherry picked from commit d449aabc29296cd0b88bcf6335a6e6cbc63365f0) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jul 1 14:39:44 2025 From: noreply at github.com (Larry Laffer) Date: Tue, 01 Jul 2025 07:39:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 572702: [aaa_diameter] Ignore unknown AVPS in Diameter Rep... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: 572702798368d0be4cd423368a92f98eaea1e83b https://github.com/OpenSIPS/opensips/commit/572702798368d0be4cd423368a92f98eaea1e83b Author: Larry Laffer Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M modules/aaa_diameter/aaa_impl.c Log Message: ----------- [aaa_diameter] Ignore unknown AVPS in Diameter Replies (#3655) * Ignore unknown AVPs in replies * Clarify Log (cherry picked from commit e0ae3c207bb1f4113f23f4e34b07a91d5fd44a76) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jul 1 14:39:42 2025 From: noreply at github.com (Larry Laffer) Date: Tue, 01 Jul 2025 07:39:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d6b50f: [aaa_diameter] Ignore unknown AVPS in Diameter Rep... Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: d6b50fc7d1e3f113ee59537829c4028f835822e0 https://github.com/OpenSIPS/opensips/commit/d6b50fc7d1e3f113ee59537829c4028f835822e0 Author: Larry Laffer Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M modules/aaa_diameter/dm_impl.c Log Message: ----------- [aaa_diameter] Ignore unknown AVPS in Diameter Replies (#3655) * Ignore unknown AVPs in replies * Clarify Log (cherry picked from commit e0ae3c207bb1f4113f23f4e34b07a91d5fd44a76) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jul 1 16:18:15 2025 From: noreply at github.com (Liviu Chircu) Date: Tue, 01 Jul 2025 09:18:15 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c8770b: core: split DEP_REVERSE_INIT into _MINIT and _CINI... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c8770b66f34850c0cf6f2d8fb6f9e1781ba9a898 https://github.com/OpenSIPS/opensips/commit/c8770b66f34850c0cf6f2d8fb6f9e1781ba9a898 Author: Maksym Sobolyev Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M sr_module.c M sr_module.h M sr_module_deps.c M sr_module_deps.h Log Message: ----------- core: split DEP_REVERSE_INIT into _MINIT and _CINIT parts Add DEP_REVERSE_CINIT and DEP_REVERSE_MINIT dependency flags allowing to reverse mod_init() and child_init() init order independently. Make DEP_REVERSE_INIT be (DEP_REVERSE_CINIT|DEP_REVERSE_MINIT). Commit: eb3e892baf59f2709664c28bc11900ce3a242da6 https://github.com/OpenSIPS/opensips/commit/eb3e892baf59f2709664c28bc11900ce3a242da6 Author: Liviu Chircu Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M sr_module.c M sr_module.h M sr_module_deps.c M sr_module_deps.h Log Message: ----------- Merge pull request #3675 from sippy/pr_add_minit core: split DEP_REVERSE_INIT into _MINIT and _CINIT parts Compare: https://github.com/OpenSIPS/opensips/compare/d449aabc2929...eb3e892baf59 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jul 1 16:20:11 2025 From: noreply at github.com (Liviu Chircu) Date: Tue, 01 Jul 2025 09:20:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e144ad: core: Minor code refactoring Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e144adc85d6c34b96510ef4efe7036216c3cd3aa https://github.com/OpenSIPS/opensips/commit/e144adc85d6c34b96510ef4efe7036216c3cd3aa Author: Liviu Chircu Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M sr_module_deps.c Log Message: ----------- core: Minor code refactoring Skip unnecessary @md assignments, space out the code for readability. Related to #3675 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue Jul 1 16:20:56 2025 From: noreply at github.com (Liviu Chircu) Date: Tue, 01 Jul 2025 09:20:56 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cdbd52: core: split DEP_REVERSE_INIT into _MINIT and _CINI... Message-ID: Branch: refs/heads/3.6 Home: https://github.com/OpenSIPS/opensips Commit: cdbd52ed7151a7cf65517618340668359749db00 https://github.com/OpenSIPS/opensips/commit/cdbd52ed7151a7cf65517618340668359749db00 Author: Maksym Sobolyev Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M sr_module.c M sr_module.h M sr_module_deps.c M sr_module_deps.h Log Message: ----------- core: split DEP_REVERSE_INIT into _MINIT and _CINIT parts Add DEP_REVERSE_CINIT and DEP_REVERSE_MINIT dependency flags allowing to reverse mod_init() and child_init() init order independently. Make DEP_REVERSE_INIT be (DEP_REVERSE_CINIT|DEP_REVERSE_MINIT). (cherry picked from commit c8770b66f34850c0cf6f2d8fb6f9e1781ba9a898) Commit: 75f2990a55a175fa230a4ef6d37e80befdae1755 https://github.com/OpenSIPS/opensips/commit/75f2990a55a175fa230a4ef6d37e80befdae1755 Author: Liviu Chircu Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M sr_module_deps.c Log Message: ----------- core: Minor code refactoring Skip unnecessary @md assignments, space out the code for readability. Related to #3675 (cherry picked from commit e144adc85d6c34b96510ef4efe7036216c3cd3aa) Compare: https://github.com/OpenSIPS/opensips/compare/e0ae3c207bb1...75f2990a55a1 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications