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-09-14
fix logged output
mcpcpc
1
-2
/
+2
2020-09-12
add guard around 'if' statement
mcpcpc
1
-3
/
+2
2020-09-12
use return macros
mcpcpc
1
-17
/
+17
2020-09-12
remove goto
mcpcpc
1
-9
/
+3
2020-09-12
eliminate termios library
mcpcpc
1
-12
/
+0
2020-09-12
Use poll instead of multiple processes
Väinö Mäkelä
1
-78
/
+115
2020-09-11
refactoring
mcpcpc
1
-10
/
+10
2020-09-11
fix unguarded statements
Michael Czigler
1
-2
/
+9
2020-09-11
refactoring, use switch case for parent/child
Michael Czigler
1
-71
/
+70
2020-09-11
improved error handling
Michael Czigler
1
-9
/
+11
2020-09-11
refactoring
mcpcpc
1
-24
/
+25
2020-09-11
add "-h" to USAGE
Michael Czigler
1
-1
/
+1
2020-09-11
add "-h" argument for basic usage information
Michael Czigler
1
-19
/
+22
2020-09-11
revert previous commit
mcpcpc
1
-7
/
+6
2020-09-10
add support for autochannel join
mcpcpc
1
-33
/
+45
2020-09-10
free memory allocated by getaddrinfo
Ethan Sommer
1
-0
/
+1
2020-09-10
fix missing line termination
mcpcpc
1
-1
/
+1
2020-09-10
add 'x' argument
Michael Czigler
1
-1
/
+4
2020-09-10
minor fix to last two commits
Michael Czigler
1
-2
/
+2
2020-09-10
bump version
Michael Czigler
1
-1
/
+1
2020-09-10
add [chan] indicator for indirect channel PMs
Michael Czigler
1
-2
/
+4
2020-09-10
change default irc channel
mcpcpc
1
-1
/
+1
2020-09-09
Squash commits pertaining to 0.0.8 release
Michael Czigler
1
-51
/
+48
2020-09-07
fix multiple bugs from last commit
mcpcpc
1
-6
/
+6
2020-09-07
bump version and shorten commands
Michael Czigler
1
-45
/
+28
2020-09-02
free cmd_str after write()
mcpcpc
1
-0
/
+1
2020-09-02
fix command parsed lengths
Michael Czigler
1
-49
/
+46
2020-09-01
eliminate static char arrays in parser function
Michael Czigler
1
-8
/
+7
2020-08-31
bump version, increase msg buffer size
mcpcpc
1
-2
/
+2
2020-08-31
update parser() function to zero arrays
Michael Czigler
1
-3
/
+2
2020-08-28
replace strcpy() function to prevent buffer overflow
mcpcpc
1
-7
/
+4
2020-08-26
bump version to 0.0.4
Michael Czigler
1
-1
/
+1
2020-08-26
cleanup format
mcpcpc
1
-6
/
+4
2020-08-26
remove tab chars
mcpcpc
1
-4
/
+5
2020-08-26
simplified parser(), changed to ring buffer
Michael Czigler
1
-32
/
+32
2020-08-24
simplified parsing function
mcpcpc
1
-56
/
+47
2020-08-22
fix -v behavior to return 0
mcpcpc
1
-3
/
+3
2020-08-21
bump version
mcpcpc
1
-1
/
+1
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
[next]