I have changed some parts of distnews:
- enhanced security
- some exception catched
- improved message exchange
- and some more
Check it out and tell me what you think about it.
I have changed some parts of distnews:
Check it out and tell me what you think about it.
The wordfilter is working. It filters messages based on a wordlist.
to be able to decide wich messages i want to have, we need a message filter. Therefore i defined a interface to which the filters can be connected.
messages are broadcastet in xml form. they are all together put into a xml statement that is delivered to the other side. Parser to get the messages back is now ready.
The network sockets are ready. Now it is possible to connect to the servers.