b5a9757ae0Fixed a segfault that would occur in adding a User, as a realloc was used when a malloc should have been.
kts
2013-12-02 16:10:23 -0800
6e12546e06Fixed some behavioral differences between Darwin and Linux w/ unitialized values (didn't notice due to this), along with an improperly named #include due to differences in case sensitivity. Also fixed memory leaks in the new User/UserList related code.
kts
2013-08-17 00:01:47 -0700
3f6cfbca8eAll users communicated with are now recorded in a UserList, with their nick recorded and any corresponding IPs that that nick has used. These values are stored in the User struct. Soon to be added is a timestamp for recorded when a particular nick/ip was heard from. Also made some minor additions to the x11 client so as to allow for the IP to be set via an Input field.
kts@vger
2013-08-16 21:15:42 -0700
697244863eSeparated handling the network input to net.c, rather than being handled in the interface. Uses a new struct Message type, which contains name, ip address, payload type, etc.. Need to rename code and completely separate net commands from interface commands, in both name and role. Also did minor code cleanup and touchups.
kts
2013-08-11 22:05:07 -0700
fcff411a96Name changed to noirchat/nchat, with 'noir' meant as a figurative adjective to both 'chat' as in communication and as cat. This results in an excellent mascot.
kts
2013-08-11 16:04:48 -0700
be9929f386Did some code cleanup and fixed the hostname construction generating jibberish by reading from random memory - for some reason, I used a pointer
Meegwun Southall
2013-08-02 12:30:12 -0700
f85f19de4eMinor changes to the Makefile and added a BUGS file
Meegwun Southall
2013-08-02 03:50:05 -0700
d2b8e963e5removed a daftly pushed binary
Meegwun Southall
2013-08-01 21:04:11 -0700
1623b039b9Added README, TODO, and some changes to Makefile and net.h for Solaris/OpenIndiana
Meegwun Southall
2013-08-01 20:59:53 -0700
af41084368Initial commit of bcast, has terminal interface and x11 interface stub
kts
2013-08-01 13:54:20 -0700