Hi all, recently noticed something which appears to not be working right, wondering if anyone else has seen this.tickit
If I receive an inbound file (FDN such as NODELIST) with a TIC file, my
event is auto-launched and the file is moved to the appropriate file dir (as specified by the "dir" entry in tickit.ini. However, the file listing forthat
dir is not updated by 'addfiles' as it should be. I believe that addfiles should be called by tickit to do that.
I'm using 3.17a, last updated on 12/15 if that makes any difference. Any ideas? Thanks.
---
rua Synchronet rua Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
If I receive an inbound file (FDN such as NODELIST) with a TIC file, my tickit event is auto-launched and the file is moved to the appropriatefile
dir (as specified by the "dir" entry in tickit.ini. However, the file listing for that dir is not updated by 'addfiles' as it should be. I believe that addfiles should be called by tickit to do that.
I think echicken may have submitted a fix for this?>[09:08] <cvs_echicken> tickit.js
[09:08] <cvs_echicken> Update of /cvsroot/sbbs/exec
Maybe try updating your exec directory.
- global source address override (TickitSourceAddress in global section of tickit.ini)
this bug has been fixed... update your tickit.js to the latest... that's 1.5>at the time of this writing...
it was a bug in the addfiles command line... i've been seeing it here, too,> it gave me a bit more push to dig into tickit and rummage about...
more new things are hopefully coming in the next day or so, too...>CVS majik but it is the only accurate version number i know of)
- extract tickit version from $Id: line in tickit.js (yes i know that line
you are my test subject, after all ;)
PS: i know you got at least one bad TIC this morning but the fix is easy...>forgot to add a newline to the end of the Created line to separate it from t
- global source address override (TickitSourceAddress in global section
of tickit.ini)
Just an observation: Adding a value called "TickitSomething" in tickit.ini, seems unnecessarily redundant.
you are my test subject, after all ;)
Indeed. I won't rest until you fix it... :)
PS: i know you got at least one bad TIC this morning but the fix is
easy... forgot to add a newline to the end of the Created line to
separate it from t Area line :/
Yes, I see that and fixed it. But.... the TIC still doesn't process, because it has a "pw" line but no password on it. Tickit says I have
a PW defined but the tic file doesn't... Somehow my password is not getting put into the tic file on your end.
Thanks for working on it, getting close now! :)
the Pw line was being printed all the time even if there was no password...>i've fixed that in my changes... it'll hunt down the password for linked nod
eg: check for 1:123/115> if not found, look up domain for zone 1
or the other way around...> if not found, slice @fidonet off
check for 1:123/115@fidonet
if both fail, there is no password defined so we log that and keep on going.>the main thing is that now you can have
[node:1:123/115@fidonet] in your sbbsecho.ini and>Links=1:123/115@fidonet,1:3634/12.73 in your tickit.ini... this links one be
TICKIT Executing external: ?tickit.js>TICKIT tickit.js, v1.52.ff 2018/12/23 00:00:00 wkitty42
you should have received and processed this without problems...
you should have received and processed this without problems...
I did receive it, but.... it didn't process because there was no PW
in the tic file.
Previously, I had seen a line with "Pw" followed by nothing,
and now there is no "Pw" line at all in the tic file.
Since I have a TIC pw defined (in sbbsecho.ini) for your node, it
fails. I edited my sbbsecho.ini to remove the PW for TIC files, and forced a TICKIT event, and it worked properly. So, somehow the TIC
file being sent to me does not contain my password (does not have a
line starting with "Pw").
For now I will leave my config without a PW so things will process,
and if I eventually get a TIC with a PW in it I'll put mine back... :)
Thanks again for working hard on this!
P.S. - Also sending you a Netmail with a request to add a few more
file areas... ;)
the code works great and has responded well to my testing... i wonder if i should have a couple of other folks moving TICs give the patch a try before presenting it for a commit... probably should be smaller patches, too, but i got on a roll and kept polishing the code once i got the basics working... there's even comments galore! :lol:
the code works great and has responded well to my testing... i wonder
if i should have a couple of other folks moving TICs give the patch a
try before presenting it for a commit... probably should be smaller
patches, too, but i got on a roll and kept polishing the code once i
got the basics working... there's even comments galore! :lol:
Mark,
I would be glad to test it but, with Christmas being tomorrow, it
would probably be a few days before I could get around to installing
it.
Can someone point me to the right wiki to read to setup
tickit/synchronet to make a file directory as needed when a tic file
comes in?
FWIW: installation is easy... install it in /sbbs/mods and it is used automatically unless you're trying to run it from the command line with jsexec... let me know :)
AFAIK, that option is not available at this time... the file libraries have to already be set up and the node added to the links line in tickit.ini for the area as well as the node being defined in sbbsecho.ini...
FWIW: installation is easy... install it in /sbbs/mods and it is used
automatically unless you're trying to run it from the command line with
jsexec... let me know :)
Where do I pull it from?
AFAIK, that option is not available at this time... the file
libraries have to already be set up and the node added to the links
line in tickit.ini for the area as well as the node being defined in
sbbsecho.ini...
Hmmm. What if my hub sends me something, will these files be deleted,
not transfered, or moved to my badecho folder?
AFAIK, they are left alone to be processed the next time tickit is executed... i'd have to check the code to be sure but i think that's right...
the first stage of processing is to parse_ticfile()... the following situations result in the TIC being skipped (return false;)...
try to move the file into the destination directory... the very last step process_tic() performs is to delete the TIC file so we better catch all abort scenarios before we get there... afterward, you would only have the file and no TIC to go with it...
the first stage of processing is to parse_ticfile()... the following
situations result in the TIC being skipped (return false;)...
That's something I have to configure/setup in Synchronet.
I'm getting filebones for a few different networks. I had them set up
in the BBS program I replaced with Synchro. I'm still getting the
files, I have to set them up to be moved to the right folders now
movetry to move the file into the destination directory... the very last
step process_tic() performs is to delete the TIC file so we better
catch all abort scenarios before we get there... afterward, you would
only have the file and no TIC to go with it...
I was wondering if it would delete the file if there wasn't a place to
it. I can manually move any files til I fix it.
easy enough... define the libraries and areas in scfg... then in tickit.ini three lines are required per FDN tag...
[FDN_TAG_HERE]
Dir=DIRECTORY-INTERNAL_CODE_FROM_SCFG
Links=z:n/f,z:/n/f,z:n/f
I wish there was a way to save or download a message from Synchronet. I'd like to save that message to a file and go back to it later...
I wish there was a way to save or download a message from Synchronet. I'd like to save that message to a file and go back to it later...
I wish there was a way to save or download a message from Synchronet. I'd like to save that message to a file and go back to it later...
I wish there was a way to save or download a message from Synchronet. I'd li>to save that message to a file and go back to it later...
I wish there was a way to save or download a message from Synchronet. I'd like to save that message to a file and go back to it later...
I wish there was a way to save or download a message from Synchronet. I'd like to save that message to a file and go back to it
later...
I wish there was a way to save or download a message from Synchronet.
I'd like to save that message to a file and go back to it later...
It's on the todo list. :-)
Re: tickit / addfiles
Have you tried using O and then S when reading a message?
It'll save the message to a local file. If you are remote you can use ";get" from the transfer menu to download it.
You could set up an "offline mail reader" like SLMR or Multimail, and
then download all your messages via QWK packet and read/reply offline.
The mail readers allow you to save a message.
If you're using the Digital Distortion message reader, you can save it to the local machine (the one your BBS runs on) with ctrl-S.
| Sysop: | Winzlo |
|---|---|
| Location: | Minnesota, USA |
| Users: | 11 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 495941:10:53 |
| Calls: | 82 |
| Files: | 1,070 |
| D/L today: |
27 files (11,920K bytes) |
| Messages: | 286,980 |