0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 19 hours ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfixes and code maintenance More... over 11 years ago
- user list array is replaced by vector-like chain structure. (internal) More... almost 17 years ago
- program crash upon remote host address resolving failure fixed. - about dialog added. More... almost 17 years ago
- changelog added for version 0.0.4. More... about 17 years ago
- version info updated for release (version 0.0.4). More... about 17 years ago
- popup menu upon right-clicking on the text view is replaced by a single "Clear All" directive. More... about 17 years ago
- user manipulation conflict solved (hopefully). More... about 17 years ago
- missing function declaration added. More... about 17 years ago
- threads for communicating with users are all created as detached threads by default. More... about 17 years ago
- "kill" command implemented. - non-local address is now duped into the user struct instead of direct reference. (bug fix) More... about 17 years ago
- the port number text input field is replaced by a spinbox. More... about 17 years ago
- connection attempt timeout implemented. More... over 17 years ago
- version info updated for release (version 0.0.3). More... over 17 years ago
- error message broadcasting bug in "/nick" command fixed. - help message modified. - welcoming message modified. More... over 17 years ago
- version info updated for release (version 0.0.3). More... over 17 years ago
- help message layout changed. More... over 17 years ago
- "help" command added. - "tell" command added. - "whois" command added. More... over 17 years ago
- the uniqueness of user nicknames within a single server is enforced. More... over 17 years ago
- incorrect setting of GTK_CAN_FOCUS flag removed from the chat window. (we want to preserve the copy and paste functionality anyway :P) More... over 17 years ago
- "connection error" message is now differentiated from "connection closed" message. More... over 17 years ago
- functions moved around for maintenance. - malloc() replaced with g_malloc0(). - free() replaced with g_free(). More... over 17 years ago
- closeSocket() is called when connect() fails. More... over 17 years ago
- cursor in chat window is now invisible. - chat window does not take focus anymore. - "connection closed" popup message type changed. More... over 17 years ago
- changelog added for version 0.0.2. More... over 17 years ago
- version number updated. More... over 17 years ago
- popup message dialog added when connection is closed. - chat window is cleared upon connection is made. More... over 17 years ago
- CRLFs fixed to LFs. - deprecated gtk_signal_connect() replaced by g_signal_connect(). More... over 17 years ago
- labels added. More... over 17 years ago
- changelog modified. More... over 17 years ago
- user interface layout changed. More... over 17 years ago