2011-08-16 |
jamie |
Fix potential crash when NAMES is empty.
|
2011-08-16 |
Ethan Blanton |
ChangeLog update for NTLM fix
|
2011-08-16 |
jond578 |
Fix NTLM endianness issue.
|
2011-08-16 |
Ethan Blanton |
Fix some un-fixes in the Zephyr strlcpy changes
|
2011-08-16 |
Timo Jyrinki |
Update Finnish translation.
|
2011-08-16 |
Mark Doliner |
A unit test check from the EFF
|
2011-08-16 |
Mark Doliner |
Fix this compile warning:
|
2011-08-15 |
Ethan Blanton |
Fix formatting by a third grader with a crayon
|
2011-08-15 |
Ethan Blanton |
Rationalize nat_pmp.c:default_gw() and free leaked buffer.
|
2011-08-14 |
Josep Puigdemont |
Catalan (Valencian) translation udated on behalf of Vicent Cubells.
|
2011-08-14 |
Josep Puigdemont |
Catalan translation udated.
|
2011-08-14 |
masca |
Fix a crash when the account is disconnected and we have requested a SB. (Hanzz, ported by shlomif)(Fixes #12431)
|
2011-08-13 |
andrew victor |
The 24x24 MXit protocol icon wasn't being installed.
|
2011-08-11 |
Josep Puigdemont |
Catalan translation updated.
|
2011-08-11 |
Ethan Blanton |
Fix truncation of a string in the Yahoo! prpl to be not quite so stupid.
|
2011-08-11 |
Ethan Blanton |
Bounds check hostname lengths for DNS SRV lookups. (EFF)
|
2011-08-11 |
Ethan Blanton |
Bounds check an OSCAR normalization. (EFF)
|
2011-08-11 |
Ethan Blanton |
Almost certainly not an issue, but bounds check a strcpy in stun.c (EFF)
|
2011-08-11 |
Ethan Blanton |
Bounds check log scanning, thanks to the EFF
|
2011-08-11 |
Ethan Blanton |
Use MAXPATHLEN instead of 256 for some path buffer sizes
|
2011-08-11 |
Ethan Blanton |
Patch up merge
|
2011-08-11 |
Ethan Blanton |
merge of '269c6e29c67a1c066871499e76575d4700bf6744'
|
2011-07-17 |
Ethan Blanton |
Update ChangeLog for EFF credit, completeness
|
2011-07-17 |
Ethan Blanton |
Change another hostname lookup fallback to use g_strlcpy.
|
2011-07-17 |
Ethan Blanton |
Use g_strlcpy instead of strcpy in MSN alias string creation.
|
2011-07-17 |
Ethan Blanton |
Copy hostname fallbacks using g_strlcpy instead of strcpy.
|
2011-07-17 |
Ethan Blanton |
Complete the conversion of win32 utsname construction to bounds-checked access.
|
2011-07-17 |
Ethan Blanton |
Fill out struct utsname on win32 using g_strlcpy instead of strcpy.
|
2011-07-17 |
Ethan Blanton |
Changed a strcpy in the mxit prpl to a bounds-checked g_strlcpy.
|
2011-07-17 |
Ethan Blanton |
Replace an unchecked strcpy with g_strlcpy().
|
2011-07-17 |
Ethan Blanton |
Fix up several Tcl loader string copies to use g_strlcpy().
|
2011-07-17 |
Ethan Blanton |
Fix up Zephyr g_strlcpy patch
|
2011-07-17 |
Ethan Blanton |
Replace numerous strcpy() invocations with strlcpy() in Zephyr.
|
2011-07-17 |
Ethan Blanton |
Credit the EFF for the following diffs
|
2011-08-11 |
Björn Voigt |
German translation update for 2.10.0
|
2011-08-11 |
Mark Doliner |
merge of '56ec802a4201a596a1bf852cae8f08819ca6bedc'
|
2011-08-08 |
Mark Doliner |
Fix this compile warning:
|
2011-08-08 |
Elliott Sales de Andrade |
Don't accidentally add a second login timeout. This shouldn't happen
|
2011-08-08 |
Elliott Sales de Andrade |
Don't request the AB if getting the contact list failed. Either there's
|
2011-08-07 |
John Bailey |
Fix logging into Yahoo! JAPAN. Fixes #14259.
|
2011-08-06 |
John Bailey |
Björn Voigt pointed out that my plugin info dialog doesn't show the e-mail
|
2011-07-31 |
Björn Voigt |
German translation update
|
2011-07-26 |
Mark Doliner |
Fix crash selecting Tools->Set Mood when you're online with an
|
2011-07-26 |
Mark Doliner |
Add Maiku's revision b22fe1b183e37298da577f19bdca6f318b209324 to the changelog.
|
2011-07-22 |
Elliott Sales de Andrade |
Destroy the existing Nexus if we get a second USR SSO. This might
|
2011-07-21 |
Paul Aurich |
log_reader: Properly fix the QIP crash, and unbreak the Trillian reader (c is NULL the last time through, so just quit out early then)
|
2011-07-21 |
Paul Aurich |
sametime: Compile! (other build environment apparently lacked libmeanwhile...)
|
2011-07-21 |
Paul Aurich |
log_reader: Fix an actual crash in the QIP reader.
|
2011-07-21 |
Paul Aurich |
merge of '60a632cb295df557713697e92727d551d7345451'
|
2011-07-21 |
Paul Aurich |
log_reader: strchr(), and some simplifying to make clang happier
|
2011-07-21 |
Paul Aurich |
sametime: Avoid a theoretical null strcmp
|
2011-07-21 |
Paul Aurich |
prefs: Avoid an atoi(NULL) when reading the prefs from disk
|
2011-07-20 |
Paul Aurich |
dnssrv: Hmph, this is what I get for swapping the argument order around and not paying attention
|
2011-07-20 |
Paul Aurich |
dnssrv: Refactor to reduce code duplication
|
2011-07-19 |
Paul Aurich |
Fix build of dnssrv.c on Windows; thanks to eschman for pointing this out.
|
2011-07-19 |
Ethan Blanton |
Fix the handling of IRC formatting following mIRC ^O.
|
2011-07-17 |
Paul Aurich |
dnsquery: Behold, automagic conversion of a string IP address into a sockaddr struct, IPv#-independent.
|
2011-07-17 |
Paul Aurich |
dnssrv: Proper memory management here, which stops random crashes elsewhere.
|
2011-07-17 |
Paul Aurich |
dnssrv: Avoid a few extraneous iterations through the list. Refs #12647
|
2011-07-17 |
Paul Aurich |
Whitespace changes
|
2011-07-17 |
thijsalkemade |
Fixes to the PurpleSrvTxtQueryUiOps code. Refs #12647
|
2011-07-17 |
Paul Aurich |
La de dah, thanks John
|
2011-07-17 |
Paul Aurich |
jabber: Fix /join behavior. Closes #14205.
|
2011-07-17 |
Paul Aurich |
pidgin: Fix building on GTK+ less than 2.14.
|
2011-07-17 |
Paul Aurich |
gg: Fix build w/ older versions of GnuTLS.
|
2011-07-14 |
tomkiewicz |
More debugging informations when updating avatars in Gadu-Gadu
|
2011-07-14 |
Elliott Sales de Andrade |
Remove duplicate calls to msn_slpmsg_set_slplink. This function is
|
2011-07-12 |
Ethan Blanton |
Suppress error spews when we've left an IRC channel but the window is open.
|
2011-07-10 |
Florian Quèze |
Fix some closes on invalid fds, which can crash on Windows.
|
2011-07-09 |
John Bailey |
ChangeLogging.
|
2011-07-09 |
John Bailey |
Make the ChangeLog.API entry accurate.
|
2011-07-09 |
John Bailey |
We're now 2.10.0 because I added the plugin info dialog.
|
2011-07-09 |
John Bailey |
Add a plugin information dialog that shows information for all plugins, even
|
2011-07-08 |
masca |
We have not been in 2009 while ago nor this project is dead.
|
2011-07-08 |
masca |
Update the AUTHORS file with the information in the Developer Information window.
|
2011-07-08 |
masca |
Credit Quenin Brandon for the max size in incoming smileys patch. Changelog it.
|
2011-07-07 |
masca |
Make the max size of incoming smileys a pref instead of harcoding it. Patch from Xinef (with small modifications) Refs #5231
|
2011-07-06 |
Ethan Blanton |
Fix debug message for IRC periodic WHO
|
2011-07-03 |
Paul Aurich |
configure.ac: Prep for next release
|
2011-07-01 |
tomkiewicz |
Merged two buddy blocking methods in Gadu-Gadu protocol. Fixes #5303
|
2011-06-27 |
Paul Aurich |
conversation: Hmm, this shouldn't be set to NULL; tends to break stuff.
|
2011-06-27 |
Paul Aurich |
irc: Save one useless hash table lookup
|
2011-06-27 |
Paul Aurich |
jabber: Check for empty string when setting mood.
|
2011-06-26 |
Paul Aurich |
Fix the merge some more
|
2011-06-25 |
Paul Aurich |
Fix up merge
|
2011-06-25 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 9681bcefcadc4b4fad248fd0ec922892aaefdd76)
|
2011-06-22 |
Paul Aurich |
conversation: Use the right comparison type (case-sensitive) for the hash table
|
2011-06-21 |
Paul Aurich |
conversation: Okay, one final fix.
|
2011-06-21 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head cc3c0e426393176ef87b207eeed1a17efc8dec7d)
|
2011-06-21 |
Paul Aurich |
Add constant-time lookup of row in the userlist by way of PurpleConvChatBuddy ui_data
|
2011-06-21 |
Paul Aurich |
conversation: Use a copy of the name and clear hash after emitting "left" signals
|
2011-06-21 |
Paul Aurich |
gtkconv: Remove a redundant lookup, as that just calls purple_conv_chat_cb_find()
|
2011-06-21 |
Paul Aurich |
conversation: Strip off the exposed function pointers.
|
2011-06-20 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 9fc56c5e4669dbbaa42a495b831982f2732e3895)
|
2011-06-20 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 3dbc4e50c575de418e1df8f965957b195aeff2ca)
|
2011-06-20 |
Paul Aurich |
conversation: O(1) purple_conv_chat_cb_find
|
2011-06-20 |
Paul Aurich |
Bump version numbers for 2.9.0
|
2011-06-25 |
Paul Aurich |
merge of '2cabccedebb0366f69f7d3e9c3e16e2f4c6b3aae'
|
2011-06-25 |
Paul Aurich |
jabber: Make jabber_prpl_send_raw() return strlen(buf) when len is negative.
|
2011-06-25 |
Ethan Blanton |
Fix races between irc_send_raw() and normal prpl-internal sends.
|
2011-06-24 |
Ethan Blanton |
propagate from branch 'im.pidgin.pidgin.2.9.0' (head d3dccc0843de29ce8d5c7e2e017028396dc2b46b)
|
2011-06-22 |
Mark Doliner |
ChangeLog my security fix
|
2011-06-22 |
Mark Doliner |
applied changes from 6cf1aee8ac5e3c836af832eaf26ccedd611dc70b
|
2011-06-22 |
Paul Aurich |
Pluck the performance improvement code needed for large IRC channels.
|
2011-06-21 |
Paul Aurich |
*** Plucked rev cc3c0e426393176ef87b207eeed1a17efc8dec7d (darkrain42@pidgin.im):
|
2011-06-20 |
Mark Doliner |
Add an additional thing to the changelog
|
2011-06-20 |
Mark Doliner |
I needed to increment this
|
2011-06-20 |
Mark Doliner |
Let's do a quick bugfix release on Thursday. I have a patch pending that
|
2011-06-20 |
Mark Doliner |
applied changes from fc575a35d01a235fedb83f75b6f8b2a60fe9d48b
|
2011-06-20 |
Mark Doliner |
applied changes from 10a19d0da323fdc8c2b315968e383219d8b9101f
|
2011-06-20 |
Mark Doliner |
applied changes from 1e3728083b5ef50e0df8972a39da09a1ddea8417
|
2011-06-20 |
Mark Doliner |
applied changes from d4ad4dcf4f618793c9201ace11269bac63645d69
|
2011-06-20 |
Mark Doliner |
applied changes from 00c6d11a264a02d1aaa23feb52eab5ca46e655c8
|
2011-06-20 |
Mark Doliner |
applied changes from aebefd6d98382ce0f7b42b41e4bf2611044d4182
|
2011-06-20 |
Mark Doliner |
applied changes from 32a55bbc4f1e8d632d205d040fa3e814559e1c95
|
2011-06-20 |
Mark Doliner |
applied changes from 341e86eb5b808e0eab3242d7be676f83eca02b08
|
2011-06-20 |
Mark Doliner |
applied changes from 1d2a25ce8baec7e426910e310ed73db0a4961c31
|
2011-06-20 |
Mark Doliner |
applied changes from 9e7616dbab2878bcc9f4b412bca1f55c903a337e
|
2011-06-24 |
Elliott Sales de Andrade |
merge of '8512af37c7822c68f1cf46a02cbca592f6c79468'
|
2011-06-22 |
Mark Doliner |
Merge updates from the 2.9.0 branch into trunk
|
2011-06-22 |
Mark Doliner |
Start looking at the GError parameter every time we call these functions:
|
2011-06-22 |
tomkiewicz |
Better status message handling in Gadu-Gadu. Fixes #14314
|
2011-06-22 |
Mark Doliner |
Add a silly little check to make sure our xml parser isn't vulnerable to the
|
2011-06-21 |
Björn Voigt |
German translation update
|
2011-06-21 |
Paul Aurich |
*** Plucked rev ab0701cb7b693759b1163133f4bb0681cca85436 (darkrain42@pidgin.im):
|
2011-06-20 |
Paul Aurich |
merge of '3dbc4e50c575de418e1df8f965957b195aeff2ca'
|
2011-06-20 |
Paul Aurich |
merge of '3a12ece5b629e6de76faec79315514e70ccb32bb'
|
2011-06-20 |
Paul Aurich |
disapproval of revision '3a12ece5b629e6de76faec79315514e70ccb32bb'
|
2011-06-20 |
Paul Aurich |
account: Move a normalization outside of the for loop
|
2011-06-20 |
Mark Doliner |
Definitely changelog worthy
|
2011-06-20 |
Mark Doliner |
Change Finch to use Pidgin's clientkey/devid when connecting to ICQ.
|
2011-06-18 |
tomkiewicz |
Fixed some warnings when compiling Gadu-Gadu prpl under Windows.
|
2011-06-18 |
tomkiewicz |
Fixed searching for buddies in Gadu-Gadu public directory. Fixes #5242
|
2011-06-18 |
Elliott Sales de Andrade |
So, it seems gtkconv checks on stuff in the prpl struct. The lack of
|
2011-06-18 |
Paul Aurich |
oscar: ...fix the *right* line this time.
|
2011-06-18 |
Paul Aurich |
oscar: Avoid a few printf("%s", NULL)s
|
2011-06-14 |
Paul Aurich |
merge of '6c48da37034a572986f08a85f9d99927f511b9d3'
|
2011-06-13 |
maiku |
Fix coming out of idle while in an unavailable state for Yahoo
|
2011-06-13 |
maiku |
Allow setting custom status messages for Yahoo when "Busy"
|
2011-06-13 |
tomkiewicz |
No more warnings when receiving Gadu-Gadu system messages - fixes #13914
|
2011-06-13 |
Stu Tomlinson |
We should not be installing libpurple/valgrind.h
|
2011-06-13 |
Stu Tomlinson |
merge of '64f4eb5c598356fe1b8b9bc376faa66641096eda'
|
2011-06-13 |
Stu Tomlinson |
This empty section was causing an invalid configure script to be
|
2011-06-12 |
Mark Doliner |
Use dngettext() for two strings in the MXit protocol so that we handle
|
2011-06-12 |
Mark Doliner |
Mention the gevolution compile fix in the changelog
|
2011-06-12 |
Mark Doliner |
Fix compilation, as mentioned on the support mailing list on June 10th
|
2011-06-12 |
Mark Doliner |
merge of '4beb86df935d5dfd7ce4107bcabe1944e59a63a2'
|
2011-06-12 |
Mark Doliner |
These two lines produce stray "yes"'s for me when I run configure with
|
2011-06-07 |
Marcus Lundblad |
Actually set the relay info for TCP
|
2011-06-07 |
Mark Doliner |
Fix unmatched paren
|
2011-06-07 |
Mark Doliner |
Oh yeah, we're trying not to update ChangeLog.win32. Changing our
|
2011-06-07 |
Mark Doliner |
New version number
|
2011-06-07 |
Mark Doliner |
Apparently "make release" wants the correct timestamp in here
|
2011-06-07 |
Mark Doliner |
Would help if I had the correct date here
|
2011-06-07 |
Mark Doliner |
Need to include deflate.h in EXTRA_DIST so that it gets included in
|
2011-06-07 |
Mark Doliner |
Add a ChangeLog entry for my previous change
|
2011-06-07 |
Mark Doliner |
Fix a potential null pointer dereference in the MSN protocol, discovered
|
2011-06-07 |
Mark Doliner |
Prepare for release
|
2011-06-07 |
Mark Doliner |
Updated Malay translation. Fixes #14160
|
2011-06-07 |
Mark Doliner |
Updated Japanese translation! I think the might not have been updated
|
2011-06-07 |
Mark Doliner |
Updated Russian translations
|
2011-06-06 |
Ethan Blanton |
propagate from branch 'im.pidgin.pidgin.mxit' (head 60960f69854c3b350f48451efaf9adbe770bd810)
|
2011-05-15 |
andrew victor |
MXit VV WIP.
|
2011-05-15 |
andrew victor |
Since we now have a calculateAge() function we might aswell also show the buddy's age when viewing their profile information.
|
2011-05-15 |
andrew victor |
Also show FirstName and LastName in search-results and friend-suggestions.
|
2011-05-15 |
andrew victor |
merge of '480053700827137374fa90746e7c0dbf6e4d1cd5'
|
2011-05-08 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head d6053150b258c5c8b2ac60e091a7d0d1b2d9be1d)
|
2011-05-09 |
andrew victor |
When retrieving the users current Status-Message via profile packets,
|
2011-05-09 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head fdb174f23d34033c1e5b7b9258f93d7b0928ba90)
|
2011-05-06 |
andrew victor |
Additional MXit prpl changes listed.
|
2011-05-06 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head 27008103f84aa123bae2138b6e8c3a20303bde16)
|
2011-05-05 |
andrew victor |
merge of '68f430dcc865c17bad99e7e29c516f5db7cb4336'
|
2011-05-04 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head b4610e0aa7f5df4daa5d4ad90ce8a8d80f46e0fe)
|
2011-05-05 |
pieter loubser |
* show a contact's status message when his offline (with get-info)
|
2011-05-03 |
andrew victor |
Adding contacts normally and via search-results works slightly differently
|
2011-05-02 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head fcd72ef630601a5c9de2e8465f3502ef38b67235)
|
2011-04-26 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head 075c2902b90abb6349a6b689e26fa0ecf720ca04)
|
2011-06-06 |
Marcus Lundblad |
Add support for using TCP relaying with TURN
|
2011-06-06 |
Ethan Blanton |
Fix gntwm.c compile on some platforms.
|
2011-06-05 |
Ethan Blanton |
Fix ChangeLog to reference libgadu 1.11.0
|
2011-06-05 |
Ethan Blanton |
Forgot two files for the gg 1.11.0 update
|
2011-06-05 |
Ethan Blanton |
ChangeLog this libgadu update
|
2011-06-05 |
Ethan Blanton |
Update libgadu to 0.11.0 plus local changes; thanks to Tomasz Wasilczyk.
|
2011-05-24 |
Paul Aurich |
merge of 'b8354dfc19eecdfd2aecfdb2685fbd78b9010587'
|
2011-05-24 |
Paul Aurich |
media/backend-fs2: Better fix for the NULL deref crash here.
|
2011-05-20 |
Elliott Sales de Andrade |
Remove some struct packing from code that does login. I think this is
|
2011-05-20 |
Paul Aurich |
I will compile before committing. I will compile before committing.
|
2011-05-19 |
Paul Aurich |
Fix another leak
|
2011-05-19 |
Paul Aurich |
oscar: Fix the leak of 'alias' in this function
|
2011-05-13 |
Mark Doliner |
Hmm. It seems I missed some translations from Transifex. Now I'm
|
2011-05-13 |
masca |
NEWS
|
2011-05-13 |
masca |
Fix a bug where the tooltip is destroyed when it have a lot of information. Fixes #10510
|
2011-05-12 |
John Bailey |
Fix my typo pointed out by kstange.
|
2011-05-12 |
Björn Voigt |
German translation update
|
2011-05-12 |
John Bailey |
NEWSing.
|
2011-05-12 |
Paul Aurich |
NEWS, NEWS, get 'ya news!
|
2011-05-12 |
Paul Aurich |
Elliott suggested ISO-8859-2 as being more correct here.
|
2011-05-12 |
Paul Aurich |
merge of '75fc33a55bbcdb1cd95b14f424826226c67018b0'
|
2011-05-12 |
Ka-Hing Cheung |
merge of '28fe114c65c7f5fa3fdc6a89311c370b76a1c371'
|
2011-05-11 |
Ka-Hing Cheung |
You know, I've been telling myself that I am going to get back to
|
2011-05-12 |
Paul Aurich |
Added Croatian translation from Sabina Drempetić. Closes #13595
|
2011-05-12 |
Paul Aurich |
media: Fix a NULL pointer deref crash, and add diagnostic logging.
|
2011-05-11 |
Mark Doliner |
Fix setting icons with dimensions greater than 64x64 pixels by scaling
|
2011-05-11 |
Mark Doliner |
Add changelog entries for the translators who commited their updates
|
2011-05-11 |
Paul Aurich |
Get rid of a few other dead variables.
|
2011-05-11 |
Paul Aurich |
msn: Avoid reading uninit memory.
|
2011-05-11 |
Paul Aurich |
silc: Dead (redundant) initialization
|
2011-05-11 |
Paul Aurich |
merge of '499902f7613784436d3ab1e47339e2822f695102'
|
2011-05-11 |
Elliott Sales de Andrade |
Small space to tab changes.
|
2011-05-11 |
Paul Aurich |
mxit: Audited the rest of mxit for glib/libc mixing of alloc/free
|
2011-05-11 |
Paul Aurich |
mxit/protocols: Use g_realloc, as these are freed with g_free
|
2011-05-11 |
Paul Aurich |
silc: Avoid calling strstr(NULL, ...) if chname isn't set.
|
2011-05-11 |
Paul Aurich |
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
|
2011-05-11 |
Paul Aurich |
jabber/bosh: We require glib 2.16 now, this was added in 2.16
|
2011-05-11 |
Paul Aurich |
jabber: Treat empty <group/> elements as "Buddies", not ""
|
2011-05-10 |
Paul Aurich |
Updated a bunch of translations.
|
2011-05-10 |
Elliott Sales de Andrade |
Rename this enums a little better. And I don't think we need these
|
2011-05-10 |
Elliott Sales de Andrade |
Hide some offset occurrences and define a couple of abstractions in
|
2011-05-09 |
Elliott Sales de Andrade |
Getting the P2P version is probably the slplink's job, since it has
|
2011-05-09 |
Elliott Sales de Andrade |
Let's not fool anyone here. The slplink is never NULL.
|
2011-05-09 |
Elliott Sales de Andrade |
This function doesn't exist.
|
2011-05-09 |
Elliott Sales de Andrade |
I've always wondered why the SB layer was parsing the P2P stuff, when
|
2011-05-09 |
Mark Doliner |
Grab the only other translations I see in Trasifex, and fix I problem
|
2011-05-09 |
Mark Doliner |
merge of 'd09f79ede5d30c1f516d4af546eb9a0f1d052593'
|
2011-05-09 |
Mark Doliner |
I grabbed the Norwegian translation from Transifex. I guess we have
|
2011-05-09 |
Elliott Sales de Andrade |
Get the P2P version based on the user. Still hard-coded as v1 though.
|
2011-05-09 |
Elliott Sales de Andrade |
Get the slplink from the slpcall as needed.
|
2011-05-09 |
Elliott Sales de Andrade |
Oops, forgot to checkin the header changes that go along with the
|
2011-05-09 |
Elliott Sales de Andrade |
This function doesn't do much of anything any more.
|
2011-05-09 |
Elliott Sales de Andrade |
Add the slplink as a parameter when creating a slpmsg ack.
|
2011-05-09 |
Elliott Sales de Andrade |
Add the slpcall as a parameter when creating a slpmsg.
|
2011-05-07 |
Björn Voigt |
German translation update
|
2011-05-07 |
Josep Puigdemont |
Catalan translation updated.
|
2011-05-07 |
Elliott Sales de Andrade |
Try to hide msn_p2p_info_get_flags as much as possible, since it may
|
2011-05-07 |
Elliott Sales de Andrade |
Only send acks on p2pv2 when required.
|
2011-05-07 |
Elliott Sales de Andrade |
Add P2Pv2 ack'ing.
|
2011-05-07 |
Elliott Sales de Andrade |
Add a function to add/replace a TLV to a list.
|
2011-05-07 |
Elliott Sales de Andrade |
Rename things a little.
|
2011-05-07 |
Elliott Sales de Andrade |
The type and length of the TLV are only bytes, so fix the function
|
2011-05-06 |
Éric Boumaour |
update french translation
|
2011-05-06 |
Jochen Kemnade |
fix a typo in the German translation
|
2011-05-06 |
Björn Voigt |
German translation update
|
2011-05-06 |
Elliott Sales de Andrade |
Remove extra word.
|
2011-05-06 |
Elliott Sales de Andrade |
merge of '09b81079c02d3b84a6dedbf29d6ce66862c09a71'
|
2011-05-06 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.cpw.masca.p2p' (head 33ca865dacb9e5bcf763d06f6a42cbaca337cc64)
|
2011-01-04 |
masca |
Add Peer Info TLV struct and values.
|
2011-01-04 |
masca |
Add TLV and data fields to P2Pv2 Header.
|
2011-01-04 |
masca |
Add P2Pv2 Data Header struct.
|
2011-01-04 |
masca |
Compile.
|
2011-01-04 |
masca |
propagate from branch 'im.pidgin.pidgin' (head 8707e10aca1fa6ef13a2a00f24760fb2ed97f641)
|
2010-12-15 |
masca |
Add some constants used by P2Pv2.
|
2011-05-05 |
Elliott Sales de Andrade |
I think this is the way to map to P2Pv2, but I don't have Internet
|
2011-05-05 |
Elliott Sales de Andrade |
The TLV list should be padded to a multiple of 4.
|
2011-05-05 |
Elliott Sales de Andrade |
This should fix TLV in from and out of the wire.
|
2011-05-05 |
Elliott Sales de Andrade |
Clean up Canadian English translation. Lots of the fuzzy translations
|
2011-05-05 |
Elliott Sales de Andrade |
Allow both spellings of grey, since this is user-visible.
|
2011-05-05 |
Elliott Sales de Andrade |
Register both spellings for the msgcolour command, for people who
|
2011-05-06 |
Ethan Blanton |
EIGHTY COLUMNS
|
2011-05-05 |
Paul Aurich |
ft: Fix a leak of 'utf8'
|
2011-05-05 |
Paul Aurich |
merge of '24528e4f31b9f94a34143911113dc52ec45fb69f'
|
2011-05-05 |
Paul Aurich |
jabber: Oops, I introduced a leak. clang found it.
|
2011-05-04 |
Björn Voigt |
German translation update
|
2011-05-04 |
Björn Voigt |
German translation update
|
2011-05-04 |
Björn Voigt |
merge of '15d262d25f6f81c8bf68b2de436e86b672f8d980'
|
2011-05-03 |
Daniel Atallah |
bonjour: Update to 427f3622bbeb4 to match the last used IP more reliably.
|
2011-05-03 |
Simon van der Linden |
bonjour: Recurse through user IP addresses instead of using the first one only
|
2011-05-03 |
Björn Voigt |
German translation update
|
2011-05-03 |
Jochen Kemnade |
updated German translation in preparation for the 2.8.0 release (still incomplete)
|
2011-05-03 |
Daniel Atallah |
merge of '8a2ad25fe0712bc0d47a1229671868560599a2cd'
|
2011-05-03 |
Daniel Atallah |
Add Tor proxy stuff to the ChangeLog and tweak the text for another item
|
2011-05-03 |
Daniel Atallah |
proxy: Use account proxy when making standalone SOCKS5 connections.
|
2011-05-03 |
Paul Aurich |
finch: finch_notify_message is kinda buggy, conflating PurpleNotifyType and PurpleNotifyMsgType.
|
2011-05-03 |
Paul Aurich |
jabber: This seems slightly more straightforward to me.
|
2011-05-03 |
Paul Aurich |
Silence a swath of warnings regarding set-but-unused.
|
2011-05-03 |
Paul Aurich |
purple: Fix some compiler warnings related to new API and missing prototypes.
|
2011-05-03 |
Paul Aurich |
jabber: Tighter scoping
|
2011-05-03 |
matthew |
jabber: Correctly handle the unsetting case for a contact's vCard avatar.
|
2011-05-03 |
Daniel Atallah |
xmpp: Don't advertise our IPs as available streamhosts when using a TOR proxy.
|
2011-05-02 |
Daniel Atallah |
Fix account-specific proxy config GUI to use same ordering as global proxy GUI.
|
2011-05-02 |
Daniel Atallah |
Fix account-specific proxy selection GUI to not be dependent enum ordering.
|
2011-05-02 |
Daniel Atallah |
Use purple_str_to_time() instead of strptime(), which doesn't exist on Windows.
|
2011-05-02 |
Daniel Atallah |
Zero the struct tm used for purple_str_to_time().
|
2011-05-02 |
Daniel Atallah |
Remove QQ reference from installer
|
2011-05-02 |
John Bailey |
propagate from branch 'im.pidgin.pidgin.mxit' (head 3d58b1f843fc2aebf9411756956d07ae96951623)
|
2011-05-02 |
John Bailey |
Add a couple items to the !ChangeLog. Refs #12891.
|
2011-05-02 |
jakub adam |
media: Allow setting SDES properties of RTP conferences. Fixes #12981.
|
2011-05-02 |
John Bailey |
Mention that patch in the !ChangeLog. Refs #13894.
|
2011-05-02 |
tomkiewicz |
gg: Allow the user to choose whether to use SSL/TLS support. Fixes #13894.
|
2011-05-02 |
John Bailey |
Axe the useless qq prpl.
|
2011-04-18 |
andrew victor |
Start on Gaming & Table markup.
|
2011-04-18 |
andrew victor |
Improve searching.
|
2011-04-18 |
andrew victor |
Improve searching.
|
2011-04-12 |
andrew victor |
Fix comment - it does not clear the screen.
|
2011-04-12 |
andrew victor |
Added MXit changes.
|
2011-04-12 |
andrew victor |
* Handle response to SendFile chunk packet, and display the error message
|
2011-04-12 |
andrew victor |
Search results can contain users and services - change wording.
|
2011-04-12 |
andrew victor |
Protocol 6.3 change to SubscribeContact packet.
|
2011-04-11 |
andrew victor |
Move the PIN-change option into a separate PluginAction.
|
2011-04-11 |
andrew victor |
Due to the new alpha-numeric loginnames and auto-generated userId's the
|
2011-04-11 |
andrew victor |
MXit servers updated, so we can now enable updating of the "About Me" and
|
2011-04-11 |
andrew victor |
Escape the font-size-change character sequences when sending to MXit.
|
2011-04-11 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head 726c5220207c01e8799797c7d6d4455d23159281)
|
2011-04-01 |
pieter loubser |
* extended the profile information shown for pending invites
|
2011-03-31 |
andrew victor |
The mini-dialogs feature now allows you to request profile information for
|
2011-03-31 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head ece03c16966f58e1db43e5c20fe35a6707b468d2)
|
2011-03-29 |
andrew victor |
* More enhancements to user-searching.
|
2011-03-29 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head 7386f651da12e8eaa3a280ff11f2d7c163136d94)
|
2011-03-29 |
andrew victor |
merge of '75c1e83a87528fd242c342004ffcc0a4af52164f'
|
2011-03-25 |
andrew victor |
propagate from branch 'im.pidgin.pidgin' (head 40ac21cffeec1a6ccb95ee0290e1f4f457fd8ff4)
|
2011-03-28 |
andrew victor |
Searching.
|
2011-03-25 |
pieter loubser |
* fixed crash caused by entering a wrong password (tx queue management)
|
2011-03-23 |
andrew victor |
Profile field lengths as per protocol doc.
|
2011-03-22 |
andrew victor |
SuggestContacts packets updated.
|
2011-03-22 |
andrew victor |
Extensions to the user profile.
|
2011-03-21 |
andrew victor |
Less code duplication.
|
2011-03-21 |
andrew victor |
The MultMX server now always sends "You have been kicked." when you are
|
2011-03-21 |
andrew victor |
Fix bug in mxit_show_split_message() (the workaround for Pidgin's workaround
|
2011-03-21 |
andrew victor |
Add the invite message support to MXit prpl.
|
2011-05-01 |
Ethan Blanton |
Accept broken URLs from third-party GG clients same as official GG.
|
2011-04-30 |
John Bailey |
Credit Pat for his patch and !ChangeLog it. Refs #13290.
|
2011-04-30 |
pat |
Fix another vvconfig crash. Fixes #13290, #13774.
|
2011-04-19 |
Daniel Atallah |
Use the new account-contextual DNS API everywhere. Refs #11110
|
2011-04-19 |
Daniel Atallah |
Add the new account-specific API to ChangeLog.API
|
2011-04-19 |
Daniel Atallah |
Add new DNS-related API to perform lookups in the context of an account.
|
2011-04-19 |
Daniel Atallah |
Add a new proxy type of "Tor". This is really just a SOCKS5 proxy, but can be
|
2011-04-19 |
Daniel Atallah |
The T_SRV and T_TXT defines are needed on WIN32 too.
|
2011-04-19 |
Daniel Atallah |
merge of '649c72408dd9527b22c5e15aced51c15e325d4bb'
|
2011-04-19 |
Daniel Atallah |
Further consolidation of dnsquery code.
|
2011-04-16 |
Daniel Atallah |
Consolidate duplicated implementations of purple_dnsquery_a
|
2011-04-18 |
Ethan Blanton |
Update configure.ac to indicate the correct libgadu requirement in messages.
|
2011-04-16 |
Ethan Blanton |
kawaii.neko, not kawaii.neto in ChangeLog*
|
2011-04-16 |
John Bailey |
Credit for kawaii.neto's patch. Refs #12599.
|
2011-04-16 |
John Bailey |
Restructure that patch a bit. The marshal function should have been with all
|
2011-04-16 |
John Bailey |
Patch from kawaii.neko that adds chat-nick-clicked and chat-nick-autocomplete
|
2011-04-16 |
John Bailey |
Induct two new CPW's to our list.
|
2011-04-16 |
John Bailey |
Credit Tomasz for another patch and fix up another !ChangeLog entry.
|
2011-04-16 |
tomkiewicz |
Recently I found out a small issue: if another user changes it's avatar, we
|
2011-04-16 |
John Bailey |
Credit Tomasz for his patch. Refs #10268.
|
2011-04-16 |
tomkiewicz |
gg: Fix a null pointer dereference.
|
2011-04-16 |
John Bailey |
Credit Jan for his patch. Refs #13699.
|
2011-04-16 |
quantifier666 |
Don't update last_received when receiving data on gg. Fixes #13699.
|
2011-04-10 |
pidgin |
jabber: Remember the last-used user directory. Closes #12451
|
2011-04-10 |
Stu Tomlinson |
Add the DigiCert High Assurance CA-3 intermediate CA.
|
2011-04-09 |
Paul Aurich |
Add the DigiCert High Assurance CA-3 intermediate CA.
|
2011-04-08 |
John Bailey |
!ChangeLog kartikmohta's patch. Refs #1131.
|
2011-04-08 |
John Bailey |
Tweak kartikmohta's patch a bit to use accessors instead of directly accessing
|
2011-04-08 |
kartikmohta |
Delete buddy pounces when removing a buddy. Fixes #1131.
|
2011-04-08 |
John Bailey |
Credit Dan for his patch. Refs #13505.
|
2011-04-08 |
dcbw |
Support new connection states in NetworkMakanter 0.9. Fixes #13505.
|
2011-04-07 |
John Bailey |
!ChangeLog tomos' patch. Refs #13337.
|
2011-04-07 |
lelongt |
Add authserv support to IRC. Need a name to credit tomos with. Fixes #13337.
|
2011-04-07 |
John Bailey |
!ChangeLog and credit tomkiewicz's patch. Refs #13613.
|
2011-04-07 |
tomkiewicz |
Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
|
2011-04-07 |
John Bailey |
This patch from kkszysiu and tomkiewicz implements full typing notification
|
2011-04-06 |
Paul Aurich |
merge of '840e5251829610a4d5500832438e6086f442148c'
|
2011-04-06 |
Paul Aurich |
Fix a typo in a comment (a very useful commit)
|
2011-04-03 |
Ethan Blanton |
Send * as our local hostname for the USER message at signon.
|
2011-04-02 |
Paul Aurich |
jabber: Slightly better handling of large files (on receipt).
|
2011-03-31 |
Paul Aurich |
Add a cleared-message-history conversation signal, and use it in Pidgin and Finch
|
2011-03-30 |
ivan komarov |
Finally merged the code that fixes #5038 to i.p.p.
|
2011-03-28 |
John Bailey |
merge of '8225619bc6916576c4c3ba198c023dbba87d8f95'
|
2011-03-28 |
John Bailey |
Properly credit loentar for his patch. Refs #13496.
|
2011-03-28 |
thijsalkemade |
Fix the build on Windows of the added SRV/TXT UI ops. Based on a patch from Josh Mueller.
|
2011-03-28 |
Ethan Blanton |
Correct changelog entry for ICQ X-Status to reflect #11895, not #7431
|
2011-03-28 |
Ethan Blanton |
Correct attributions to Dustin Gathmann
|
2011-03-28 |
Ethan Blanton |
Correct some GG ChangeLog Entries
|
2011-03-25 |
John Bailey |
Correct attribution in !ChangeLog. Refs #13525.
|
2011-03-25 |
John Bailey |
I forgot to !ChangeLog that last one. Refs #13525.
|
2011-03-25 |
John Bailey |
Raise minimum external libgadu requirement to 1.10.1. Refs #13525.
|
2011-03-25 |
John Bailey |
Increase glib minimum requirement to 2.16.0 as I discussed on-list.
|
2011-03-25 |
John Bailey |
Credit where due. Refs #13362.
|
2011-03-25 |
quantifier666 |
Gadu-Gadu: Support receiving typing indications. Fixes #13362.
|
2011-03-25 |
John Bailey |
Claudio asked that his e-mail address be updated. We missed this for 2.7.11.
|
2011-03-25 |
John Bailey |
Gadu-Gadu: Fix sending inline images to remote users. Also fix sending images
|
2011-03-25 |
John Bailey |
Put ticket numbers on a ChangeLog entry.
|
2011-03-25 |
John Bailey |
merge of '8459331448aff4ed1551775d833a55e5fde5f543'
|
2011-03-24 |
thijsalkemade |
Added PurpleSrvTxtQueryUiOps which allow UIs to specify their own mechanisms
|
2011-03-25 |
John Bailey |
!ChangeLog Jakub's vvconfig changes. Refs #13182.
|
2011-03-25 |
jakub adam |
This patch adds to Pidgin's vvconfig plugin a simple dialog, where user can test
|
2011-03-24 |
John Bailey |
Add Jakub Adam as a Crazy Patch Writer. He's contributed more than enough to
|
2011-03-24 |
John Bailey |
!ChangeLog Jakub's patches. Refs #13535, #13537.
|
2011-03-24 |
jakub adam |
Adapt Pidgin's incoming call dialog behavior so that rejecting the addition of a
|
2011-03-24 |
jakub adam |
Adapt the Pidgin UI to correctly handle dynamic addition and removal of streams
|
2011-03-24 |
jakub adam |
Allow adding or removing media sessions (voice or video) on-the-fly. This
|