index
:
kirc
master
fork of mcpcpc/kirc kiss irc client
jozan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kirc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
print formatted text (pre wordwrap) instead of raw to log
Michael Czigler
1
-5
/
+6
2020-08-21
add -o argument option for irc chat logging
mcpcpc
1
-1
/
+13
2020-08-20
eliminated nested while loops
mcpcpc
1
-26
/
+27
2020-08-20
more cleanup
mcpcpc
1
-22
/
+26
2020-08-20
add comments, cleanup readability of source
mcpcpc
1
-33
/
+41
2020-08-20
move user input event handler to separate function
mcpcpc
1
-12
/
+16
2020-08-20
fix formatting
mcpcpc
1
-4
/
+5
2020-08-20
change sbuf from global to local variable
mcpcpc
1
-20
/
+20
2020-08-19
bump version from 0.0.1 to 0.0.2
Michael Czigler
1
-1
/
+1
2020-08-19
changed userin[1] to c1 variable
mcpcpc
1
-5
/
+5
2020-08-18
add new arguments -r and -u
mcpcpc
1
-3
/
+9
2020-08-18
fix initial line single char indent issue
mcpcpc
1
-3
/
+3
2020-08-18
increase input buffer from to max 510 character length
mcpcpc
1
-4
/
+4
2020-08-18
added :Q command
mcpcpc
1
-5
/
+5
2020-08-18
cleaned up command option switch
mcpcpc
1
-42
/
+19
2020-08-17
simplify printw() with greedy algorithm
mcpcpc
1
-22
/
+18
2020-08-16
ensure VERASE setting restored on exit
mcpcpc
1
-9
/
+9
2020-08-16
colored command output
mcpcpc
1
-1
/
+4
2020-08-14
squash commits related to commands and stabilty
mcpcpc
1
-37
/
+57
2020-08-11
possible fix for garbage printing with ':m'
mcpcpc
1
-10
/
+12
2020-08-09
fixed child process u[BUFF] to u[CMAX]
mcpcpc
1
-1
/
+1
2020-08-09
remove cmd variable
mcpcpc
1
-3
/
+1
2020-08-08
add password argument
mcpcpc
1
-7
/
+16
2020-08-07
cleanup formatting
mcpcpc
1
-65
/
+44
2020-08-07
remove ':' in getopts switch
Michael Czigler
1
-1
/
+0
2020-08-07
replace exit() in main() with return
Ethan Sommer
1
-1
/
+1
2020-08-07
remove duplicate include
mcpcpc
1
-3
/
+1
2020-08-07
better solution to dprintf() issue
Michael Czigler
1
-7
/
+4
2020-08-07
temporary fix for dprintf() sending garbage after NULL byte
mcpcpc
1
-3
/
+7
2020-08-06
address POSIX equivalent of FIONREAD
mcpcpc
1
-12
/
+13
2020-08-06
fix unknown options or missing arguments
mcpcpc
1
-13
/
+9
2020-08-06
refactoring and cleanup
mcpcpc
1
-25
/
+29
2020-08-06
fix multi-word messages
mcpcpc
1
-4
/
+9
2020-08-06
fix ':m' error message
mcpcpc
1
-1
/
+1