Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-03 | Quick brush up after previous patch. | Kevin Smith | |
Includes: Initial cleanup of SChannel code; compiling on non-Windows Be willing to compile Swift with SChannel Undo some (presumably accidental) OpenSSL changes Where TLS doesn't support finish messages (SChannel), don't try -PLUS | |||
2011-11-03 | * Added Schannel support. | dreijer | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-11-01 | Having a play with a compact roster mode | Kevin Smith | |
2011-10-30 | Flash the taskbar indefinitely on Windows | Kevin Smith | |
2011-10-30 | Fix eagle mode asking to save password after signout | Kevin Smith | |
2011-10-29 | Make the --eagle-mode banner per-login, not per-run | Kevin Smith | |
2011-10-29 | Don't save message content of recents to disk in --eagle-mode | Kevin Smith | |
2011-10-26 | Prompt before destroying rooms | Kevin Smith | |
2011-10-26 | Fix missing include | Kevin Smith | |
2011-10-26 | Update string to reflect being used for both no and wrong password | Kevin Smith | |
2011-10-26 | Don't crash when clicking a Windows popup without a registered action. | Kevin Smith | |
Resolves: #1021 | |||
2011-10-24 | Don't register ourself as default URI handler. | Remko Tronçon | |
We need to ask the user first. | |||
2011-10-19 | For abnormal MUC parts, give the reason. | Kevin Smith | |
Makes abnormals immune to presence folding. Resolves: #1004 | |||
2011-10-19 | Allow rejoining rooms after join failure. | Kevin Smith | |
Resolves: #1019 | |||
2011-10-19 | Use real JID for bans, not room JID. | Kevin Smith | |
Resolves: #1020 | |||
2011-10-18 | Use "UseFlags" instead of "MergeFlags" to set the Swift build flags. | Remko Tronçon | |
2011-10-18 | When changing affiliation, only send the new one. | Kevin Smith | |
Previously removing from admin and adding to members would send both none and member, causing people to be ejected from members-only rooms. Resolves: #1016 | |||
2011-10-18 | Use the oldest error when closing streams. | Kevin Smith | |
Stops new errors overwriting cert validation errors and preventing Swift from prompting the user to trust the cert. | |||
2011-10-18 | Fix possible crash on login failures | Kevin Smith | |
2011-10-17 | Don't crash in ad-hoc after signout/signin. | Kevin Smith | |
Resolves: #1014 | |||
2011-10-16 | Hoist ProxyProvider creation out of Client. | Remko Tronçon | |
2011-10-16 | Hoist TLSContextFactory creation out of Client. | Remko Tronçon | |
2011-10-15 | Added extra entries to ignore files. | Remko Tronçon | |
2011-10-14 | Resurrecting simple ID generator. | Remko Tronçon | |
2011-10-12 | Silence warning | Kevin Smith | |
2011-10-11 | Fix DOM element finding for message correction | Kevin Smith | |
2011-10-11 | Provide click-through ToS for --eagle-mode | Kevin Smith | |
2011-10-11 | Another label that needs forcing to plain text | Kevin Smith | |
2011-10-11 | Don't allow Qt to unescape status content in the picker | Kevin Smith | |
2011-10-11 | Adding includes | Kevin Smith | |
2011-10-10 | Have the available MUC actions work on initial rightclick. | Kevin Smith | |
2011-10-10 | Force disconnect signals when calling connect() shortly after disconnect(). | Remko Tronçon | |
2011-10-10 | In case of writing when calling disconnect() postpone socket.close() to when ↵ | Tobias Markmann | |
writing has finished. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-10-09 | Filter chat view actions again. | Remko Tronçon | |
2011-10-08 | Protect JID cache access with mutex. | Remko Tronçon | |
The overhead appears to be neglectible. Using TSS had a similar overhead, with the disadvantages that it uses more storage (one cache per thread vs one cache), has less cache reuse, and that Windows/MSVC doesn't support automatic TSS cleanup, so it requires manual cleanup work (which is non-trivial). Note that the mutex approach may yield more overhead in multi-threaded applications (in case of contention). Currently, the mutex also locks during the whole nameprep sequence, which is not strictly necessary. | |||
2011-10-07 | Fixed CLang warnings. | Remko Tronçon | |
2011-10-07 | Remove system natpmp and libminiupnp checking completely. | Remko Tronçon | |
2011-10-07 | Initialize LibXML for multithreaded applications. | Remko Tronçon | |
2011-10-07 | Hoist XML parser factory creation out of Swiften. | Remko Tronçon | |
2011-10-07 | Allow affiliation editing in MUCs. | Kevin Smith | |
Resolves: #986 Resolves: #988 | |||
2011-10-05 | Fixed compilation of neetwork tool. | Remko Tronçon | |
2011-10-05 | Allow role changing in MUCs. | Kevin Smith | |
Resolves: #987 | |||
2011-10-05 | Don't crash with label item without a label | Kevin Smith | |
2011-10-05 | Add Sublime Text 2 project for a trial | Kevin Smith | |
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 | Turn NATPortMapping into a class. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-10-03 | Cleanup | Kevin Smith | |
2011-10-03 | Simple MUC invites. | Kevin Smith | |
Resolves: #152 | |||
2011-10-01 | Fixed CppCheck warnings. | Remko Tronçon | |