Skip to content
Snippets Groups Projects
  • Pedro Beschorner Marin's avatar
    77372411
    Reduce pad's hash size · 77372411
    Pedro Beschorner Marin authored
    Etherpad has a limitation of 50 characters for it's pad ids. Although
    our SHA1 hash function generates 40 characters length values, after
    prefixing (Meteor's instance id) and suffixing (closed captions support)
    the pad id we can reach an invalid size.
    77372411
    History
    Reduce pad's hash size
    Pedro Beschorner Marin authored
    Etherpad has a limitation of 50 characters for it's pad ids. Although
    our SHA1 hash function generates 40 characters length values, after
    prefixing (Meteor's instance id) and suffixing (closed captions support)
    the pad id we can reach an invalid size.
etherpad.js 1.70 KiB