Commit Graph

  • 93dfa45d6e Rewrite of core IRC code in Objective C (NSStream) master Said Achmiz 2021-12-21 17:44:30 -0500
  • d92bed797d Transition from libircclient color conversion to native Said Achmiz 2021-12-13 18:13:50 -0500
  • d08c081729 Prep for future functionality; added comments achmizs 2021-12-05 15:40:29 -0500
  • 88b7ef1582 Some more code cleanup achmizs 2021-12-05 15:27:59 -0500
  • 7aa921ff20 Updated for SA_NSDataExtensions changes achmizs 2021-12-05 15:20:21 -0500
  • a44e8f5f00 Miscellaneous fixes and code cleanup to libircclient achmizs 2021-12-05 05:35:23 -0500
  • fa85b3a0c1 Deleted README achmizs 2021-12-05 05:34:44 -0500
  • 8749e525a5 Updated info comments, README.md, and LICENSE achmizs 2021-12-05 05:34:27 -0500
  • 22d4497a7b Updated README achmizs 2021-12-04 22:21:34 -0500
  • e15a978647 Large refactoring achmizs 2021-12-04 22:21:14 -0500
  • 67795cd928 Code style cleanup achmizs 2021-12-04 22:18:07 -0500
  • 49fd91b2c7 Rewrite some IRCClientChannel functionality to rely less on libircclient’s implementation of IRC commands achmizs 2021-12-04 22:15:53 -0500
  • 3bb861b44d Updated project layout achmizs 2021-12-04 22:09:15 -0500
  • 27fd005e7b Remove submodule achmizs 2021-12-04 22:05:18 -0500
  • a4a9ed2c15 Added #define to IRCClient.h achmizs 2021-12-04 04:31:10 -0500
  • 9333d0d477 Fixed bug in IRCClientSession join method Said Achmiz 2016-04-03 12:34:59 -0400
  • 5fa3aed5da Fix project layout Said Achmiz 2016-03-14 16:20:34 -0400
  • a085091128 Fix project layout Said Achmiz 2016-03-14 16:14:42 -0400
  • 948c255646 Add libircclient to distribution, clean up ignored files Said Achmiz 2016-03-12 19:22:40 -0500
  • 3cf8d3f19c Transition to building libircclient in Xcode Said Achmiz 2016-03-12 19:09:08 -0500
  • 247b3785c3 Fix deprecated method use in CTCP TIME reply code Said Achmiz 2016-03-11 21:23:29 -0500
  • 1982408acd Fix unsafe deprecated method usage Said Achmiz 2016-03-11 02:48:59 -0500
  • 548aeed8f1 Configure build settings for iOS compatibility Said Achmiz 2016-03-11 02:46:41 -0500
  • 3f03efb091 Update headers for iOS compatibility Said Achmiz 2016-03-11 02:30:54 -0500
  • 939895835c Updated README Said Achmiz 2016-03-11 02:18:37 -0500
  • f7196c60fb Improve some comments Said Achmiz 2016-03-06 15:35:59 -0500
  • 920b89d9cc Fix grammatical error in README Said Achmiz 2016-03-06 13:35:33 -0500
  • 2d8e245ced Check that delegate implements optional methods before calling them achmizs 2016-01-12 15:28:03 -0500
  • fb1a3e4395 Added 'user info' property to both classes. achmizs 2016-01-12 14:58:45 -0500
  • e48560fdce Modify delegate methods to send self with message achmizs 2016-01-12 14:55:24 -0500
  • 6210a28a9e Correct an outdated comment achmizs 2016-01-11 14:00:22 -0500
  • 11bcf9913e Merge branch 'master' of https://github.com/achmizs/IRCClient achmizs 2016-01-11 12:14:42 -0500
  • a85cc4a1f0 Remove extraneous @synthesize lines achmizs 2016-01-11 12:12:32 -0500
  • 9ab0d37f6c Update README_libircclient achmizs 2015-12-30 17:36:05 -0500
  • 2ad67cd856 Fix possible bad access bug achmizs 2015-12-24 23:31:30 -0500
  • ba62ccdfc3 Update documentation achmizs 2015-12-24 16:22:04 -0500
  • 702f7e9ab7 Update documentation achmizs 2015-12-24 16:17:21 -0500
  • 554522c5ce Banish NSString to the depths of oblivion (encoding fix) achmizs 2015-12-24 15:34:26 -0500
  • 8b8a11af25 Add support for 'anonymous' PRIVMSG and NOTICE achmizs 2015-12-24 02:00:41 -0500
  • 899a91d410 Fix bad access bugs (hopefully) achmizs 2015-12-23 19:37:00 -0500
  • 4c7b83d045 Add IRC_Numerics.plist achmizs 2015-12-23 17:24:16 -0500
  • 06c7c487eb Change the way nick/username/realname are set achmizs 2015-12-23 11:04:22 -0500
  • dabb1c6bcd Remove extraneous includes/declarations achmizs 2015-12-23 10:32:55 -0500
  • a02c297a09 Fix minor null termination issue achmizs 2015-12-23 10:28:22 -0500
  • 0ea3f0ab06 Correct channel name bug achmizs 2015-12-23 10:24:16 -0500
  • 710aa0a465 Fix more null termination bugs achmizs 2015-12-22 18:33:01 -0500
  • 558399ad6c Add NSData_SA_NSDataExtensions achmizs 2015-12-22 17:19:54 -0500
  • cf25915c92 Solve null-termination problems (with SA_NSDataExtensions) achmizs 2015-12-22 17:16:09 -0500
  • 65f44138ef Rectify property behavior achmizs 2015-12-22 13:33:04 -0500
  • d2ea0bf7fb Rectify embedded documentation (event names) achmizs 2015-12-21 18:52:59 -0500
  • ae40b333fd Updated documentation achmizs 2015-12-19 16:26:11 -0500
  • 5686262717 Updated documentation achmizs 2015-12-19 08:29:12 -0500
  • e882290630 Updated README achmizs 2015-12-18 21:34:18 -0500
  • f654a76fcd Updated README achmizs 2015-12-18 21:06:32 -0500
  • 65350da5fd stuff2 achmizs 2015-12-18 20:49:25 -0500
  • ba9ff86feb stuff achmizs 2015-12-18 19:35:39 -0500
  • 683567d1cf fixed again achmizs 2015-12-16 15:40:37 -0500
  • 7d6538c1bd fixed gitignore achmizs 2015-12-16 15:38:49 -0500
  • 0701c7b054 test achmizs 2015-12-16 15:34:58 -0500
  • 15ca5e4e4b moved a file achmizs 2015-12-16 15:14:04 -0500
  • d8c94018f2 moved a file achmizs 2015-12-16 15:13:16 -0500
  • b9358a5f60 moved a file achmizs 2015-12-16 15:12:00 -0500
  • e4ba2bc334 README added achmizs 2015-12-16 15:11:02 -0500
  • 71db0608e3 .gitignore set up achmizs 2015-12-16 15:07:22 -0500
  • ec6b85968b first post achmizs 2015-12-16 14:52:22 -0500
  • d63507be0f Initial Commit achmizs 2015-12-16 14:47:04 -0500