THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#81 - patch to add method masking to xlog function
User who did this - Daniel-Constantin Mierla (miconda)
----------
I am not the owner of the module, anyway anyone is welcome to comment, plus that this is one change that impacts every config :-) .
Why you don't add a new function xlogf() - the function that will evaluate built-in filters before printing. In the future someone might desire other type of filters.
Also, just a suggestion, I saw you added dedicated rpc function to change the filters - while this is fine, there is now the cfg parameter framework which seems to be built for such cases (changing core/module parameters at runtime with smallest impact). I think Marius converted some parameters of registrar(k) module. Maybe you check this option and see if is more appropriate here as well.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=81#comment101
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#77 - presence_xml with db_postgres
User who did this - Daniel-Constantin Mierla (miconda)
----------
I think as well that len should be kept untouched (shouldn't include the '\0'). Also AVPs with str value are 0-terminated, but the len does not reflect it.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=77#comment100
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#77 - presence_xml with db_postgres
User who did this - Andrey A Berekelya (bandry)
----------
I am a bit mistaken.
To work properly you must remove the patch line:
VAL_BLOB(_v).len++;
It should work correctly with null results.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=77#comment99
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Revision: 6024
http://openser.svn.sourceforge.net/openser/?rev=6024&view=rev
Author: henningw
Date: 2010-07-26 16:59:13 +0000 (Mon, 26 Jul 2010)
Log Message:
-----------
* revert r6013, because the caused regressions
Modified Paths:
--------------
branches/1.5/modules/db_postgres/val.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has been re-opened:
FS#77 - presence_xml with db_postgres
User who did this - Henning Westerholt (henningw)
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=77
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#80 - Major regression in db_postgres with FS#77 patch
User who did this - Henning Westerholt (henningw)
Reason for closing: Fixed
Additional comments about closing: Ok, i finished the investigation. I tried to do some workaround to restore the <null> AVP behaviour. But the other issue, the adding of a \0 byte to every returned BLOB query is even nastier. This don't happen with mysql:
append_to_reply and a test entry:
[postgres]
X-TEST=[abc.].
[mysql]
X-TEST=[abc].
So i'll revert the patch from #FS77 for now. For the presence issue we probably need to come up with another fix.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=80
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.