Contains all information about pads
-
atext - the latest attributed text
-
pool - the attribute pool
-
head - the number of the latest revision
-
chatHead - the number of the latest chat entry
-
public - flag that disables security for this pad
-
passwordHash - string that contains a salted sha512 sum of this pad’s password
Saves a revision $REVNUM of pad $PADID
-
meta
-
author - the autorID of this revision
-
timestamp - the timestamp of when this revision was created
-
changeset - the changeset of this revision
Saves a chat entry with num $CHATNUM of pad $PADID
-
text - the text of this chat entry
-
userId - the authorID of this chat entry
-
time - the timestamp of this chat entry
Information about an author
-
name - the name of this author as shown in the pad
-
colorID - the colorID of this author as shown in the pad
a group of pads
-
pads - object with pad names in it, values are 1 ==== session:$SESSIONID a session between an author and a group
-
groupID - the groupID the session belongs too
-
authorID - the authorID the session belongs too
-
validUntil - the timestamp until this session is valid
saves the sessions of an author
-
sessionsIDs - object with sessionIDs in it, values are 1