changelog
- Tue, 06 Jul 2004 06:22:14 +0000
- by Tim Ringenbach <marv@pidgin.im> [Tue, 06 Jul 2004 06:22:14 +0000] rev 9456
- [gaim-migrate @ 10280]
This fixes bug #964043
We were truncating the port to 4 ascii digits, because our buffer was too
small. Oops. Let this be an example to you, not all users are on crack.
This bug was somewhat confusing by the fact that the spin button to choose
the port is only big enough to show 4 digits at a time. That's completely
unrelated though, you can hit HOME and END and stuff to see all the digits
and it saves file and all.
- Tue, 06 Jul 2004 05:37:16 +0000
- by Tim Ringenbach <marv@pidgin.im> [Tue, 06 Jul 2004 05:37:16 +0000] rev 9455
- [gaim-migrate @ 10279]
This makes us check that we have a valid fd in oscar before trying to
see what port it is on, so we don't fail g_return's and spew warnings.
This also fixes a bug I think KingAnt caused in network.c, which was making
gaim_network_do_listen() return -1 for me.
- Mon, 05 Jul 2004 19:33:48 +0000
- by Tim Ringenbach <marv@pidgin.im> [Mon, 05 Jul 2004 19:33:48 +0000] rev 9454
- [gaim-migrate @ 10278]
This should fix a harmless failed g_return_if_fail type debug warning
type thing on opening a switchboard connection to someone.
- Mon, 05 Jul 2004 19:24:33 +0000
- by Tim Ringenbach <marv@pidgin.im> [Mon, 05 Jul 2004 19:24:33 +0000] rev 9453
- [gaim-migrate @ 10277]
Ok, this should make those "<foo> logged out" type messages actually
say "<foo>" instead of "". I hope I did this right.
- Mon, 05 Jul 2004 19:19:36 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 05 Jul 2004 19:19:36 +0000] rev 9452
- [gaim-migrate @ 10276]
Thanks Tim. I'd like to point out that I don't think it's possible for
listenfd to actually be used uninitialized. gcc just isn't smart
enough to realize that. I think.
- Mon, 05 Jul 2004 19:11:09 +0000
- by Tim Ringenbach <marv@pidgin.im> [Mon, 05 Jul 2004 19:11:09 +0000] rev 9451
- [gaim-migrate @ 10275]
This fixes bug 984612, which is a duplicate of some other bug.
It html escapes msn friendly names so they don't contain html or
invalid markup, and not display all the way in "foo closed the conversation
window" type messages.
- Mon, 05 Jul 2004 18:25:08 +0000
- by Luke Schierer <lschiere@pidgin.im> [Mon, 05 Jul 2004 18:25:08 +0000] rev 9450
- [gaim-migrate @ 10274]
updated
- Mon, 05 Jul 2004 15:43:26 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 05 Jul 2004 15:43:26 +0000] rev 9449
- [gaim-migrate @ 10273]
Minor changes to the listen function in network.c
We were using strerror() to print the string form of
errno when getaddrinfo() failed, but that is incorrect.
getaddrinfo() does not use errno or strerror. It retuns an
integer error code which can be converted to a string with
gai_strerror(errorcode)
When we didn't have getaddrinfo, and we were unable to set
SO_REUSEADDR, we would abort the listen attempt. That's not
necessary becuase SO_REUSEADDR isn't vital, it's just nice
to have (right?)
struct addrinfo *res was not getting freed when we did not have
any interfaces to listen on (incredibly rare)
- Mon, 05 Jul 2004 15:28:40 +0000
- by Luke Schierer <lschiere@pidgin.im> [Mon, 05 Jul 2004 15:28:40 +0000] rev 9448
- [gaim-migrate @ 10272]
fix for bug 980176
- Mon, 05 Jul 2004 00:54:03 +0000
- by Gary Kramlich <grim@pidgin.im> [Mon, 05 Jul 2004 00:54:03 +0000] rev 9447
- [gaim-migrate @ 10271]
[19:46] <grim> um.. didn't there used to be an account-warned signal?
[19:46] <grim> or is my doxygen just that old?
committer: Tim Ringenbach <marv@pidgin.im>