index
:
Klara/rirc
master
A barebones IRC client in rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-05-20
fix crashes on
HEAD
master
Klara Modin
2018-05-17
add hacky history implementation
Klara Modin
2018-05-17
fix bug where line appears on header
Klara Modin
2018-05-17
implement linebreak in put_str if line gets to long
Klara Modin
2018-05-17
implement scrolling input field
Klara Modin
2018-05-17
set nick when server is attached
Klara Modin
2018-05-16
fix out of bounds error
Klara Modin
2018-05-16
print nick in the beginning of input
Klara Modin
2018-05-16
fix tests
Klara Modin
2018-05-16
print more info
Klara Modin
2018-05-15
more conversion to &str instead of String
Klara Modin
2018-05-15
add some bounds checking
Klara Modin
2018-05-15
The dropping problem seams to have solved itself
Klara Modin
2018-05-15
transition to Client instead of individual Session/Server
Klara Modin
2018-05-15
switch from String to &str in many places
Klara Modin
2018-05-15
Begin debugging dropped messages.
Klara Modin
2018-05-14
begin implementing tests
Klara Modin
2018-05-14
Kind of working ncurses support.
Klara Modin
2018-05-07
partial solution for threaded ui
Klara Modin
2018-05-07
complete split of user interaction
Klara Modin
2018-05-07
begin spliting user interaction
Klara Modin
2018-05-07
split up separate ui
Klara Modin
2018-05-07
Create a builder for server and support passwords
Klara Modin
2018-05-07
break server interface into module
Klara Modin
2017-07-04
Merge branch 'restructuring'
Sebastian Modin
2017-07-04
Add some basic flags
Sebastian Modin
2017-07-04
start adding cmd options with clap
Sebastian Modin
2017-07-04
name switch, switch unwrap to ?
Sebastian Modin
2017-07-04
partially fix /quit
Sebastian Modin
2017-07-04
move handle_server to Server
Sebastian Modin
2017-07-04
stylefixes
Sebastian Modin
2017-07-04
remove unneded file
Sebastian Modin
2017-07-04
Merge branch 'error-handling'
Sebastian Modin
2017-07-03
switch trys to ?
Sebastian Modin
2017-07-03
switch server to localhost, fix typo
Sebastian Modin
2017-04-09
added prettier format for printing server responses
Sebastian Modin
2017-04-09
improve errorhandling except for main
Sebastian Modin
2017-04-08
Add pretty printing messages and implicit /part
Sebastian Modin
2017-04-08
fix crach for just /
Sebastian Modin
2017-04-08
style cleanups
Sebastian Modin
2017-04-08
cleanups. removes unneded uses and muts
Sebastian Modin
2017-04-08
add ping reply and fix msg
Sebastian Modin
2017-04-08
add connect method to Server
Sebastian Modin
2017-04-08
integrate Message more
Sebastian Modin
2017-04-07
First commit
Sebastian Modin