aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorken restivo <ken@restivo.org>2015-11-12 18:02:20 -0800
committerken restivo <ken@restivo.org>2015-11-12 18:02:20 -0800
commit4872a30e2bab4c7751bbf6549c207ae74f898597 (patch)
tree70f4031cb334bd2681ac5b1df3be13b71f000ecf /doc
parentf5fcdf1de46ac3513cdec85184505f5b54bbb05b (diff)
downloadvolse-hubzilla-4872a30e2bab4c7751bbf6549c207ae74f898597.tar.gz
volse-hubzilla-4872a30e2bab4c7751bbf6549c207ae74f898597.tar.bz2
volse-hubzilla-4872a30e2bab4c7751bbf6549c207ae74f898597.zip
Add note about base64 and urlencode.
Diffstat (limited to 'doc')
-rw-r--r--doc/database/db_channel.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/database/db_channel.bb b/doc/database/db_channel.bb
index 70887298d..6f53517d8 100644
--- a/doc/database/db_channel.bb
+++ b/doc/database/db_channel.bb
@@ -15,7 +15,7 @@
[/td][/tr]
[tr][td]channel_guid_sig[/td][td]channel.gui signed with channel.prvkey and base64url_encoded[/td][td]text[/td][td]NO[/td][td][/td][td]NULL[/td][td]
[/td][/tr]
-[tr][td]channel_hash[/td][td]whirlpool hash of channel.guid and channel_guid_sig concatenated, synonymous with xchan_hash[/td][td]char(255)[/td][td]NO[/td][td]MUL[/td][td][/td][td]
+[tr][td]channel_hash[/td][td]base64url_encode of a 64-char whirlpool hash of channel.guid and channel_guid_sig concatenated, synonymous with xchan_hash.[/td][td]char(255)[/td][td]NO[/td][td]MUL[/td][td][/td][td]
[/td][/tr]
[tr][td]channel_timezone[/td][td]PHP-legal timezone[/td][td]char(128)[/td][td]NO[/td][td]MUL[/td][td]UTC[/td][td]
[/td][/tr]
@@ -97,4 +97,4 @@
[/td][/tr]
[/table]
-Return to [zrl=[baseurl]/help/database]database documentation[/zrl] \ No newline at end of file
+Return to [zrl=[baseurl]/help/database]database documentation[/zrl]