Sign in
chromium
/
external
/
github.com
/
thoj
/
go-ircevent
/
HEAD
73e4444
Merge pull request #138 from jpneverwas/external
by Thomas Jager
· 3 years, 10 months ago
master
7309af6
Add support for SASL EXTERNAL mechanism
by J.P. Neverwas
· 4 years ago
272c4d1
Allow connecting via proxy
by J.P. Neverwas
· 4 years ago
35410aa
Merge pull request #132 from slingamn/sasl_stall.1
by Thomas Jager
· 4 years, 1 month ago
ca8c401
fix SASL stalling due to duplicated callbacks
by Shivaram Lingamneni
· 4 years, 4 months ago
8e7ce4b
Merge pull request #128 from akihiro/master
by Thomas Jager
· 6 years ago
48e7281
Merge pull request #124 from irccloud/cap-timeout
by Thomas Jager
· 6 years ago
511f12d
Add non UTF-8 encoding support
by Hiroaki Mizuguchi
· 6 years ago
949efec
Merge pull request #126 from IceflowRE/master
by Thomas Jager
· 6 years ago
555c28f
Add go mod support
by Iceflower
· 6 years ago
2d0ed40
Add an overall timeout on CAP negotiation
by Russ Garrett
· 6 years ago
0b3c53b
Merge pull request #117 from l-n-s/ipv6_support
by Thomas Jager
· 6 years ago
0d03b4d
Add IPv6 support: Use net.SplitHostPort
by Viktor Villainov
· 6 years ago
b9b3e9b
Add IPv6 address support
by Viktor Villainov
· 6 years ago
139f940
Merge pull request #116 from int3l/master
by Thomas Jager
· 6 years ago
c5c6e02
Prevent nil pointer dereference
by int3l
· 6 years ago
dc1855c
Merge pull request #111 from IceflowRE/master
by Thomas Jager
· 6 years ago
4a9f990
Merge pull request #115 from irccloud/sasl_fix
by Thomas Jager
· 6 years ago
6e51f3a
Fix issue with SASL auth on some servers
by Russ Garrett
· 6 years ago
98931bb
Merge pull request #114 from MattMcNam/nick
by Thomas Jager
· 6 years ago
08674ca
Don’t send NICK and USER while negotiating caps
by Matthew McNamara
· 6 years ago
e4af78a
Merge pull request #113 from irccloud/sasl_cap_fix
by Thomas Jager
· 6 years ago
9fa2a77
Fix SASL where additional caps are requested
by Russ Garrett
· 6 years ago
916eeaf
Add strikethrough to message filter
by Iceflower
· 7 years ago
14f3614
Merge pull request #104 from sadbox/parallel
by Thomas Jager
· 7 years ago
54508e3
Merge pull request #103 from sadbox/master
by Thomas Jager
· 7 years ago
f25dab0
Merge pull request #107 from IceflowRE/master
by Thomas Jager
· 7 years ago
3962ef5
Merge pull request #109 from boreq/docs
by Thomas Jager
· 7 years ago
6d6a4e3
Improve AddCallback documentation
by boreq
· 7 years ago
e975eae
Add method to get message without formatting
by Iceflower
· 7 years ago
fc944ef
Run all callbacks in parallel
by James McGuire
· 7 years ago
edafec0
Add support for callback timeouts via context
by James McGuire
· 7 years ago
5063e5f
Merge pull request #96 from qaisjp/feature/webirc
by Thomas Jager
· 7 years ago
0.2
81cb5e9
Merge branch 'master' into feature/webirc
by Qais Patankar
· 7 years ago
d5dbd68
Merge branch 'master' into feature/webirc
by Qais Patankar
· 7 years ago
db5bd17
Merge pull request #99 from prologic/master
by Thomas Jager
· 8 years ago
547dde5
Do not Disconnect() on ERROR events (e.g: KILL).
by James Mills
· 8 years ago
656226d
Add realname support. Guard against race conditions on Disconnect
by James Mills
· 8 years ago
ef65ae6
Merge pull request #94 from irccloud/ircv3-tags
by Thomas Jager
· 8 years ago
12e0f85
Merge pull request #97 from pztrn/pztrn_master
by Thomas Jager
· 8 years ago
5a0a900
Pings are also wrapped with own sync.Mutex.
by Stanislav N. aka pztrn
· 8 years ago
e39ccea
Added eventsMutex and wrap all events calls with it.
by Stanislav N. aka pztrn
· 8 years ago
c359ee2
Add WebIRC field
by Qais Patankar
· 8 years ago
744f1e3
IRCv3 Capability Negotiation
by Russ Garrett
· 8 years ago
e1d00ae
Add support for parsing IRCv3 tags in received messages
by Russ Garrett
· 8 years ago
1b0acb5
Fix double close of irc.end channel.
by Thomas Jager
· 8 years ago
cfd5535
Merge pull request #91 from ugjka/master
by Thomas Jager
· 9 years ago
f4980d9
make other threads exit if there's an error in one
by ugjka
· 9 years ago
9fa6da3
Merge pull request #87 from tetheredge/fix-example
by Thomas Jager
· 9 years ago
0d77e69
fix import statement to correct repo name
by Taylor Etheredge
· 9 years ago
01d32de
Link to example in README
by Thomas Jager
· 9 years ago
e7aa1b5
Add example
by Thomas Jager
· 9 years ago
4915786
Merge pull request #82 from thoj/testing
by Thomas Jager
· 9 years ago
229753e
Do ping/Lag test
by Thomas Jager
· 9 years ago
9e77c40
Fix lag printing
by Thomas Jager
· 9 years ago
fdbbdf3
Fix data races
by Thomas Jager
· 9 years ago
3078a03
Merge pull request #84 from davidscholberg/master
by Thomas Jager
· 9 years ago
1a78dc3
README: fixed test file path, converted it to github-flavored file link
by David Scholberg
· 9 years ago
30fbca0
Merge pull request #83 from tetheredge/testing
by Thomas Jager
· 9 years ago
7c392f5
add helper function to degub tests
by Taylor Etheredge
· 9 years ago
62964f0
update comment on handling error events
by Taylor Etheredge
· 9 years ago
582bf80
Changed the way Quit/Disconnect works to avoid possible DATA races.
by Thomas Jager
· 9 years ago
a6b1561
Redo and Clean up some tests
by Thomas Jager
· 9 years ago
0.1
6c780b5
Merge branch 'master' of github.com:thoj/go-ircevent
by Thomas Jager
· 9 years ago
39b4842
Wrong format type in printf (%s -> %d)
by Thomas Jager
· 9 years ago
4d2d36f
Remove unreacable code
by Thomas Jager
· 9 years ago
a08c332
Merge pull request #77 from 42wim/sasl
by Thomas Jager
· 9 years ago
8401b58
Add SASL (PLAIN) support
by Wim
· 9 years ago
98c1902
Merge pull request #74 from d1str0/master
by Thomas Jager
· 9 years ago
221c89f
Correct type in README example and ellaborate on a comment.
by Brady Sullivan
· 9 years ago
da78ed5
BREAKING CHANGES: Run callbacks in main thread and int callback id.
by Thomas Jager
· 9 years ago
ab737c6
Remove unnecessary return
by Thomas Jager
· 9 years ago
a767654
Merge pull request #69 from peted27/master
by Thomas Jager
· 9 years ago
5a16c25
revert some changes but also update err chan for new connection so further errors are received in Loop
by peted
· 10 years ago
937f846
fix reconnection logic
by peted
· 10 years ago
db3338e
Merge pull request #68 from lukevers/quit-message
by Thomas Jager
· 10 years ago
f0c83dc
Add support for specifying a quit message.
by Luke Evers
· 10 years ago
988aaaa
Merge pull request #66 from dainis/master
by Thomas Jager
· 10 years ago
3b5fa9f
Fix - #65, when disconnect is called it will try to reconnect again in the Loop function, but Disconnect has already closed the channel
by Dainis Tillers
· 10 years ago
172717c
Remove fuzzing testcases
by Thomas Jager
· 10 years ago
3f51dd2
Move fuzzing code to seperate file
by Thomas Jager
· 10 years ago
f204a14
Only trim newline/linefeed
by Thomas Jager
· 10 years ago
e2be9c5
Test empty Action
by Thomas Jager
· 10 years ago
6ce1e34
Don't crash on empty ACTION
by Thomas Jager
· 10 years ago
c47f9d8
Fuzz testing callbacks
by Thomas Jager
· 10 years ago
8b3e6a5
Fix ident
by Thomas Jager
· 10 years ago
414fe0a
Fix testcase. Id can come in diffrent orders.
by Thomas Jager
· 10 years ago
6c849e1
Merge branch 'master' of github.com:thoj/go-ircevent into fuzz
by Thomas Jager
· 10 years ago
4b30e65
Fix indentation
by Thomas Jager
· 10 years ago
4f50f20
Fix parser. Tested with go-fuzz
by Thomas Jager
· 10 years ago
35f8ae8
Merge pull request #62 from alaska/master
by Thomas Jager
· 10 years ago
b0ed3d4
should return in case of CTCP error
by Andy Walker
· 10 years ago
03b22b0
Report on unterminated CTCP messages
by Andy Walker
· 10 years ago
6112236
fix multi-kick
by Andy Walker
· 10 years ago
747806b
Move connection tests last
by Thomas Jager
· 10 years ago
2c74703
Merge pull request #60 from dainis/master
by Thomas Jager
· 10 years ago
ad73608
add Kick and MultiKick commands
by Andy Walker
· 10 years ago
b49099e
use rand.Seed() in init() to properly randomize
by Andy Walker
· 10 years ago
f69e2d3
Fix - wait for waitgroup to sync before reconnecting again ensuring that it just doesn't keep on creating new goroutines
by Dainis
· 10 years ago
f169aaa
Merge pull request #58 from julidau/master
by Thomas Jager
· 10 years ago
Next »