• R/O
  • HTTP
  • SSH
  • HTTPS

jasmine: List of commits

The source repository about simple p2p messenger, which can be run on various systems.


RSS
Rev. Time Author
d0e66e7 master 2013-06-09 18:47:39 Hiroaki Yamamoto

Removed TcpSocketThread.

Sorry, Implementing threaded socket will not be implemented.

215df14 2011-03-18 17:07:42 Hiroaki Yamamoto

Please ignore this commit.

c102ef4 2011-03-10 10:13:24 Hiroaki Yamamoto

Added threadedTcpSocket

Unlike tcpSocket, this socket works as tcp socket in the different thread.

However, checking if the memberlist contains sender is not available. This will be fixed in next commit.

8863fcc jasmine_windows 2010-12-22 21:23:36 Hiroaki Yamamoto

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.

a22e49f 2010-12-21 08:30:28 Hiroaki Yamamoto

Replaced \t with 4 spaces.

9910384 2010-11-06 11:00:50 Hiroaki Yamamoto

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.

039e5a8 2010-10-18 20:07:27 Hiroaki Yamamoto

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.

f02fe8a 2010-10-17 15:40:52 Hiroaki Yamamoto

Added a flag for debug.

30d6478 2010-10-10 14:55:46 Hiroaki Yamamoto

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.

6393dae 2010-10-09 17:39:14 Hiroaki Yamamoto

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.

93d5acd 2010-10-06 21:04:41 Hiroaki Yamamoto

Implemented server and clients.

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

ddc6f94 2010-09-26 19:10:09 Hiroaki Yamamoto

*Implemented server interface.
*Fixed settingdialog to disable server tab when server is running.

26a98e2 2010-09-22 18:21:04 Hiroaki Yamamoto

Fixed:
Client disconnects without asking.

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

bdaff86 2010-09-17 17:56:22 Hiroaki Yamamoto

Implemented string process for tcpclient.

be0b7b3 2010-09-15 21:18:04 Hiroaki Yamamoto

Fixed Return Bug.

6b281cf 2010-09-15 21:04:40 Hiroaki Yamamoto

* Implemented sending 0x00 when receiving was aborted.
* Implemented part of client.

95edcc7 2010-09-06 17:53:23 Hiroaki Yamamoto

Implemented a part of tcp socket.

2b7d270 2010-09-02 16:48:28 Hiroaki Yamamoto

*Implemented various events for tcpserver.
*Modified header class.
And....What did I do about rtfeditor? I can't remember....

faa7013 2010-09-01 15:53:07 Hiroaki Yamamoto

Deleted build

95a4b9c 2010-09-01 15:48:59 Hiroaki Yamamoto

Implemented almost all ui.

Show on old repository browser