• exec/load/podcast_routines.js

    From deuce@VERT to CVS commit on Wednesday, May 06, 2015 02:04:38
    exec/load podcast_routines.js NONE 1.1
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv12002/load

    Added Files:
    podcast_routines.js
    Log Message:
    Split some stuff into a separate library so it can be shared with the web interface.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Wednesday, May 06, 2015 14:18:32
    exec/load podcast_routines.js 1.1 1.2
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv2873/load

    Modified Files:
    podcast_routines.js
    Log Message:
    Use MsgBase.get_all_msg_headers() isntead of manually iterating.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Wednesday, May 06, 2015 14:36:35
    exec/load podcast_routines.js 1.2 1.3
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv3098/load

    Modified Files:
    podcast_routines.js
    Log Message:
    More functions, fewer globals.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Thursday, May 07, 2015 02:15:11
    exec/load podcast_routines.js 1.3 1.4
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv17624/load

    Modified Files:
    podcast_routines.js
    Log Message:
    Fix length parsing and encode_xml() with non-string types.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Thursday, May 07, 2015 02:39:26
    exec/load podcast_routines.js 1.4 1.5
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv17993/load

    Modified Files:
    podcast_routines.js
    Log Message:
    Add an additional argument to podcast_load_headers() to allow keeping
    the result of get_all_msg_headers() in a passed object (should be empty).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Thursday, May 07, 2015 03:12:32
    exec/load podcast_routines.js 1.5 1.6
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv18675

    Modified Files:
    podcast_routines.js
    Log Message:
    Remove deleted an unmoderated headers from the passed all_hdrs object, so
    they can be used without further testing.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, July 15, 2015 01:18:23
    exec/load podcast_routines.js 1.6 1.7
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv5497

    Modified Files:
    podcast_routines.js
    Log Message:
    Update podcast message body parsing regexp to be more lenient about location of URL.(more lines may follow).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Saturday, August 29, 2015 03:50:35
    exec/load podcast_routines.js 1.7 1.8
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv31253

    Modified Files:
    podcast_routines.js
    Log Message:
    Links must end in .mp3.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Wednesday, September 09, 2020 21:01:03
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/79eba6e37d8d6a5e83f80796
    Modified Files:
    exec/load/podcast_routines.js
    Log Message:
    Fix problem with podcast episodes not being listed (e.g. techdorks.net)

    A message header's from_net_type can be undefined
    And apparently undefined != NET_NONE even though NET_NONE is 0.
    JavaScript is weird.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net