Removing useless part
[KiwiIRC.git] / client / src / models /
2014-07-16 Cory ChaplinFix for #380, fallback to last open tab when closing...
2014-07-16 DarrenMerge branch 'development' of github.com:prawnsalad...
2014-07-16 DarrenMerge pull request #565 from CoryChaplin/feature_create...
2014-07-16 Cory ChaplinFix createQuery
2014-07-16 Cory ChaplinAllow plugins to create queries
2014-07-15 DarrenControl input placeholder text
2014-07-12 DarrenMoving channel set_topic_by text to topic bar title
2014-07-04 DarrenBetter use of inherited panels
2014-07-03 DarrenIncluding nick prefix into message objects
2014-07-03 DarrenDataStore as a public component
2014-07-02 DarrenCode formatting
2014-07-02 DarrenCorrectly sending irc disconnected error to browser
2014-06-27 DarrenShowing user quits in the query panel #538
2014-06-27 DarrenMerge pull request #557 from H7-25/buildts
2014-06-27 Darrenpanel:created panel:close panel:active plugin hooks
2014-06-27 Darrenmessage:new & message:display plugin hooks
2014-06-23 DarrenExtracting client user commands from application.js
2014-06-17 DarrenCorrectly switching between polling/websockets
2014-06-16 DarrenNetwork objects listening for IRC connection events...
2014-06-08 DarrenListening to QUIT events correctly
2014-06-08 DarrenMerge pull request #548 from M2Ys4U/api-cleanup
2014-06-08 Jack AllnuttAdd message param to irc.part RPC command (as per ...
2014-06-04 DarrenMerge pull request #544 from M2Ys4U/whois-host
2014-06-04 Jack AllnuttFixed additional host -> hostname
2014-06-04 Jack AllnuttRename 'host' to 'hostname' in whois client event
2014-06-04 DarrenSimplified http handler. /deep/base/path/urls/irc.netwo...
2014-06-01 DarrenTypo
2014-06-01 DarrenCombining join, part, kick + quit client events into...
2014-06-01 DarrenMerge branch 'message_events' into development
2014-06-01 DarrenTriggering message:type events
2014-05-31 Darrenprivmsg/action/notice events combined into a 'message...
2014-05-29 DarrenMerge branch 'CoryChaplin-feature_user_count' into...
2014-05-23 tonymkeMerge remote-tracking branch 'upstream/development...
2014-05-23 DarrenReconnecting fix
2014-05-23 DarrenMerge branch 'feature_user_count' of https://github...
2014-05-23 DarrenMerge branch 'CoryChaplin-extra_raw_handlers' into...
2014-05-23 DarrenSpace indentation
2014-05-23 DarrenWALLOPS should only show in channel/query panels for...
2014-05-23 DarrenRemoving `wallops` as a network function; Whitespace...
2014-05-23 DarrenMerge branch 'extra_raw_handlers' of https://github...
2014-05-20 Cory ChaplinAnother improvement to Wallops, and a bunch of new...
2014-05-20 Cory ChaplinWallops cleanup
2014-05-16 Cory ChaplinRemoving console.log
2014-05-15 Cory ChaplinMAking Wallops a specific message type
2014-05-14 tonymkeMerge upstream branch 'development' into tonytrunk
2014-05-11 DarrenMerge pull request #536 from CoryChaplin/fix_channel_link
2014-05-10 Cory ChaplinAdding network object to network panel and query panel...
2014-05-10 DarrenRenaming kiwi.connect to kiwi.connect_irc #509
2014-05-10 DarrenClient CTCP helper functions ctcpRequest/ctcpResponse
2014-05-10 DarrenCTCP request renamed to is_request
2014-05-10 DarrenSwitching the old RPC methods to the websocketrpc
2014-05-10 DarrenConsistent 'connection' rather than 'server' in - part 2
2014-05-10 DarrenConsistent 'connection' rather than 'server' in events
2014-05-10 DarrenMissing text themes - Server connecting
2014-05-10 DarrenNetwork info no longer stored in gateway
2014-05-10 DarrenClients side IRC event names normalised
2014-05-10 DarrenSwitching switching irc events `channel` property to...
2014-05-07 DarrenMerge branch 'text_themes' of https://github.com/CoryCh...
2014-05-07 DarrenText theme ordering more logical; Text theme 'privmsg...
2014-05-07 Darrendefault app.text_theme should be object, not array
2014-05-07 DarrenMerge remote-tracking branch 'origin/development' into...
2014-05-06 DarrenClient transports within config.js
2014-05-05 tonymkeSend nick with messages to channels.
2014-05-02 DarrenMenuBox now a public component
2014-04-29 DarrenMerge branch 'development' of https://github.com/DaHisp...
2014-04-29 DarrenMerge pull request #518 from reality/banlist
2014-04-29 DarrenMerge branch 'development' of github.com:prawnsalad...
2014-04-21 DarrenExtracting the right_bar into its own view with togglin...
2014-04-21 DarrenMerge branch 'development' of https://github.com/crtayl...
2014-04-21 Cory ChaplinMerge pull request #23 from prawnsalad/CoryChaplin...
2014-04-21 DarrenRemoving text theme formatting chars from application...
2014-04-20 Darrenmember.js formatting + comment
2014-04-20 DarrenRemove view/output related data from member model
2014-04-19 Cory ChaplinMerge pull request #22 from prawnsalad/CoryChaplin...
2014-04-19 DarrenShortening text_theme keys
2014-04-16 DarrenMerge branch 'date_format' of https://github.com/CoryCh...
2014-04-14 Cory ChaplinMerge pull request #21 from prawnsalad/CoryChaplin...
2014-04-14 DarrenTextTheme view removed
2014-04-14 Cory ChaplinMerge branch 'development' of https://github.com/CoryCh...
2014-04-14 Cory ChaplinMerge remote branch 'origin/development' into text_themes
2014-04-14 Cory ChaplinMerge pull request #20 from prawnsalad/CoryChaplin...
2014-04-14 DarrenMerge branch 'text_themes' of https://github.com/CoryCh...
2014-04-08 DarrenMoving defaultServerSettings() into the global kiwi API
2014-04-06 Randy JimenezFixed a bug where CANNOTSENDTOCHAN misfired its bug...
2014-04-04 Cory ChaplinMerge branch 'development' of https://github.com/CoryCh...
2014-04-04 Cory ChaplinFix missing nickname in actions
2014-04-03 DarrenMoving connection logic into gateway.js
2014-04-02 Darrenclient/src/models/member.js formatting + comments
2014-04-02 DarrenCorrect user prefix defaults for ircds not providing...
2014-04-02 DarrenUsing default user prefixes when not provided by the...
2014-03-31 Cory ChaplinMerge remote branch 'origin/development' into text_themes
2014-03-31 DarrenShow the app after plugins loaded; Allow custom startup...
2014-03-31 Cory ChaplinText theme fixes
2014-03-31 Cory ChaplinMerge remote branch 'origin/development' into text_themes
2014-03-31 Cory ChaplinText themes : extra text theme, documentation and confi...
2014-03-29 DarrenAdd server + client versions to CTCP VERSION reply
2014-03-28 DarrenMerge branch 'winston' of https://github.com/M2Ys4U...
2014-03-28 DarrenRemoving console.log from banlist
2014-03-27 DarrenMerge branch 'chanlist' of https://github.com/CoryChapl...
2014-03-26 DarrenMerge branch 'development' of github.com:prawnsalad...
next