• Re: Test

    From Geri Atricks@21:4/102 to disconnex on Thu Jun 15 18:01:03 2023
    Hello from Operation Ivy!

    Greetings, receiving you here in Huntsville, AL, USA

    --- Mystic BBS v1.12 A48 (Windows/64)
    * Origin: Legends of Yesteryear (furmenservices.net:23322) (21:4/102)
  • From disconnex@21:4/187 to All on Wed Jun 14 18:14:07 2023
    Hello from Operation Ivy!

    -dis

    ... A Mystic asking for a hot-dog: "Make me one with everything"

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Operation Ivy (21:4/187)
  • From Zip@21:1/202 to disconnex on Wed Jun 14 20:40:16 2023
    Hello disconnex!

    On 14 Jun 2023, disconnex said the following...

    Hello from Operation Ivy!

    -dis

    ... A Mystic asking for a hot-dog: "Make me one with everything"

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Operation Ivy (21:4/187)

    Got you here! =)

    Best regards
    Zip

    --- Mystic BBS v1.12 A49 2023/04/30 (Linux/64)
    * Origin: Star Collision BBS, Uppsala, Sweden (21:1/202)
  • From esc@21:4/173 to disconnex on Wed Jun 14 23:11:32 2023
    Hello from Operation Ivy!

    A fellow bay area punk? hehe

    --- Mystic BBS v1.12 A49 2023/02/26 (Linux/64)
    * Origin: m O N T E R E Y b B S . c O M (21:4/173)
  • From disconnex@21:4/187 to esc on Thu Jun 15 11:07:44 2023
    A fellow bay area punk? hehe

    Yes but, Chesapeake bay :)

    -dis

    ... Great minds think alike; small minds run together

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Operation Ivy (21:4/187)
  • From deon@21:2/116 to All on Tue Sep 12 18:00:39 2023
    Howdy,

    I've just updated clrghouz to only respond to test messages in this FSX_TEST - so it shouldnt respond here - see if it works :)


    ...δεσ∩
    --- SBBSecho 3.20-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From outsoft@21:1/173 to deon on Tue Sep 12 12:44:09 2023
    Works :-)



    --Simon

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: Sinclair Retro BBS (21:1/173)
  • From apam@21:1/999 to All on Tue Nov 19 12:39:40 2024
    Just a test...

    Andrew


    --- envy
    * Origin: "Bloodlust - Envy WHQ" (21:1/999)
  • From Al@21:4/106 to apam on Mon Nov 18 20:15:22 2024
    Just a test...

    The MSGID could use work but aside from that.. all good.. :)

    @SEEN-BY: 1/100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 @SEEN-BY: 1/117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 133 134 @SEEN-BY: 1/135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 152 @SEEN-BY: 1/153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 @SEEN-BY: 1/171 172 173 174 175 176 177 178 180 181 182 183 184 185 186 187 188 @SEEN-BY: 1/189 190 191 193 194 195 197 198 199 200 201 202 203 204 205 206 207 @SEEN-BY: 1/208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 @SEEN-BY: 1/225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 @SEEN-BY: 1/242 243 244 245 246 247 248 616 995 999 2/100 1202 3/100 4/100 106 @SEEN-BY: 5/100 6/100
    @PATH: 1/999 100 4/106
    @CHRS: CP437 2
    @TZUTC: 100
    @MSGID: ��[KV
    @TID: hpt/lnx 1.9 2024-03-02

    --- BBBS/Li6 v4.10 Toy-7
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106)
  • From apam@21:1/101 to Al on Tue Nov 19 17:35:41 2024
    The MSGID could use work but aside from that.. all good.. :)

    Thanks, it should be sorted now.. for some reason linux doesn't like it when you do :

    somestringstream.str().c_str()

    I have to do:

    std::string somestring = somestringstream.str();
    then somestring.c_str();

    it works on macOS and sometimes it works on linux but other times it puts out rubbish.

    Andrew

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From slacker@21:3/193 to apam on Tue Nov 19 05:35:19 2024

    Thanks, it should be sorted now.. for some reason linux doesn't like it when you
    do :
    somestringstream.str().c_str()
    I have to do:
    std::string somestring = somestringstream.str();
    then somestring.c_str();

    Gotta love it when oddities like that pop up! /s
    I have a few similar unexpected needed explicit assignments before working with some string data in my BBS code as well (It's Perl though, not C++). I ended up putting a comment whenever it happened.

    As a side note though, I never received (at least not yet) the original message with the 'bad' message id here.

    --- NE BBS v0.68 (linux; x64)
    * Origin: NE BBS - nebbs.servehttp.com:9223 (21:3/193)
  • From deon@21:2/116 to slacker on Tue Nov 19 23:12:32 2024
    Re: Re: Test
    By: slacker to apam on Tue Nov 19 2024 05:35 am

    Howdy,

    As a side note though, I never received (at least not yet) the original message with the 'bad' message id here.

    Yeah, I picked that up as well - it didnt get to clrghouz.

    I have a couple of unprocessed packets in my inbound that I'm debugging, but I actually dont think the packet got to Hub 3 at all..


    ...δεσ∩
    --- SBBSecho 3.20-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)