summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-11jump to the next matching day using the next/previous buttonsCatalin Badea
2012-08-11Refactor HistoryViewController.Catalin Badea
2012-08-11add previous/next button callbacksCatalin Badea
2012-08-11Set the date when selecting a contactCatalin Badea
2012-08-11continous scroll between dates.Catalin Badea
2012-08-11Retrieve messages from last matching dayCatalin Badea
2012-08-11Added signal handlers in history window.Catalin Badea
2012-08-11Added message type logging. Fixed handling new messages.Catalin Badea
2012-08-11update history window on new messageCatalin Badea
2012-08-11Dump message logs using new db structure. Avatars not workingCatalin Badea
2012-08-11Add nick/avatar resolversCatalin Badea
2012-08-11Don't log outgoing MUC messagesCatalin Badea
2012-08-11Changed HistoryMessage structure backCatalin Badea
2012-08-11Display conversations by using roster selectionCatalin Badea
2012-08-11Log messages to the sqlite db and dump all messages in the history viewerCatalin Badea
2012-08-11Added SqliteManager to build. not workingCatalin Badea
2012-08-11Use seperate controllers for viewing/handling historyCatalin Badea
2012-08-11Added contact rosterCatalin Badea
2012-08-11Disconnect history controller from the event stream. Fixed coding styleCatalin Badea
2012-08-11Added History window based code: controller, events, interface and menu entry.Catalin Badea
2012-08-07Fixed build.Remko Tronçon
2012-07-26Don't let correction change a label.Kevin Smith
Resolves: #1144
2012-07-15Fixed compilation on Windows.Remko Tronçon
2012-07-15Provide replace_pragma_once flag.Remko Tronçon
2012-06-23Use a consistent fallback nickname when autojoining MUCsKevin Smith
Previously there was a race whereby initial bookmark autojoins would join with a JID-based nick, and subsequent joins (where no nick is specified) would use the user's VCard nick. Resolves: #1034
2012-05-31Allow subsequent invitesKevin Smith
2012-05-31Better MUC invitingKevin Smith
2012-05-31Very poor prototype of a MUC invite dialogKevin Smith
2012-05-31Don't report encrypted connections once disconnected.Kevin Smith
Resolves: #1126
2012-05-12Remove peer certificate from APIs.Remko Tronçon
The peer certificate chain contains the peer certificate, so this was redundant.
2012-05-12Show Certificate dialog from certificate error window.Remko Tronçon
2012-05-11Showing stream encryption status in the roster header. Provide native ↵Tobias Markmann
certificate viewers on click. Native viewers for Windows and Mac OS X are implemented. Added TODOs to OpenSSL based TLS interface related to CRL and OCSP. Resolves: #167 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-28Only open chat windows when there's something to be displayed.Kevin Smith
Resolves: #1009
2012-04-28Send label catalogue queries to bare/full JID as appropriate.Kevin Smith
Resolves: #244
2012-04-27Reset 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-27Don't spin the throbber forever when editing a contact for whom you don't ↵Kevin Smith
yet have the vcard. Resolves: #1111
2012-04-27Cleaning out old cruftKevin Smith
2012-04-26Only include targeted messages in the Chats view count for MUCs.Kevin Smith
Resolves: #935
2012-04-26Avoid adding messages to the Notices view for the currently selected tab.Kevin Smith
Resolves: #934
2012-04-26Don't include yesterday's MUC presence changes in today's first update.Kevin Smith
Resolves: #975
2012-04-26Avoid duplicate subscription requests.Kevin Smith
Resolves: #1040 Resolves: #876
2012-04-26Mark recent chats offline when Swift is offline.Kevin Smith
Resolves: #999
2012-04-26Force signouts after trust checking overides when the password is unavailable.Kevin Smith
Resolves: #1026
2012-04-26Reset MUC Search windows between uses.Kevin Smith
Resolves: #1103
2012-04-25Convert /me in notification bubbles.Remko Tronçon
Resolves: #757
2012-04-24File transfer strings made translatablePavol Babincak
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-24Changed SWIFT_LOG("DEBUG") to SWIFT_LOG(debug).Remko Tronçon
2012-04-24Debug messages print only if logging is enabledPavol Babincak
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-23Fix member variables to not be const refsKevin Smith
2012-04-23Don't initialise with temporaries, fix warningsKevin Smith