Hey all..
First time poster, but long time reader. Thanks to all that contribute to this excellent project, this software is very flexible!
I just wanted to mention that while upgrading my config to 1.1.0, I found that..
avp_write("$ruri/username", "$avp(myuser)") or avp_write("$ru/username", "$avp(myuser)")
does not work as expected, and does not return just the username. Instead I needed to change it to..
avp_write("$rU", "$avp(myuser)")
BTW, am I able to update via SVN to a newer bug fixed version of the 1.1.0 branch, without taking on any new things in the HEAD branch? Is it just as simple as this, and I have just not tried it. I wish to use this code in a production environment.
Kind regards, Stuart.