2007-10-15 |
Daniel Atallah |
More leak fixes.
|
2007-10-15 |
Daniel Atallah |
Leak fix.
|
2007-10-15 |
Daniel Atallah |
Prevent the rest of the list being leaked.
|
2007-10-15 |
Daniel Atallah |
merge of '4d5bbc54236419e777e3df044678b798605409bf'
|
2007-10-15 |
Evan Schoenberg |
Use a #define for the msn 'currentmedia' status attribute in line with the PURPLE_TUNE_ attributes used in the xmpp prpl
|
2007-10-15 |
Evan Schoenberg |
merge of '4d5bbc54236419e777e3df044678b798605409bf'
|
2007-10-15 |
Richard Laager |
Fix CID 308, which was an error about code which could not be reached. I
|
2007-10-15 |
Casey Harkins |
disapproval of revision '9af00415175d29e7e9227c383939d392ea0af499'
|
2007-10-15 |
Casey Harkins |
Make the docklet blink again for unread messages. Fixes #3211.
|
2007-10-15 |
Casey Harkins |
Make clicking on the menutray in the buddy list present the first pending
|
2007-10-15 |
Casey Harkins |
Make sure that the "Change Status" submenu in the docklet context menu
|
2007-10-15 |
Daniel Atallah |
Fix some leaks.
|
2007-10-14 |
Daniel Atallah |
Fix reference leak of AtkObjects. Prevent an unnecessary allocation in pidgin_check_if_dir().
|
2007-10-14 |
Daniel Atallah |
Plug another leak.
|
2007-10-14 |
Daniel Atallah |
Plug a leak.
|
2007-10-14 |
Daniel Atallah |
Set log_reader paths at plugin load time instead of init time. This should hopefully make any crashes more clearly attributable to this plugin (hopefully there are no outstanding crashes in the init code, but this is a safeguard).
|
2007-10-14 |
Daniel Atallah |
Leak fix.
|
2007-10-14 |
Daniel Atallah |
merge of 'bc9860a748e1570dd84f3743dd22c9834f2d38aa'
|
2007-10-14 |
Richard Laager |
Try my hardest to get rid of some Doxygen warnings. One is left and I don't know why.
|
2007-10-14 |
Richard Laager |
s/@TODO/@todo/ for Doxygen.
|
2007-10-14 |
Richard Laager |
Fix a typo in a Doxygen comment.
|
2007-10-14 |
Richard Laager |
Add the constreturn macro. Perhaps I added this to Doxyfile and not
|
2007-10-14 |
Daniel Atallah |
Use the patched GtkSpell to avoid excessive memory usage per-conversation. Fixes #1453.
|
2007-10-14 |
Daniel Atallah |
Fix linking with both Bonjour SDK 1.0.3 and 1.0.4 (which doesn't need to be done in the default build anyway).
|
2007-10-14 |
Mark Doliner |
Fix all our calls to fcntl(listenfd, F_SETFL, O_NONBLOCK);
|
2007-10-13 |
Richard Laager |
A patch from QuLogic to eliminate some duplication in the aMSN code, also
|
2007-10-13 |
Richard Laager |
This is sure to be a controversial change... As I mentioned the other day
|
2007-10-13 |
Richard Laager |
merge of '111659964eabcb60dd83e3598df42b5d4b788a90'
|
2007-10-13 |
Daniel Atallah |
Use glib guint32 type instead of uint32_t. Fixes #3511.
|
2007-10-13 |
Daniel Atallah |
nosnilmot points out that this is a better way to ensure the size is valid.
|
2007-10-13 |
Daniel Atallah |
disapproval of revision '94ce8a7c2dcd9c4ab8a0eff7fb4391ea043cd183'
|
2007-10-13 |
Daniel Atallah |
Prevent invalid data length from getting passed to fwrite.
|
2007-10-13 |
Daniel Atallah |
Patch from Will Hawkins for some cleanup of the SIMPLE notify message processing. This should hopefully fix some cases when a user signs off but we don't notice. Fixes #3507.
|
2007-10-13 |
Daniel Atallah |
Patch from Will Hawkins to publish a status of closed when signing out of a SIMPLE account. Fixes #1914.
|
2007-10-13 |
Will Thompson |
Add some xsl magic to generate a .devhelp index from doxygen's XML output,
|
2007-10-15 |
Sadrul Habib Chowdhury |
Close a dir after reading from it. Thanks, datallah.
|
2007-10-12 |
Sadrul Habib Chowdhury |
Since we are looking at the return value of fread, it actually matters that
|
2007-10-12 |
Sadrul Habib Chowdhury |
Use functions and loops and all those fancy things.
|
2007-10-12 |
Sadrul Habib Chowdhury |
Fix the searchresult thingy nosnilmot fixed in pidgin.
|
2007-10-12 |
Sadrul Habib Chowdhury |
merge of '93318cf87bdf841c216b3021f434057da03778f3'
|
2007-10-12 |
Casey Harkins |
ChangeLog plugin actions in the docklet menu.
|
2007-10-12 |
Stu Tomlinson |
Fix pidgin_notify_searchresults to use the actual title for column headers,
|
2007-10-12 |
Will Thompson |
Exclude the dbus client binding headers from processing by doxygen, which stops
|
2007-10-12 |
Will Thompson |
Add some (but not much!) documentation to PurplePluginProtocolInfo.
|
2007-10-12 |
Sadrul Habib Chowdhury |
Patch from Kramer to boldify the text in tab-titles when the user is typing
|
2007-10-12 |
Sadrul Habib Chowdhury |
Patch from nix_nix to remove some dead code. Closes #3489.
|
2007-10-12 |
Sadrul Habib Chowdhury |
When drag-dropping an image onto a conversation, include 'Send image file' as
|
2007-10-12 |
Sadrul Habib Chowdhury |
Another patch from QuLogic. This one makes sure the History plugin properly
|
2007-10-12 |
Sadrul Habib Chowdhury |
Pay attention to the return value of fread. I don't think not doing this
|
2007-10-12 |
Sadrul Habib Chowdhury |
Patch from QuLogic to add support for aMSN logs from the log-reader plugin.
|
2007-10-12 |
Sadrul Habib Chowdhury |
merge of '26e91b9e80a9d63c85455f11102f75f36cb95afc'
|
2007-10-12 |
Sadrul Habib Chowdhury |
merge of '0799c401a032f2fe66af5bbf14c1269fa11fe738'
|
2007-10-12 |
Sadrul Habib Chowdhury |
Patch from QuLogic to not use underscores in saved-statuses as mnemonics
|
2007-10-12 |
Will Thompson |
Add "@since 2.3.0" annotations to the new API, as advocated by rlaager.
|
2007-10-12 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head f33ba0034c79d8e37a70d664ec534356fa361608)
|
2007-10-17 |
Etan Reisner |
Replace a bunch of @return markers with @constreturn markers. I believe these
|
2007-10-12 |
Richard Laager |
merge of 'b7ee9ed3d96546482462baf63c4127858553c275'
|
2007-10-28 |
Casey Harkins |
merge of 'bb426e3c52ba2442bfbf7ec6159714fca242cb92'
|
2007-10-28 |
Casey Harkins |
disapproval of revision '03054fd9afde1bcdafb721ed7712638568c3a3e1'
|
2007-10-28 |
Casey Harkins |
merge of 'a9988692f118a65a6c2ebdfc62abfed71e403153'
|
2007-10-28 |
Casey Harkins |
disapproval of revision '17626bcf11654137e855476a7318abfa3687aa8c'
|
2007-10-28 |
Casey Harkins |
disapproval of revision '0ac7285573f2998a702d7cbc62e7e8cc91e616e8'
|
2007-10-12 |
Casey Harkins |
Overcoming my irrational fear of newlines.
|
2007-10-12 |
Casey Harkins |
This is probably a little more readable.
|
2007-10-12 |
Casey Harkins |
Add new API to the docklet for retrieving the geometry (x,y,w,h) and the
|
2007-10-12 |
Casey Harkins |
Add plugin actions to the docklet context menu. These are the same actions
|
2007-10-11 |
Kevin Stange |
New bonjour SDK has a different file layout.
|
2007-10-11 |
Ethan Blanton |
Try to fix msgfmt detection *again*. If this doesn't work, we'll
|
2007-10-10 |
Daniel Atallah |
deryni noticed that my previous fix didn't address what was really wrong with this function. The request callback was removing stuff from the request internals without cleaning up. This is also cleaner and (hopefully) less error prone. I'm not at all happy with how other parts of this work, but I don't have a good way of testing, so I'm not going to make drastic changes.
|
2007-10-10 |
Daniel Atallah |
merge of '03251b6e4e7a7bf736ba0023dfe31a49e89d0f42'
|
2007-10-10 |
Sadrul Habib Chowdhury |
merge of '1e697229b1c9a564fa1e509cc9a4a83da6e664df'
|
2007-10-10 |
Sadrul Habib Chowdhury |
Doxygen @since tags for libpurple and pidgin.
|
2007-10-10 |
Sadrul Habib Chowdhury |
Add @since doxygen tags for finch/libgnt.
|
2007-10-10 |
Richard Laager |
Change Version to version to match the vast majority of entries.
|
2007-10-10 |
Daniel Atallah |
Prevent leakage of the prpl icon pixbuf because of an extra ref (it's bad enough that they aren't shared).
|
2007-10-10 |
Daniel Atallah |
Note that the signature for purple_util_write_data_to_file_absolute has changed slightly.
|
2007-10-10 |
Daniel Atallah |
merge of 'cd26f6af7f8ee75ef909ae08b06ad5a1978051d9'
|
2007-10-10 |
Sadrul Habib Chowdhury |
merge of '3efb5d625e5a73423be8be77a6baeed0b65f7e55'
|
2007-10-10 |
Daniel Atallah |
I'm not sure if this is possible unless the combo box doesn't have any entries. Fixes CID 305
|
2007-10-10 |
Daniel Atallah |
This change is really logically no change, but it is clearer as to what is going on and will prevent CID 5 and 313.
|
2007-10-10 |
Daniel Atallah |
Prevent null ptr deref (CID 336).
|
2007-10-10 |
Daniel Atallah |
Clarify code to remove unnecessary check (CID 309).
|
2007-10-10 |
Daniel Atallah |
Prevent null ptr deref (CID 346).
|
2007-10-10 |
Daniel Atallah |
This should be less confusing and fix CID 293.
|
2007-10-10 |
Daniel Atallah |
Fix CID 340; potential NULL deref.
|
2007-10-10 |
Daniel Atallah |
Fix CID 342 (which wasn't wrong, but was inefficient and confusing.)
|
2007-10-10 |
Daniel Atallah |
Move NULL check earlier to prevent confusion when it is checked after being derefed. Fixes CID 350
|
2007-10-09 |
Daniel Atallah |
CID 358 (Unused Var)
|
2007-10-09 |
Daniel Atallah |
Prevent null pointer deref to fix CID 338
|
2007-10-09 |
Daniel Atallah |
Remove unused variables to fix CID 359 and 360.
|
2007-10-09 |
Daniel Atallah |
Prevent null pointer deref to fix CID 349. I don't think this is possible, but I suppose it may happen with a different UI.
|
2007-10-09 |
Daniel Atallah |
Prevent null pointer deref to fix CID 322.
|
2007-10-09 |
Daniel Atallah |
Protect from a buffer overrun if we get bogus data back from the request API. Fixes CID 331. There is also a fix to check that the connection returned by the request dialog is still valid before using it.
|
2007-10-09 |
Daniel Atallah |
purple_util_write_data_to_file_absolute() should take a signed argument for the size as -1 is used to indicate that the string is nul-delimited. This resolves CID 330.
|
2007-10-09 |
Daniel Atallah |
Fix CID 337, null pointer deref. Also plug a leak.
|
2007-10-09 |
Daniel Atallah |
Make sure that the xmlns isn't null before dereferencing it to fix CID 320.
|
2007-10-09 |
Daniel Atallah |
Fully comment out some disabled code to prevent CID 310.
|
2007-10-09 |
Daniel Atallah |
Fully comment out some disabled code to prevent CID 180.
|
2007-10-09 |
Daniel Atallah |
Fix CID 312 (Dead code).
|
2007-10-09 |
Daniel Atallah |
Fix CID 311 (Unnecessary null check)
|
2007-10-09 |
Daniel Atallah |
Fix CID 317 and 335 as well as an additional leak.
|
2007-10-09 |
Daniel Atallah |
Fix CID 318
|
2007-10-09 |
Daniel Atallah |
I think this is the correct fix for CID 319 and 321. I added a note about two other cases where it appears that the xmlns isn't being compared correctly, but I'm afraid that fixing them will cause behavior change.
|
2007-10-09 |
Luke Schierer |
merge of '067c06f2c33e5371796629696a9aad6afa4e9ead'
|
2007-10-09 |
Ka-Hing Cheung |
compute the new size by adding the difference to the actual allocated size
|
2007-10-09 |
Mark Doliner |
Get rid of another unused variable. Coverity CID 365.
|
2007-10-09 |
Mark Doliner |
Get rid of an unused variable. Coverity found this. Remember
|
2007-10-09 |
Ka-Hing Cheung |
uses the entry's allocated height instead of requested height, works around
|
2007-10-09 |
Ka-Hing Cheung |
fix the auto resize code for the showing formatting toolbar case, which
|
2007-10-09 |
Ka-Hing Cheung |
fix up the aweful spacing here
|
2007-10-09 |
Daniel Atallah |
Don't assume that the payload is nul delimited.
|
2007-10-09 |
Daniel Atallah |
Another couple leak fixes in the xmpp roster parsing.
|
2007-10-09 |
Daniel Atallah |
We need to unref the pixmaps after adding them to a list store.
|
2007-10-08 |
Daniel Atallah |
Fix a couple leaks in parsing the xmpp roster.
|
2007-10-08 |
Daniel Atallah |
Fix leak when initializing msn soap request.
|
2007-10-08 |
Daniel Atallah |
Prevent leakage of the cert returned by SSL_PeerCertificate(), and prevent allocation since it isn't used currently anyway. Also prevent an assertion when reading a cert file - there are a number of places where g_return_* are misused here that need to be cleaned up.
|
2007-10-08 |
Daniel Atallah |
Use purple_timeout_add(0... instead of g_idle_add() to avoid depending on the glib main loop.
|
2007-10-08 |
Daniel Atallah |
Fix a leak when a bonjour account is disconnected.
|
2007-10-08 |
Daniel Atallah |
Fix allocating a console for and friends on Windows Vista. Refs #3392.
|
2007-10-07 |
Gary Kramlich |
This is the correct fix.
|
2007-10-07 |
Evan Schoenberg |
Simple patch from David Fang to fix an include typo in test_cipher.c"
|
2007-10-07 |
Will Thompson |
merge of '7cc9174ede50bc7d7fdfbb47fbcdee031b053f08'
|
2007-10-07 |
Will Thompson |
merge of '017296ee954fb91349806c809983c916842603da'
|
2007-10-11 |
Will Thompson |
Document the creation of all the disconnection reason API.
|
2007-10-11 |
Will Thompson |
Add Collabora to COPYRIGHT.
|
2007-10-11 |
Will Thompson |
PURPLE_NUM_REASONS should not be a member of the enum.
|
2007-10-11 |
Will Thompson |
Update report_disconnect_reason documentation to match reality. Also include
|
2007-10-10 |
Will Thompson |
Show a snazzy message with a link to the SSL FAQ if the connection died for
|
2007-10-10 |
Will Thompson |
Clarify the documentation of the return value of
|
2007-10-09 |
Will Thompson |
datallah pointed out that using g_return_if_fail() is preferable to
|
2007-10-09 |
Will Thompson |
Remove explicit setting of wants_to_die from prpls.
|
2007-10-09 |
Will Thompson |
I missed some wants_to_dies in jabber.
|
2007-10-09 |
Will Thompson |
Stop jabber setting wants_to_die itself. This involved plumbing disconnection
|
2007-10-09 |
Will Thompson |
rlaager pointed out that purple_connection_error_reason should be setting
|
2007-10-07 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head 017296ee954fb91349806c809983c916842603da)
|
2007-10-07 |
Daniel Atallah |
Fix the notorious log_reader plugin crash. It turns out that the file contents being freed wasn't the original pointer and, naturally, that doesn't work. There is some additional cleanup and prevention of unnecessary allocations. Fixes #3461, #1249.
|
2007-10-06 |
John Bailey |
merge of '63f107d777d3af55ea0468202ae4d2fcc319f53f'
|
2007-10-06 |
John Bailey |
Fix the mIRC format handling bug that causes incorrect display of received
|
2007-10-07 |
Will Thompson |
I basically copied most of
|
2007-10-07 |
Will Thompson |
Add some links from signal documentation back to the documentation for the
|
2007-10-06 |
Kevin Stange |
Don't ignore everything in finch/ that starts with "finch"
|
2007-10-10 |
Sadrul Habib Chowdhury |
Fix CID 353
|
2007-10-10 |
Sadrul Habib Chowdhury |
Resolve CID 364: 'Pointer returned from "g_hash_table_lookup" is never used'
|
2007-10-06 |
Sadrul Habib Chowdhury |
Thanks deryni.
|
2007-10-06 |
Sadrul Habib Chowdhury |
pkg-config shizzle for finch.
|
2007-10-06 |
Sadrul Habib Chowdhury |
merge of '7252a43314152ad33cc6dc4d65c0349a16575b81'
|
2007-10-06 |
Will Thompson |
Patch from nix_nix to add some links to signal documentation.
|
2007-10-06 |
Will Thompson |
All the links to libpurple signal pages were in the comment containing the
|
2007-10-06 |
Will Thompson |
merge of '1757e82b3ed17d8ad45db9d2c62f0187a8bee93d'
|
2007-10-06 |
Sadrul Habib Chowdhury |
Clarify the doxygen details for the 'conversation-displayed' signal.
|
2007-10-06 |
Sadrul Habib Chowdhury |
Emit the 'conversation-displayed' signal when a conversation is created, in addition to when it's reattached.
|
2007-10-06 |
John Bailey |
Add an accelerator for 'Buddies -> Show'. Fixes #3298.
|
2007-10-06 |
Sadrul Habib Chowdhury |
merge of '2ed39e287c8bc0502ecaf3b390fc0441ab160a99'
|
2007-10-05 |
Daniel Atallah |
Fix a leak that occurs when getting the formatted buddy name under some conditions.
|
2007-10-06 |
Will Thompson |
Split the "you don't have SSL support" meaning of
|
2007-10-05 |
Will Thompson |
merge of 'b7cccbf3d88850c3dcf378f41a25883ceb9cbc5c'
|
2007-10-05 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head 61346ebfdbe38e90d131141a7fa41abeda7984c5)
|
2007-10-05 |
Daniel Atallah |
Leak fix.
|
2007-10-05 |
Daniel Atallah |
Fix from "xjoe" to prevent a crash in the win32 transparency plugin when the conversation isn't (yet?) in a window. Fixes #3452.
|
2007-10-06 |
Sadrul Habib Chowdhury |
Fix #3349 ('Status box cannot be opened with the keyboard').
|
2007-10-05 |
Sadrul Habib Chowdhury |
merge of '077670cb60ab530215573771befe704110370be0'
|
2007-10-05 |
Daniel Atallah |
Fix leakage in the win32 dnsquery implementation.
|
2007-10-05 |
Daniel Atallah |
Fix a small leak in the log_reader plugin.
|
2007-10-05 |
Daniel Atallah |
More leak plugging.
|
2007-10-05 |
Daniel Atallah |
Fix small leak.
|
2007-10-04 |
Daniel Atallah |
I think this Fixes #3438.
|
2007-10-05 |
Sadrul Habib Chowdhury |
Top align the notification message.
|
2007-10-04 |
Loptosko |
fixes #3433
|
2007-10-05 |
Will Thompson |
Sprinkle gc->wants_to_die = TRUE liberally around connection errors that really
|
2007-10-05 |
Will Thompson |
Add reasons to a couple of new errors (and to a commented-out one, for
|
2007-10-05 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head 294731552d0baf5f1f37a45e0c119b2188f34ba8)
|
2007-10-04 |
Daniel Atallah |
Fix null printf.
|
2007-10-04 |
Carlos Silva |
merge of '701fb7aea7a77b05725227038ec645441c76668c'
|
2007-10-04 |
Carlos Silva |
Keep MsnUser->list_op in sync.
|
2007-10-04 |
Carlos Silva |
Remove now unnecessary and potentially bad code.
|
2007-10-04 |
Carlos Silva |
Silence a compiler warning about an unused var.
|
2007-10-04 |
Carlos Silva |
Correctly remove a buddy from the Pending list after it is accepted.
|
2007-10-04 |
Daniel Atallah |
Undock/Redock the buddy list based on the SWP_SHOWWINDOW and SWP_HIDEWINDOW attributes in a WM_WINDOWPOSCHANGING message. This doesn't appear to have any negative effects and makes Pidgin play nicer with the VirtuaWin virtual desktop manager. Fixes #2997.
|
2007-10-04 |
Daniel Atallah |
Cleanup the SOAP SSL flag to be a gboolean for clarity. Various sanity checks, sanity checking and I think a couple leak fixes too for the offline IM code.
|
2007-10-04 |
Daniel Atallah |
Sanity checking and minor cleanup.
|
2007-10-04 |
Daniel Atallah |
Prevent an assertion (w/ G_DEBUG=fatal_warnings) when the connection drops.
|
2007-10-03 |
Daniel Atallah |
rlaager noticed that these comments shouldn't be processed by doxygen.
|
2007-10-03 |
Luke Schierer |
I gave up on getting the line widths correct. I also probably have at least one spelling mistake. Still, it might help some over the generic INSTALL we previously had, assuming of course anyone reads it.
|
2007-10-03 |
Sadrul Habib Chowdhury |
merge of '43311ea3963dadd958af56847cc36df60507673f'
|
2007-10-03 |
Luke Schierer |
merge of '6f133a093581cd9a632ca6d0ce110d180e582714'
|
2007-10-03 |
Daniel Atallah |
Don't link the bonjour prpl on win32 directly to the Apple Bonjour library, instead do everything indirectly and display an error message at login time indicating that Bonjour isn't installed. This should make the prpl more discoverable.
|
2007-10-03 |
Daniel Atallah |
merge of '5eed7d5d3539cd18c81cb4d709080ea5bc109bac'
|
2007-10-03 |
Sean Egan |
Hylke made a new win32 installer pixmap
|
2007-10-02 |
Bartoz Oler |
gg: Properly handle CP1250 chars in group's name when importing buddylist.
|
2007-10-02 |
Luke Schierer |
merge of '4bbc209c8076ef89135700af844ec6bb04602c0a'
|
2007-10-03 |
Sadrul Habib Chowdhury |
plucked revision to convert input from locale to utf8.
|
2007-11-14 |
Sadrul Habib Chowdhury |
disapproval of revision 'c4c1aaf98e7151d26c98319886253eaa74d317bd'
|