Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-21 | Sluift: Fix bug in DiscoItems element convertor | Remko Tronçon | |
Change-Id: I02f038865850b8d86ee85115ef9a63cc2ce0db8e | |||
2013-09-21 | Sluift: Update documentation | Remko Tronçon | |
Change-Id: I4b3450d166048db52ca4f531277799bb16996385 | |||
2013-09-21 | Sluift: Add support for ad-hoc commands | Remko Tronçon | |
Change-Id: I4ac2d0b07841b03086d9dbd9fa06d1f030f4e1ca | |||
2013-09-20 | Sluift: Add convenient way for filling in forms | Remko Tronçon | |
Change-Id: Ia265e8659e32f9e7a221d986625c830953a93ddc | |||
2013-09-16 | Add Sluift README | Remko Tronçon | |
Contains only some build hints at the moment. Change-Id: I09fc3b133e880949ad8ee33227ab35f36f3ec875 | |||
2013-09-15 | Install Sluift | Remko Tronçon | |
Change-Id: Ia08269b51528b4458418939e5478cb320f4ba40d | |||
2013-09-01 | Sluift: More PubSub convenience methods & use cases. | Remko Tronçon | |
- Convenience iterators to PubSub and PubSubNode. - Retrieving X most recent items - Retrieving a single item - Fixed GeoLocation serializer Change-Id: Ib4ecde225fb274b21163fcc9b52e19b0d3431860 | |||
2013-08-27 | Set visibility of exported functions when using GCC/CLang. | Remko Tronçon | |
This currently has no effect yet, but when we will add the flag -fvisibility=hidden, this will give the same results when building DLLs on Linux, Mac OS X and Windows with respect to exporting of symbols. Change-Id: I9ab65b2f9ca78ec242ddac5a14d0f8d72721a6ca | |||
2013-08-27 | PubSub implementation & Sluift refactoring. | Remko Tronçon | |
Change-Id: I04ff7111b73565c00bff6db183451774a633344f | |||
2013-08-17 | Fixed bug in Sluift. | Remko Tronçon | |
Change-Id: Ic83bb3732fc7b1378159672c4d2d43ea6b871fba | |||
2013-08-17 | Fix building sluift as .dll on Mac OS X. | Remko Tronçon | |
Change-Id: Ia8043d66ef676048e7fe1d0347b65e8d64aa3bd5 | |||
2013-04-21 | Fix compilation when 3rdParty/ is not there. | Remko Tronçon | |
Change-Id: I6d86bf7d8dcc750ff69ff08500c9987b3c1de43e | |||
2013-01-13 | Fix more warnings. | Remko Tronçon | |
Fix sign conversion warnings. Removing heavy unnecessary includes. Change-Id: I992f43065498823098a875badb020c7c84fc4797 | |||
2012-12-31 | Fix more warnings. | Remko Tronçon | |
Change-Id: I0fc27a08adb6aecd5c5775a52b7fe48570ed526a | |||
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon | |
Change-Id: I70109624b4bd7aab9ba679a3eaabc225dd64a03a | |||
2012-06-17 | Allow different connection methods for Client. | Remko Tronçon | |
2012-05-22 | Allow SluiftExceptions to be output by the EventLoop | Kevin Smith | |
2012-05-22 | Fix options passing in Sluift connect() call | Kevin Smith | |
2012-05-22 | Allow Sluift to not use acks from XEP-0198 | Kevin Smith | |
2012-04-17 | Fixing some clang warnings. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-05-10 | Add OpenSSL to Sluift bundle conditionally. | Remko Tronçon | |
2011-05-04 | Add Sluift ability to specify host to connect to. | Kevin Smith | |
2011-04-22 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed SCons not picking up the build version correctly in tarball build. | |||
2011-04-22 | Fixed SCons not picking up the build version correctly in tarball build. | Remko Tronçon | |
2011-04-20 | Introduce ClientOptions struct. | Remko Tronçon | |
2011-04-18 | Compile Lua as C++ to avoid setjmp/longjmp & exception conflicts. | Remko Tronçon | |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2011-04-09 | Fixed line endings in Wonderland script. | Remko Tronçon | |
2011-04-04 | Fixed assertion failure in Sluift. | Remko Tronçon | |
2011-03-17 | Sluift: Added example script for removing unreachable contacts. | Remko Tronçon | |
2011-03-17 | Sluift: Add timeout to get and set. | Remko Tronçon | |
2011-03-17 | Sluift: Put a timeout on connecting to a server. | Remko Tronçon | |
2011-03-17 | Sluift: Spin the event loop on send events. | Remko Tronçon | |
2011-03-16 | Sluift: Don't hang until timeout in get_contacts and set_version. | Remko Tronçon | |
2011-03-15 | Don't fail if LUA_FLAGS aren't set. | Remko Tronçon | |
2011-03-05 | Added windows packaging. | Remko Tronçon | |
2011-03-05 | Fixed some Sluift bugs. | Remko Tronçon | |
2011-03-05 | Sluift: Added CollectVersions example. | Remko Tronçon | |
2011-03-05 | Sluift: roster->contacts | Remko Tronçon | |
2011-03-04 | Sluift: Spin the event loop on some commands | Remko Tronçon | |
2011-03-03 | Some more Sluift tweaks. | Remko Tronçon | |
2011-03-02 | Sluift: Added subscription confirm/cancel. | Remko Tronçon | |
2011-03-02 | Added add/remove contact. | Remko Tronçon | |
2011-03-02 | Return client on sluift mutators. | Remko Tronçon | |
2011-03-01 | Introduce Lua::Value helper. | Remko Tronçon | |
2011-03-01 | Fixed linking order. | Remko Tronçon | |
2011-03-01 | Some more Sluift enhancements. | Remko Tronçon | |
2011-02-27 | Sluift echobot. | Remko Tronçon | |
2011-02-27 | Added 'get_next_event' sluift command. | Remko Tronçon | |