ObjXMPP  History of src/XMPPAuthenticator.h of 36e00ffb71bdd161

History of the file that is called src/XMPPAuthenticator.h at check-in 36e00ffb71bdd161

2021-04-29
00:15
heap.zone -> nil.im file: [b37b408760] check-in: [ae703bd9ba] user: js, branch: trunk, size: 3093 [annotate] [blame] [check-ins using] [diff]
2018-11-05
21:22
Modernize coding style file: [607adf2236] check-in: [180bf3d08b] user: js, branch: trunk, size: 3099 [annotate] [blame] [check-ins using] [diff]
2017-07-23
11:57
Change documentation style to ObjFW's style file: [b6faf55748] check-in: [764c514b82] user: js, branch: trunk, size: 3053 [annotate] [blame] [check-ins using] [diff]
11:19
Adjust to ObjFW changes & small fixes file: [d85386eb0a] check-in: [efaee4fc4c] user: js, branch: trunk, size: 3048 [annotate] [blame] [check-ins using] [diff]
2017-05-13
15:03
Adjust to ObjFW changes file: [d2168a1fd5] check-in: [2faf18cba7] user: js, branch: trunk, size: 3062 [annotate] [blame] [check-ins using] [diff]
2017-04-30
15:04
Fix URL in copyright header file: [32835f9423] check-in: [4663b00cb4] user: js, branch: trunk, size: 2830 [annotate] [blame] [check-ins using] [diff]
2016-07-09
22:39
Adjust to ObjFW changes file: [c96f22a65a] check-in: [36e00ffb71] user: js, branch: trunk, size: 2840 [annotate] [blame] [check-ins using] [diff]
2013-06-23
20:13
Prefix *all* IVars with _. file: [17c15c7939] check-in: [cce64dfcd6] user: js, branch: trunk, size: 3008 [annotate] [blame] [check-ins using] [diff]
2013-02-15
14:32
Improve documentation. file: [89cf5dd3d3] check-in: [ae47288dc3] user: js, branch: trunk, size: 3028 [annotate] [blame] [check-ins using] [diff]
2013-02-12
21:36
Prefix all ivars with an underscore. file: [e94cafe039] check-in: [8dfcb87717] user: js, branch: trunk, size: 3060 [annotate] [blame] [check-ins using] [diff]
2012-03-21
10:56
Update URL in copyright. file: [4aad1313b8] check-in: [85bda4afee] user: js, branch: trunk, size: 3057 [annotate] [blame] [check-ins using] [diff]
2012-02-03
15:12
Documentation improvements. file: [0fe63041be] check-in: [e701117140] user: js, branch: trunk, size: 3050 [annotate] [blame] [check-ins using] [diff]
10:43
Hide instance variables from the documentation. file: [0cd7759ddf] check-in: [f5739f6ee6] user: js, branch: trunk, size: 2865 [annotate] [blame] [check-ins using] [diff]
2011-09-18
19:33
Fix XMPPAuthenticator to support non-optimized message flow

While RFC6120 allows and encourages sending data with the success
message it is also legal to send the same data as a challenge and
await an empty response. This rework honors that fact. file: [e029c909bb] check-in: [0aab2fde67] user: florob@babelmonkeys.de, branch: trunk, size: 2833 [annotate] [blame] [check-ins using] [diff]

2011-03-29
01:46
Port to ObjC 1. file: [cf4b0ef3fa] check-in: [2f8a95152e] user: js, branch: trunk, size: 2996 [annotate] [blame] [check-ins using] [diff]
2011-02-24
21:44
Rename XMPPAuthenticator functions file: [d4a2643832] check-in: [6b83d2b4d4] user: florob@babelmonkeys.de, branch: trunk, size: 2775 [annotate] [blame] [check-ins using] [diff]
2011-02-21
03:09
Added: Add SCRAM-SHA-1 support

This adds the new base class XMPPAuthenticator and the derived
classes XMPPSCRAMAuth and XMPPPLAINAuth.
They are now used for authentication from within XMPPConnection.

Also adds XMPPAuthFailedException which is thrown in appropriate places. file: [dd2be7ab8f] check-in: [6a3b0a9988] user: florob@babelmonkeys.de, branch: trunk, size: 2772 [annotate] [blame] [check-ins using]