winix/winixd/plugins/thread
Tomasz Sowa da2dec447b allow to specify how many times we can try to connect to the database at startup
add config options:
db_startup_connection_max_attempts - default 0 (infinite)
db_startup_connection_attempt_delay - delay in seconds between attempts (default 5)

BREAKING CHANGE: WINIX_PLUGIN_INIT plugin message requires to set result status,
you have to set the result status to true (env.res) if your
plugin was initialized correctly, otherwise winix will not start
2022-04-29 06:17:16 +02:00
..
Makefile fixed compilation: pikotools is in src subdirectory now 2021-05-27 12:04:41 +02:00
Makefile.dep make depend 2022-04-26 23:46:57 +02:00
Makefile.o.dep make depend 2021-05-21 23:06:57 +02:00
createthread.cpp - added to Request: is_htmx_request (bool) - true if the request is made by htmx library (ajax) 2021-05-31 10:58:34 +02:00
createthread.h some workarounds in Thread plugin (don't show stale info in html forms) 2021-05-27 10:29:26 +02:00
funthread.cpp fixed in thread winix function: answers were not sorted correctly 2021-06-28 21:33:33 +02:00
funthread.h added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
init.cpp allow to specify how many times we can try to connect to the database at startup 2022-04-29 06:17:16 +02:00
pluginmsg.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
reply.cpp renamed: ItemContent::meta_admin -> ItemContent::admin_meta 2021-07-03 01:18:28 +02:00
reply.h some workarounds in Thread plugin (don't show stale info in html forms) 2021-05-27 10:29:26 +02:00
showthreads.cpp added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
showthreads.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
tdb.cpp added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
tdb.h added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
templates.cpp HtmlTextStream has now pt::Stream as a based class and uses pt::WTextStream as a buffer 2021-07-16 18:17:57 +02:00
templates.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
thread.cpp added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
thread.h added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
threadfiles.cpp added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
threadfiles.h added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
threadinfo.cpp - added to Request: is_htmx_request (bool) - true if the request is made by htmx library (ajax) 2021-05-31 10:58:34 +02:00
threadinfo.h renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00