Keep hold of X lines from IRCd for connection error context
[KiwiIRC.git] / server / irc / connection.js
2014-08-27 DarrenKeep hold of X lines from IRCd for connection error...
2014-08-27 DarrenTriggering connection 'close' event fix
2014-08-10 DarrenAuto IRCd reconnect config option
2014-08-09 DarrenEasier webirc single server password config
2014-07-27 DarrenServer stats/events module
2014-07-26 DarrenIRCd reconnection only when registered for 10+ secs
2014-07-26 DarrenBetter IRC server reconnection logic
2014-07-16 DarrenWait until all QUIT command is sent to server before...
2014-07-12 DarrenMoving server-side capContainsAny() to IrcConnection...
2014-07-12 DarrenTidying + splitting up IRC commands
2014-07-03 DarrenReconnecting when IRCd drops the connection
2014-07-01 DarrenRefactor gecos so plugins can modify it before connecting
2014-06-12 Jack AllnuttMerge pull request #554 from M2Ys4U/cleanup
2014-06-12 Jack AllnuttFix regression due to 353d261
2014-06-12 DarrenMerge pull request #552 from M2Ys4U/cleanup
2014-06-12 Jack AllnuttFix typo in comment
2014-06-12 Jack AllnuttUse strict equality (===)
2014-06-12 Jack AllnuttRm superfluous local vars, pass had_error to close...
2014-06-12 Jack AllnuttAdd missing braces
2014-06-12 Jack AllnuttFix global variable leakage
2014-05-14 tonymkeMerge upstream branch 'development' into tonytrunk
2014-05-10 DarrenConsistent 'connection' rather than 'server' in events
2014-04-21 DarrenMerge branch 'development' of https://github.com/crtayl...
2014-04-04 Cory ChaplinMerge branch 'development' of https://github.com/CoryCh...
2014-04-02 DarrenCorrect user prefix defaults for ircds not providing...
2014-03-31 Cory ChaplinMerge remote branch 'origin/development' into text_themes
2014-03-28 DarrenFinalising winston logging; Logging timestamp format;
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
next