summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Finish making libgadu compile on Windows. Fixes #10542 finally!cpw.rekkanoryo.ggupdateKrzysztof Klinikowski2010-03-067-29/+383
| | | | committer: John Bailey <rekkanoryo@rekkanoryo.org>
* propagate from branch 'im.pidgin.pidgin' (head ↵John Bailey2010-03-0619-3061/+7682
|\ | | | | | | | | | | 7c6c2df6f9a260754887aa82f0ecc1f4d5a2e4db) to branch 'im.pidgin.cpw.rekkanoryo.ggupdate' (head 39e57b94118478bc9142849fdbc1a7daaf0fe15f)
| * propagate from branch 'im.pidgin.pidgin' (head ↵John Bailey2010-03-016-20/+25
| |\ | | | | | | | | | | | | | | | 051ad81c3d19794c494e53e7a8bcb7c16a256473) to branch 'im.pidgin.cpw.rekkanoryo.ggupdate' (head bcee77415e777917f51447cb24fb621eeabfb42f)
| * \ propagate from branch 'im.pidgin.pidgin' (head ↵John Bailey2010-03-0119-3061/+7682
| |\ \ | | | | | | | | | | | | | | | | | | | | ad7890a74433d4988573c3314dc452b0010f21d4) to branch 'im.pidgin.cpw.rekkanoryo.ggupdate' (head 4101af714b47fdba8a010bef0ca5b10eb6b95aec)
| | * | Oops, I forgot this. This is done internally in libgadu, and not doing itJohn Bailey2010-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | produces a ton of warnings in libgadu itself. This does have the unfortunate side effect of masking the warnings in our Gadu-Gadu prpl, but we can worry about that once this stuff works everywhere we need it to. Refs #10542.
| | * | Partially fix libgadu build on Win32. Refs #10542. I'm still not sure how toJohn Bailey2010-02-229-59/+104
| | | | | | | | | | | | | | | | | | | | | | | | handle all the stuff in resolver.c for DNS resolution. I couldn't quite see how to reconcile our earlier stuff with this new code. Hopefully a more skilled Win32 developer can finish this.
| | * | Update our internal libgadu to 1.9.0-rc2. This does not yet build on Windows.John Bailey2010-02-2119-3055/+7631
| | | | | | | | | | | | | | | | | | | | Refs #10542. The Windows build errors are the only reason this isn't on `im.pidgin.pidgin` already.
* | | | whitespace trimmingPaul Aurich2010-03-051-6/+6
| | | |
* | | | ft: Apply QuLogic's fix from d6b03d30f4 to the UI side too.Paul Aurich2010-03-051-32/+33
| | | |
* | | | ft: uhm, no. s can't be 0 here, it's checked above (with a return).Paul Aurich2010-03-051-7/+1
| | | |
* | | | Use the Post W2K Windows System Tray icon stuff - allows for 128 chars ↵Daniel Atallah2010-03-051-24/+27
| | | | | | | | | | | | | | | | instead of 64 - also support non-ASCII stuff in the tooltip. Fixes #11461
* | | | Finish up win32 gtkspell 2.0.16 / enchant support (mostly in the installer)Daniel Atallah2010-03-0529-985/+94
| | | |
* | | | We need libjpeg6b-4 for GTK+ 2.14.7Daniel Atallah2010-03-051-1/+1
| | | |
* | | | Enable setting mood message with the global mood selection UI, when theMarcus Lundblad2010-03-042-8/+28
| | | | | | | | | | | | | | | | connection supports it.
* | | | Allow showing moods for buddies when signed on using an XMPP account notMarcus Lundblad2010-03-042-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | supporting PEP. Also remove the mentioning of return NULL for _get_moods to indicate not supporting setting moods on an account, since there is now a connection flag for it, and an account can receive moods even though it can't set them (in the XMPP case). Also fixes a crash in buddy tooltip.
* | | | Added PurpleConnection flags to determine support for moods and mood messages.Marcus Lundblad2010-03-044-4/+10
| | | | | | | | | | | | | | | | | | | | Mood messages is yet to be implemented in the UI (and replacing the current account-specific mood setting for XMPP).
* | | | Add a cast to silence this warning.Mark Doliner2010-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perl-handlers.c: In function ?perl_signal_cb?: perl-handlers.c:306: warning: passing argument 2 of ?purple_perl_sv_from_vargs? from incompatible pointer type perl-common.h:69: note: expected ?struct __va_list_tag (*)[1]? but argument is of type ?struct __va_list_tag *? This may not be the most elegant solution, but va_args aren't really elegant, and this solution is at least easy. Thanks very much to the expert bug reporting and research done by dharding! Fixes #11431 (that ticket has a lot of information about this change)
* | | | Provide IRC server passwords in a way which allows for an initial :.Ethan Blanton2010-03-041-1/+1
| | | |
* | | | jabber: Avoid crashing if a buddy has a NULL resource.Paul Aurich2010-03-041-1/+1
| | | |
* | | | Handle read of length 0 in upnp code.Ethan Blanton2010-03-041-1/+1
| | | | | | | | | | | | | | | | This indicates EOF, which may need farther handling.
* | | | merge of '82ac37ae8d9e2382b4bc7c6306ee8b275d301501'Mark Doliner2010-03-04380-25960/+15914
|\ \ \ \ | | | | | | | | | | | | | | | and '8df5454324764143f5e9129a2615c927ebf681c3'
| * | | | This cast is incorrect. It should be (time_t *). But it's actually not needed.Mark Doliner2010-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been in our code since: 22ea67df.. by warmenhoven 2001-07-31 Crazy, huh? Fixes #11484.
| * | | | Upgrade GtkSpell to 2.0.16 on Windows. The installer needs a bunch more ↵Daniel Atallah2010-03-045-45/+81
| | | | | | | | | | | | | | | | | | | | work, but that is for later
| * | | | mkdir -p is better than checking for directory existenceDaniel Atallah2010-03-041-4/+1
| | | | |
| * | | | Make the portable mode launcher try the "normal" mode path.Daniel Atallah2010-03-041-12/+15
| | | | |
| * | | | merge of '278d6c622f5d12ed151fccfaaccfdccef8af0d5d'Marcus Lundblad2010-03-034-7/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | and 'b6c3e68f85dab6b0561221f0941056664c404bec'
| | * | | | Allow a PRPL to have get_moods return NULL to disable mood setting.Marcus Lundblad2010-03-033-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes not showing the "Set Mood" menu for XMPP accounts not supporting PEP such as gmail.com
| * | | | | Greg correctly pointed out math.h is included in internal.h. Thanks!Paul Aurich2010-03-021-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Apparently *thinking* I should check that isn't the same as doing it. Refs #11466.
| * | | | | set executable attribute on this shell scriptStu Tomlinson2010-03-020-0/+0
| | | | | |
| * | | | | Ignore some generated stuffDaniel Atallah2010-03-011-0/+6
| | | | | |
| * | | | | The rest of the plumbing needed to build the GTK+ Runtime zip included in ↵Daniel Atallah2010-03-014-9/+97
| | | | | | | | | | | | | | | | | | | | | | | | the installer
| * | | | | Warning fixesDaniel Atallah2010-03-011-3/+3
| | | | | |
| * | | | | Warning fix for latest Bonjour SDKDaniel Atallah2010-03-011-1/+1
| | |_|_|/ | |/| | |
| * | | | Warning fixDaniel Atallah2010-03-011-3/+4
| | | | |
| * | | | Update NSS/NSPR to 3.12.5/4.8.2 (self-built). Big thanks goes to Berke ↵Daniel Atallah2010-03-015-17/+21
| | |/ / | |/| | | | | | | | | | Viktor for doing this.
| * | | Some undefs to make building with mingw-64 more pleasantDaniel Atallah2010-02-282-0/+2
| | | |
| * | | Update _WIN32_IE definition slightly to make building with mingw-64 more ↵Daniel Atallah2010-02-281-1/+1
| | | | | | | | | | | | | | | | pleasant
| * | | Suppress redefinition warningDaniel Atallah2010-02-281-0/+2
| | | |
| * | | Use standalone gettextDaniel Atallah2010-02-281-1/+1
| |/ /
| * | Remove a glib assertion warning regarding the mood setting UI.Marcus Lundblad2010-02-281-11/+1
| | | | | | | | | | | | Fixed pre-selecting "none" mood. Removed some unused code, and simplified a bit
| * | jabber: Print an error message to the current conversation when failing toMarcus Lundblad2010-02-281-0/+9
| | | | | | | | | | | | send an attention using UI
| * | merge of '89123afa2e94b1b500dd042e7eea2613867432e9'Paul Aurich2010-02-285-64/+72
| |\ \ | | | | | | | | | | | | and '5ef6c9b585f8848db50bad8eec1ddf4af90c2169'
| | * | ft: Don't try to read from the source file if the byte array already holdsElliott Sales de Andrade2010-02-281-8/+19
| | | | | | | | | | | | | | | | | | | | enough data for the current write. I'm not sure if this check should be added to the UI read side too.
| | * | Re-order msg_ack, since purple_xfer_prpl_ready might cancel the transferElliott Sales de Andrade2010-02-281-2/+2
| | | | | | | | | | | | | | | | and free some pointers. At least, I think that's what valgrind says.
| | * | Fix FT context header length handling. The official client only seems toElliott Sales de Andrade2010-02-282-3/+3
| | | | | | | | | | | | | | | | care about this value if the version is 3.
| | * | I never liked randomly poking at offsets. Fortunately, I was able to findElliott Sales de Andrade2010-02-283-50/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | an old document by Siebe on the Internet Archive that explained (as best possible) the FT request Context field. Also, make the incoming request handling a bit stricter.
| | * | The official GTK+ version of CellRendererProgress uses "value" which is anElliott Sales de Andrade2010-02-281-4/+4
| | | | | | | | | | | | | | | | int from 0 to 100 and not "percentage" (double from 0.0 to 1.0).
| * | | Need to include math.h for ceil()Paul Aurich2010-02-281-0/+2
| | | |
| * | | pidgin: Distinguish no logs from really old logs (for Recent Log Activity sort)Greg McNew2010-02-283-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #11466. Patch from Greg McNew. committer: Paul Aurich <darkrain42@pidgin.im>
| * | | xmppconsole: Properly catch things before an account is "signed on".Paul Aurich2010-02-281-4/+6
| | | | | | | | | | | | | | | | | | | | IOW, while it's still connecting, because Tobias wants to see the authentication exchange.