issues
search
DeveloppeurPascal
/
Socket-Messaging-Library
A client / server messaging library to use with TCP sockets in Delphi or C++Builder (one day in the future)
https://socketmessaging.developpeur-pascal.fr
GNU Affero General Public License v3.0
18
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
on the fields, add a choice between "default value", no init and a Pascal instruction
#60
DeveloppeurPascal
closed
1 year ago
1
for the field type, specify numeric, array, string, class, boolean, ... to manage the read/write in the stream and socket
#59
DeveloppeurPascal
closed
1 year ago
1
Add a "class suffix" on the project, each default messages class name will use it
#58
DeveloppeurPascal
closed
1 year ago
0
Add a "class prefix" on the project, each default messages class name will use it
#57
DeveloppeurPascal
closed
1 year ago
0
inverser la logique "register on" des cases à cocher en "send by" sur les messages
#56
DeveloppeurPascal
closed
1 year ago
1
encode/decode exchanged messages
#55
DeveloppeurPascal
closed
1 year ago
1
rename option "project / export as delphi unit"
#50
DeveloppeurPascal
closed
1 year ago
0
on the edit project panel, add a button to export the generated Delphi unit
#46
DeveloppeurPascal
closed
1 year ago
0
on the edit project panel, add a button to close it
#45
DeveloppeurPascal
closed
1 year ago
0
on the edit project panel, add a button to save it
#44
DeveloppeurPascal
closed
1 year ago
0
the "*" is not removed after a save (when changing message or field properties)
#43
DeveloppeurPascal
closed
1 year ago
0
add code for onClick event on "delete field" button
#42
DeveloppeurPascal
closed
1 year ago
0
add code for onClick event on "delete message" button
#41
DeveloppeurPascal
closed
1 year ago
0
create a GetIt installer package and submit it to Embarcadero
#37
DeveloppeurPascal
closed
1 year ago
0
add a "default Delphi names format" option in the project properties
#36
DeveloppeurPascal
closed
1 year ago
1
add a "default Delphi names format" option in the generator program settings
#35
DeveloppeurPascal
closed
1 year ago
1
change default Delphi Message class name
#34
DeveloppeurPascal
closed
1 year ago
1
change default Delphi unit name
#33
DeveloppeurPascal
closed
1 year ago
1
add TFieldsList.Add() and modify the Order of the element if its value is 0
#32
DeveloppeurPascal
closed
1 year ago
0
add TMessagesList.Add() and modify the MessageID of the element if its value is 0
#31
DeveloppeurPascal
closed
1 year ago
0
add GetMaxOrder() function in TFieldsList class in uProject.pas
#30
DeveloppeurPascal
closed
1 year ago
0
add GetMaxMessageID() function in TMessagesList class in uProject.pas
#29
DeveloppeurPascal
closed
1 year ago
0
add Tag* properties in the uProject.pas generator classes
#28
DeveloppeurPascal
closed
1 year ago
1
close the client loop or try to reconnect when the connection to the server is lost
#27
DeveloppeurPascal
closed
1 year ago
1
add a broadcast method to check if a server is available when a client try to connect to it without knowing its IP
#24
DeveloppeurPascal
opened
1 year ago
0
add a IPv4/IPv6 address retrieve method to listen on all adresses for the server
#23
DeveloppeurPascal
opened
1 year ago
1
add an UDP version of the client/server classes
#22
DeveloppeurPascal
opened
1 year ago
0
check if the message size is higher than max "TMessageSize" value before writing it in the socket
#21
DeveloppeurPascal
closed
1 year ago
0
activer un système de notifications via System.Messaging
#20
DeveloppeurPascal
closed
1 year ago
1
traiter TODO de désinscription d'écouteurs sur messages pour le client
#19
DeveloppeurPascal
opened
1 year ago
0
traiter TODO de désinscription d'écouteurs sur messages pour le serveur
#18
DeveloppeurPascal
opened
1 year ago
0
traiter TODO de souscription d'écouteurs sur messages pour le client
#17
DeveloppeurPascal
opened
1 year ago
0
traiter TODO de souscription d'écouteurs sur messages pour le serveur
#16
DeveloppeurPascal
opened
1 year ago
0
update the samples for multi threading use
#15
DeveloppeurPascal
opened
1 year ago
0
add some unit test
#14
DeveloppeurPascal
closed
1 year ago
1
test the client and a server on Windows
#13
DeveloppeurPascal
closed
1 year ago
1
test the client and a server on macOS
#12
DeveloppeurPascal
opened
1 year ago
0
test the client and a server on iOS
#11
DeveloppeurPascal
opened
1 year ago
0
test the client and a server on Android
#10
DeveloppeurPascal
opened
1 year ago
0
test the client and a server on Linux
#9
DeveloppeurPascal
opened
1 year ago
0
add a messages unit generator
#8
DeveloppeurPascal
closed
1 year ago
1
add more samples
#7
DeveloppeurPascal
closed
1 year ago
1
add how-to doc
#6
DeveloppeurPascal
opened
1 year ago
0
add XML documentation to the library unit
#5
DeveloppeurPascal
opened
1 year ago
0
fight memory leaks on shutdown (for the client)
#4
DeveloppeurPascal
closed
1 year ago
2
fight memory leaks on shutdown (for the server)
#3
DeveloppeurPascal
closed
1 year ago
2
remove connected clients when the sockets lost their connexion in the server
#2
DeveloppeurPascal
closed
1 year ago
1
add a GitHub social preview image
#1
DeveloppeurPascal
closed
8 months ago
1
Previous