Mercurial > pidgin.yaz
graph
-
Eliminate some leaks.2007-06-24, by Richard Laager
-
Change the purple_debug(level, ...) statements to purple_debug_level(...)2007-06-24, by Richard Laager
-
internal.h includes config.h, so let's not do it twice2007-06-24, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head e9da27c3123d1223162bf9fb76f58822873e18f8)2007-06-24, by Richard Laager
-
Load new non-native plugins when the plugins window opens.2007-06-24, by Sadrul Habib Chowdhury
-
This is a less dumb way to make sure we don't wrap2007-06-23, by Mark Doliner
-
Sorry for my bed english lol2007-06-23, by Sadrul Habib Chowdhury
-
I'm sure we'll eventually do something here. Until then ...2007-06-23, by Sadrul Habib Chowdhury
-
Fix a crash when trying to alias someone from the tab-label on a disconnected2007-06-23, by Sadrul Habib Chowdhury
-
Fix a crash when you have an IM window open on a jabber account and the2007-06-23, by Sadrul Habib Chowdhury
-
Fix a crash after you close the status window, and change the status.2007-06-23, by Sadrul Habib Chowdhury
-
Plucked revision from finchfeat to allow partial matching for window-titles2007-06-23, by Sadrul Habib Chowdhury
-
Show idle times in the buddy list as days, hours, seconds. Patch from2007-07-05, by Ka-Hing Cheung
-
merge of '290d619b00758f94d14a82d62bb7b4595ec78394'2007-06-23, by Sadrul Habib Chowdhury
-
Plucked revision from finchfeat to give different names to windows for2007-06-23, by Sadrul Habib Chowdhury
-
merge of '7a2a228876b3ba53b4e546f81704e670c944fee5'2007-06-23, by Stu Tomlinson
-
merge of '9885adf2e546b1bb744a839860822cfd0e36b8ec'2007-06-22, by Sadrul Habib Chowdhury
-
disapproval of revision '2a48d00e606eaf3e2c5c492cdee05b1a069468ee'2007-07-22, by Sean Egan
-
disapproval of revision '7b9d44db746d32a4cd7a4bd39d9e070d41a94194'2007-07-22, by Sean Egan
-
merge of '5c5738f443887f7024ff8eab573392f8795b9413'2007-06-22, by Sean Egan
-
Uninit the dbus system before uniniting the signals.2007-06-22, by Sadrul Habib Chowdhury
-
Notify a window when it loses focus because another window was moved to2007-06-22, by Sadrul Habib Chowdhury
-
Fix a few runtime warnings.2007-06-21, by Sadrul Habib Chowdhury
-
Only hide the proxy options table if not running gnome otherwise we hide2007-06-21, by Stu Tomlinson
-
Kill a compile warning, as we now include internal.h in gtkimhtml.c, we2007-06-21, by Stu Tomlinson
-
Add NO_LINKIFY message flag for perl plugins.2007-06-21, by Sadrul Habib Chowdhury
-
Show immediate feedback when getting information about someone in a chat.2007-06-21, by Sadrul Habib Chowdhury
-
fix double clicking joined chat by asking the prpl what the real name of2007-06-21, by Ka-Hing Cheung
-
g_hash_table_find is glib 2.42007-06-20, by Richard Nelson
-
Chat topics in status line of chat infopanes2007-06-20, by Sean Egan
-
properly scale buddy icons in infopane to preserve aspect ratio2007-06-20, by Sean Egan
-
Round the other icons too2007-06-20, by Sean Egan
-
Show screenname instead of alias in conversation infopanes2007-06-20, by Sean Egan
-
#include reorganizations to allow compiling with glib < 2.8 using the2007-06-20, by Stu Tomlinson
-
merge of '2516286ed0a89379b3fcf748790a46d6c43e3d03'2007-06-20, by Stu Tomlinson
-
Fix a compile warning with gtk < 2.62007-06-20, by Stu Tomlinson
-
Fix for a crash when trying to get oscar_status_text for a buddy on an2007-06-20, by Stu Tomlinson
-
editing-started & editing-canceled signals are in gtk 2.6 and above only2007-06-20, by Stu Tomlinson
-
I'm not sure why this line was here, I can't imagine it actually does anything2007-06-20, by Etan Reisner
-
Bring back MAXPATHLEN (which was always guaranteed to be defined earlier2007-06-20, by Stu Tomlinson
-
merge of '088881d37b32f572377200c693a5d9662e4e3586'2007-06-19, by Stu Tomlinson
-
Move the define in internal.h instead.2007-06-19, by Sadrul Habib Chowdhury
-
G_GNUC_NULL_TERMINATED requires a high glib version. So define it to2007-06-19, by Sadrul Habib Chowdhury
-
The file-selector needs to be a bit taller.2007-06-19, by Sadrul Habib Chowdhury
-
Detect wide character non-support at compile time, if possible.2007-06-19, by Sadrul Habib Chowdhury
-
Close all delete-confirmation dialogs for it when a status is deleted.2007-06-19, by Sadrul Habib Chowdhury
-
merge of '4de940f299051a02913e8184619cf3a50ad68dff'2007-06-19, by Ka-Hing Cheung
-
Let non-delete keys operate.2007-06-19, by Sadrul Habib Chowdhury
-
sadrul spotted this, fixes selecting multiple statuses in the status window2007-06-19, by Ka-Hing Cheung
-
merge of '4a2a30a75885602e9c2c02fd13e1ce8f96981fa2'2007-06-19, by Ka-Hing Cheung
-
explicit merge of 'f2eb358baf2c72cb37b6b9bcb4c036e44e0bcc2b'2007-06-19, by Ka-Hing Cheung
-
- Add chunks of the certificate scheme registration interface2007-06-20, by William Ehlhardt
-
- Add x509_certificate_signed_by, which checks a signature on a certificate made by an issuer2007-06-19, by William Ehlhardt
-
- Eliminate compiler warning2007-06-19, by William Ehlhardt
-
- Style issues2007-06-19, by William Ehlhardt
-
- Expose some more functions in the x509 CertificateScheme. Doesn't2007-06-19, by William Ehlhardt
-
- Expose get_peer_certificates in the SslOps struct, and modify gnutls2007-06-19, by William Ehlhardt
-
- Add a mode switch to allow DER or PEM imports (necessary because SSL certs2007-06-19, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head eea855f58ba5a1d864cd6105e02b409e5f191062)2007-06-18, by William Ehlhardt
-
I believe the great unwashed should be using simpleticket for submitting2007-06-19, by Stu Tomlinson
-
I think this fixes the ellipsization in the trees.2007-06-19, by Sadrul Habib Chowdhury
-
Changelog infopane additions2007-06-19, by Sean Egan
-
Tell pidginstock that the invisible icon exists in larger sizes. Fixes #17402007-06-18, by Sean Egan
-
Add G_GNUC_NULL_TERMINATED to a few functions that expect a NULL terminated2007-06-18, by Sadrul Habib Chowdhury
-
Some general cleanup of the pidginrc plugin that I did while working on my2007-06-17, by Etan Reisner
-
Since we re-did the buddy list drawing stuff this entry matters a lot less, so2007-06-17, by Etan Reisner
-
creat new log if difference between current and previous message more then predefined constant (currently one hour)2007-06-22, by Michael Shkutkov
-
setting error to NULL before using2007-06-21, by Michael Shkutkov
-
minor style fix2007-06-21, by Michael Shkutkov
-
fixing missing braces2007-06-21, by Michael Shkutkov
-
Converting all qip logs into UTF82007-06-21, by Michael Shkutkov
-
small coding style changes2007-06-21, by Michael Shkutkov
-
Using g_file_get_contents instead of common file operations; all DEBUG_MESSAGEs were removed2007-06-20, by Michael Shkutkov
-
reverse searching of '(' character2007-06-18, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head f61e46616c5562046a9f89a538ae10f5e5ef29ae)2007-06-17, by Michael Shkutkov
-
Fix setting the sensitivity of the toolbar items in a number of places2007-06-17, by Stu Tomlinson
-
Reduce code duplication and keep gtk 2.0 compatibility by making2007-06-17, by Stu Tomlinson
-
merge of '2bc31508944a5802088a6273899d80859246ce27'2007-06-17, by Stu Tomlinson
-
merge of '32961dad56e96e8d450230e7266cffe8b7deb058'2007-06-17, by Nathan Walp
-
server-side jabber vcards now take precedence over local vcards, so2007-06-17, by Nathan Walp
-
i think we want to be in "devel" mode right now2007-06-17, by Nathan Walp
-
whitespace2007-06-17, by Nathan Walp
-
Use g_set_application_name() so unnamed dialogs get given a name, my2007-06-17, by Stu Tomlinson
-
Fix a compile error2007-06-17, by Stu Tomlinson
-
We certainly don't need duplicated About & Debug Window menu items2007-06-17, by Stu Tomlinson
-
Do not actually remove the debug timestamp pref, this is the *correct*2007-06-17, by Stu Tomlinson
-
disapproval of revision '8252394105eb4f981e17cec193e039dc94dfbde1'2007-06-17, by Stu Tomlinson
-
Based on my calculations, this comment made no sense. It is not necessary to2007-06-17, by Kevin Stange
-
really and truly enforce the no-presence-before-roster thing2007-06-17, by Nathan Walp
-
unused variable cleanup2007-06-17, by Nathan Walp
-
merge of 'a044da71f197bdd564f0d38ebb02798e06d1997f'2007-06-17, by Nathan Walp
-
Richard likes complete2007-06-17, by Sadrul Habib Chowdhury
-
merge of '96e4fe7ca94dcb0c455414bd266f9953e2aea59a'2007-06-17, by Sadrul Habib Chowdhury
-
merge of '86936c1215d2a20fa7f31db4a460494f112b0b6a'2007-06-17, by Richard Laager
-
Use dynamicly allocated string manipulation here as well to avoid a2007-06-17, by Richard Laager
-
Use dynamically allocated strings for the user_dir caching. Do we need to2007-06-17, by Richard Laager
-
Remove the warning about signedness.2007-06-17, by Sadrul Habib Chowdhury
-
merge of '86936c1215d2a20fa7f31db4a460494f112b0b6a'2007-06-17, by Sadrul Habib Chowdhury
-
Use dynamic string manipulation to get rid of a MAXPATHLEN.2007-06-17, by Richard Laager
-
merge of 'caa48886aab8c94b98936accf9932e04b9864341'2007-06-17, by Richard Laager
-
Near as I can tell, we don't use this PATHSIZE anywhere.2007-06-17, by Richard Laager
-
A patch from o_sukhodolsky to fix a compiler warning in the QQ code. I've2007-06-17, by Richard Laager
-
EXTRA_DIST the dbus script.2007-06-17, by Sadrul Habib Chowdhury
-
Dbus docklet for finch.2007-06-17, by Sadrul Habib Chowdhury
-
Process unsigned ints for dbus.2007-06-17, by Sadrul Habib Chowdhury
-
Fix #1574. (Pidgin and Finch show each other's pounces, interact in2007-06-17, by Sadrul Habib Chowdhury
-
1. Show the usage of -m in the help message.2007-06-17, by Sadrul Habib Chowdhury
-
Allow disabling check for single instance.2007-06-17, by Sadrul Habib Chowdhury
-
Fix #1726. ('Crash when closing doodle with yahoo not connected')2007-06-16, by Sadrul Habib Chowdhury
-
Uninit dbus properly.2007-06-16, by Sadrul Habib Chowdhury
-
merge of '7d3f12af3273e9cf1afa4697ab2ef372d1589163'2007-06-16, by Richard Laager
-
merge of '1ef2519e8b8195672019b1c1bb64eb43284f7624'2007-06-16, by Sadrul Habib Chowdhury
-
Treat some more types as simple types. This allows exporting some useful2007-06-16, by Sadrul Habib Chowdhury
-
Use the IEC binary units to match our math.2007-06-16, by Richard Laager
-
I like complete2007-06-16, by Richard Laager
-
Users need to stop worrying about the dbus-warnings.2007-06-16, by Sadrul Habib Chowdhury
-
merge of 'c51336971442c17c683e99ca9e7d1f16f839e488'2007-06-16, by Sadrul Habib Chowdhury
-
Use _notify_userinfo instead of _notify_error when there's an error2007-06-16, by Sadrul Habib Chowdhury
-
fix inital presence (fixes #1395)2007-06-17, by Nathan Walp
-
kill some code duplication when sending current presence2007-06-17, by Nathan Walp
-
i'm an idiot. now we have real support for replying to XMPP pings2007-06-16, by Nathan Walp
-
merge of 'bfe8046c64de924e7495c4913a6db09a462b1d85'2007-06-16, by Richard Laager
-
merge of '55af2e26c71950d7f8fc3a7b6a9b2249abb5ae0f'2007-06-16, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.1.0' (head 86fd5e0d8b80a9da3103e850c97f1e04a2333961)2007-06-16, by Richard Laager
-
Re-fix the DBus list handling code by killing const GList* / const GSList*2007-06-16, by Richard Laager
-
Fix some weird whitespace in the output.2007-06-16, by Richard Laager
-
Re-apply a good change from 1411afd7660760db59966c3a9f18e2adab8eb27e:2007-06-16, by Richard Laager
-
Re-apply a good change from 1411afd7660760db59966c3a9f18e2adab8eb27e:2007-06-16, by Richard Laager
-
merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5'2007-06-16, by Richard Laager
-
merge of '55af2e26c71950d7f8fc3a7b6a9b2249abb5ae0f'2007-06-16, by Sadrul Habib Chowdhury
-
Warn be gone2007-06-16, by Mark Doliner
-
fixes #590 by allowing one to use the delete key to delete transient status,2007-06-17, by Ka-Hing Cheung
-
compile.2007-06-16, by Luke Schierer
-
respond to XEP-0199 queries (XMPP ping)2007-06-16, by Nathan Walp
-
Fix a mistake noticed by Michael Shkutkov and add a comment explaining the code.2007-06-16, by Richard Laager
-
merge of '2fd78f054c148084b54507e046c3cf02826636f5'2007-06-15, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)2007-06-15, by Sean Egan
-
Use _notify_userinfo instead of _notify_error when there's an error2007-06-16, by Sadrul Habib Chowdhury
-
Update the idleness and login-time for all the blistnodes of the same buddy.2007-06-15, by Sadrul Habib Chowdhury
-
Make the entry-box look nicer in the preference.2007-06-15, by Sadrul Habib Chowdhury
-
Show the previously selected custom font, what this is meant to do.2007-06-15, by Sadrul Habib Chowdhury
-
merge of '42eba34c013784379084cfe8e5899cc7e9e7dde2'2007-06-15, by Sadrul Habib Chowdhury
-
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.2007-06-15, by Sadrul Habib Chowdhury
-
Let's not crash if there's no plugin.2007-06-15, by Sadrul Habib Chowdhury
-
I am not sure why I made this change. But it looks good.2007-06-15, by Sadrul Habib Chowdhury
-
Notify a window on startup if it didn't get the focus.2007-06-15, by Sadrul Habib Chowdhury
-
Remove the use of compiler string concatenation in a translatable string to2007-06-14, by Richard Laager
-
Replace "timedout" with "timed out".2007-06-14, by Richard Laager
-
Replace "wer" with "were"2007-06-14, by Richard Laager
-
Custom logger selection doesn't work after a restart. To fix this, we do a2007-06-13, by Sadrul Habib Chowdhury
-
Make timeout-callbacks behave like they would in C plugins (ie. the callback2007-06-13, by Sadrul Habib Chowdhury
-
merge of '121873f517c4c5e2d65c3a1cdd152694834d7db0'2007-06-12, by Sadrul Habib Chowdhury
-
Remove an old line of code to make this behave as desired. Good catch, Mark.2007-06-11, by Richard Laager
-
When an animated image is inserted into a conversation window, animate2007-06-11, by Mark Doliner
-
I think it's reasonable to search through a haystack that is the2007-06-11, by Mark Doliner
-
Richard, you might want to take a look at this. I have no idea what's going on here.2007-06-11, by Mark Doliner
-
Get rid of a compile warning2007-06-11, by Mark Doliner
-
Get rid of a little compile error2007-06-11, by Mark Doliner
-
merge of '2d3971f6a6eaf78acbe06db1824611d0a95e8ae6'2007-06-10, by Stu Tomlinson
-
Fix a compiler warning from a bad merge by me2007-06-10, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 621ce6ccd3764ef355b4d0e5528d0514db3fe036)2007-06-10, by Stu Tomlinson
-
Add OPT_PROTO_SLASH_COMMANDS_NATIVE support to silc102007-06-10, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 5fdf4fa0a7dcefa78c9ec2e7c25b151f1e3acf18)2007-06-10, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 03da073664bc840f76d0cec53eea61517337c5a7)2007-06-08, by Luke Schierer
-
Bump the major for libgnt for the awesome workspace support.2007-06-12, by Sadrul Habib Chowdhury
-
This got lost from a merge I think. This refixes #532.2007-06-12, by Sadrul Habib Chowdhury
-
Update for the new api.2007-06-10, by Sadrul Habib Chowdhury
-
F9 to create a new workspace.2007-06-10, by Sadrul Habib Chowdhury
-
Make the irssi wm work.2007-06-10, by Sadrul Habib Chowdhury
-
merge of '4211412db7d18ca946c93c5a6ba8931ff8244de0'2007-06-08, by Richard Nelson
-
add xmlnode_get_data_unescaped(), and got rid of an unecessary realloc2007-06-07, by Nathan Walp
-
present existing conversation window if one exists2007-06-08, by Richard Nelson
-
add gnt_window_present2007-06-08, by Richard Nelson
-
propagate from branch 'im.pidgin.finch.workspaces' (head 76cfc9565a5cdde8d2e1f2efc3282b309a55a110)2007-06-08, by Richard Nelson
-
propagate from branch 'im.pidgin.pidgin' (head 4b50880d8517570eaa67d4cd9d88c5934bb832f1)2007-06-07, by Richard Laager
-
merge of '34fbe2d8a258b1b4700cb7c8d8fcd02d07bc4d14'2007-06-07, by Luke Schierer
-
propagate from branch 'im.pidgin.pidgin' (head 4d9e228029b9b7850d000c2edadc108c40f9e59a)2007-06-07, by Luke Schierer
-
merge of '722cb392b57e671e8f059143c0bcc15fed5a4724'2007-06-07, by Stu Tomlinson
-
disapproval of revision 'e56ef4384d474a6ac265a4f63395063b07facfec'2007-06-07, by Stu Tomlinson
-
disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'2007-06-16, by Richard Laager
-
Add missing toolbar insert bits2007-06-07, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 4d9e228029b9b7850d000c2edadc108c40f9e59a)2007-06-07, by Richard Laager
-
Document the API changes from the constification and DBus list commits, and2007-06-07, by Richard Laager
-
Lots of DBus list handling changes. The objective here was to eliminate a2007-06-07, by Richard Laager
-
Mark the return type const for the following functions. I noticed this2007-06-07, by Richard Laager
-
Eliminate warnings about array subscripts being char. They can be signed,2007-06-07, by Richard Laager
-
Include pidgin.h to make this compile.2007-06-07, by Richard Laager
-
PIDGIN_STOCK_TOOLBAR_INSERT isn't defined. I'm #if 0'ing this so it'll compile so I can work.2007-06-07, by Richard Laager
-
Remove duplicate code from a bad merge.2007-06-07, by Richard Laager
-
merge of 'e82c41f34ce5f7439b2f2971139efaf6ef7a54ff'2007-06-06, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 5f583403bf6a3522123918b975ce234ffd86f3b4)2007-06-06, by Luke Schierer
-
propagate from branch 'im.pidgin.pidgin' (head 6100ad71830416445898c91d595780f606c951cd)2007-06-06, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin' (head dcdd8dc5d40cafef802a88f3f713ee1589bc9c41)2007-06-06, by Sean Egan
-
Doxygen skeleton and license info for gnt files.2007-06-06, by Sadrul Habib Chowdhury
-
merge of 'b13966c1f1b76ef136a61969fc8bcc68f02b138c'2007-06-06, by Sadrul Habib Chowdhury
-
merge of '94a0ea004e3afd9838d6d7c09e8e51aa19b53ac1'2007-06-05, by Luke Schierer
-
merge of '9d95292d55daedb7f74c7df323ad2c69d347d384'2007-06-05, by Sadrul Habib Chowdhury
-
Update the irssi WM to allow tiling the conversation windows.2007-06-06, by Sadrul Habib Chowdhury
-
Fix some of the bugs in the new toolbar, including:2007-06-05, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)2007-06-04, by Sadrul Habib Chowdhury
-
Make this work with the changes in revision2007-06-04, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head a58972b72c7aa0fa0899c5a6b96e51cd6c427ab4)2007-06-04, by Richard Laager
-
NOTE: Saved images are not yet displayed when loading logs.2007-06-04, by Richard Laager
-
A patch from David Grohmann (dave1g) to log embedded images.2007-06-04, by Richard Laager
-
(23:38:26) dave1g: also your pidgin/Makefile.mingw is missing a reference to gtksourceundomanager.c2007-06-04, by Richard Laager
-
jabber can contain @ symbols and / in the resource, so we have to look for2007-06-04, by Nathan Walp
-
Sort the 2.1.0 entries.2007-06-03, by Richard Laager
-
A patch from Norbert Buchmuller:2007-06-03, by Norbert Buchmuller
-
propagate from branch 'im.pidgin.pidgin' (head 850e223e9597fdc482eebe75c00efda941b3bdb6)2007-06-03, by Stu Tomlinson
-
merge of '0ceb1d26408290a4660e032ad5018d22ab2b9dda'2007-06-02, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head bdd3cb040100fe925456b862d03cc6c5a61648ef)2007-06-02, by Luke Schierer
-
ChangeLog.API updates2007-06-02, by Stu Tomlinson
-
Mostly taken from the patch on ticket #410, don't send unknown slash2007-06-02, by Stu Tomlinson
-
Fix this compile warning:2007-06-02, by Stu Tomlinson
-
missed these last time2007-06-02, by Nathan Walp
-
changelog the lack of linkification2007-06-01, by Nathan Walp
-
use the new NO_LINKIFY flag for join and part messages2007-06-01, by Nathan Walp
-
add a PURPLE_MESSAGE_NO_LINKIFY to prevent things from getting linkified2007-06-01, by Nathan Walp
-
propagate from branch 'im.pidgin.pidgin' (head f7d4b1ae759e694a319fc8d37f917e1c2b2e1d3b)2007-05-30, by Richard Laager
-
applied changes from 4b489c7fd0ca6d775558656ce19ba53d7209bb262007-05-30, by William Ehlhardt
-
Change "properly" to "better" in the description of the second-granularity2007-05-28, by Richard Laager
-
ChangeLog the new undo functionality.2007-05-28, by Richard Laager
-
propagate from branch 'im.pidgin.rlaager.merging.for_2_1_0' (head 24ee3feb7b0e68036eebb50b90278e581fea942a)2007-05-28, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head b917cc2cf9c46c7163ad3345b312dac1eea896cf)2007-05-20, by Richard Laager
-
Add void to the purple_dbus_is_owner() prototype.2007-05-20, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 7fa526ccf77d3d2da927a55aa8115be7e1be184d)2007-05-20, by Richard Laager
-
It's GLIB_CHECK_VERSION, not GLIB_VERSION_CHECK.2007-05-20, by Richard Laager
-
ChangeLog the dbus_uniq and timeout_add_seconds changes.2007-05-20, by Richard Laager
-
ChangeLog the timeout changes, and add some commentary.2007-05-20, by Richard Laager
-
propagate from branch 'im.pidgin.rlaager.merging.timeout_add_seconds' (head d453bd44d21c7095921f98b2652b077a3fa99754)2007-05-20, by Richard Laager
-
Wire in g_timeout_add_seconds for Finch and nullclient as well.2007-05-20, by Richard Laager
-
Wire everything up and document it.2007-05-20, by Richard Laager
-
Raise the timeouts one second so they'll work every time (for certain) with2007-05-20, by Richard Laager
-
merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'2007-05-19, by Richard Laager
-
The second_add_timeout patch from Arjan.2007-05-19, by Richard Laager
-
merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'2007-06-15, by Sadrul Habib Chowdhury
-
merge of 'ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36'2007-06-10, by Sadrul Habib Chowdhury
-
merge of '9e832cea16395c9007bc9e384ee379b293b99abd'2007-06-04, by Sadrul Habib Chowdhury
-
Fix for the bug Alver reported:2007-06-02, by Sadrul Habib Chowdhury
-
(16:39:44) rekkanoryo: i have a feature request2007-06-02, by Sadrul Habib Chowdhury
-
merge of '0d2fefb7e8f238c6b27bd7329aa0b3807c46c100'2007-06-02, by Sadrul Habib Chowdhury
-
merge of '2a1a3522e67a5f99ed2e65a23693d148907cfdb7'2007-06-02, by Sadrul Habib Chowdhury
-
merge of '894058a4901b0a786a7f35183b8a15a9731c95c6'2007-06-02, by Sadrul Habib Chowdhury
-
merge of '762f9a646b45b05279890a708043f914128c364b'2007-06-02, by Sadrul Habib Chowdhury
-
Use the util function to get info.2007-06-02, by Sadrul Habib Chowdhury
-
Make the GMail hackery work.2007-06-02, by Sadrul Habib Chowdhury
-
merge of '0363c65306e84bb0a015d8ae8d6667701252c3c4'2007-06-02, by Sadrul Habib Chowdhury
-
merge of 'bdd3cb040100fe925456b862d03cc6c5a61648ef'2007-06-02, by Sadrul Habib Chowdhury
-
Draw a separator line between the buddylist and the conversation windows.2007-06-02, by Sadrul Habib Chowdhury
-
merge of '3f054ce0972c8cbd8f8cfc16dfa6c8dcb81d3c0a'2007-06-02, by Sadrul Habib Chowdhury
-
Add a new WM, irssi. Put the wm's in $(libdir)/gnt instead of in /finch.2007-06-02, by Sadrul Habib Chowdhury
-
merge of '82644c8641c5089ed2cafd58983010f0144b7699'2007-06-01, by Sadrul Habib Chowdhury
-
Fix a crash exposed by nullprpl.2007-06-01, by Sadrul Habib Chowdhury
-
merge of '10b1053a68924a00cad9c1ed655c2528d95e6b36'2007-06-01, by Sadrul Habib Chowdhury
-
merge of '1444834a6af3004a03838204b528edb6e2e1f9ab'2007-05-31, by Sadrul Habib Chowdhury
-
Fix some stuff of bugs in the new toolbar.2007-06-05, by Sadrul Habib Chowdhury
-
merge of '94cf3fba654fb39e507971153b5c217b7f98949d'2007-06-16, by Michael Shkutkov
-
merge of 'aad9a598920b4a24ad65e717487bb821e563d9d2'2007-06-13, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head a1968384a452dd20568c92cd468b420fb8539ce8)2007-06-13, by Michael Shkutkov
-
using strstr instead of while2007-06-15, by Michael Shkutkov
-
QIP logger was implemented2007-06-13, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head c25562bad5d897adb8ec3a03b712f94d488cfef3)2007-06-11, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head b438ea0760758dc547f95d62892455f50ee4c4f1)2007-06-09, by Michael Shkutkov
-
Be more careful about null strings in %s format specifier in debug messages.2007-08-05, by Jeffrey Connelly
-
Update for 0.13 release.2007-08-05, by Jeffrey Connelly
-
Disable sending third-party client version to oncoming buddies.2007-08-04, by Jeffrey Connelly
-
Fix crash when deleting buddies on Windows. This was done by2007-08-04, by Jeffrey Connelly
-
Store 3rd-party client name/version and official client build version (cv) separately.2007-07-31, by Jeffrey Connelly
-
Implement round() if it is not available, using floor().2007-07-27, by Jeffrey Connelly
-
Include math.h for round() function.2007-07-26, by Jeffrey Connelly
-
Make msimprpl-internal functions static.2007-07-22, by Jeffrey Connelly
-
Move msim_escape() and msim_unescape() to message.c.2007-07-22, by Jeffrey Connelly
-
Update login process to more closely match official client.2007-07-22, by Jeffrey Connelly
-
Add msim_process_server_info() to save the server information dictionary2007-07-22, by Jeffrey Connelly
-
Use MsimMessage's new list type for status messages.2007-07-22, by Jeffrey Connelly
-
In MsimMessage, add support for MSIM_TYPE_LIST - pipe-separated lists.2007-07-22, by Jeffrey Connelly
-
Allow sending zaps through buddy list menu.2007-07-21, by Jeffrey Connelly
-
Support incoming zaps.2007-07-21, by Jeffrey Connelly
-
Finish emoticon support. You can now send smileys to yourself, they can2007-07-21, by Jeffrey Connelly
-
Recognize non-canonical emoticon forms from Pidgin, and turn them into2007-07-21, by Jeffrey Connelly
-
Fix emoticon symbols to match those generated by Pidgin.2007-07-21, by Jeffrey Connelly
-
Add account option to send emoticons, defaulting to off since can't currently2007-07-20, by Jeffrey Connelly
-
Add support for sending emoticons.2007-07-20, by Jeffrey Connelly
-
Support emoticons on incoming messages, approximating MySpaceIM's smileys2007-07-19, by Jeffrey Connelly
-
Show official client build in buddy profiles.2007-07-19, by Jeffrey Connelly
-
Increase read buffer size and be more careful about overruns.2007-07-19, by Jeffrey Connelly
-
Support unofficial bm code 200, also used by Miranda IM plugin, to report2007-07-18, by Jeffrey Connelly
-
Make DPI and base font point size configurable in account options. This2007-07-16, by Jeffrey Connelly
-
Update for 0.12.2007-07-16, by Jeffrey Connelly
-
Use the much nicer purple_notify_emails() API to notify of new inbox messages,2007-07-15, by Jeffrey Connelly
-
Increase mail check interval to 1 minute.2007-07-15, by Jeffrey Connelly
-
Notify of new inbox messages (friend requests, inbox messages, comments),2007-07-15, by Jeffrey Connelly
-
Add msim_check_mail to check for new mail (called periodically), and2007-07-15, by Jeffrey Connelly
-
Support font sizes in sending and receiving formatted text.2007-07-13, by Jeffrey Connelly
-
Remove MSIM_FAKE_SELF_ONLINE option, since our own status is actually updated2007-07-12, by Jeffrey Connelly
-
Allow setting status string messages. Known bug: custom status messages always2007-07-12, by Jeffrey Connelly
-
Add (in-progress) 0.12 with changes.2007-07-11, by Jeffrey Connelly
-
Add /3 -> | escape code (found by sje397, documented in [wiki:MsimProtocolSpec]).2007-07-11, by Jeffrey Connelly
-
Lowercase password before sending it. Closes #2066.2007-07-11, by Jeffrey Connelly
-
Update for 0.11, and fix build process on Unix. Closes #2086.2007-07-10, by Jeffrey Connelly
-
Fix compile warnings on Unix (missing sentinel and time_t to int typecast).2007-07-10, by Jeffrey Connelly
-
Support sending some formatted text in instant messages.2007-07-05, by Jeffrey Connelly
-
In debug messages, don't output unknown elem->type fields as %c too (only as2007-07-05, by Jeffrey Connelly
-
Set status to current status when signing on. This makes the "Sign in as2007-07-05, by Jeffrey Connelly
-
Fix bug where string returned from msim_msg_get_string() is not a new2007-07-05, by Jeffrey Connelly
-
General clean up and adding more error-checking.2007-07-04, by Jeffrey Connelly
-
Lower timeout to 2 minutes (to be closer to keepalive of 124 s).2007-07-04, by Jeffrey Connelly
-
disapproval of revision '8d4e712b35da6dafe87cacbf5d267e529b2c1233'2007-07-04, by Jeffrey Connelly
-
Time the time between keep alives (I get 124 seconds).2007-07-04, by Jeffrey Connelly
-
Add msim_check_alive(), called every MSIM_KEEPALIVE_INTERVAL_CHECK milliseconds,2007-07-04, by Jeffrey Connelly
-
Add support for idle.2007-07-04, by Jeffrey Connelly
-
Update for 0.10.2007-07-04, by Jeffrey Connelly
-
Increase password length limit to 10 and update changes file.2007-07-04, by Jeffrey Connelly
-
Remove RC4 implementation, now exclusively rely on libpurple to provide RC4.2007-07-03, by Jeffrey Connelly
-
Update CHANGES about hidden option.2007-07-03, by Jeffrey Connelly
-
Add option to sign on as hidden, or as not (previously, always signed on2007-07-03, by Jeffrey Connelly
-
Fix email address.2007-07-03, by Jeffrey Connelly
-
Allow setting status to away or online.2007-07-02, by Jeffrey Connelly
-
Fix typo to allow font face to be displayed correctly on incoming messages.2007-07-02, by Jeffrey Connelly
-
Add msim_color_to_purple() to convert msim markup color to a color for2007-07-02, by Jeffrey Connelly
-
Be more defensive about null pointers, especially null strings in %s format2007-07-02, by Jeffrey Connelly
-
Update for 0.9.2007-07-02, by Jeffrey Connelly
-
Recognize online/away status of buddies on buddy list.2007-07-02, by Jeffrey Connelly
-
In msim_tooltip_text, do not try to display items with no value. In Linux,2007-07-01, by Jeffrey Connelly
-
Remove check in msim_input_cb() for embedded nulls. May be causing #1990.2007-07-01, by Jeffrey Connelly
-
Update for v0.8 release.2007-07-01, by Jeffrey Connelly
-
Add MSIM_FAKE_SELF_ONLINE preprocessor definition (which I define) to fake2007-06-26, by Jeffrey Connelly
-
Change around msim_uid2username_from_blist() to try to get it to work2007-06-26, by Jeffrey Connelly
-
Add (at least placeholder) functions to process p, f, c, b, and i markup tags2007-06-26, by Jeffrey Connelly
-
Update CHANGES to note transition to Libpurple 2.0.1.2007-06-25, by Jeffrey Connelly
-
Update for 0.8 - fix crash, password length.2007-06-25, by Jeffrey Connelly
-
Fail with our own error message if an entered password is greater than 82007-06-25, by Jeffrey Connelly
-
Remove lots of debugging statements, no longer needed.2007-06-25, by Jeffrey Connelly
-
Add a bunch of debugging to help fix #193.2007-06-25, by Jeffrey Connelly
-
Add msim_markup_to_html() to convert MySpaceIM-style markup to Purple-compatible2007-06-25, by Jeffrey Connelly
-
Split return type and function name + arguments on to separate lines, to2007-06-24, by Jeffrey Connelly
-
Add a send_raw function, msim_send_really_raw, into the prpl_info struct,2007-06-24, by Jeffrey Connelly
-
Clean up old comments.2007-06-24, by Jeffrey Connelly
-
Update for (future) 0.8.2007-06-24, by Jeffrey Connelly
-
Clean up TODOs:2007-06-22, by Jeffrey Connelly
-
Retrieve information for profile ("Get Info") from server, instead of from2007-06-21, by Jeffrey Connelly
-
Update author email address.2007-06-20, by Jeffrey Connelly
-
Rework addbuddy, but leave it commented-out (non-functional). Add TODO for2007-06-20, by Jeffrey Connelly
-
Expand on a couple TODO comments. Current TODO counts:2007-06-20, by Jeffrey Connelly
-
Use constants for IP address list, defined in myspace.h.2007-06-20, by Jeffrey Connelly
-
Add msim_unrecognized() to handle unhandled messages.2007-06-20, by Jeffrey Connelly
-
Add TODO for msimprpl to timeout (handling keep-alives).2007-06-20, by Jeffrey Connelly
-
Refactor msim_escape() & msim_unescape().2007-06-20, by Jeffrey Connelly
-
Add msim_test_all() and related procedures, to perform basic functionality2007-06-20, by Jeffrey Connelly
-
Add script to produce tarballs and zip archives for releases, for v0.8.2007-06-19, by Jeffrey Connelly
-
merge of '1703086ea650a3935367b62177a03abe60471328'2007-06-18, by Jeffrey Connelly
-
explicit merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'2007-06-18, by Jeffrey Connelly
-
Updated win32 installer images from hbons. I apparently neglected to2007-06-15, by Sean Egan
-
merge of '6e3524da31024398852895df04c5bda7269003af'2007-06-15, by Nathan Walp
-
Fix win32 installer finishpage URL. (this is fixed in the 2.0.2 installer too)2007-06-15, by Daniel Atallah
-
Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.2007-06-15, by Stu Tomlinson
-
NEWS2007-06-15, by Sean Egan
-
Release is looming! NEWS now!2007-06-15, by Stu Tomlinson
-
use pidgin.im/documentation as the help url (which redirects already)2007-06-15, by Stu Tomlinson
-
merge of '192e968410effe18dde7b924122f845eb1db3d2d'2007-06-15, by Stu Tomlinson
-
#include "connection.h" instead of "connection.c". I don't care if this2007-06-15, by Stu Tomlinson
-
Patch from bjoernv to make building outside of the source directory work.2007-06-15, by Stu Tomlinson
-
Set mtn:manual_merge=true on .ico files2007-06-15, by Stu Tomlinson
-
Crop 22x22 tray icons to actually be 22x22 pixels to prevent jumping around2007-06-15, by Stu Tomlinson
-
merge of '1c539e43c850fc4ad0c9b8eac2ab1130f283898e'2007-06-15, by Stu Tomlinson
-
fix 22px connecting icon2007-06-15, by Sean Egan
-
This fixes a bustination of the official ICQ client in at least some2007-06-14, by Ethan Blanton
-
merge of '2f42a51df657abf14f7aec137ddd8ff2ab0038d8'2007-06-14, by Luke Schierer
-
fixes #16802007-06-14, by Ambrose C. Li
-
refers #16702007-06-14, by MaurÃcio Collares
-
fixes #16562007-06-14, by Laurynas Biveinis
-
fixes #16392007-06-14, by Dmitry Beloglazov
-
fixes #16252007-06-14, by Timo Jyrinki
-
Build and distribute the joinpart plugin on win32.2007-06-14, by Daniel Atallah
-
I left off a comma. My bad!2007-06-14, by Mark Doliner