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