sbbs.el

History Of Ticket ee2e075a9819e83f97775ac8216b2c3753e8594b
Login

Artifacts Associated With Ticket ee2e075a9819e83f97775ac8216b2c3753e8594b

  1. Ticket change [66e99c862f] (rid 63) by phi on 2020-05-28 16:36:21:

    1. foundin initialized to: "0.1.0"
    2. icomment:
      There are decoding issues when opening non-ASCII text, such as on https://bbs.jp.net/mona. 
      
      Instead of 
      
      There's this new board for everything related to Japanese culture.
            ⋁
                ∧_∧
          ∧_∧  (´<_`  ) ∠This is incredibly original.
         ( ´_ゝ`) /   ⌒i   
         /   \     | |       
        /    / ̄ ̄ ̄ ̄/ |          
      __(__ニつ/  FMV  / .| .|____
          \/____/ (u ⊃
      
      one gets
      
      There's this new board for everything related to Japanese culture.
      \343\200\200\342\200...
      
      and so on.
      
    3. login: "phi"
    4. mimetype: "text/x-fossil-plain"
    5. severity initialized to: "Critical"
    6. status initialized to: "Open"
    7. title initialized to: "Fix encoding issues"
    8. type initialized to: "Code_Defect"
  2. Ticket change [29cfae1acf] (rid 84) by zge on 2020-05-31 12:32:34:

    1. icomment:
      Looking further into this, I think this might be a schemebbs issue, or at lease an issue with the configuration of textboard.org. 
      
      I ran 
      
      $ curl -I https://bbs.jp.net/sexp/mona/10
      HTTP/1.1 200 OK
      Server: nginx/1.18.0
      Date: Sun, 31 May 2020 12:28:44 GMT
      Content-Type: text/x-scheme
      Content-Length: 6175
      Last-Modified: Fri, 29 May 2020 18:22:58 GMT
      Connection: keep-alive
      ETag: "5ed15302-181f"
      Accept-Ranges: bytes
      
      where the Content-Type is just "text/x-scheme", without any encoding data. I'm not sure how url.el handles this, but in eww the same post gets rendered correctly.
      
    2. login: "zge"
    3. mimetype: "text/x-fossil-plain"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
  3. Ticket change [188a6183b6] (rid 87) by anonymous on 2020-06-01 09:19:39:

    1. icomment:
      There have been some comments on the issue here: http://textboard.org/prog/39/263
      
    2. login: "anonymous"
    3. mimetype: "text/x-fossil-plain"
  4. Ticket change [1536900011] (rid 93) by zge on 2020-06-05 21:44:16:

    1. icomment: "Fixed in commit 17bd3b26618a4f16"
    2. login: "zge"
    3. mimetype: "text/x-markdown"
    4. resolution changed to: "Fixed"
    5. status changed to: "Fixed"