Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swiften
/
Queries
Age
Commit message (
Expand
)
Author
2017-06-26
Remove unneeded forward declarations from Swiften headers
Tobias Markmann
2016-11-23
Migrate remaining Swiften/Base/foreach.h use to range-based for loop
Tobias Markmann
2016-09-29
Fix uninitialised class members
Tobias Markmann
2016-07-01
Implement Message Carbons in Swift and Swift/Controllers
Tobias Markmann
2016-04-05
Migrate to Boost.Signals2 from Boost.Signals
Tobias Markmann
2016-04-04
Modernize code to use C++11 shared_ptr instead of Boost's
Tobias Markmann
2016-03-31
Convert tabs to 4 spaces for all source files
Tobias Markmann
2016-03-30
Apply consistent #include grouping and sorting style
Tobias Markmann
2016-03-08
Remove superfluous implementation files
Tobias Markmann
2015-06-08
Add missing SWIFTEN_API annotations to public Swiften API
Tobias Markmann
2015-03-28
Change IQ handling to allow non-final IQ handlers/responders
Tobias Markmann
2014-12-15
Update Copyright in Swiften
Kevin Smith
2013-09-08
Add missing make_shared include.
Remko Tronçon
2013-08-27
PubSub implementation & Sluift refactoring.
Remko Tronçon
2013-05-11
File Transfer refactoring.
Remko Tronçon
2013-03-27
Adding support for Blocking Command (XEP-0191) to Swift(-en).
Tobias Markmann
2012-10-12
Missing include
Kevin Smith
2012-09-17
Support for building swiften as a DLL
Remko Tronçon
2012-07-14
Initial DLL support for Swiften.
Remko Tronçon
2012-05-07
Added convenience method for responding with a custom error payload.
Remko Tronçon
2012-05-05
Compilation fixes.
Remko Tronçon
2012-04-23
Work around incorrect roster responses from ejabberd.
Remko Tronçon
2012-03-20
boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation...
Tobias Markmann
2012-02-14
Adding documentation to GenericRequest
Kevin Smith
2011-10-01
Fixed cppcheck warnings.
Remko Tronçon
2011-09-29
Allow to set 'from' on Request & IBB classes.
Remko Tronçon
2011-09-20
Added ClientBlockListManager.
Remko Tronçon
2011-09-18
Do not overwrite from attribute in component mode
Jan Kaluza
2011-08-28
Merge branch 'swift-1.x'
Remko Tronçon
2011-08-28
Remove relaxation of not checking JIDs if the IQRouter's JID isn't set.
Remko Tronçon
2011-08-28
Fixed Request::isAccountJID().
Remko Tronçon
2011-08-28
Check sender on incoming IQ responses.
Remko Tronçon
2011-08-26
Merge branch 'swift-1.x'
Remko Tronçon
2011-08-26
Don't consider Get and Set requests as Response results.
Remko Tronçon
2011-05-02
Add a generic erase() algorithm.
Remko Tronçon
2011-05-02
Replace header include guards by pragma once.
Remko Tronçon
2011-04-30
Replace #icnlude "" by #include <> in Swiften.
Remko Tronçon
2011-04-18
Cleaned up includes.
swift-2.0alpha
Remko Tronçon
2011-03-01
Some more Sluift enhancements.
Remko Tronçon
2011-02-24
Added Sluift client test script and the necessary infrastructure.
Remko Tronçon
2011-02-24
Added initial version of Sluift.
Remko Tronçon
2011-02-14
Removed Swift::String.
Remko Tronçon
2011-01-21
Code cleanup.
Remko Tronçon
2010-12-27
Disconnect signals in IQRouter.
Remko Tronçon
2010-12-26
Fixed crash when searching for users.
Remko Tronçon
2010-12-04
Document custom requests & responders, and components.
Remko Tronçon
2010-11-28
Change error from optional to shared_ptr in GenericRequest
Remko Tronçon
2010-11-15
Fix compilation on OS X
Kevin Smith
2010-11-13
Added missing receiver parameter to IBR requests.
Remko Tronçon
2010-11-10
Added InBandRegistration classes.
Remko Tronçon
[next]