|
fb0d2db156
|
Merge branch 'master' into postgres-switch
|
2024-10-19 15:28:59 +03:00 |
|
|
6727bd3769
|
polished code
|
2024-10-17 12:55:47 +03:00 |
|
|
9f8fcf1ed0
|
attach account service to handler
|
2024-10-17 12:54:11 +03:00 |
|
|
a759f47c8e
|
Merge branch 'master' into postgres-switch
|
2024-10-17 12:49:28 +03:00 |
|
|
1aeb18379c
|
added a db flag and Database to the context
|
2024-10-17 12:46:20 +03:00 |
|
|
09eac03e10
|
use env variables
|
2024-10-15 23:41:16 +03:00 |
|
|
368c25125a
|
set flag count to 128
|
2024-10-15 13:59:49 +03:00 |
|
lash
|
4ee241714b
|
Attempt 2 revert changes from ssh
|
2024-09-26 15:08:15 +01:00 |
|
|
0dc322729f
|
Merge pull request 'SSH server entry point.' (#77) from lash/ssh-2 into master
Reviewed-on: #77
|
2024-09-26 15:55:51 +02:00 |
|
|
2643c0c9ff
|
only have a -d for the engineDebug
|
2024-09-24 16:11:22 +03:00 |
|
|
b8852e1ab3
|
add engineDebug and stateDebug flags
|
2024-09-24 14:10:10 +03:00 |
|
lash
|
c18c40b1b8
|
Merge branch 'lash/thread-gdbm' into lash/ssh-2
|
2024-09-23 18:56:38 +01:00 |
|
lash
|
c02d70eaa4
|
Upgrade dep, improve logging
|
2024-09-23 17:35:17 +01:00 |
|
lash
|
c2b68231f5
|
Update gitignore
|
2024-09-22 16:15:40 +01:00 |
|
lash
|
3f3dbf414c
|
Clarify keyfile use in readme
|
2024-09-22 16:13:30 +01:00 |
|
lash
|
e4c3e9f015
|
Add ssh instructions, log host key
|
2024-09-22 16:09:57 +01:00 |
|
lash
|
ada1f26b68
|
Add keystore class, separate keystore tool executable
|
2024-09-22 15:41:55 +01:00 |
|
lash
|
935b777e57
|
Factor out ssh service code
|
2024-09-22 14:41:01 +01:00 |
|
lash
|
19372c17f4
|
Reinstate ssh executable
|
2024-09-22 03:06:24 +01:00 |
|
lash
|
1cc2f58ab3
|
Remove ssh
|
2024-09-22 03:03:03 +01:00 |
|
lash
|
e07f88b368
|
Settable ssh keyfile, host, port
|
2024-09-22 02:57:10 +01:00 |
|
lash
|
84422684c5
|
Rehabilitate all executables
|
2024-09-22 02:33:11 +01:00 |
|
lash
|
78d349ccc7
|
Add threaded gdbm wrapper
|
2024-09-22 02:21:56 +01:00 |
|
lash
|
0813a619b4
|
Add hacky db closer function in ssh
|
2024-09-21 21:32:02 +01:00 |
|
lash
|
5ed9d2643b
|
WIP can execute single session, but persister fails in next
|
2024-09-21 18:56:20 +01:00 |
|
lash
|
8dcba67fe9
|
WIP can execute single session, but persister fails in next
|
2024-09-21 18:49:11 +01:00 |
|
lash
|
5cac17676a
|
WIP adapt ssh server sketch to urdt setup
|
2024-09-21 00:32:39 +01:00 |
|
|
e754773bce
|
remove need for initial Exec before loop
|
2024-09-20 22:16:43 +03:00 |
|
|
e6e701a609
|
remove init and use Exec
|
2024-09-20 13:13:20 +03:00 |
|
|
e581a1ad2f
|
factor out getflag
|
2024-09-19 21:04:09 +03:00 |
|
|
bc9dfe4f65
|
remove redundant code
|
2024-09-19 17:01:23 +03:00 |
|
|
ffa00ae15c
|
refactor code
|
2024-09-19 16:18:21 +03:00 |
|
|
13294b42d3
|
refactor code
|
2024-09-19 16:16:17 +03:00 |
|
|
81159e77d1
|
refactor code
|
2024-09-19 16:15:29 +03:00 |
|
|
71e1ae6e3c
|
add function registration service
|
2024-09-19 15:54:23 +03:00 |
|
|
2e7c07e6f4
|
added missing functions to the other getHandlers
|
2024-09-17 15:31:44 +03:00 |
|
|
065c8e5c1d
|
use a single set_language function for setting and changing language
|
2024-09-17 15:26:50 +03:00 |
|
|
06e23565df
|
added the SetNewLanguage function
|
2024-09-16 17:29:27 +03:00 |
|
|
2ed9f083bb
|
add quit with helpline info
add quit with helpline info
|
2024-09-16 15:17:56 +01:00 |
|
|
3f3e98e637
|
add pin reset handlers
|
2024-09-16 14:39:01 +03:00 |
|
|
f4f475bd45
|
Merge pull request 'africas-talking' (#50) from africas-talking into lash/async-driver
Reviewed-on: #50
Reviewed-by: lash <accounts-grassrootseconomics@holbrook.no>
|
2024-09-14 16:28:05 +02:00 |
|
|
3cb0b099e4
|
use the new AtSessionHandler
|
2024-09-14 15:55:45 +03:00 |
|
|
b53658e038
|
have AtOutput as an option
|
2024-09-13 16:03:31 +03:00 |
|
lash
|
9b4a4eeaf4
|
Temporary solution for make sure storage object gets put back in all cases of execution
|
2024-09-12 16:46:11 +01:00 |
|
|
5e4e6a21a0
|
Added africastalking binary
|
2024-09-12 15:56:57 +03:00 |
|
lash
|
b31d3b907a
|
Add shutdown to async, rehabilitate http cmd
|
2024-09-12 04:13:57 +01:00 |
|
lash
|
d49f866ca4
|
Factor out methods common to http and async cli
|
2024-09-12 04:07:55 +01:00 |
|
lash
|
dde9f552a6
|
Isolate http specific parts to minimal
|
2024-09-12 03:30:23 +01:00 |
|
lash
|
514e043e38
|
Fix symptom of handler missing persister
|
2024-09-11 17:53:12 +01:00 |
|
lash
|
681f293d3c
|
Externalize requestparser, flush persister on http request end
|
2024-09-10 23:09:10 +01:00 |
|