Skip to content
  • Keefer Rourke's avatar
    implemented preliminary POST handler on /p/ · e1abdbfd
    Keefer Rourke authored
    Other changes:
     - posts now support multiple attachments
    
    TODO:
     - captcha and API keys need be handled by srv/handlers.go: postHandler()
     - add server configurable limit for number of allowed attachments per
       post
    
    Bug fixes:
     - srv/settings.go: changed ReadConfig() to use a pointer receiver;
       config was previously being read into a copy of the Settings struct
       lol
    e1abdbfd