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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix missing line termination
mcpcpc
2020-09-10
1
-1
/
+1
*
add 'x' argument
Michael Czigler
2020-09-10
1
-1
/
+4
*
minor fix to last two commits
Michael Czigler
2020-09-10
1
-2
/
+2
*
bump version
Michael Czigler
2020-09-10
1
-1
/
+1
*
add [chan] indicator for indirect channel PMs
Michael Czigler
2020-09-10
1
-2
/
+4
*
change default irc channel
mcpcpc
2020-09-10
1
-1
/
+1
*
Squash commits pertaining to 0.0.8 release
Michael Czigler
2020-09-09
1
-51
/
+48
*
fix multiple bugs from last commit
mcpcpc
2020-09-07
1
-6
/
+6
*
bump version and shorten commands
Michael Czigler
2020-09-07
1
-45
/
+28
*
free cmd_str after write()
mcpcpc
2020-09-02
1
-0
/
+1
*
fix command parsed lengths
Michael Czigler
2020-09-02
1
-49
/
+46
*
eliminate static char arrays in parser function
Michael Czigler
2020-09-01
1
-8
/
+7
*
bump version, increase msg buffer size
mcpcpc
2020-08-31
1
-2
/
+2
*
update parser() function to zero arrays
Michael Czigler
2020-08-31
1
-3
/
+2
*
replace strcpy() function to prevent buffer overflow
mcpcpc
2020-08-28
1
-7
/
+4
*
bump version to 0.0.4
Michael Czigler
2020-08-26
1
-1
/
+1
*
cleanup format
mcpcpc
2020-08-26
1
-6
/
+4
*
remove tab chars
mcpcpc
2020-08-26
1
-4
/
+5
*
simplified parser(), changed to ring buffer
Michael Czigler
2020-08-26
1
-32
/
+32
*
simplified parsing function
mcpcpc
2020-08-24
1
-56
/
+47
*
fix -v behavior to return 0
mcpcpc
2020-08-22
1
-3
/
+3
*
bump version
mcpcpc
2020-08-21
1
-1
/
+1
*
print formatted text (pre wordwrap) instead of raw to log
Michael Czigler
2020-08-21
1
-5
/
+6
*
add -o argument option for irc chat logging
mcpcpc
2020-08-21
1
-1
/
+13
*
eliminated nested while loops
mcpcpc
2020-08-20
1
-26
/
+27
*
more cleanup
mcpcpc
2020-08-20
1
-22
/
+26
*
add comments, cleanup readability of source
mcpcpc
2020-08-20
1
-33
/
+41
*
move user input event handler to separate function
mcpcpc
2020-08-20
1
-12
/
+16
*
fix formatting
mcpcpc
2020-08-20
1
-4
/
+5
*
change sbuf from global to local variable
mcpcpc
2020-08-20
1
-20
/
+20
*
bump version from 0.0.1 to 0.0.2
Michael Czigler
2020-08-19
1
-1
/
+1
*
changed userin[1] to c1 variable
mcpcpc
2020-08-19
1
-5
/
+5
*
add new arguments -r and -u
mcpcpc
2020-08-18
1
-3
/
+9
*
fix initial line single char indent issue
mcpcpc
2020-08-18
1
-3
/
+3
*
increase input buffer from to max 510 character length
mcpcpc
2020-08-18
1
-4
/
+4
*
added :Q command
mcpcpc
2020-08-18
1
-5
/
+5
*
cleaned up command option switch
mcpcpc
2020-08-18
1
-42
/
+19
*
simplify printw() with greedy algorithm
mcpcpc
2020-08-17
1
-22
/
+18
*
ensure VERASE setting restored on exit
mcpcpc
2020-08-16
1
-9
/
+9
*
colored command output
mcpcpc
2020-08-16
1
-1
/
+4
*
squash commits related to commands and stabilty
mcpcpc
2020-08-14
1
-37
/
+57
*
possible fix for garbage printing with ':m'
mcpcpc
2020-08-11
1
-10
/
+12
*
fixed child process u[BUFF] to u[CMAX]
mcpcpc
2020-08-09
1
-1
/
+1
*
remove cmd variable
mcpcpc
2020-08-09
1
-3
/
+1
*
add password argument
mcpcpc
2020-08-08
1
-7
/
+16
*
cleanup formatting
mcpcpc
2020-08-07
1
-65
/
+44
*
remove ':' in getopts switch
Michael Czigler
2020-08-07
1
-1
/
+0
*
replace exit() in main() with return
Ethan Sommer
2020-08-07
1
-1
/
+1
*
remove duplicate include
mcpcpc
2020-08-07
1
-3
/
+1
*
better solution to dprintf() issue
Michael Czigler
2020-08-07
1
-7
/
+4
[prev]
[next]