Switching the old RPC methods to the websocketrpc
[KiwiIRC.git] / client / src / models /
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-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...
2014-03-26 DarrenMerge pull request #504 from pshahid/development
2014-03-26 Cory ChaplinText theme regression fixes.
2014-03-26 DarrenMerge branch 'chanlist' of https://github.com/CoryChapl...
2014-03-26 Paul ShahidMaking use of panels.getByCid and fixing trailing white...
2014-03-26 Paul ShahidLast bit of cleanup
2014-03-25 Cory ChaplinFinishing first run of text themes.
2014-03-25 Cory ChaplinText theme adjustments in translations.
2014-03-25 Cory ChaplinAdded non translated strings to text themes. Work in...
2014-03-25 Cory ChaplinMore work on text themes. Splitting translation and...
2014-03-19 Cory ChaplinInitial work on text themes. To be completed.
2014-03-16 DarrenMerge branch 'trailing' of https://github.com/M2Ys4U...
2014-03-13 Jack AllnuttRemove 'trailing' from IRC message objects
2014-03-08 DarrenStartup screen is now a configurable applet
2014-03-02 DarrenTracking the active panel correctly
2014-03-02 DarrenMerge branch 'timestamp' of https://github.com/M2Ys4U...
2014-03-02 Darrenchannel_prefix may contain more than one prefix
2014-03-02 DarrenMerge branch 'fixes' of https://github.com/CoryChaplin...
2014-02-28 DarrenClient: /part command fix
2014-02-23 Cory ChaplinCleaner way for making channel prefix optional in join...
2014-02-23 Cory ChaplinMake the '#' optional in join command
2014-02-23 DarrenMerge pull request #490 from CoryChaplin/fixes
2014-02-23 Cory ChaplinFix for #489
2014-02-20 DarrenMerge branch 'gateway' of https://github.com/M2Ys4U...
2014-02-20 DarrenMerge pull request #486 from CoryChaplin/fixes
2014-02-20 Jack AllnuttRemove cruft from gateway object
2014-02-17 Darrenmodels/application.js cleanup
2014-02-11 DarrenMerge pull request #480 from M2Ys4U/config_commandline
2014-02-09 DarrenChannel info command renamed info->channel
2014-02-09 DarrenChannel tools box; memberlist/right bar structure refactor
2014-02-08 DarrenConnection issues fix #472
2014-02-06 Paul ShahidMerge remote-tracking branch 'upstream/development...
2014-02-06 Paul ShahidAdding panel_access to the application model for tracki...
2014-01-16 DarrenMerge branch 'themes' of https://github.com/M2Ys4U...
2014-01-16 DarrenMerge pull request #442 from coolsmile/development
2014-01-06 DarrenAuto updating banlist + UI improvements
2014-01-06 DarrenMerge branch 'development' into channel_info
2014-01-06 Darrengateway kiwi_server setting now only set in one place
2014-01-06 DarrenSetting kiwi_server config via application options
2014-01-03 DarrenMerge branch 'development' of https://github.com/tonyle...
2014-01-01 DarrenChannel Info+admin window; RPL_CHANNEL_URL; Ban list...
2013-12-29 DarrenSecond IRC connection via /server fix
2013-12-13 Darrenjump server reconnecting to the updated server addresse...
2013-11-11 DarrenClient plugins loading correctly with new HTML templates
2013-11-04 DarrenFont formatting + colours in sent message (xchats ...
2013-10-29 Jack AllnuttMerge pull request #421 from CoryChaplin/development
2013-10-27 DarrenMerge remote-tracking branch 'origin/development' into...
2013-10-27 Jack AllnuttMove src files out of assets dir