Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-04Fixed Russian translation and locale settingsMOZGIII
2015-04-27Merge pull request #386 from melissanoelle/feature/fix_info_messageBen Langfeld
Bugfix: infoMessage()/onInfoMessage() calls
2015-04-27Make sure that calls to infoMessage() and onInfoMessage() are sending three ↵Melissa Noelle
parameters each in the right order.
2015-04-07Merge pull request #382 from bklang/devBen Langfeld
Fix incorrect JID resource with Websockets
2015-04-07Fix incorrect JID resource with WebsocketsBen Klang
This commit makes the connect function check the provided JID for a resource. Without this, Candy connects with the default resource of “Candy”, then causes a stream error when sending the first stanza with a from containing the full JID.
2015-03-27Merge pull request #375 from bklang/devBen Langfeld
Allow option to truncate display of long URLs
2015-03-27Default to not cropping URLs in messagesBen Klang
2015-03-26Use Candy’s crop function to get the ellipsisBen Klang
2015-03-26Allow option to truncate display of long URLsBen Klang
2015-03-25Merge pull request #380 from Sudrien/longer_linkifierMichael Weibel
fix/improve url regex
2015-03-25much more comprehensive linkify via https://gist.github.com/dperini/729294Sudrien
2015-03-24Merge pull request #381 from bklang/feature/warning_and_error_loggingBen Langfeld
Feature: warning and error logging
2015-03-24Use new “warn”-level loggerBen Klang
2015-03-24Add warn and error logging levelsBen Klang
2015-03-24allow parenthesis in linkifySudrien
2015-03-11Merge pull request #374 from candy-chat/feature/fix-provisioningBen Langfeld
Remove websocket/carbons downloading, is now in main repo
2015-03-11Merge pull request #370 from candy-chat/feature/offline_muc_rosterBen Langfeld
[WIP] Allow displaying offline users in MUC roster
2015-03-11Remove websocket/carbons downloading, is now in main repoMichael Weibel
2015-03-10Merge pull request #366 from macedo/hotfix/avoid-to-leave-rooms-on-disconnectMichael Weibel
avoid to leave room on disconnect
2015-03-05Re-insert members into a roster when their status changesfeature/offline_muc_rosterBen Langfeld
They need to go in the correct order
2015-03-05Fix lint configuration for recently merged PRBen Langfeld
https://github.com/candy-chat/candy/pull/369
2015-03-05Sort MUC members based on statusBen Langfeld
Does not currently re-sort in the case of a member coming online
2015-03-05Room members should be explicitly set online on any presenceBen Langfeld
If we've already populated the roster from the room members list, then the user coming online will look like a role/affiliation change.
2015-02-27Merge pull request #369 from Sudrien/feature/extend_updateWindowOnAllMessagesMichael Weibel
Feature/extend update window on all messages
2015-02-27compact commentSudrien
2015-02-27play notification sound on all unseen messages if updateWindowOnAllMessages ↵Sudrien
configured
2015-02-26Merge pull request #367 from melissanoelle/feature/add_event_before_adding_tabMichael Weibel
Add new event before adding tab
2015-02-26Add an event before adding the tab.Melissa Noelle
2015-02-26Merge pull request #339 from Sudrien/admin_info_linksMichael Weibel
Allow links to render correctly in adminMessage and infoMessage
2015-02-26Merge branch 'ser-master' into devMichael Weibel
2015-02-26Polish translation.Serge Victor
2015-02-26Add editorconfigMichael Weibel
2015-02-26Merge branch 'notification_sound_update' of https://github.com/Sudrien/candy ↵Michael Weibel
into Sudrien-notification_sound_update Conflicts: src/view/pane/message.js
2015-02-24Merge pull request #365 from naro/devMichael Weibel
Czech translation
2015-02-23avoid to leave room on disconnectRafael Macedo
2015-02-23Changed tabs to spaces in 'cs' section so the lines are lined up always the ↵Radim Novotny
same way
2015-02-22Czech translationRadim Novotny
2015-02-18Fix tests broken in previous PRBen Langfeld
2015-02-18Merge branch 'feature/pass_stanza_with_render_messages' of ↵Ben Langfeld
https://github.com/melissanoelle/candy into melissanoelle-feature/pass_stanza_with_render_messages
2015-02-18Add stanza to before-render and after-render.Melissa Noelle
2015-02-18Merge pull request #362 from melissanoelle/feature/pass_stanza_with_messageBen Langfeld
Pass the raw XML through candy:core.message event
2015-02-18Pass the raw XML stanza through the candy:core.message event.Melissa Noelle
2015-02-13whitespace fixesSudrien
2015-02-13IE9 SCRIPT16385 fix, issue #356Sudrien
2015-02-10Merge pull request #352 from candy-chat/feature/message_carbonsBen Langfeld
Message carbons
2015-02-10Support XEP-0280: Message CarbonsBen Langfeld
Messages are rendered silently without emitting notification events
2015-02-10Add support for message carbons to the devboxBen Langfeld
2015-02-10Substitute exception handling for conditionalsBen Langfeld
2015-02-10Not all platforms serialise XML equallyBen Langfeld
2015-02-09Tests are currently failing on IE9Ben Langfeld