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
path: root/src
AgeCommit message (Expand)Author
2015-03-05Re-insert members into a roster when their status changesfeature/offline_muc_rosterBen Langfeld
2015-03-05Sort MUC members based on statusBen Langfeld
2015-03-05Room members should be explicitly set online on any presenceBen Langfeld
2015-02-27compact commentSudrien
2015-02-27play notification sound on all unseen messages if updateWindowOnAllMessages c...Sudrien
2015-02-26Merge pull request #367 from melissanoelle/feature/add_event_before_adding_tabMichael Weibel
2015-02-26Add an event before adding the tab.Melissa Noelle
2015-02-26Merge pull request #339 from Sudrien/admin_info_linksMichael Weibel
2015-02-26Polish translation.Serge Victor
2015-02-26Merge branch 'notification_sound_update' of https://github.com/Sudrien/candy ...Michael Weibel
2015-02-23Changed tabs to spaces in 'cs' section so the lines are lined up always the s...Radim Novotny
2015-02-22Czech translationRadim Novotny
2015-02-18Add stanza to before-render and after-render.Melissa Noelle
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-10Support XEP-0280: Message CarbonsBen Langfeld
2015-02-10Substitute exception handling for conditionalsBen Langfeld
2015-02-09Include best known name for message senders in message eventBen Langfeld
2015-02-09A ChatUser should reveal its nameBen Langfeld
2015-02-07Must reset connections when re-attaching to themBen Langfeld
2015-02-06Include user's room status in template rendering separately from that of an a...Ben Langfeld
2015-02-06Track room member status on the ChatUser modelBen Langfeld
2015-02-05Merge branch 'feature/check_for_mobile_prevent_autofocus' into devBen Langfeld
2015-02-05LintBen Langfeld
2015-02-04Correct globalsBen Langfeld
2015-02-04Tablet support.Melissa Noelle
2015-02-04Use detectmobilebrowser.com's open source and much more thorough way to check...Melissa Noelle
2015-02-04Add a utility class to check if we're on mobile or not, and then when we go t...Melissa Noelle
2015-02-04Merge pull request #346 from bklang/feature/remove_incorrect_presence_warningBen Langfeld
2015-01-29Merge pull request #349 from Sudrien/unread_message_optionsMichael Weibel
2015-01-29window.top.document.title is the way it's SUPPOSED to be done, and also doesn...Sudrien
2015-01-28better audio checkSudrien
2015-01-28updateWindowOnAllMessages effects notification sounds tooSudrien
2015-01-28switch from flash fallback to multiple formats/bgsound fallbackSudrien
2015-01-28camelCase, a little more documentationSudrien
2015-01-27Merge pull request #347 from melissanoelle/feature/better_mobile_emoticons_menuMichael Weibel
2015-01-27Option to count unread messages, allow title check to reach top frameSudrien
2015-01-26Hide the emoticons menu after a click to be more friendly for mobile devices.Melissa Noelle
2015-01-24Remove incorrect warning about user presenceBen Klang
2015-01-21Merge pull request #344 from Sudrien/hovers_on_emotesMichael Weibel
2015-01-20Firefox uses [title] for hover message now, not [alt], set bothSudrien
2015-01-18XSS issues again, correct versionSudrien
2015-01-18attempt to handle XSS issuesSudrien
2015-01-15Prosody does not serve 'html[xmlns] body[xmlns]' to MSIE, just 'html[xmlns] b...Sudrien
2015-01-15Allow links to render correctly in adminMessage and infoMessageSudrien
2015-01-15show xhtmlMessage to self in private conversationsSudrien
2015-01-14Merge pull request #333 from macedo/bug/autojoin-offline-chatsMichael Weibel
2015-01-14If the room is not showing, we should allow it to scroll to the bottom when w...Melissa Noelle
2015-01-12scrolls to bottom after rooms be renderedRafael Macedo