- Mar 17, 2022
-
-
Rob Swindell authored
for Andre
-
- Mar 16, 2022
-
-
Rob Swindell authored
So you have multiple IRC servers configured in modopts.ini and you want different channel list per server? Just add more keys to the modopts.ini [chat_sec] section of the form: <server>=<channel_list> Where <server> is the IRC server's host name (e.g. irc.synchro.net) and <channel_list> is a comma-separated list of channels to override the default list of channels (set with the "irc_channel" key). For DesotoFireflite (VALHALLA)
-
- Mar 15, 2022
-
-
Rob Swindell authored
LORD: Fix daily bank transfer count not being reset properly See merge request !163
-
Rob Swindell authored
LORD: Fix online duel event See merge request !162
-
Rob Swindell authored
DDMsgReader: Added back a few functions that were accidentally removed See merge request !161
-
Rob Swindell authored
Removed references to old files See merge request !160
-
Eugene So authored
-
Eric Oulashin authored
Added back a few functions that were accidentally removed (which weren't moved to attr_conv.js)
-
Eugene So authored
Fixed broken code when taunting opponent Fixed broken code when aborting after waiting a long time for opponent to respond.
-
Eric Oulashin authored
-
- Mar 14, 2022
-
-
Rob Swindell authored
DDMsgReader can be called directly as a loadable module See merge request !159
-
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
std::min() requires both arguments be of same type too.
-
Rob Swindell authored
More immediately. I wanted to debug the ETA value here and the action wasn't written to the node file here, but later.
-
Rob Swindell authored
Resolve issues displaying file sizes > 4GB and calculating credit values.
-
Rob Swindell authored
To display (rather than "Searching for Dupes") when calculating file hashes.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Fix for "fileDesc is not defined" error when displaying the file description on the main screen. See merge request !158
-
Eric Oulashin authored
ddfilelister version 2.05a: Fix for "fileDesc is not defined" error when displaying the file description on the main screen. Also made a small refactor to the main screen refresh function.
-
Rob Swindell authored
qp_decode (quoted-printable in-place decode of a string) could write 2 characters *beyond* the allocated buffer by appending "\r\n" to a string that was not quoted-printable in the first place. i.e. the contents of buf were not actually changed in the decode loop. This could result in a corrupted heap and crash of sbbs or smbutil when reading such a message. This change may result in a lack of CRLF appended to decoded plain text output, so we'll have to keep an eye out for that and resolve it some other way. One possibility could be to only append the CRLF if the destination pointer is sufficiently behind the source pointer. This solves the crash that Kirkman reported with a specific message in his "mail" base. The header for the message said it was quoted-printable encoded, but the body text was not actually encoded at all: OtherHeader Content-Type: text/plain; charset="iso-8859-1" OtherHeader MIME-Version: 1.0 OtherHeader Content-Transfer-Encoding: quoted-printable
-
Rob Swindell authored
-
- Mar 13, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
<Dan_C> DigitalMan: minor install issue noted today - during a fresh (Linux) install on a test box, the build failed because it was unable to execute the "sudo setcap ..." command. This was on Slackware 15.0, where the setcap executable is located in /sbin , and that directory is not in the $PATH of a normal user, or even when a normal user uses the 'sudo' command.
-
Rob Swindell authored
This reverts commit cc53c94a. SETCAP isn't a command-line after all, it's a build target.
-
Rob Swindell authored
This reverts commit 269968d7. SETCAP isn't a command-line afterall, it's a build target.
-
Rob Swindell authored
So use 'whereis' to find and and 'cut' to trim its output
-
Rob Swindell authored
<Dan_C> DigitalMan: minor install issue noted today - during a fresh (Linux) install on a test box, the build failed because it was unable to execute the "sudo setcap ..." command. This was on Slackware 15.0, where the setcap executable is located in /sbin , and that directory is not in the $PATH of a normal user, or even when a normal user uses the 'sudo' command. Also include SETCAP in the set of documented make variables.
-
Rob Swindell authored
-
Rob Swindell authored
Actually probably doesn't fix it, but what'evs
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Also, when hitting ESC at the "Use Real Names" prompt, don't prompt for the Lower-casing of the drop file name.
-
Rob Swindell authored
-
Rob Swindell authored
-