Commit Graph

21 Commits

Author SHA1 Message Date
achmizs
710aa0a465 Fix more null termination bugs 2015-12-22 18:33:01 -05:00
achmizs
558399ad6c Add NSData_SA_NSDataExtensions 2015-12-22 17:19:54 -05:00
achmizs
cf25915c92 Solve null-termination problems (with SA_NSDataExtensions)
IRCClient should no longer have any issues with null termination
of strings (expecting terminated strings and not getting them,
or vice versa).
2015-12-22 17:16:09 -05:00
achmizs
65f44138ef Rectify property behavior
IRCClientChannel and IRCClientSession had properties which were defined
and adorned with memory management keywords in contravention of best
practices and Apple recommendations. These have been rectified.

No API changes accompany this fix.
2015-12-22 13:33:04 -05:00
achmizs
d2ea0bf7fb Rectify embedded documentation (event names)
The comments for some methods in IRCClientSession.h and
IRCClientChannel.h were incorrect (they still talked about the old
event names, from version 1.0). This commit fixes those errors.
2015-12-21 18:52:59 -05:00
achmizs
ae40b333fd Updated documentation 2015-12-19 16:26:11 -05:00
achmizs
5686262717 Updated documentation 2015-12-19 08:29:12 -05:00
achmizs
e882290630 Updated README 2015-12-18 21:34:18 -05:00
achmizs
f654a76fcd Updated README 2015-12-18 21:06:32 -05:00
achmizs
65350da5fd stuff2 2015-12-18 20:49:25 -05:00
achmizs
ba9ff86feb stuff 2015-12-18 19:35:39 -05:00
achmizs
683567d1cf fixed again 2015-12-16 15:40:37 -05:00
achmizs
7d6538c1bd fixed gitignore 2015-12-16 15:38:49 -05:00
achmizs
0701c7b054 test 2015-12-16 15:34:58 -05:00
achmizs
15ca5e4e4b moved a file 2015-12-16 15:14:04 -05:00
achmizs
d8c94018f2 moved a file 2015-12-16 15:13:16 -05:00
achmizs
b9358a5f60 moved a file 2015-12-16 15:12:00 -05:00
achmizs
e4ba2bc334 README added 2015-12-16 15:11:02 -05:00
achmizs
71db0608e3 .gitignore set up 2015-12-16 15:07:22 -05:00
achmizs
ec6b85968b first post 2015-12-16 14:52:22 -05:00
achmizs
d63507be0f Initial Commit 2015-12-16 14:47:04 -05:00