93dfa45
(HEAD -> master)
Rewrite of core IRC code in Objective C (NSStream) by
2021-12-21 17:44:30 -0500
d92bed7
Transition from libircclient color conversion to native by
2021-12-13 18:13:50 -0500
d08c081
Prep for future functionality; added comments by
2021-12-05 15:40:29 -0500
88b7ef1
Some more code cleanup by
2021-12-05 15:27:59 -0500
7aa921f
Updated for SA_NSDataExtensions changes by
2021-12-05 15:20:21 -0500
a44e8f5
Miscellaneous fixes and code cleanup to libircclient by
2021-12-05 05:35:23 -0500
fa85b3a
Deleted README by
2021-12-05 05:34:44 -0500
8749e52
Updated info comments, README.md, and LICENSE by
2021-12-05 05:34:27 -0500
22d4497
Updated README by
2021-12-04 22:21:34 -0500
e15a978
Large refactoring by
2021-12-04 22:21:14 -0500
67795cd
Code style cleanup by
2021-12-04 22:18:07 -0500
49fd91b
Rewrite some IRCClientChannel functionality to rely less on libircclient’s implementation of IRC commands by
2021-12-04 22:15:53 -0500
3bb861b
Updated project layout by
2021-12-04 22:09:15 -0500
27fd005
Remove submodule by
2021-12-04 22:05:18 -0500
a4a9ed2
Added #define to IRCClient.h by
2021-12-04 04:31:10 -0500
9333d0d
Fixed bug in IRCClientSession join method by
2016-04-03 12:34:59 -0400
5fa3aed
Fix project layout by
2016-03-14 16:20:34 -0400
a085091
Fix project layout by
2016-03-14 16:14:42 -0400
948c255
Add libircclient to distribution, clean up ignored files by
2016-03-12 19:22:40 -0500
3cf8d3f
Transition to building libircclient in Xcode by
2016-03-12 19:09:08 -0500
247b378
Fix deprecated method use in CTCP TIME reply code by
2016-03-11 21:23:29 -0500
1982408
Fix unsafe deprecated method usage by
2016-03-11 02:48:59 -0500
548aeed
Configure build settings for iOS compatibility by
2016-03-11 02:46:41 -0500
3f03efb
Update headers for iOS compatibility by
2016-03-11 02:30:54 -0500
9398958
Updated README by
2016-03-11 02:18:37 -0500
f7196c6
Improve some comments by
2016-03-06 15:35:59 -0500
920b89d
Fix grammatical error in README by
2016-03-06 13:35:33 -0500
2d8e245
Check that delegate implements optional methods before calling them by
2016-01-12 15:28:03 -0500
fb1a3e4
Added 'user info' property to both classes. by
2016-01-12 14:58:45 -0500
e48560f
Modify delegate methods to send self with message by
2016-01-12 14:55:24 -0500
6210a28
Correct an outdated comment by
2016-01-11 14:00:22 -0500
11bcf99
Merge branch 'master' of https://github.com/achmizs/IRCClient by
2016-01-11 12:14:42 -0500
a85cc4a
Remove extraneous @synthesize lines by
2016-01-11 12:12:32 -0500
9ab0d37
Update README_libircclient by
2015-12-30 17:36:05 -0500
2ad67cd
Fix possible bad access bug by
2015-12-24 23:31:30 -0500
ba62ccd
Update documentation by
2015-12-24 16:22:04 -0500
702f7e9
Update documentation by
2015-12-24 16:17:21 -0500
554522c
Banish NSString to the depths of oblivion (encoding fix) by
2015-12-24 15:34:26 -0500
8b8a11a
Add support for 'anonymous' PRIVMSG and NOTICE by
2015-12-24 02:00:41 -0500
899a91d
Fix bad access bugs (hopefully) by
2015-12-23 19:37:00 -0500
4c7b83d
Add IRC_Numerics.plist by
2015-12-23 17:24:16 -0500
06c7c48
Change the way nick/username/realname are set by
2015-12-23 11:04:22 -0500
dabb1c6
Remove extraneous includes/declarations by
2015-12-23 10:32:55 -0500
a02c297
Fix minor null termination issue by
2015-12-23 10:28:22 -0500
0ea3f0a
Correct channel name bug by
2015-12-23 10:24:16 -0500
710aa0a
Fix more null termination bugs by
2015-12-22 18:33:01 -0500
558399a
Add NSData_SA_NSDataExtensions by
2015-12-22 17:19:54 -0500
cf25915
Solve null-termination problems (with SA_NSDataExtensions) by
2015-12-22 17:16:09 -0500
65f4413
Rectify property behavior by
2015-12-22 13:33:04 -0500
d2ea0bf
Rectify embedded documentation (event names) by
2015-12-21 18:52:59 -0500
ae40b33
Updated documentation by
2015-12-19 16:26:11 -0500
5686262
Updated documentation by
2015-12-19 08:29:12 -0500
e882290
Updated README by
2015-12-18 21:34:18 -0500
f654a76
Updated README by
2015-12-18 21:06:32 -0500
65350da
stuff2 by
2015-12-18 20:49:25 -0500
ba9ff86
stuff by
2015-12-18 19:35:39 -0500
683567d
fixed again by
2015-12-16 15:40:37 -0500
7d6538c
fixed gitignore by
2015-12-16 15:38:49 -0500
0701c7b
test by
2015-12-16 15:34:58 -0500
15ca5e4
moved a file by
2015-12-16 15:14:04 -0500
d8c9401
moved a file by
2015-12-16 15:13:16 -0500
b9358a5
moved a file by
2015-12-16 15:12:00 -0500
e4ba2bc
README added by
2015-12-16 15:11:02 -0500
71db060
.gitignore set up by
2015-12-16 15:07:22 -0500
ec6b859
first post by
2015-12-16 14:52:22 -0500
d63507b
Initial Commit by
2015-12-16 14:47:04 -0500