Merge branch 'winston' of https://github.com/M2Ys4U/KiwiIRC into winston
[KiwiIRC.git] / server / irc / connection.js
2014-03-28 DarrenMerge branch 'winston' of https://github.com/M2Ys4U...
2014-03-27 DarrenMerge branch 'chanlist' of https://github.com/CoryChapl...
2014-03-26 DarrenMerge pull request #504 from pshahid/development
2014-03-26 DarrenMerge branch 'chanlist' of https://github.com/CoryChapl...
2014-03-16 Darrenvar name formatting; removing console.logs
2014-03-16 DarrenMerge branch 'trailing' of https://github.com/M2Ys4U...
2014-03-13 Jack AllnuttRemove 'trailing' from IRC message objects
2014-02-18 Jack AllnuttReplace calls to console.log() with Winston.info()...
2014-01-24 DarrenMerge branch 'irc_proxy' into development
2014-01-24 Darrenproxy binding to local interfaces
2014-01-24 Darrenignore invalid cert options
2014-01-23 DarrenTLS connection fixes
2014-01-23 DarrenConnecting to a SSL/TLS kiwi proxy
2014-01-23 DarrenProxy connect options
2014-01-21 DarrenWorking proxy sockets
2014-01-16 DarrenMerge branch 'themes' of https://github.com/M2Ys4U...
2014-01-16 DarrenMerge pull request #442 from coolsmile/development
2014-01-12 DarrenLess strict IRC parsing to allow non-latin characters...
2014-01-12 DarrenQUIT without a message fix
2014-01-06 DarrenMerge branch 'development' into channel_info
2014-01-05 DarrenFix previous commit
2014-01-05 DarrenDefault gecos supporting user hostname insertion
2014-01-03 DarrenMerge branch 'development' of https://github.com/tonyle...
2013-12-03 DarrenMerge pull request #434 from M2Ys4U/space_fix
2013-12-03 Jack AllnuttFix bug where parameters separated by multiple spaces...
2013-11-02 DarrenNet. interface binding per outgoing IRC connection
2013-11-02 DarrenSOCKS server fix
2013-10-29 Jack AllnuttMerge pull request #421 from CoryChaplin/development
2013-10-27 DarrenMerge remote-tracking branch 'origin/development' into...
2013-10-27 DarrenMerge branch 'server-time' of https://github.com/M2Ys4U...
2013-09-28 DarrenMerge branch 'server-time' of https://github.com/M2Ys4U...
2013-09-28 Jack AllnuttFix parse_regex
2013-09-28 DarrenReplace %n with the nick for a custom real name #247
2013-09-28 DarrenCustomisable realname on irc connections #401
2013-09-17 DarrenMerge pull request #336 from M2Ys4U/userbox
2013-09-17 DarrenSeparate IRC line parsing and socket onData parsing
2013-09-17 DarrenComment + var renaming
2013-09-15 Jack AllnuttNew maximum buffer size when holding data between calls...
2013-09-15 Jack AllnuttPass new buffer length to Buffer.concat (it's faster)
2013-09-15 Jack AllnuttRemove unused variables
2013-09-10 Andrew ColdenMerge branch 'pr/374' into notificationsMerge2
2013-08-23 DarrenClient: Encoding within the URL
2013-08-18 Jack AllnuttMerge pull request #358 from M2Ys4U/buffer_parse
2013-08-15 DarrenMerge pull request #366 from coinpr0n/master
2013-08-15 DarrenMerge pull request #365 from coinpr0n/master
2013-08-10 DarrenMerge branch 'settings' into development
2013-08-10 DarrenListening on the raw socket in TLS IRC connections
2013-08-04 DarrenMerge pull request #359 from lewtds/l10n
2013-08-04 Jack AllnuttMerge branch 'development' of github.com:prawnsalad...
2013-08-03 DarrenMultiple outgoing interface addresses
2013-08-03 Jack AllnuttSplit data into lines before decoding to strings
2013-08-03 Jack AllnuttMerge branch 'dep_update' into development
2013-08-02 DarrengetConnectionFamily() IP address fix
2013-08-02 DarrenServer: Force data to be sent ahead of a write queue
2013-07-29 Darrenconnection.js: closure names to help with heap snapshots
2013-07-28 DarrenMinor connection.js changes
2013-07-28 DarrenCorrectly disposing IrcConnection
2013-07-27 DarrenIdentd port pairs memory leak fix
2013-07-26 DarrenServer: Splitting State / IrcConnection / IrcCommands...
2013-07-26 DarrenFlood control / message throttling to the IRC server
2013-07-21 Jack AllnuttMerge pull request #342 from M2Ys4U/i18n
2013-07-21 Jack AllnuttMerge branch 'i18n' into development
2013-07-17 DarrenIdentd resolving usernames/idents correctly
2013-07-14 DarrenConnecting to the correct host for outgoing connections
2013-07-14 DarrenOutgoing connection refactor
2013-07-13 Jack AllnuttAllow configuration of IP addresses to use for outgoing...
2013-07-10 DarrenDon't auto connect an IRC connection in the constructor
2013-07-01 Darrenremove `encoded_test` global var
2013-07-01 DarrenMerge pull request #310 from Felizardo/encoding2
2013-06-29 Vinicius Daly Feli... No more need to specify a set of available encodings
2013-06-28 DarrenMerge branch 'happytodesign-favicon_notifications'...
2013-06-27 DarrenCorrectly triggering IRC socket close events
2013-06-24 Vinicius Daly Feli... Forgot to remove output that I was using for debug
2013-06-20 Vinicius Daly Feli... Fixing identation
2013-06-20 Vinicius Daly Feli... Finished /encoding command to change encoding on the fly
2013-06-18 Vinicius Daly Feli... iconv-lite installed and coverting from a specific...
2013-06-16 DarrenServer: Case insensitive events
2013-06-09 DarrenPadding out ip_as_username hex values
2013-06-04 Jack AllnuttMerge branch 'master' into development
2013-06-04 DarrenMerge pull request #284 from M2Ys4U/regex
2013-06-03 Jack AllnuttRemove event bindings from commands.js
2013-06-03 Jack AllnuttBring parse regex inline with RFC for user part of...
2013-06-01 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-05-27 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-05-25 DarrenMerge M2Ys4U-joinfix
2013-05-25 Darrenmerging waldir-patch-1
2013-05-25 DarrenMerge pull request #271 from portshner/development
2013-05-25 DarrenServer code cleaning
2013-05-09 DarrenMerge branch 'multi_server' into development
2013-05-09 DarrenMerge pull request #239 from M2Ys4U/key
2013-05-06 DarrenMerge branch 'development' into multi_server
2013-05-03 DarrenMerge pull request #236 from M2Ys4U/event_delimiter
2013-05-03 Jack AllnuttUse a space instead of colon as event delimiter
2013-04-23 DarrenListening for events before 001 is sent
2013-04-23 Jack AllnuttMerge branch 'master' of github.com:prawnsalad/KiwiIRC
2013-04-21 DarrenMerge pull request #227 from snikch/master
2013-04-21 Mal CurtisDon't kick the kicker out of the rooms
2013-04-21 DarrenMerge with development branch
2013-04-20 DarrenMerge pull request #219 from M2Ys4U/socks
2013-04-19 Jack AllnuttSpin socks.js out into its own NPM module ``socksjs``.
next