Commit Graph

113 Commits

Author SHA1 Message Date
David Majdandžić
7a4aa1eb9c Cleanup imports 2023-04-05 17:00:25 +02:00
David Majdandžić
eb22a43ee2 Working commit 2023-04-05 16:51:29 +02:00
David Majdandžić
3acb1f0889 Implement deliverSmReply 2023-04-04 10:13:21 +02:00
David Majdandžić
c498f6cfb7 Implement source and desination enumerators for client 2023-04-04 09:49:44 +02:00
David Majdandžić
e2a7c52541 Implement processor switching 2023-04-03 20:25:12 +02:00
David Majdandžić
3856fcecbd Fix issue with WS not sending any updates for Centers 2023-04-03 17:51:22 +02:00
David Majdandžić
f3917090f7 Implement zlib compression of ws messages 2023-04-01 17:07:06 +02:00
David Majdandžić
af199c9449 Implement json request compression 2023-04-01 16:49:50 +02:00
David Majdandžić
61de0b2a2c Fix some issues with websockets and encoding 2023-03-31 23:16:02 +02:00
David Majdandžić
a5ecf37752 Fix issue with stop send not updating status 2023-03-31 22:14:10 +02:00
David Majdandžić
de5faa4ac9 Add busy status to center 2023-03-31 21:57:14 +02:00
David Majdandžić
d920fd75d7 Fix issue with job pdu messages being parsed as objects instead of strings 2023-03-31 21:31:15 +02:00
David Majdandžić
085745f0c6 Fix center closing connections 2023-03-31 21:09:10 +02:00
David Majdandžić
5b26dd6a61 Code polish 2023-03-31 20:24:59 +02:00
David Majdandžić
fb310fa53a Minor cleanup 2023-03-31 17:13:39 +02:00
David Majdandžić
17a1c10c05 Fix issue with jobs not being assigned a command 2023-03-30 19:30:48 +02:00
David Majdandžić
10cf382d00 Minor refactoring work 2023-03-30 18:14:30 +02:00
David Majdandžić
2374cba341 Generify everything a little 2023-03-30 17:50:49 +02:00
David Majdandžić
a34d393c01 Add ts-node dependency 2023-03-30 12:45:46 +02:00
David Majdandžić
bf14864f38 Fix issue where all jobs were loaded as multiSend 2023-03-30 00:55:40 +02:00
David Majdandžić
f21695d6e1 Add writing centers to file 2023-03-30 00:41:47 +02:00
David Majdandžić
963afb446a Generify job 2023-03-30 00:36:15 +02:00
David Majdandžić
cb9c707f91 Minor fixes 2023-03-30 00:31:37 +02:00
David Majdandžić
0c52eed959 Minor changes to request structure 2023-03-29 23:05:23 +02:00
David Majdandžić
eaa67eeb71 Fix RW to file 2023-03-29 21:27:56 +02:00
David Majdandžić
c61ef86a91 Fix issue with jobs 2023-03-29 21:17:53 +02:00
David Majdandžić
0cd6ec03ba Merge branch 'typescript-rework' into dev
# Conflicts:
#	package.json
2023-03-29 21:09:42 +02:00
David Majdandžić
8315748964 Remove old api 2023-03-29 21:09:18 +02:00
David Majdandžić
23f1f99468 Implement ping endpoint 2023-03-29 21:07:47 +02:00
David Majdandžić
f972890b53 Wholly implement http server 2023-03-29 21:07:04 +02:00
David Majdandžić
f54ecf0476 Implement pduProcessors 2023-03-29 19:56:02 +02:00
David Majdandžić
7f00cffb40 More refactoring 2023-03-29 19:15:49 +02:00
David Majdandžić
ad63061209 Refactor smppsession 2023-03-29 18:55:31 +02:00
David Majdandžić
330051382e Generify smppSession 2023-03-29 18:28:25 +02:00
David Majdandžić
d683ab870b Code polish 2023-03-29 17:39:06 +02:00
David Majdandžić
b8347d6fa6 Do more refactoring 2023-03-29 17:37:23 +02:00
David Majdandžić
4d790b83b8 Do more refactoring 2023-03-29 17:23:17 +02:00
David Majdandžić
74915eb7a5 Refactor sessionManagers 2023-03-29 17:11:05 +02:00
David Majdandžić
ba9ec3d40d Minor fixes regarding sending messages 2023-03-29 16:43:47 +02:00
David Majdandžić
260ce81b76 Fix issues with events 2023-03-29 16:30:06 +02:00
David Majdandžić
e69938f9a1 Add run scripts 2023-03-29 14:03:40 +02:00
David Majdandžić
44348e7a85 Implement websocket server 2023-03-28 21:53:07 +02:00
David Majdandžić
c4d5a62a46 Implement pduprocessors 2023-03-28 20:22:29 +02:00
David Majdandžić
9c0de4ef3c Implement various getters and setters 2023-03-28 20:12:11 +02:00
David Majdandžić
5f32eb127d Fix center send 2023-03-28 20:08:39 +02:00
David Majdandžić
df7031c350 Implement center sending 2023-03-28 19:24:04 +02:00
David Majdandžić
22ef7359a8 Implement bind reply on center
Now clients can fully connect
2023-03-28 17:36:35 +02:00
David Majdandžić
b2b9e5a620 Implement center connection handling 2023-03-28 17:26:23 +02:00
David Majdandžić
fc06eb8a81 Begin center implementation 2023-03-28 13:12:22 +02:00
David Majdandžić
c917bf6cc8 More refactoring 2023-03-28 04:28:08 +02:00