root/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3151 [3151] 03/10/06 21:33:36 timothy No longer need the branch.
(edit) @3148 [3148] 03/04/06 16:12:24 timothy Properly call _didNotConnect. This prevents the Dis Disconnect …
(edit) @3145 [3145] 02/23/06 22:24:40 timothy The topic is now displayed when joining a room.
(edit) @3144 [3144] 02/21/06 02:06:24 timothy Message throttling to prevent being excess flooded off the server. Allows …
(edit) @3142 [3142] 02/19/06 01:09:17 timothy A better way to clean up known users. On a 10 min timer so we have a …
(edit) @3141 [3141] 02/17/06 01:34:15 timothy Prevent a possible loop when releasing transfers.
(edit) @3140 [3140] 02/17/06 01:31:16 timothy Reworked my last fix that I had to roll out. Rooms and users are now …
(edit) @3139 [3139] 02/15/06 11:00:09 timothy Fixes a bug with my last fix.
(edit) @3138 [3138] 02/12/06 18:33:50 timothy Forgot to call _setBansSynced:.
(edit) @3137 [3137] 02/12/06 18:23:47 timothy The ban list is requested when you join. New bans are now correctly …
(edit) @3136 [3136] 02/12/06 17:40:15 timothy Send a USER message that is compliant with RFC 2812. This addresses any …
(edit) @3135 [3135] 02/11/06 17:46:30 timothy Removed the need for Configure.command on the branch.
(edit) @3134 [3134] 02/11/06 17:15:55 timothy * Cleanup. * Added the finalize method to classes that will need it when …
(edit) @3132 [3132] 02/11/06 03:28:01 timothy Cleanup some items on disconnect.
(edit) @3131 [3131] 02/11/06 03:05:43 timothy More cleanup.
(edit) @3130 [3130] 02/11/06 03:00:57 timothy Remove Irssi specific build options.
(edit) @3129 [3129] 02/11/06 02:53:08 timothy Remove Irssi from the project.
(edit) @3128 [3128] 02/11/06 02:47:24 timothy Better hashs for the Chat Core objects.
(edit) @3126 [3126] 02/10/06 02:30:13 timothy Duh, no need for ehader search paths for these targets.
(edit) @3125 [3125] 02/10/06 02:08:39 timothy Build setting cleanup. Removes recursive search paths.
(edit) @3121 [3121] 02/10/06 01:08:26 timothy Modes support.
(edit) @3120 [3120] 02/09/06 20:26:34 timothy Build fix.
(edit) @3119 [3119] 02/07/06 01:50:28 timothy More fixes to how connections are setup and makes sure they are added to …
(edit) @3118 [3118] 02/06/06 23:45:58 timothy Don't reuse the same AsyncSocket?. This lets us reliably reconnect.
(edit) @3117 [3117] 02/05/06 22:16:46 timothy Initial proxy support.
(edit) @3116 [3116] 02/04/06 01:21:30 timothy * Implements kick. * Removes old Irssi callback code.
(edit) @3115 [3115] 02/04/06 00:40:58 timothy * Implements the invites. * Marks users as away when joining a room. * …
(edit) @3111 [3111] 01/02/06 00:01:40 timothy If the sender for PRIVMSG or NOTICE is a server, then we need to make a …
(edit) @3110 [3110] 01/01/06 23:41:35 timothy Merge over to the branch.
(edit) @3107 [3107] 01/01/06 23:11:20 timothy Nick changes, ping and away support.
(edit) @3104 [3104] 12/31/05 17:14:12 timothy Share more code. The transfer is done in turbo mode when the connection is …
(edit) @3103 [3103] 12/31/05 04:31:44 timothy DCC support complete. More complete than Irssi. * 64 bit support, allows …
(edit) @3102 [3102] 12/31/05 03:01:21 timothy DCC fixes. Resume support when sending.
(edit) @3101 [3101] 12/30/05 06:05:58 timothy * Added DCC send and improved DCC receive.
(edit) @3099 [3099] 12/29/05 02:34:02 timothy * DCC receive support with resume, IPv6 and partial passive support.
(edit) @3098 [3098] 12/27/05 20:00:09 timothy * Whois working. * Fixes #440 by sending a raw nickserv command and not a …
(edit) @3097 [3097] 12/27/05 18:44:46 timothy Cleaned up the auto gen header to compile and include the origins more if …
(edit) @3096 [3096] 12/27/05 18:27:13 timothy An auto-generated header with all the numerics known to be sent by the …
(edit) @3095 [3095] 12/27/05 02:47:47 timothy Only reset the _connectionThread when it is our thread.
(edit) @3094 [3094] 12/27/05 02:46:57 timothy Stop the thread when we disconnect.
(edit) @3093 [3093] 12/27/05 01:51:20 timothy * Make the new connection code run in a thread. * Adding the …
(edit) @3088 [3088] 12/26/05 23:31:03 timothy * Added 3 new connivence methods to post notifications on the main …
(edit) @3087 [3087] 12/26/05 22:56:20 timothy Rename of a delegate method and delete some pointless class methods.
(edit) @3086 [3086] 12/26/05 22:12:16 timothy * Code cleanup. * CTCP implemented.
(edit) @3085 [3085] 12/26/05 20:39:32 timothy Handle CTCP action.
(edit) @3084 [3084] 12/26/05 19:29:26 timothy * Redid the IRC tokenizer to remove the need for NSString initWithBytes to …
(edit) @3082 [3082] 12/25/05 21:49:58 timothy * PRIVMSG support, along with user JOIN, QUIT and PART. * Optimized …
(edit) @3081 [3081] 12/25/05 08:13:10 timothy * More code clean up. * Joining rooms works. The member list is populated …
(edit) @3080 [3080] 12/24/05 23:28:57 timothy * More code clean up. * Added a new method to easily send mixed content. …
(edit) @3079 [3079] 12/24/05 18:56:59 timothy * Connecting to IRC will now send the PASS, NICK and USER commands to …
(edit) @3078 [3078] 12/24/05 03:01:51 timothy Use the connection encoding.
(edit) @3076 [3076] 12/24/05 02:58:03 timothy * Fleshed out more of the methods for the connection. * Connecting and …
(edit) @3075 [3075] 12/23/05 02:27:47 timothy Crudly pevent Irssi from building on the branch. Adding AsyncSocket?, the …
(edit) @3074 [3074] 12/23/05 01:27:12 timothy New version of the branch.
(edit) @3073 [3073] 12/23/05 01:26:31 timothy Deleting the branch to make a new copy after the file system moves.
(edit) @3071 [3071] 12/22/05 03:09:02 timothy New branch for a possible switch from Irssi to a custom IRC implementation …
(edit) @2164 [2164] 12/28/04 16:03:47 timothy No longer need the overhaul branch. This was merged into the trunk at …
(edit) @2161 [2161] 12/28/04 13:06:07 timothy Bringing the branch up to r2160. THis should be the last commit here, as I …
(edit) @2141 [2141] 11/24/04 21:59:30 timothy Same as r2139. Adds the Send File toolbar item to private chats.
(edit) @2136 [2136] 11/21/04 12:29:30 timothy Same as r2135.
(edit) @2132 [2132] 11/21/04 10:50:28 timothy Same as r2129 and r2130. Seems to prevent the need to do a reload style …
(edit) @2128 [2128] 11/20/04 23:33:35 timothy Same as r2127. AppleScripts? can pass a color list or HTML hex color as the …
(edit) @2125 [2125] 11/19/04 22:05:25 timothy Removed the WebKit? framework form the Chat Core project. Not needed …
(edit) @2122 [2122] 11/15/04 19:29:07 timothy Fixes the exception "-[NSScroller stopShadedAreaAt:]: selector not …
(edit) @2117 [2117] 11/14/04 21:47:24 timothy Enabled the Send File context menu for private chat panels.
(edit) @2113 [2113] 11/14/04 00:22:38 timothy Fixed an exception that occurred when joining a room and a mode is set …
(edit) @2112 [2112] 11/14/04 00:07:50 timothy More direct DOM access when loading transcripts or switching styles.
(edit) @2110 [2110] 11/13/04 21:33:47 timothy New direct DOM access calls to append messages, only kicks in when the …
(edit) @2103 [2103] 11/12/04 22:17:34 timothy Merged more of the trunk changes into the overhaul branch.
(edit) @2102 [2102] 11/12/04 21:51:32 timothy Merged in changes for contextual menus from 2101.
(edit) @2101 [2101] 11/12/04 21:48:39 timothy Surpresses a warning.
(edit) @2099 [2099] 11/12/04 19:43:11 timothy Buddy exception fixes.
(edit) @2083 [2083] 11/01/04 15:59:13 timothy TUrned off the header for MVSILCFileTransfer, no need to be on.
(edit) @2082 [2082] 11/01/04 08:24:07 pat SILC: added public key verification dialog on connect
(edit) @2071 [2071] 10/29/04 11:22:49 pat typo …
(edit) @2070 [2070] 10/29/04 11:21:36 pat Silc SFTP File Upload Support
(edit) @2069 [2069] 10/26/04 14:51:12 pat Move the didConnect call before we execute the queued Commands. Otherwise …
(edit) @2039 [2039] 10/21/04 14:14:19 timothy Latest Adium tab code. Merged our tooltip code in.
(edit) @2037 [2037] 10/21/04 12:02:44 timothy "/google" by itself opens www.google.com, and /gis for image searches, …
(edit) @2033 [2033] 10/20/04 21:25:18 timothy Remove the headers from all the frameworks when building a deployment …
(edit) @2031 [2031] 10/20/04 21:13:16 timothy Should prevent a loop if our exception handler happens to raise an …
(edit) @2030 [2030] 10/19/04 23:23:00 timothy Flipped the protocol names/acronyms.
(edit) @2029 [2029] 10/19/04 23:04:18 timothy * Use the new methods to build the ports menu dynamically. * Server port …
(edit) @2028 [2028] 10/19/04 23:02:06 timothy Methods to get the list of default server ports for a particular …
(edit) @2026 [2026] 10/19/04 19:23:33 timothy Detach from the Irssi DCC rec if we dealloc, this would prevent future …
(edit) @2025 [2025] 10/19/04 19:22:21 timothy Dealloc the last error, possible rare leak.
(edit) @2024 [2024] 10/16/04 16:58:56 timothy Some tooltip tweaks. Seems to fix the slow down of tabs overtime.
(edit) @2023 [2023] 10/16/04 16:57:43 timothy File transfer controller is fine now.
(edit) @2022 [2022] 10/16/04 16:57:15 timothy Disable buddy stuff for now.
(edit) @2021 [2021] 10/16/04 16:41:11 timothy if you do a new connection now and say "remember this connection" it will …
(edit) @2020 [2020] 10/16/04 16:24:50 pat handlePartWithArguments takes a NSString, not a MVChatRoom
(edit) @2019 [2019] 10/16/04 14:06:26 pat use LEAVE instead of PART
(edit) @2018 [2018] 10/16/04 13:40:25 pat use CMODE and CUMODE instead of MODE
(edit) @2017 [2017] 10/16/04 11:38:18 timothy Added a "Message must be a string, not a message object" error message if …
(edit) @2015 [2015] 10/11/04 19:40:10 timothy More DCC fixes for the overhaul branch.
(edit) @2010 [2010] 10/10/04 21:00:29 timothy Fixes the nasty DCC crash, and Irssi crash.
(edit) @2008 [2008] 10/10/04 19:26:58 timothy Define HAVE_IPV6 to prevent a DCC crash.
(edit) @2004 [2004] 10/09/04 21:31:52 timothy Build the connection encoding menu based on the supported encodings for …
(edit) @2003 [2003] 10/09/04 21:03:55 timothy Added a new set of methods for supported encodings: - (const …
(edit) @2002 [2002] 10/09/04 19:44:47 timothy Added MVChatRoom.h back to the public headers. This most of been the …
Note: See TracRevisionLog for help on using the revision log.