Package

com.karasiq

nanoboard

Permalink

package nanoboard

Visibility
  1. Public
  2. All

Type Members

  1. case class NanoboardCategory(hash: String, name: String) extends Product with Serializable

    Permalink

    Nanoboard category data

    Nanoboard category data

    hash

    Category hash

    name

    Category alias

  2. case class NanoboardMessage(parent: String, text: String, pow: ByteString = NanoboardMessage.NoPOW, signature: ByteString = NanoboardMessage.NoSignature) extends Product with Serializable

    Permalink
  3. class NanoboardMessageGenerator extends AnyRef

    Permalink

    Nanoboard message generator

Value Members

  1. object NanoboardLegacy

    Permalink

    Official implementation compatibility util

    Official implementation compatibility util

    See also

    https://github.com/nanoboard/nanoboard

  2. object NanoboardMessage extends MessagePackFormat with Serializable

    Permalink
  3. object NanoboardMessageGenerator

    Permalink
  4. package captcha

    Permalink
  5. package encoding

    Permalink
  6. package sources

    Permalink

Ungrouped