145 Commits

Author SHA1 Message Date
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
David Majdandžić
75392079f7 More refactoring 2023-03-28 04:12:25 +02:00
David Majdandžić
4409a6fec8 Minor refactoring 2023-03-28 04:08:07 +02:00
David Majdandžić
bb363deb2a Implement send default and R/W to file 2023-03-28 04:02:22 +02:00
David Majdandžić
1dd5b9ed7c Add event listener support to client 2023-03-28 03:15:44 +02:00
David Majdandžić
f0c1cae0e0 Implement client sending 2023-03-28 03:12:32 +02:00
David Majdandžić
6e6848233d Renaming files 2023-03-28 02:42:46 +02:00
David Majdandžić
f47d9b05cd Enable client connecting 2023-03-28 02:32:50 +02:00
David Majdandžić
fae2729856 Port more code 2023-03-28 02:26:46 +02:00
David Majdandžić
a26dbcc231 Port some amount of code to typescript 2023-03-28 01:45:53 +02:00
David Majdandžić
630c8a1004 Fixed issue that caused sessions to be too busy to send messages that made them busy in the first place 2023-03-27 17:44:06 +02:00
David Majdandžić
eb9c8468e2 Implement new "Busy" state for client and center to signify many message send 2023-03-27 17:26:06 +02:00
David Majdandžić
2e09392627 Fix issue where client sessions were closed without status updates 2023-03-27 16:40:54 +02:00
David Majdandžić
96b0257c1d Fix issue where the center thought it still had live connections when a connection died 2023-03-27 16:39:15 +02:00
David Majdandžić
21d0e515e8 Minor changes and fixes 2023-03-27 11:27:13 +02:00
David Majdandžić
9638917174 Add comentary 2023-03-27 09:26:39 +02:00
David Majdandžić
5708472ec3 Minor fixes and improvements 2023-03-27 09:11:55 +02:00
David Majdandžić
c6880ca0d6 Cleanup 2023-03-26 18:16:10 +02:00
David Majdandžić
190ae7e296 Fix issue where websockets would be sent duplicate messages 2023-03-26 18:14:06 +02:00