root/trunk/Controllers


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3794 [3794] 07/18/08 17:42:24 timothy Fix the real leaks found by the clang static analyzer. #1260
(edit) @3782 [3782] 03/09/08 01:48:37 timothy Fix the issue where scroll events would affect background windows. #1171
(edit) @3777 [3777] 02/06/08 09:04:24 timothy Use correct source list style on Leopard. Patch by eschaton. #1134
(edit) @3763 [3763] 10/15/07 09:32:28 timothy Rip out 10.3.9 support and worarounds. Mac OS 10.4 is now required.
(edit) @3757 [3757] 10/14/07 17:37:22 timothy Disable software update checking for Panther systems.
(edit) @3755 [3755] 10/14/07 15:58:48 timothy Make Colloquy build and work again for 10.3.9 (one last time). #1095
(edit) @3753 [3753] 10/14/07 02:24:26 rinoa Allows @ in username. #1113
(edit) @3742 [3742] 09/26/07 20:41:25 akempgen Introduces 'Auto join Chat Room on Invite' (JVAutoJoinChatRoomOnInvite) as …
(edit) @3718 [3718] 09/11/07 22:10:21 rinoa Fixes strings that were supposed to be localized. Adding patch submitted …
(edit) @3717 [3717] 08/29/07 01:47:02 timothy Consolidate some redundant code and fix some subtile bugs.
(edit) @3637 [3637] 04/15/07 18:37:36 timothy Adds basic Jabber direct chat support using the Acid framework. Group chat …
(edit) @3628 [3628] 03/18/07 17:20:57 timothy Remove useless calls to disableFlushWindow, enableFlushWindow and …
(edit) @3617 [3617] 03/12/07 02:48:03 timothy Fixes crash reports. The real fix was on the server, but this URL change …
(edit) @3616 [3616] 03/11/07 20:00:20 timothy Fixes some more deprecated method use.
(edit) @3615 [3615] 03/11/07 19:03:41 timothy Fixes some deprecated method use.
(edit) @3607 [3607] 03/10/07 02:15:17 timothy Fixes some big leaks.
(edit) @3604 [3604] 03/06/07 21:06:58 timothy Fixes an exception if NSSpeechSynthesizer initWithVoice: returns nil.
(edit) @3603 [3603] 03/05/07 11:00:21 timothy Correct the orider in how we load the bookmarks. We needed to register for …
(edit) @3598 [3598] 03/04/07 12:15:51 jmmv Fix a typo in the handling of MVChatConnectionProtocolError.
(edit) @3597 [3597] 03/04/07 12:14:06 jmmv Implement support for ICB bricks. In order to do this, some generic …
(edit) @3594 [3594] 03/03/07 17:16:55 jmmv Make auto-join in ICB work by handling joins when not connected and …
(edit) @3593 [3593] 03/02/07 23:55:58 timothy Removes an assignment of nil to an enum-typed variable. Adds …
(edit) @3589 [3589] 02/25/07 18:04:50 timothy Adds transient attributes for JVChatMessages, good for plugins to store …
(edit) @3582 [3582] 02/18/07 16:02:02 timothy Adds ICB (Internet Citizen's Band) protocol support. Implemented by Julio …
(edit) @3558 [3558] 01/17/07 00:55:20 timothy Fixes a potential security exploit (and crash) when someone invites you to …
(edit) @3555 [3555] 01/15/07 14:50:43 timothy Mod ports with 65536, not 65535.
(edit) @3554 [3554] 01/15/07 14:35:11 timothy Some people expect to use ports greater than 65535, we will now allow it …
(edit) @3544 [3544] 01/07/07 20:01:50 timothy Clean up code and user a standard menu for all chat users. Removes a …
(edit) @3539 [3539] 01/07/07 02:39:56 timothy Adds DCC chat support. You can start a chat by using the context menu or …
(edit) @3524 [3524] 01/01/07 16:49:19 rinoa Adds "New Connection" to the context menu in the Connections window. Also …
(edit) @3520 [3520] 01/01/07 01:03:45 timothy Allow creation of connections that have the same server address but …
(edit) @3505 [3505] 12/30/06 01:00:55 timothy Adding NAT traversal support using either UPnP or NAT-PMP. There is new …
(edit) @3500 [3500] 12/29/06 00:54:05 timothy Import the old buddy list if there is not a new one made yet.
(edit) @3496 [3496] 12/28/06 12:13:28 timothy Added beep support to Chat Core and Colloquy for protocols that support …
(edit) @3494 [3494] 12/27/06 18:49:11 timothy Make the Add Buddy context menu item work as expected.
(edit) @3493 [3493] 12/27/06 18:37:36 timothy Make the server list work.
(edit) @3492 [3492] 12/27/06 17:49:17 timothy More misc buddy list cleanup.
(edit) @3491 [3491] 12/27/06 16:02:33 timothy Some misc buddy list fixes.
(edit) @3488 [3488] 12/26/06 16:05:10 timothy Hooks up the create buddy interface to the new buddy list code. The buddy …
(edit) @3486 [3486] 12/25/06 14:39:44 timothy Make sure to handle possible nil values when saving the bookmarks list. …
(edit) @3484 [3484] 12/24/06 23:39:31 timothy Fixes to the buddy list code. This gets things working but the user …
(edit) @3471 [3471] 12/17/06 22:35:56 timothy Adds a safe guard to prevent the chat window from 'freezing' and not …
(edit) @3470 [3470] 12/17/06 14:24:29 timothy Toolbar code cleanup.
(edit) @3464 [3464] 12/17/06 01:19:39 timothy Allow plugins and scripts to supply toolbar items that the user can add …
(edit) @3462 [3462] 12/16/06 02:03:25 timothy Makes toolbar customization work again. #941
(edit) @3461 [3461] 12/15/06 01:21:35 timothy The toolbar state is now remembered when switching between different types …
(edit) @3460 [3460] 12/15/06 00:20:10 timothy Removing the retain/autorelease idiom for accessor methods.
(edit) @3459 [3459] 12/14/06 23:47:22 timothy Fixes a crash on launch when using TOT WebKit?.
(edit) @3452 [3452] 12/13/06 01:11:56 timothy Colloquy now remembers the collapsed state of the member list for each …
(edit) @3442 [3442] 12/07/06 22:20:21 timothy Fixes an assertion when switching from a Chat Room to a Direct Chat or …
(edit) @3418 [3418] 11/24/06 18:14:31 timothy Turing on more warnings and fixing more of them.
(edit) @3394 [3394] 11/15/06 22:04:08 rinoa Fixes #874 and #319. The Join Dialog now always selects the first …
(edit) @3389 [3389] 11/12/06 22:50:53 timothy Clear more delegates on dealloc to prevent possible crashes.
(edit) @3387 [3387] 11/12/06 21:54:07 timothy Set the data source and delegate to nil when we dealloc objects that hold …
(edit) @3361 [3361] 09/27/06 01:23:44 timothy Fixes the auto-join and auto-commands being cleared. Fixes #405.
(edit) @3359 [3359] 09/26/06 22:16:44 timothy Create the PlugIns? folder with proper case. Fixes #889.
(edit) @3353 [3353] 09/06/06 21:45:15 timothy Fixed the grossly erroneous file transfer rate. #600
(edit) @3347 [3347] 08/27/06 21:43:56 timothy Build fix. THats what I get for landing without doing a build.
(edit) @3346 [3346] 08/27/06 21:41:37 timothy Code clean up and fixes to prevent exceptions about inserting nil objects. …
(edit) @3325 [3325] 08/18/06 00:31:57 timothy Fix for a common toolbar crash.
(edit) @3320 [3320] 08/04/06 23:18:17 timothy Fixing build warnings with newer GCC.
(edit) @3310 [3310] 06/19/06 00:47:15 rinoa Colloquy Help now points to the wiki's Documentation Project.
(edit) @3307 [3307] 06/17/06 20:19:25 rinoa Added Quit Message to the General Preferences GUI. Not totally done yet. …
(edit) @3277 [3277] 06/08/06 23:35:04 timothy Part of the fix for the transparent chat room bug. #570.
(edit) @3276 [3276] 06/08/06 23:18:23 rinoa Adds "Open console on connect" to the Automatic tab of each server info.
(edit) @3269 [3269] 06/07/06 22:19:51 timothy Adds a play sound only if Colloquy is in the backgound. Also makes Chat …
(edit) @3261 [3261] 06/07/06 00:14:43 timothy Fixes #664. Makes the selected row in the Sidebar have white text. Adds a …
(edit) @3259 [3259] 06/06/06 23:17:25 timothy Turn on tons of warning flags and fixes all of the warnings that resulted.
(edit) @3257 [3257] 06/06/06 02:45:06 timothy Switch over to use Sparkle to report application updates. Also build …
(edit) @3256 [3256] 06/06/06 00:30:18 timothy Fixes /server
(edit) @3250 [3250] 06/05/06 00:02:48 timothy Code to allow the selected item in the sidebar to be bold and have a …
(edit) @3248 [3248] 06/04/06 17:36:57 timothy Sidebar mode is now working! Freaking finally! It was a lame bug... …
(edit) @3246 [3246] 06/03/06 03:46:01 timothy Disable the saving of URL for any room or private chat opened. Also we no …
(edit) @3223 [3223] 04/27/06 00:39:27 timothy Fixes ScottM's new crash.
(edit) @3222 [3222] 04/27/06 00:32:13 timothy Should fix an exception.
(edit) @3219 [3219] 04/26/06 23:25:10 timothy Code clean up. SOme sidebar fixes, still broken. Added some unit tests, …
(edit) @3214 [3214] 04/20/06 02:30:38 timothy New message counts in the drawer/sidebar.
(edit) @3207 [3207] 04/16/06 19:46:06 timothy Sidebar and other drawer and tab mode fixes.
(edit) @3206 [3206] 04/16/06 05:07:18 timothy New sidebar look that mimics Tiger's Mail interface. …
(edit) @3192 [3192] 04/11/06 02:12:40 timothy More buddy list support.
(edit) @3190 [3190] 04/02/06 05:32:29 timothy More work on the new buddy list.
(edit) @3152 [3152] 03/11/06 22:32:26 timothy Much better way to handle styles. We no longer use a overflow div and now …
(edit) @3147 [3147] 02/26/06 17:11:56 timothy Join rooms afterr the auto connections. Fixes more of #515.
(add) @3072 [3072] 12/23/05 01:21:16 timothy Major file system restructuring of the code files.
Note: See TracRevisionLog for help on using the revision log.