Pop-Up Thingie

KrAABy Gamer BBS
  • Home
  • Forum
  • Files
  • Register
  • Log in

  1. Forum
  2. DOVE-Net
  3. Synchronet Programming
  • Changes to echicken/synchronet-web-v4

    From rswindell@VERT/ECBBS to All on Tuesday, September 24, 2019 18:36:35
    Commit ID: 2e847de9f934be251c9f7d129c5747bcf577935e
    Author: rswindell
    Modified: web/root/api/events.ssjs

    Message:
    It was observed that httpSess threads would consume ~15% of a CPU

    Using Linux top, long-running (hundreds of hours) httpSess threads were seen consuming ~15% of a CPU core. This loop calls time() and yield() in a tight loop, so instead mswait(50) (milliseconds), which reduces the CPU utilization considerable (down to < 1%), but will slightly impact the frequency with
    which the events callbacks are invoked. A better scheme would be to block
    while waiting for an event or a timeout (e.g. 1 second), so this is not a
    great solution. More of a work-around.

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/2e847de9f934be251c9f7d129c5747bcf577935e


    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From rswindell@VERT/ECBBS to All on Saturday, October 05, 2019 15:40:03
    Commit ID: 002a885ea108a39d0ab424adb339b99e6c2cfc55
    Author: rswindell
    Modified: web/lib/forum.js

    Message:
    Don't allow replying to one's self

    When posting a reply-message, if the original "from" field is the
    current user's alias, then reply to the original message's "to"
    value instead of the "from" value. This is also how sbbs handles
    reply 'to' fields.

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/002a885ea108a39d0ab424adb339b99e6c2cfc55


    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From echicken@VERT/ECBBS to All on Wednesday, January 08, 2020 12:49:46
    Commit ID: 1f9a87dc0b4b500e9526f84fe2a08519c28c070c
    Author: echicken
    Modified: web/lib/forum.js

    Message:
    Break out spam attribute/subject check into a function for use
    in the mail and forum pages.

    If modopts -> [web] -> forum_no_spam, then filter spam messages
    in the forum. (Maybe make this more advanced in the future so
    users can see these messages if they want to.)

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/1f9a87dc0b4b500e9526f84fe2a08519c28c070c


    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Richard Williamson@VERT/RICHARDF to echicken on Saturday, January 18, 2020 01:53:29
    Commit ID: 1f9a87dc0b4b500e9526f84fe2a08519c28c070c
    Author: echicken
    Modified: web/lib/forum.js

    Message:
    Break out spam attribute/subject check into a function for use
    in the mail and forum pages.

    If modopts -> [web] -> forum_no_spam, then filter spam messages
    in the forum. (Maybe make this more advanced in the future so
    users can see these messages if they want to.)

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/1f9a87dc0b4b 500e9526f84fe2a08519c28c070c

    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    ­ Synchronet ­ electronic chicken bbs - bbs.electronicchicken.com


    Guess I need to update

    ---
    ­ Synchronet ­ Richard's Fun House BBS | http://richardf.ddns.net
  • From echicken@VERT/ECBBS to Richard Williamson on Monday, January 20, 2020 09:17:53
    Re: Changes to echicken/synchronet-web-v4
    By: Richard Williamson to echicken on Sat Jan 18 2020 02:53:29

    Guess I need to update

    Not really. This update doesn't actually do anything useful at the moment.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From echicken@VERT/ECBBS to All on Monday, February 17, 2020 18:09:18
    Commit ID: b24c830e7d52377471d06524a29dcbf49ca40cfe
    Author: ftoledo
    Added: web/lib/locale/es_ar.ini

    Message:
    begin spanish translation

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/b24c830e7d52377471d06524a29dcbf49ca40cfe


    Commit ID: ee327e58d356736064a6d510d1f1dde8c111e4f4
    Author: ftoledo
    Modified: web/lib/locale/es_ar.ini

    Message:
    siguiendo traducciones

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/ee327e58d356736064a6d510d1f1dde8c111e4f4


    Commit ID: 05fa5e868000ca3903a842aa7275133a7c9f5785
    Author: echicken
    Added: web/lib/locale/es_ar.ini

    Message:
    Merge pull request #33 from ftoledo/master

    begin spanish translation

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/05fa5e868000ca3903a842aa7275133a7c9f5785


    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From rswindell@VERT/ECBBS to All on Monday, April 13, 2020 00:10:19
    Commit ID: a03cd7dfe8fd3ac0d6322348cd38034b1e3a01db
    Author: rswindell
    Modified: web/root/api/files.ssjs

    Message:
    Use User.downloaded_file() to do "all the things"

    The User.downloaded_file() method has been enhanced to accept a directory
    code and a filename to do "all the things" expected after a file has been successfully downloaded. Use the method.

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/a03cd7dfe8fd3ac0d6322348cd38034b1e3a01db


    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From echicken@VERT/ECBBS to All on Monday, April 13, 2020 00:43:19
    Commit ID: aa48840eb066aac1c7880f85c5680116786a9f5e
    Author: echicken
    Modified: web/root/api/files.ssjs

    Message:
    Prevent download if !dir is_exempt and file credits > user
    total credits.
    Set an 'error' property on reply if file not found or not
    enough credits.

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/aa48840eb066aac1c7880f85c5680116786a9f5e


    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From echicken@VERT/ECBBS to All on Tuesday, April 28, 2020 15:23:29
    Commit ID: 193d97f0118ea2153d56ba7b35ee0ff62fa74917
    Author: echicken
    Removed: web/sidebar/.extras/openweathermap.ssjs

    Message:
    Garbage.

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/193d97f0118ea2153d56ba7b35ee0ff62fa74917


    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From rswindell@VERT/ECBBS to All on Saturday, May 02, 2020 23:06:49
    Commit ID: 5b513b083031709cdd51a6585db16001de94a238
    Author: rswindell
    Modified: web/lib/forum.js

    Message:
    Fix the display of anonymous messages and posting on anon-only subs

    Don't display the name of messages posted with the anonymous attribute
    and force messages posted to anonymous-only subs as anonymous.

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/5b513b083031709cdd51a6585db16001de94a238


    Commit ID: c7ea463812c6468c72bfa5b331abea67102abe33
    Author: rswindell
    Removed: web/sidebar/.extras/openweathermap.ssjs

    Message:
    Merge branch 'master' of https://github.com/echicken/synchronet-web-v4

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/c7ea463812c6468c72bfa5b331abea67102abe33


    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From echicken@VERT/ECBBS to All on Monday, July 20, 2020 15:19:02
    Commit ID: 7944f02f291f094e9971515ff8fb392082841144
    Author: echicken
    Modified: web/pages/.examples/003-games.xjs

    Message:
    Don't prevent default click thing from doing its click thing.
    (Jump back to #fTelnet anchor when doing the click thing on
    a clickable click thing to do the thing.)
    Complaint courtesy of Android8675309

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/7944f02f291f094e9971515ff8fb392082841144


    Commit ID: 2af3bf393eddcfbee67e9ee4d2e009887d96a2ad
    Author: echicken
    Removed: web/sidebar/.extras/openweathermap.ssjs
    Modified: web/lib/forum.js

    Message:
    fucking git I dunno
    Merge branch 'master' of github.com:echicken/synchronet-web-v4

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/2af3bf393eddcfbee67e9ee4d2e009887d96a2ad


    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From rswindell@VERT/ECBBS to All on Wednesday, August 12, 2020 22:46:27
    Commit ID: a9d108da4c33a48b0d79b60178f2927494ac218f
    Author: rswindell
    Modified: web/lib/forum.js

    Message:
    Fix typo in my last commit to this file (from May 6)

    Fixes error: ReferenceError: MGS_HFIELDS_UTF8 is not defined
    when attempting to post a poll.

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/a9d108da4c33a48b0d79b60178f2927494ac218f


    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From echicken@VERT/ECBBS to All on Friday, August 14, 2020 21:52:46
    Commit ID: c0b65067eb8a8ec1a4946a089964c740cb8b9d7e
    Author: echicken
    Modified: web/pages/.examples/002-files.xjs

    Message:
    Make the script not poop its pants if the requested file
    directory or library does not exist. (Thx DM)

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/c0b65067eb8a8ec1a4946a089964c740cb8b9d7e


    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From rswindell@VERT/ECBBS to All on Saturday, August 15, 2020 19:32:27
    Commit ID: abef8a34f14aa8db1fee4b208a2d97197b78f90a
    Author: rswindell
    Modified: web/root/api/files.ssjs

    Message:
    Don't allow downloads form non-accessible directories.

    Double-check that the user has access to both the directory and the containing library before allowing a download a file.

    Commit URL: https://github.com/echicken/synchronet-web-v4/commit/abef8a34f14aa8db1fee4b208a2d97197b78f90a


    Repository URL: https://github.com/echicken/synchronet-web-v4

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • Who's Online

  • Recent Visitors

    • Guest
      Monday, May 05, 2025 21:50:43
      from /bin/busybox Cat /proc/self/ex via Raw
    • Guest
      Monday, May 05, 2025 12:09:21
      from System via Raw
    • Guest
      Sunday, May 04, 2025 04:33:42
      from /bin/busybox Cat /proc/self/ex via Raw
    • Guest
      Sunday, April 27, 2025 12:12:38
      from /bin/busybox Cat /proc/self/ex via Raw
  • System Info

    Sysop: KrAAB
    Location: Donna, TX
    Users: 4
    Nodes: 20 (0 / 20)
    Uptime: 35:56:03
    Calls: 494
    Files: 2,467
    D/L today: 52 files
    (10,000K bytes)
    Messages: 44,389

© KrAABy Gamer BBS, 2025