- Aug 02, 2012
- Aug 01, 2012
-
-
rswindell authored
Using C99 types (e.g. uint8_t instead of uchar).
-
- Jul 27, 2012
-
-
mcmlxxix authored
-
- Jul 24, 2012
-
-
rswindell authored
did not work (since rev 1.96, Tue Sep 27 09:36:26 2005): after selecting such an editor available to a user solely because of their user number, their editor setting would automatically revert to 0 (none/internal editor) because the user number used for the ARS check in getuserdat() was 0. Fixed by setting the user->number value before calling chk_ar().
-
- Jul 22, 2012
-
-
rswindell authored
Convert binary export pointer file (*.sfp) to a field of the <subcode>.ini. Strip control character (e.g. new-line sequences) from log file output. Paranoid use of parenthesis around bit-wise operations. Resolve some 64-bit warnings/problems (e.g. ulong msgptrs). When exporting a reply to an existing message, do not "generate" a REPLYID field if the original (replied-to) message did not have a MSGID (bug reported by Mark Lewis). Convert CP437 chars used for creating sbbsecho.msg to hex to resolve viewcvs UTF-8 python error: UnicodeDecodeError: 'utf8' codec can't decode byte 0xdc in position 147782: invalid continuation byte
-
rswindell authored
-
deuce authored
-
deuce authored
-
- Jul 21, 2012
- Jul 20, 2012
- Jul 19, 2012
-
-
deuce authored
Fix Warnings by logging cryptFlushData() errors.
-
deuce authored
-
deuce authored
size_t type where ssize_t was formerly used. Is the correct size and type and should work on Windows where the Microsoft compiler and the API are missing the ssize_t type. Also, remove illegal assignments to casts.
-
rswindell authored
-
echicken authored
-
deuce authored
Now when you can't allocate the second GB of RAM to show your billion line scrollback, will simply not show you the 1GB of scrollback you have amassed. You still won't be able to see it, but it won't crash anymore. Reported by Digital Man.
-
deuce authored
was made multi-instance safe.
-
- Jul 18, 2012
-
-
echicken authored
-
echicken authored
Fixed a bug in retransmission of frames following receipt of an S_FRAME_REJ.
-
echicken authored
Respect the new ax25Client.wait property; don't send any I frames to the client until this is false try reading bibble.
-
echicken authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
echicken authored
-
- Jul 17, 2012
-
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
A rudimentary packet radio BBS service / UI for AX.25 clients. Supports reading and writing messages, autologin based on callsign.
-
echicken authored
A few other small changes.
-
echicken authored
To do: timers, flow control improvements.
-