Fri May 27 13:04:13 ART 2005 Alberto Bertogli tagged 3.5 Fri May 27 13:04:02 ART 2005 Alberto Bertogli * Version 3.5 Fri May 27 12:51:44 ART 2005 Alberto Bertogli * Mark users that don't have you on their contact list. Patch by Sebastian Santisi. Fri May 27 12:40:21 ART 2005 Alberto Bertogli * Add a command to print the differences between fwd and reverse lists. Sun May 15 12:01:44 ART 2005 Alberto Bertogli * Fix how nick changes are shown. Sun May 15 12:00:24 ART 2005 Alberto Bertogli * Quote nicks and groups properly. The change implemented for renames needs to be extended to all user and group names, since the server likes it better that way. So this change allows users and groups to be named with spaces and extended characters. Sat May 14 01:44:48 ART 2005 Alberto Bertogli * Don't allow lines longer than 1500 chars. As the max length for a message is 1500, never allow lines longer than that. Yes, it wastes a couple of bytes for the "m friend " or "r " beginning, but if you're writing a message _that_ long, a couple of bytes won't make a difference. Sat May 14 01:05:04 ART 2005 Alberto Bertogli * Fix renames to allow extended characters. It seems to be a bug in the MSN servers because it won't store extended characters in the nicks we set to people if they're sent url-encoded, so send them directly in UTF-8. Sat May 14 00:37:46 ART 2005 Alberto Bertogli * Show your new nick when changing it. Sat May 14 00:36:31 ART 2005 Alberto Bertogli * Rename "show nick changes" to "show realnick changes". Sat May 14 00:33:24 ART 2005 Alberto Bertogli * Small updates to msnrc.sample. Sat May 14 00:32:09 ART 2005 Alberto Bertogli * Allow renames with spaces. Thu May 12 15:40:09 ART 2005 Alberto Bertogli * Change colors for self rename message. Thu May 12 15:35:54 ART 2005 Alberto Bertogli * Implement show on real nick changes. This patch implements detection, showing and logging of real nicks changes, enabled optionally with the "show nick changes" msnrc option. Based on Sebasti\c3\a1n Santisi's work. Thu May 12 15:31:35 ART 2005 Alberto Bertogli * Update docs and installer to use "INSTALL.txt" Fri Apr 22 23:39:36 ART 2005 Alberto Bertogli * Fix input buffer lenght check. Tue Apr 12 17:55:10 ART 2005 Alberto Bertogli * Small tab completion fix. Tue Apr 12 17:53:47 ART 2005 Alberto Bertogli * Return nicks only if they don't contain spaces. Tue Apr 12 15:32:37 ART 2005 Alberto Bertogli * Fix user renaming. Tue Apr 12 15:32:16 ART 2005 Alberto Bertogli * Handle Ctrl+W. Tue Apr 12 15:30:53 ART 2005 Alberto Bertogli * Fix tab completion. Sat Apr 9 15:51:51 ART 2005 Alberto Bertogli * Add an exporter for darcs changes. Sat Apr 9 15:50:42 ART 2005 Alberto Bertogli * Remove trailing whitespaces. Sat Apr 9 15:44:12 ART 2005 Alberto Bertogli * Implement tab completion. This patch implements tab completion not only for nicks/emails but also for commands. It still doesn't handle command arguments (like "status o" doesn't complete "online"), but it's not that important anyway. It was sent by Sebastian Santisi (I made only small modifications).