comparison ChangeLog @ 26627:fcd7d4c24230

Notify the user if an IRC /nick command fails, rather than trying fallbacks. This code should not come into play on initial connect, but only on /nick commands issued by the user. If it does, we'll have to try again. Fixes #5181
author Ethan Blanton <elb@pidgin.im>
date Sat, 18 Apr 2009 03:08:12 +0000
parents fac5f6efb75f
children 9e0001caa207
comparison
equal deleted inserted replaced
26626:e5ebf3abd9f8 26627:fcd7d4c24230
24 client supports it. 24 client supports it.
25 25
26 IRC: 26 IRC:
27 * Correctly handle WHOIS for users who are joined to a large number of 27 * Correctly handle WHOIS for users who are joined to a large number of
28 channels. 28 channels.
29 * Notify the user if a /nick command fails, rather than trying
30 fallback nicks.
31
29 32
30 Pidgin: 33 Pidgin:
31 * Added -f command line option to tell Pidgin to ignore NetworkManager 34 * Added -f command line option to tell Pidgin to ignore NetworkManager
32 and assume it has a valid network connection. 35 and assume it has a valid network connection.
33 * Allow plugins to specify custom link types to the GtkIMHtml widget. 36 * Allow plugins to specify custom link types to the GtkIMHtml widget.