- Jan 11, 2014
-
-
deuce authored
This allows using it to set the server/portname.
-
- Jan 10, 2014
- Jan 09, 2014
-
-
art authored
- Provide option to use hardcoded PATH_FATFISH where FatFish is called within another JS program. - Update default values to use a JSON server, defaulting to localhost. - Update default global server to use Romulus BBS. - Art's first British commit! :D NOTE: All Sysops running FatFish in InterBBS mode should upgrade. Now.
-
deuce authored
-
deuce authored
1 UID SEARCH 1:100 UID 500:600 This may fix the iOS problems with the IMAP service.
-
deuce authored
-
deuce authored
character. Escape/parse it correctly to prevent subs with & in them from freaking out IMAP clients.
-
deuce authored
-
rswindell authored
all stopped the service instead. Thanks for the bug report, art!
-
deuce authored
-
- Jan 08, 2014
-
-
deuce authored
-
echicken authored
-
deuce authored
-
deuce authored
object.
-
rswindell authored
We don't really need to check active_clients (redundant with thread_count) before allowing recycle.
-
rswindell authored
a message with an invalid conference number.
-
deuce authored
:D :D :D
-
deuce authored
-
deuce authored
the offset is in user number, not in number of users.
-
rswindell authored
timed events, QWK call-out nodes, etc.) when the server has been terminated.
-
deuce authored
for large user lists.
-
echicken authored
Display users in pages of 100 by default, so as not to be too slow on systems with over 9000 users (eg. Vertrauen.) With the help of whisky, probably introduced new problems to be dealt with at some later time after they are discovered.
-
rswindell authored
related crashes (mainly due to null pointer dereferences of scfg_t members freed in cleanup()). Use of new protected_int_value() for extra paranoia (but can't use it on destroyed protected-int's).
-
rswindell authored
current protected-interger value.
-
- Jan 07, 2014
-
-
rswindell authored
to work-around issue when SyncTERM (with ipv6 support) is the default Telnet URI handler.
-
mcmlxxix authored
-
mcmlxxix authored
-
rswindell authored
*before* calling _beginthread(). The active_clients is exactly perfect here either (since it's incrementing in the ctrl_thread), todo later, but shouldn't cause a crash like the above issue.
-
rswindell authored
due to race condition betwen call of _beginthread() to thread function actually being executed and the notice of a recycle semaphore condition and the freeing of dynamically allocated elements of the global scfg instance.
-
deuce authored
-
deuce authored
-
deuce authored
Don't permit users to delete sections of the help file (heh).
-
rswindell authored
-
rswindell authored
-
- Jan 06, 2014