History of file src/XMPPSCRAMAuth.h at check-in a59df3b671fe0157
2021-04-29
| ||
00:15 | heap.zone -> nil.im file: [fd1ad5c849] check-in: [ae703bd9ba] user: js, branch: trunk, size: 4709 [annotate] [blame] [check-ins using] [diff] | |
2018-11-05
| ||
21:22 | Modernize coding style file: [731041c89d] check-in: [180bf3d08b] user: js, branch: trunk, size: 4712 [annotate] [blame] [check-ins using] [diff] | |
2017-07-23
| ||
11:57 | Change documentation style to ObjFW's style file: [4305196952] check-in: [764c514b82] user: js, branch: trunk, size: 4628 [annotate] [blame] [check-ins using] [diff] | |
11:19 | Adjust to ObjFW changes & small fixes file: [f16a3ea40b] check-in: [efaee4fc4c] user: js, branch: trunk, size: 4628 [annotate] [blame] [check-ins using] [diff] | |
2017-05-13
| ||
15:03 | Adjust to ObjFW changes file: [fc2ab6d5ef] check-in: [2faf18cba7] user: js, branch: trunk, size: 4633 [annotate] [blame] [check-ins using] [diff] | |
2017-04-30
| ||
15:04 | Fix URL in copyright header file: [caa9d18a81] check-in: [4663b00cb4] user: js, branch: trunk, size: 4591 [annotate] [blame] [check-ins using] [diff] | |
2014-02-03
| ||
22:34 | Adapt to ObjFW changes file: [45e55a1a76] check-in: [0668df366c] user: florob@babelmonkeys.de, branch: trunk, size: 4603 [annotate] [blame] [check-ins using] [diff] | |
2013-07-01
| ||
20:33 | Coding style. file: [6f2119f050] check-in: [bf1be4f266] user: js, branch: trunk, size: 4597 [annotate] [blame] [check-ins using] [diff] | |
2013-06-23
| ||
21:41 | Use instancetype. file: [5736a7576b] check-in: [049768c6ae] user: js, branch: trunk, size: 4600 [annotate] [blame] [check-ins using] [diff] | |
19:57 | Get rid of BOOL. file: [b0a08a1248] check-in: [dd2c1286f9] user: js, branch: trunk, size: 4558 [annotate] [blame] [check-ins using] [diff] | |
2013-02-15
| ||
14:32 | Improve documentation. file: [04e3d7ee03] check-in: [ae47288dc3] user: js, branch: trunk, size: 4558 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
21:36 | Prefix all ivars with an underscore. file: [ad81f25e28] check-in: [8dfcb87717] user: js, branch: trunk, size: 4590 [annotate] [blame] [check-ins using] [diff] | |
2012-03-21
| ||
10:56 | Update URL in copyright. file: [21b60945ae] check-in: [85bda4afee] user: js, branch: trunk, size: 4582 [annotate] [blame] [check-ins using] [diff] | |
2012-02-03
| ||
15:12 | Documentation improvements. file: [deda90ec9d] check-in: [e701117140] user: js, branch: trunk, size: 4575 [annotate] [blame] [check-ins using] [diff] | |
10:43 | Hide instance variables from the documentation. file: [f6a39a6afe] check-in: [f5739f6ee6] user: js, branch: trunk, size: 4538 [annotate] [blame] [check-ins using] [diff] | |
09:46 | Add \cond internal for private methods. file: [f5357d1fa6] check-in: [ed03c8e32f] user: js, branch: trunk, size: 4506 [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 | |
2011-09-10
| ||
14:08 | Add support for SCRAM-SHA-1-PLUS file: [92e99aa4e3] check-in: [7bcda1b5e6] user: florob@babelmonkeys.de, branch: trunk, size: 4321 [annotate] [blame] [check-ins using] [diff] | |
2011-03-29
| ||
01:46 | Port to ObjC 1. file: [888f15c064] check-in: [2f8a95152e] user: js, branch: trunk, size: 3384 [annotate] [blame] [check-ins using] [diff] | |
2011-02-25
| ||
22:52 | A little cleanup work. Still needs a configure script. file: [0cd4b1aae7] check-in: [c8b860a877] user: js, branch: trunk, size: 3161 [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 Also adds XMPPAuthFailedException which is thrown in appropriate places. file: [c2b505a01d] check-in: [6a3b0a9988] user: florob@babelmonkeys.de, branch: trunk, size: 3156 [annotate] [blame] [check-ins using] | |