Rewrote mbtask as a single process

This commit is contained in:
Michiel Broek
2006-02-13 19:26:30 +00:00
parent 88453c9c55
commit cd8c6a00db
21 changed files with 667 additions and 1098 deletions

View File

@@ -2,10 +2,20 @@ $Id$
v0.83.12 06-Feb-2006
mbselib.a:
On socket send error 2, abort the client program.
mbsebbs:
Added screen rows detection using ANSI sequences needed for
some terminal programs like minicom.
mbtask:
On shutdown also send PART and QUIT messages to all our links
for our own users if they are still online so that the network
will keep the correct state.
Removed all thread programming so that mbtask is now a single
process again. This should fix the crash problem during chat.
v0.83.11 28-Jan-2006 - 06-Feb-2006