OSDN Git Service

greensite/jasmine.git
13 years agoSource code written in C Sharp jasmine_windows
Hiroaki Yamamoto [Wed, 22 Dec 2010 12:10:20 +0000 (21:10 +0900)]
Source code written in C Sharp

WARNING:These files were in svn, and I brought them as it was. Hence, the version is very very old (I don't know if they can be built.).

To build them, you'll need Visual Studio before 2008 and WindowsXP BEFORE SP2.

13 years agoReplaced \t with 4 spaces.
Hiroaki Yamamoto [Mon, 20 Dec 2010 23:30:28 +0000 (08:30 +0900)]
Replaced \t with 4 spaces.

13 years agoAdded:
Hiroaki Yamamoto [Sat, 6 Nov 2010 02:00:50 +0000 (11:00 +0900)]
Added:
* QtLockedFile: Locking file needs this class. This class is in Qt developpers website: http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Utilities/qtlockedfile/
* threadedTcpSocket: This is tcpSocket class that run in non-main thread.

13 years agoFixed memberlist format.
Hiroaki Yamamoto [Mon, 18 Oct 2010 11:07:27 +0000 (20:07 +0900)]
Fixed memberlist format.

Before this version, QHash<QString, AddressAndPort> is used to save memberlist. However, QHash sorts the data.
And so, I used QPair to fix this problem.

13 years agoAdded a flag for debug.
Hiroaki Yamamoto [Sun, 17 Oct 2010 06:40:52 +0000 (15:40 +0900)]
Added a flag for debug.

13 years agoMerged tcpClient into tcpSocket.
Hiroaki Yamamoto [Sun, 10 Oct 2010 05:55:46 +0000 (14:55 +0900)]
Merged tcpClient into tcpSocket.

Until now, tcpSocket was a session socket for tcpServer, and tcpClient exists aside from that.
If tcpClient continues to exist, the size of libnetwork may get larger than merged one.

13 years agoFixed server and client bugs.
Hiroaki Yamamoto [Sat, 9 Oct 2010 08:39:14 +0000 (17:39 +0900)]
Fixed server and client bugs.

Sending message, server refused it because the message to be sent was not raw data. Moreover, The server event didn't work properly.
I think I fixed this bug, however, to fix and make good code will be needed.

13 years agoImplemented server and clients.
Hiroaki Yamamoto [Wed, 6 Oct 2010 12:04:41 +0000 (21:04 +0900)]
Implemented server and clients.

TcpServer And TcpClients has been implemented, but debugging must be needed (Because current implementation has bugs).

13 years ago*Implemented server interface.
Hiroaki Yamamoto [Sun, 26 Sep 2010 10:10:09 +0000 (19:10 +0900)]
*Implemented server interface.
*Fixed settingdialog to disable server tab when server is running.

13 years agoFixed:
Hiroaki Yamamoto [Wed, 22 Sep 2010 09:21:04 +0000 (18:21 +0900)]
Fixed:
Client disconnects without asking.

Implemented:
Client(Maybe, needs to reimplemented....)

13 years agoImplemented string process for tcpclient.
Hiroaki Yamamoto [Fri, 17 Sep 2010 08:56:22 +0000 (17:56 +0900)]
Implemented string process for tcpclient.

13 years agoFixed Return Bug.
Hiroaki Yamamoto [Wed, 15 Sep 2010 12:18:04 +0000 (21:18 +0900)]
Fixed Return Bug.

13 years ago* Implemented sending 0x00 when receiving was aborted.
Hiroaki Yamamoto [Wed, 15 Sep 2010 12:04:40 +0000 (21:04 +0900)]
* Implemented sending 0x00 when receiving was aborted.
* Implemented part of client.

13 years agoImplemented a part of tcp socket.
Hiroaki Yamamoto [Mon, 6 Sep 2010 08:53:23 +0000 (17:53 +0900)]
Implemented a part of tcp socket.

13 years ago*Implemented various events for tcpserver.
Hiroaki Yamamoto [Thu, 2 Sep 2010 07:48:28 +0000 (16:48 +0900)]
*Implemented various events for tcpserver.
*Modified header class.
And....What did I do about rtfeditor? I can't remember....

13 years agoDeleted build
Hiroaki Yamamoto [Wed, 1 Sep 2010 06:53:07 +0000 (15:53 +0900)]
Deleted build

13 years agoImplemented almost all ui.
Hiroaki Yamamoto [Wed, 1 Sep 2010 06:48:59 +0000 (15:48 +0900)]
Implemented almost all ui.