Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-30 | History dialog | Cătălin Badea | |
Add history dialog as an experimental feature. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-05-31 | Better MUC inviting | Kevin Smith | |
2012-05-31 | Very poor prototype of a MUC invite dialog | Kevin Smith | |
2012-04-27 | Reset state of collapsing presence when a chat window is cleared. | Kevin Smith | |
To stop new presence being lost because it's trying to append to old (deleted) data. Resolves: #925 | |||
2012-04-26 | Don't include yesterday's MUC presence changes in today's first update. | Kevin Smith | |
Resolves: #975 | |||
2012-04-09 | Made MUC context options role-aware | Mateusz Piekos | |
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2011-10-07 | Allow affiliation editing in MUCs. | Kevin Smith | |
Resolves: #986 Resolves: #988 | |||
2011-10-05 | Allow role changing in MUCs. | Kevin Smith | |
Resolves: #987 | |||
2011-10-05 | Allow joining passworded MUCs. | Kevin Smith | |
Resolves: #991 | |||
2011-10-04 | Allow both instant and reserved rooms. | Kevin Smith | |
Resolves: #1006 | |||
2011-10-03 | Simple MUC invites. | Kevin Smith | |
Resolves: #152 | |||
2011-09-28 | Destroy rooms. | Kevin Smith | |
Resolves: #990 | |||
2011-09-27 | Allow room configuration. | Kevin Smith | |
Resolves: #989 | |||
2011-09-27 | Add support for clearing chat recents. | Kevin Smith | |
Resolves: #1001 | |||
2011-09-26 | Allow setting of room topics | Kevin Smith | |
2011-09-23 | Add support for kicking people from MUCs. | Kevin Smith | |
This also introduces a new DOM-like parser structure, used for the MUC parsers. Partially Resolves: #689 | |||
2011-08-21 | Warn when sending corrections without support. | Kevin Smith | |
2011-07-09 | Track when a user joins a MUC for the ChatList | Kevin Smith | |
2011-07-09 | Keep MUCs in the recent chats list. | Kevin Smith | |
Populate them with Available StatusShow::Type when they're joined, and None when they're not. Resolves: #907 | |||
2011-04-30 | This should fix the MUC ordering. | Kevin Smith | |
Hopefully Resolves: #794 | |||
2011-04-23 | Sort MUC roles by role, rather than by name. | Kevin Smith | |
Resolves: #794 Release-Notes: Non-English translations will no longer have MUC role groups in the incorrect order. | |||
2011-03-04 | Don't show popups if the chat's on top. | Kevin Smith | |
Resolves: #774 Release-Notes: Popup notifications for new messages should no longer be generated if the relevant chat is currently selected. | |||
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-11 | Don't mark MUC Context as unread. | Kevin Smith | |
Resolves: #724 Release-Notes: Historical messages received when joining a room will no longer be marked as unread. | |||
2011-02-11 | Rejoin MUCs with the requested nick, not the one that was in previous use. | Kevin Smith | |
(e.g. don't try to rejoin as Kev_________ just because of some previous ghosts, try as Kev again). Resolves: #737 | |||
2011-01-12 | Refactored MUC code a bit. | Remko Tronçon | |
2010-11-09 | Only request new MUC context when rejoining. | Kevin Smith | |
Resolves: #542 Release-Notes: On reconnects, existing MUC history now won't be replayed. | |||
2010-11-03 | Refactoring Presence & MUC handling. | Remko Tronçon | |
2010-10-22 | Be smarter about combining JoinParts in MUCs. | Kevin Smith | |
Resolves: 620 Release-Notes: Joins and parts in MUCs will now be merged in a more natural way. | |||
2010-10-20 | Tell MUCController to handle disconnect/reconnect rejoins. | Kevin Smith | |
This causes the MUCController to deal with reconnects by requesting a rejoin. It also prepares for doing time-based context requests. Although I've traced the code down, and confirmed that presenceSender->sendPresence(joinPresence); is being called, the stanza is never sent. This needs further investigation, as currently it prevents the rejoins working. Resolves: #625 | |||
2010-09-24 | Don't overwrite date changes with presence changes | Kevin Smith | |
2010-09-11 | Refactoring VCardUpdateAvatarManager. | Remko Tronçon | |
2010-09-03 | Squash presence in chat and MUC windows. | Kevin Smith | |
Join/Parts will be shown in one block if they're uninterrupted, and only the last presence change in a row will be shown for chats. Resolves: #230 Resolves: #430 | |||
2010-08-27 | Don't tab-complete for users who aren't in the room. | Kevin Smith | |
Resolves: #541 | |||
2010-07-23 | Recognise when leaving a MUC (disconnect or kick). | Kevin Smith | |
Also cleans up some outstanding MUC issues. Resolves: #288 Resolves: #392 Resolves: #279 Resolves: #114 | |||
2010-07-23 | Generate a Notice if your nick is mentioned in a MUC. | Kevin Smith | |
Resolves: #471 | |||
2010-06-06 | Use delay when printing MUC history. | Remko Tronçon | |
Resolves: #415 | |||
2010-06-05 | Tab completion in MUCs. | Kevin Smith | |
Resolves: #440 | |||
2010-06-04 | Starting towards tooltips for the colour-blind. | Kevin Smith | |
Putting status show names along with the text in tooltips. Covers the MeView and roster entries. Still ToDo: status setter Resolves: #429 | |||
2010-06-02 | Rename boost_signalslib.h to boost_bsignals. | Remko Tronçon | |
2010-06-02 | Using Boost workaround for Qt signals keyword clash. | Remko Tronçon | |
This should allow us to link against system boost versions. | |||
2010-05-23 | Implement XEP-0045 joining, and appropriate error handling. | Kevin Smith | |
Resolves: #211 | |||
2010-05-21 | Warnings about MUC joins that never complete. | Kevin Smith | |
2010-05-06 | Rewrite of large amounts of roster code. | Kevin Smith | |
Now keeps widgets out of Swiften, keeps sorting inside Swiften, and keeps track of presences to show the correct presence per roster item. Resolves: #316 Resolves: #81 Resolves: #239 | |||
2010-04-23 | Make latency stats optional. | Kevin Smith | |
Includes boost program_options so we can use commandline parameters. Netbook mode is now activated with --netbook-mode. Latency debug is activated with --latency-debug. | |||
2010-04-08 | Added copyrights to Swift. | Remko Tronçon | |
2010-04-05 | Allow opening chats to MUC occupants. | Kevin Smith | |
Resolves: #275 | |||
2010-03-26 | Remove MUCs from the ChatsManager's list once you leave them. | Kevin Smith | |
Resolves: #292 | |||
2010-02-10 | Move the Chat stuff in Controllers into Chat folder. | Kevin Smith | |
It was starting to get a bit unwieldly in Controllers/ |