0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 24 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/eirikb/node-irc into eirikb-master More... over 12 years ago
Using /\r?\n/ for splitting instead of /\r|\n/ as martynsmith commented More... over 12 years ago
Add account information to whois messages More... over 12 years ago
Implemented whois method and event More... over 12 years ago
Merge pull request #14 from lloyd/reconnect_all_rooms More... over 12 years ago
Merge pull request #25 from AvianFlu/master More... over 12 years ago
[api] Added selfMessage event - closes #17. More... over 12 years ago
Merge pull request #23 from epeli/master More... over 12 years ago
Added documentation for notice method More... over 12 years ago
Merge pull request #20 from futoase/master More... over 12 years ago
Checking for undefined instead (pull request 21) More... over 12 years ago
Don't make globals. More... over 12 years ago
Uniform line lengths in docs. More... over 12 years ago
Add optional support for flood protection. More... over 12 years ago
Ignore node_modules More... over 12 years ago
Remove mixed tabs and spaces. More... over 12 years ago
Added toString() so non-string objects can be sent in as variable text More... over 12 years ago
Fixed bug when sending empty strings or several lines to say More... over 12 years ago
append notice method to Client.prototype. More... almost 13 years ago
Detect server shortening your nick on connect. Closes #16 More... almost 13 years ago
Merge pull request #15 from pusherman/master More... almost 13 years ago
changed rpl_namreply to pull out chars for halfop, admin and owners (~, & and %) More... almost 13 years ago
Merge pull request #13 from lloyd/improve_connection_interruption More... almost 13 years ago
Reconnect all rooms upon server reconnect. This patch solves the problem where the library will not reconnect to rooms which were joined using the .join() member (rather than specified in the options parameter at library allocation time). More... almost 13 years ago
listen for the socket 'close' event rather than 'end'. 'end' is triggered when a packet is recieved for the server, so only is emitted in a subset of the possible cases of network interruption. If the network connection goes down abruptly, for instance, you'll never detect interruption in the client. More... almost 13 years ago
Update code/docs/examples to reflect API changes in node.js More... almost 13 years ago
Merged pull request #11 from luscoma/master. More... almost 13 years ago
Fixed bug in JOIN/PART/KICK where crash could occur if channel name was different than expected More... almost 13 years ago
Release 0.2.0 More... almost 13 years ago
Merged pull request #10 from jsocol/master. More... almost 13 years ago