tangled
alpha
login
or
join now
benharri.org
/
ircsharp
1
fork
atom
IRC parsing, tokenization, and state handling in C#
1
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
benharri.org
a1df2ed6
set Command to upper case
2y ago
benharri.org
ec87e02f
set tag value to null instead of empty string
2y ago
benharri.org
8972d9a6
embed debug
2y ago
benharri.org
230c990f
don't pack non packages
2y ago
benharri.org
4d10abfb
add sourcelink and readme to nuget package
2y ago
benharri.org
06fc7cc0
use new MSTest.SDK
2y ago
benharri.org
fbb86120
clearer logic
2y ago
benharri.org
325b3bb3
switch to global usings
2y ago
benharri.org
a7b45f1e
update nuget packages for IRCSharp.Tests
2y ago
benharri.org
44555c79
use some new c# lang features
2y ago
benharri.org
bebc1bc6
fix test namespaces
4y ago
benharri.org
041264f0
print more details from unit tests
4y ago
benharri.org
7f3cc3c6
remove netstandard2.1 from example console projects
4y ago
benharri.org
0d3586c1
update nuget deps and add netstandard2.1
4y ago
benharri.org
34991fa2
drop .net 5 who needs it
4y ago
benharri.org
eb20cc3d
bump versions for adding .net 6
4y ago
benharri.org
b3d4e9d3
add .net 6 support
4y ago
benharri.org
8acaa752
add missing numerics
4y ago
benharri.org
39d381c6
update links and irc channel
4y ago
benharri.org
cb24a9c5
rename example projects
5y ago
benharri.org
35bbd30c
Move tests to a separate project
5y ago
benharri.org
b8e26341
Merge pull request 'update to .net 5' (#1) from net5 into main
Reviewed-on: https://tildegit.org/irctokens/ircsharp/pulls/1
5y ago
benharri.org
0d4e5818
update to .net 5
5y ago
benharri.org
53d25325
ircstates example: join on INVITE
5y ago
benharri.org
1ac3d27b
change test channel to #irctokens
5y ago
benharri.org
7a478f05
fix repo link
5y ago
benharri.org
724c367f
fix badge link
5y ago
benharri.org
061d2629
add some links to READMEs
5y ago
benharri.org
a1e1922e
Add xmldocs, and handle null bytes
5y ago
benharri.org
a03daca3
publish to nuget.org
5y ago
benharri.org
589b64be
add nuget packaging metadata
5y ago
benharri.org
d3600ce5
fix some formatting
5y ago
benharri.org
21f1e95f
rename Irc to IRC
5y ago
benharri.org
304df780
working ircstates example
5y ago
benharri.org
43aec959
all tests pass
5y ago
benharri.org
aef26a40
wow lots of tests passing!
5y ago
benharri.org
a0fbcf83
Implement lots of things
5y ago
benharri.org
023e29ab
implement some stuff
5y ago
benharri.org
b9317407
Start adding some line handlers
5y ago
benharri.org
ba63e42b
rename server.ParseTokens to .Parse()
5y ago
benharri.org
f6f3e7e0
start impl
5y ago
benharri.org
0117d9d9
add all missing tests
5y ago
benharri.org
dfe5a003
limit string split to 2 items
5y ago
benharri.org
be7ffb0d
add params Line() constructor
5y ago
benharri.org
7c482d8c
keep adding more tests
5y ago
benharri.org
aabf6638
add ISUPPORT tests
5y ago
benharri.org
b3c1a9a9
move example projects into a subfolder
5y ago
benharri.org
2c4e412c
Add more tests, ran resharper formatting tool
5y ago
benharri.org
53da4d4c
Start to port some ircstates tests
5y ago
benharri.org
e2d93c59
Fix decoder tests
5y ago
benharri.org
8403fd8d
Fix example
5y ago
benharri.org
6a0b8dc2
Fix stateful decoder i think
5y ago
benharri.org
70e2eb8e
update drone badge
5y ago
benharri.org
8bc9eb4b
fix some stateful stuff
5y ago
benharri.org
f1c4ed9a
fix order of nick and user in example
5y ago
benharri.org
80afa2c0
tidy up, work on stateful
5y ago
benharri.org
933a4f85
rename to IrcSharp
also tidy up formatting with vs tools
5y ago
benharri.org
338763fd
add build status badge
5y ago
benharri.org
f77737bb
add example to README.md
5y ago
benharri.org
c1c77aaf
add drone config
5y ago
set Command to upper case
a1df2ed6
benharri.org
2y
set tag value to null instead of empty string
ec87e02f
benharri.org
2y
embed debug
8972d9a6
benharri.org
2y
don't pack non packages
230c990f
benharri.org
2y
add sourcelink and readme to nuget package
4d10abfb
benharri.org
2y
use new MSTest.SDK
06fc7cc0
benharri.org
2y
clearer logic
fbb86120
benharri.org
2y
switch to global usings
325b3bb3
benharri.org
2y
update nuget packages for IRCSharp.Tests
a7b45f1e
benharri.org
2y
use some new c# lang features
44555c79
benharri.org
2y
fix test namespaces
bebc1bc6
benharri.org
4y
print more details from unit tests
041264f0
benharri.org
4y
remove netstandard2.1 from example console projects
7f3cc3c6
benharri.org
4y
update nuget deps and add netstandard2.1
0d3586c1
benharri.org
4y
drop .net 5 who needs it
34991fa2
benharri.org
4y
bump versions for adding .net 6
eb20cc3d
benharri.org
4y
add .net 6 support
b3d4e9d3
benharri.org
4y
add missing numerics
8acaa752
benharri.org
4y
update links and irc channel
39d381c6
benharri.org
4y
rename example projects
cb24a9c5
benharri.org
5y
Move tests to a separate project
35bbd30c
benharri.org
5y
Merge pull request 'update to .net 5' (#1) from net5 into main
Reviewed-on: https://tildegit.org/irctokens/ircsharp/pulls/1
b8e26341
benharri.org
5y
update to .net 5
0d4e5818
benharri.org
5y
ircstates example: join on INVITE
53d25325
benharri.org
5y
change test channel to #irctokens
1ac3d27b
benharri.org
5y
fix repo link
7a478f05
benharri.org
5y
fix badge link
724c367f
benharri.org
5y
add some links to READMEs
061d2629
benharri.org
5y
Add xmldocs, and handle null bytes
a1e1922e
benharri.org
5y
publish to nuget.org
a03daca3
benharri.org
5y
add nuget packaging metadata
589b64be
benharri.org
5y
fix some formatting
d3600ce5
benharri.org
5y
rename Irc to IRC
21f1e95f
benharri.org
5y
working ircstates example
304df780
benharri.org
5y
all tests pass
43aec959
benharri.org
5y
wow lots of tests passing!
aef26a40
benharri.org
5y
Implement lots of things
a0fbcf83
benharri.org
5y
implement some stuff
023e29ab
benharri.org
5y
Start adding some line handlers
b9317407
benharri.org
5y
rename server.ParseTokens to .Parse()
ba63e42b
benharri.org
5y
start impl
f6f3e7e0
benharri.org
5y
add all missing tests
0117d9d9
benharri.org
5y
limit string split to 2 items
dfe5a003
benharri.org
5y
add params Line() constructor
be7ffb0d
benharri.org
5y
keep adding more tests
7c482d8c
benharri.org
5y
add ISUPPORT tests
aabf6638
benharri.org
5y
move example projects into a subfolder
b3c1a9a9
benharri.org
5y
Add more tests, ran resharper formatting tool
2c4e412c
benharri.org
5y
Start to port some ircstates tests
53da4d4c
benharri.org
5y
Fix decoder tests
e2d93c59
benharri.org
5y
Fix example
8403fd8d
benharri.org
5y
Fix stateful decoder i think
6a0b8dc2
benharri.org
5y
update drone badge
70e2eb8e
benharri.org
5y
fix some stateful stuff
8bc9eb4b
benharri.org
5y
fix order of nick and user in example
f1c4ed9a
benharri.org
5y
tidy up, work on stateful
80afa2c0
benharri.org
5y
rename to IrcSharp
also tidy up formatting with vs tools
933a4f85
benharri.org
5y
add build status badge
338763fd
benharri.org
5y
add example to README.md
f77737bb
benharri.org
5y
add drone config
c1c77aaf
benharri.org
5y
next