gaim/www

(21:23:17) SimGuy: LSchiere: why is it that gaim-ssl.txt is not a web page?
(21:23:36) LSchiere: SimGuy: because i don't know how to use the includes
and engines ChipX86|Coding wrote
(21:23:47) LSchiere: and so i just committed the file nosnilmot gave me
(21:24:10) nosnilmot: SimGuy: http://gaim.nosnilmot.com/faq-ssl.php
(21:24:21) nosnilmot: LSchiere: do you want that?
(21:24:40) nosnilmot: SimGuy: because I was a lazy sod originally
(21:25:01) SimGuy: nosnilmot: haha, that's exactly the sort of thing i
meant
(21:25:12) ***LSchiere blinks
(21:25:18) LSchiere: nosnilmot: yes i would
(21:26:18) nosnilmot: LSchiere:
(21:26:45) nosnilmot: LSchiere: it fixinates a couple of too for goodness


Christian, if this isn't correct, just revert it and we'll have nosnilmot
fix it ;-)
diff -ruN gaim-0.71/src/protocols/oscar/oscar.c gaim-0.71-fixed/src/protocols/oscar/oscar.c
--- gaim-0.71/src/protocols/oscar/oscar.c 2003-10-06 00:15:21.000000000 -0400
+++ gaim-0.71-fixed/src/protocols/oscar/oscar.c 2003-10-25 14:02:01.000000000 -0400
@@ -4789,6 +4789,7 @@
/* Add from server list to local list */
for (curitem=sess->ssi.local; curitem; curitem=curitem->next) {
+ if ((curitem->name == NULL) || (g_utf8_validate(curitem->name, -1, NULL)))
switch (curitem->type) {
case 0x0000: { /* Buddy */
if (curitem->name) {