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
/
JID
/
JID.cpp
Age
Commit message (
Expand
)
Author
2016-06-22
Treat JIDs with empty resources as invalid
Tobias Markmann
2016-05-25
Remove unnecessary include of iostream header
Tobias Markmann
2016-04-12
Use C++11 threading library instead of Boost.Thread
Tobias Markmann
2016-04-04
Modernize code to use C++11 shared_ptr instead of Boost's
Tobias Markmann
2016-04-01
Modernize code to use C++11 nullptr using clang-tidy
Tobias Markmann
2016-03-31
Convert tabs to 4 spaces for all source files
Tobias Markmann
2016-03-17
Don't allow JIDs with explicitly empty resources
Kevin Smith
2014-12-15
Update Copyright in Swiften
Kevin Smith
2014-08-10
Fix invalid characters being allowed in JID domains
Richard Maudsley
2013-08-27
PubSub implementation & Sluift refactoring.
Remko Tronçon
2013-08-16
Don't allow passing NULL to the JID ctor
Kevin Smith
2013-07-27
Use nodeprep for nodes and nameprep for domains.
Kevin Smith
2013-04-06
Make IDN implementation abstract.
Remko Tronçon
2013-01-13
Fix more warnings.
Remko Tronçon
2012-06-05
Added ICU support.
Remko Tronçon
2011-10-08
Protect JID cache access with mutex.
Remko Tronçon
2011-08-27
Merge branch 'swift-1.x'
Remko Tronçon
2011-08-27
Mark JIDs with empty domains as invalid when StringPrep cache is disabled.
Remko Tronçon
2011-07-12
Merge branch 'swift-1.x'
Remko Tronçon
2011-07-12
Fixed bug with illegal resource in JID resulting in empty resource.
Remko Tronçon
2011-05-23
Added makeString().
Remko Tronçon
2011-05-22
Fixed bug in JID escaping.
Remko Tronçon
2011-05-07
Use naive JID escaping algorithm to work around a bug in GCC4.5+boost1.42.
Remko Tronçon
2011-04-30
Replace #icnlude "" by #include <> in Swiften.
Remko Tronçon
2011-04-18
JID escaping algorithm refactoring.
Remko Tronçon
2011-04-18
Added support for JID Escaping XEP.
Jan Kaluza
2011-02-14
Removed Swift::String.
Remko Tronçon
2011-02-12
Cache stringprep results for JIDs.
Remko Tronçon
2010-11-11
Added server identity check.
Remko Tronçon
2010-04-08
Added copyrights to Swiften.
Kevin Smith
2010-03-28
Moving submodule contents back.
Remko Tronçon
2010-03-28
Removing submodules.
Remko Tronçon
2010-03-28
Moved Swiften to a separate module.
Remko Tronçon
2009-11-22
Moved stringprepping to a separate module.
Remko Tronçon
2009-06-01
Import.
Remko Tronçon