- Jan 14, 2025
-
-
Rob Swindell authored
... using uncrustify mod_paren_on_return config
-
Rob Swindell authored
White-space changes only, exception being the rare insertion of NL before closing brace (couldn't find the option to disable that behavior). I excluded some header files (e.g. sbbs.h) since uncrustify seemed to be doing more harm than good there. I might just end up applying different set of rules to .h files.
-
- Feb 14, 2024
-
-
Rob Swindell authored
-
- Jan 01, 2024
-
-
Rob Swindell authored
-
- Dec 31, 2023
-
-
Rob Swindell authored
Should calm the clang warnings reported by Deuce: e.g. passing 'char *[18]' to parameter of type 'const char **' discards qualifiers in nested pointer types
-
- Mar 14, 2023
-
-
Rob Swindell authored
Mainly capitalization, but some typos and added details.
-
- Apr 04, 2021
-
-
Rob Swindell authored
This macro has expanded to nothing for a while now and even before, the usage was misguided and unnecessary as explained in this video: https://www.youtube.com/watch?v=cjotPqQxxAY
-
- Sep 25, 2020
-
-
Rob Swindell authored
-
- Aug 16, 2020
-
-
Rob Swindell authored
-
- Mar 19, 2020
-
-
rswindell authored
-
- Jan 21, 2016
-
-
deuce authored
the constructor things. This allows TLS-enabled services to work correctly, and removes an ugly hack from the web server. There's still an odd issue with the NNTP service when using TLS though.
-
- Oct 28, 2015
-
-
deuce authored
directory. This is the beginnings of the ability to write a door in JS for all BBSes, not just Synchronet (door kit pending). This requires moving js_CreateCommonObjects() into main.cpp, which requires constifying the name parameter to js_CreateClientObject() due to C++ being more paranoid about using a string literal as a char * parameter (warning fix).
-
- Aug 17, 2015
-
-
rswindell authored
no functional change.
-
- Feb 07, 2013
-
-
deuce authored
-
- Oct 29, 2011
-
-
deuce authored
resolve callbacks.
-
- Oct 19, 2011
-
-
rswindell authored
all exported functions and data types using a 32-bit time_t (time32_t).
-
- Oct 16, 2011
-
-
rswindell authored
-
- Oct 11, 2011
-
-
deuce authored
-
- Oct 10, 2011
-
-
deuce authored
Only js_ValueToStringBytes() still leaks.
-
- Oct 09, 2011
- Jun 04, 2008
-
-
deuce authored
by properly const-ifying the appropriate functions and variables. Not yet tested on Win32
-
- Jan 11, 2008
-
-
deuce authored
-
- Dec 13, 2005
-
-
rswindell authored
(rather than _DEBUG) - improving performance and memory usage in the 99% of debug builds that don't need the JSDOC stuff.
-
- Oct 19, 2003
-
-
rswindell authored
(whenever possible), for documentation purposes (jsdocs.js).
-
- May 06, 2003
-
-
rswindell authored
-
- Apr 02, 2003
-
-
rswindell authored
reasignment by script author accidentally using object name as local variable.
-
- Nov 30, 2002
-
-
rswindell authored
-
- Nov 09, 2002
-
-
rswindell authored
-
- Nov 08, 2002
-
-
rswindell authored
-
- Oct 16, 2002
-
-
rswindell authored
-
- Sep 06, 2002
-
-
rswindell authored
-
- Sep 05, 2002
-
-
rswindell authored
-
- Aug 30, 2002
-
-
rswindell authored
-
- Feb 02, 2002
-
-
rswindell authored
-
- Jul 17, 2001
-
-
rswindell authored
-
- Jun 22, 2001