- Jan 01, 2019
-
-
rswindell authored
(just commented out, so easy to put back if you really want/need these).
-
- Dec 21, 2018
-
-
rswindell authored
fixes the rendering of links like this one: http://wiki.synchro.net/module:avatars
-
- Oct 15, 2018
-
-
rswindell authored
group. Resolves error line 31: TypeError: msg_area.grp[grp] is undefined
-
- Oct 06, 2018
-
-
rswindell authored
With the change to smblib of March 14 (smbstr.c 1.29), netaddr_type() will parse generic words as QWK-network addresses. The fix here is to only attempt a net-type lookup if the 'to' field contains an '@'.
-
- Aug 20, 2018
-
-
rswindell authored
The modifications are all near the bottom, just to check whether to display header, leftnav, rightnav etc.
-
- Jun 30, 2018
-
-
rswindell authored
ever know. Make the max subject length 70 (like Synchronet).
-
- Mar 18, 2018
-
-
ree authored
-
- Mar 14, 2018
- Mar 05, 2018
- Dec 03, 2017
- Dec 02, 2017
-
-
rswindell authored
(because we're writing the modified header back).
-
- Mar 03, 2017
-
-
echicken authored
-
- Jan 12, 2017
-
-
echicken authored
Don't assume the first null message index is the last message in the sub. Don't create an Array just to have something to set arbitrary properties on. This may fix the problem observed on Vert by KenDB3 (messages after mid Nov. 2016 not being displayed).
-
- Nov 24, 2016
-
-
rswindell authored
on that msg offset will fail (since include_votes is false, the default).
-
- Oct 20, 2016
-
-
rswindell authored
don't use entities (e.g. "&") unless "useentities" is set to true in the rss.ini file.
-
- Feb 18, 2016
-
-
rswindell authored
destination address did not contain the "from" name of the original msg.
-
- Dec 04, 2015
-
-
echicken authored
Omit :[WebIni.HTTPPort]. This will solve the problem for Deepend, but isn't really the best solution. The best solution would be to shoot ecWeb v3 in the face and call it a day.
-
- Dec 03, 2015
-
-
rswindell authored
is not "Internet" (e.g. QWKnet or FidoNet).
-
- Nov 23, 2015
-
-
rswindell authored
normally just contains a name) and was using the entire "user@address" for the "to_net_addr" field (which normally only contains the network address portion).
-
- Nov 17, 2015
-
-
rswindell authored
Check the user's 'M' restriction before allowing them to send netmail and throw an error if they're not allowed. The actual bug reported was that the global setting in SCFG->Networks->Internet ->Allow Sending of E-Mail wasn't being followed in the old/legacy Web GUI, and that's still the case because the scfg_t.inetmail_misc value isn't (currently) exposed via JavaScript even though the bit-flag values (NMAIL_*) are defined in sbbsdefs.js - whoops, just an oversight.
-
- Jul 24, 2015
-
-
deuce authored
-
- Jul 15, 2015
- Jun 14, 2015
-
-
rswindell authored
the "embedded" splash screen instead.
-
- Jun 02, 2015
-
-
rswindell authored
In general, the log in/log out thing needs to be better tested for the case where there is no "Guest" user account in the user base.
-
- May 30, 2015
-
-
echicken authored
-
- May 21, 2015
-
-
rswindell authored
-
- May 12, 2015
-
-
rswindell authored
See http://wiki.synchro.net/config:ini_files#filenaming for details.
-
- May 11, 2015
-
-
rswindell authored
Forcing DD-MM-YY format was wrong for a couple of reasons. Either MM/DD/YY or DD/MM/YY is valid and which is valid is based on sysop configuration (European date format enabled or not). I know this is kind of lame, but that's the current legacy design of Synchronet.
-
- May 10, 2015
- May 06, 2015
-
-
deuce authored
-
- Oct 09, 2014
-
-
echicken authored
In printBoards, try to find the most recent non-deleted message to show as 'latest' - reported by Khelair.
-
- Sep 10, 2014
- Apr 03, 2014
-
-
deuce authored
default connect ANSI. Copied this file from web/root/ftelnet/ftelnet-resources. Not sure why there are two ftelnet copies... one likely doesn't belong.
-
- Mar 14, 2014
-
-
rswindell authored
The system.inet_addr property is for Internet email and not necessarily the correct host name for this instance (these nodse) of the BBS. The "2nd rlogin name" is now *always* used as the login name for RLogin.
-