0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use getmaxyx() instead of LINES and COLS globals as recommended by curses programming guidelines.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Use a shorter timeout, remove usleep() definition because it is not needed.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Add simple "prediction" into tab-completion based on previously gotten last
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
v0.8.0
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Support $BROWSER environment variable setting.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Yay, tab-completion cycling now works (except for usernames with whitespaces, of course ...)
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Fix right-side trimming of command line.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Make local commands case-insensitive.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Fix Win32/MinGW/PDcurses issues.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Fix /w -command and add some comments.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Tab-completion now works with cycling, but bugs with names that have whitespaces.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Implement username tab-completion. It's still buggy, tho.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Drop internal use and storage of encoded usernames.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Updated.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Change default port to 8003.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Initial implementation of functions for implementing tab-completion for user names.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Renamed functions.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Updated.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Remove useless buffer usage from error reporting function.
Matti Hämäläinen
as Matti Hamalainen
More... over 14 years ago
Added varargs versions of some functions.
Matti Hämäläinen
as Matti Hamalainen
More... over 14 years ago
Bump version.
Matti Hämäläinen
as Matti Hamalainen
More... over 14 years ago
Rename functions for clarity.
Matti Hämäläinen
as Matti Hamalainen
More... over 14 years ago
Add connection keepalive by sending /listallusers every 15 minutes,
Matti Hämäläinen
as Matti Hamalainen
More... almost 15 years ago
Constify.
Matti Hämäläinen
as Matti Hamalainen
More... almost 15 years ago
Add preliminary userlist data handling functions.
Matti Hämäläinen
as Matti Hamalainen
More... about 15 years ago
Move -DTH_NO_DEFAULTS to Makefile.gen instead.
Matti Hämäläinen
as Matti Hamalainen
More... about 15 years ago
v0.7.1
Matti Hämäläinen
as Matti Hamalainen
More... about 15 years ago
Create network initialization functions in libnnchat and move Win32/WinSock code there.
Matti Hämäläinen
as Matti Hamalainen
More... about 15 years ago
Move socket error handling functions to libnnchat.
Matti Hämäläinen
as Matti Hamalainen
More... about 15 years ago
Change some typedef names; Add struct for user list handling.
Matti Hämäläinen
as Matti Hamalainen
More... about 15 years ago