]> Pileus Git - ~andy/lamechat/commit
Import and basic UI working.
authorAndy Spencer <andy753421@gmail.com>
Thu, 1 Jan 2015 00:08:14 +0000 (00:08 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sun, 27 Aug 2017 21:45:35 +0000 (21:45 +0000)
commitc19779098dafd6e5a844c067c62c0a158c0fb09e
tree74c7b1127767b947b206b3c7aca009de9f565c11
Import and basic UI working.
19 files changed:
.gitignore [new file with mode: 0644]
args.c [new file with mode: 0644]
args.h [new file with mode: 0644]
chat.c [new file with mode: 0644]
chat.h [new file with mode: 0644]
conf.c [new file with mode: 0644]
conf.h [new file with mode: 0644]
config.mk.example [new file with mode: 0644]
irc.c [new file with mode: 0644]
irc.h [new file with mode: 0644]
lamechat.1 [new file with mode: 0644]
main.c [new file with mode: 0644]
makefile [new file with mode: 0644]
util.c [new file with mode: 0644]
util.h [new file with mode: 0644]
view.c [new file with mode: 0644]
view.h [new file with mode: 0644]
xmpp.c [new file with mode: 0644]
xmpp.h [new file with mode: 0644]