log

age author description
2010-03-08 Elliott Sales de Andrade Fix a warning.
2010-03-08 Elliott Sales de Andrade Do you hear that? It sounds like an ax... A source code chopping ax...
2010-03-08 Elliott Sales de Andrade Stop looking for tcl/tkConfig.sh after the first result, since I think it
2010-03-08 Elliott Sales de Andrade Make Python compile check look a little nicer.
2010-03-08 Elliott Sales de Andrade Update some stuff that should be in Autoconf 2.50.
2010-03-08 Elliott Sales de Andrade Standardize on AC_MSG_ERROR.
2010-03-10 Paul Aurich jabber: Connected again; checked section 5.4.5 of the bis.
2010-03-09 Paul Aurich jabber: This is more correct[er]
2010-03-09 Paul Aurich jabber: Backward compatibility in case any servers advertise other random 0.## versions
2010-03-09 Paul Aurich jabber: Treat the version properly.
2010-03-09 Paul Aurich jabber: Heavily refactor jabber_presence_parse(). It's still not short enough.
2010-03-09 Paul Aurich jabber: Only initialize SASL once, too.
2010-03-09 Paul Aurich jabber: And fix up the commands now to be per-plugin
2010-03-09 Paul Aurich jabber: Move the initialization into the jabber plugin, and only initialize some things once.
2010-03-09 Paul Aurich jabber: Fix the type signature of jabber_cmd_mood
2010-03-08 Paul Aurich merge of 'd2f2c48292c37816f81123f7d805891c57238119'
2010-03-08 Paul Aurich jabber: Use the jabber-specific function that is guaranteed to always be SHA1
2010-03-08 Paul Aurich ChangeLog that. Refs #11489.
2010-03-08 Paul Aurich jabber: Unlock from locked resource on a message *with content*, as opposed to any message.
2010-03-07 Marcus Lundblad merge of '25d4fad7d77b9c892b18504c1bdc49e0ecf41a0f'
2010-03-07 Paul Aurich jabber: Oops. Make jabber_saslprep have a hope of not locking the program if built without IDN support.
2010-03-07 Marcus Lundblad jabber: Added a /mood command make up for the lost PurplePluginAction to
2010-03-07 John Bailey Some necessary additions to the ChangeLog.
2010-03-07 John Bailey Add purple_marshal_POINTER__POINTER(), which sadrul says should be used for the
2010-03-06 Marcus Lundblad merge of '42656ca94264f5df098e296856bcefd9f37c175d'
2010-03-06 Marcus Lundblad jabber: Remove old prpl action to set mood as now the general mood setting UI
2010-03-06 kkszysiu Finish making libgadu compile on Windows. Fixes #10542 finally!
2010-03-06 John Bailey propagate from branch 'im.pidgin.pidgin' (head 6d8a9a520e4ea4c291e8e4ddbd59bcdb988f3965)
2010-03-01 John Bailey propagate from branch 'im.pidgin.pidgin' (head 137c1e6fd84a8ce34acc84ff8b606bb9208b8f16)
2010-03-01 John Bailey propagate from branch 'im.pidgin.pidgin' (head 91a6721a97381551e47347b98c8f7b596e60e3ae)
2010-02-24 John Bailey Oops, I forgot this. This is done internally in libgadu, and not doing it
2010-02-22 John Bailey Partially fix libgadu build on Win32. Refs #10542. I'm still not sure how to
2010-02-21 John Bailey Update our internal libgadu to 1.9.0-rc2. This does not yet build on Windows.
2010-03-05 Paul Aurich whitespace trimming
2010-03-05 Paul Aurich ft: Apply QuLogic's fix from d6b03d30f4 to the UI side too.
2010-03-05 Paul Aurich ft: uhm, no. s can't be 0 here, it's checked above (with a return).
2010-03-05 Daniel Atallah Use the Post W2K Windows System Tray icon stuff - allows for 128 chars instead of 64 - also support non-ASCII stuff in the tooltip. Fixes #11461
2010-03-05 Daniel Atallah Finish up win32 gtkspell 2.0.16 / enchant support (mostly in the installer)
2010-03-05 Daniel Atallah We need libjpeg6b-4 for GTK+ 2.14.7
2010-03-04 Marcus Lundblad Enable setting mood message with the global mood selection UI, when the
2010-03-04 Marcus Lundblad Allow showing moods for buddies when signed on using an XMPP account not
2010-03-04 Marcus Lundblad Added PurpleConnection flags to determine support for moods and mood messages.
2010-03-04 Mark Doliner Add a cast to silence this warning.
2010-03-04 Ethan Blanton Provide IRC server passwords in a way which allows for an initial :.
2010-03-04 Paul Aurich jabber: Avoid crashing if a buddy has a NULL resource.
2010-03-04 Ethan Blanton Handle read of length 0 in upnp code.
2010-03-04 Mark Doliner merge of '0303e2072e9df6a3ea825f996a260acd80f12da7'
2010-03-04 Mark Doliner This cast is incorrect. It should be (time_t *). But it's actually not needed.
2010-03-04 Daniel Atallah Upgrade GtkSpell to 2.0.16 on Windows. The installer needs a bunch more work, but that is for later
2010-03-04 Daniel Atallah mkdir -p is better than checking for directory existence
2010-03-04 Mark Doliner disapproval of revision '18b85ae6ad8091af43d91826cf054e4569ba74aa'
2010-03-04 Daniel Atallah Make the portable mode launcher try the "normal" mode path.
2010-03-03 Marcus Lundblad merge of '35c36f4798530acf3c07ab0acf0c5e7af98c0f48'
2010-03-03 Marcus Lundblad Allow a PRPL to have get_moods return NULL to disable mood setting.
2010-03-02 Paul Aurich Greg correctly pointed out math.h is included in internal.h. Thanks!
2010-03-02 Stu Tomlinson set executable attribute on this shell script
2010-03-01 Daniel Atallah Ignore some generated stuff
2010-03-01 Daniel Atallah The rest of the plumbing needed to build the GTK+ Runtime zip included in the installer
2010-03-01 Daniel Atallah Warning fixes
2010-03-01 Daniel Atallah Warning fix for latest Bonjour SDK
2010-03-01 Daniel Atallah Warning fix
2010-03-01 Daniel Atallah Update NSS/NSPR to 3.12.5/4.8.2 (self-built). Big thanks goes to Berke Viktor for doing this.
2010-02-28 Daniel Atallah Some undefs to make building with mingw-64 more pleasant
2010-02-28 Daniel Atallah Update _WIN32_IE definition slightly to make building with mingw-64 more pleasant
2010-02-28 Daniel Atallah Suppress redefinition warning
2010-02-28 Daniel Atallah Use standalone gettext
2010-02-28 Marcus Lundblad Remove a glib assertion warning regarding the mood setting UI.
2010-02-28 Marcus Lundblad jabber: Print an error message to the current conversation when failing to
2010-02-28 Paul Aurich merge of 'bbf372ad40c4d6c10e323048d26215e4769e079c'
2010-02-28 Paul Aurich Need to include math.h for ceil()
2010-02-28 gmcnew pidgin: Distinguish no logs from really old logs (for Recent Log Activity sort)
2010-02-28 Paul Aurich xmppconsole: Properly catch things before an account is "signed on".
2010-02-27 Paul Aurich jabber: Allow jabber_pep_request_item() to take NULL for JID; server's routing takes care of the rest
2010-02-28 Elliott Sales de Andrade ft: Don't try to read from the source file if the byte array already holds
2010-02-28 Elliott Sales de Andrade Re-order msg_ack, since purple_xfer_prpl_ready might cancel the transfer
2010-02-28 Elliott Sales de Andrade Fix FT context header length handling. The official client only seems to
2010-02-28 Elliott Sales de Andrade I never liked randomly poking at offsets. Fortunately, I was able to find
2010-02-28 Elliott Sales de Andrade The official GTK+ version of CellRendererProgress uses "value" which is an
2010-02-27 Paul Aurich jabber: Don't ping more often than once a minute.
2010-02-26 Stu Tomlinson Escape buddy notes when adding them to the tooltip so notes can't totally
2010-02-25 Marcus Lundblad Allow unsetting mood in mood selector, works with XMPP... Oscar is not yet
2010-02-25 Marcus Lundblad jabber: Remove a couple of underscores that slipped in in the textual
2010-02-25 Daniel Atallah Make Pidgin set the exchndl.dll log file to ~/.purple/pidgin.RPT
2010-02-25 Daniel Atallah Various installer bug fixes
2010-02-25 Daniel Atallah incomplete win32 fixes
2010-02-25 Daniel Atallah Use libxml2-2.7.4
2010-02-25 Daniel Atallah Various win32 installer fixes
2010-02-24 Elliott Sales de Andrade merge of 'bad096432d2d601b84837925471454773c42d1f7'
2010-02-24 Elliott Sales de Andrade Simplify: dest always equals src. No need to copy everything.
2010-02-24 Daniel Atallah Implementation of IPv6 support for Bonjour
2010-02-24 Daniel Atallah Use datestamped pidgin-inst-deps directory
2010-02-23 Stu Tomlinson Add a missing backslash
2010-02-22 Paul Aurich Add a NULL for PurplePluginProtocolInfo::get_moods to all the plugins I build
2010-02-22 Paul Aurich warnings--
2010-02-22 Paul Aurich Fix what I believe to be a bad merge. This code was removed in c3e033ad36f556e3e590b25ea92dd0441cb4acea
2010-02-22 Paul Aurich oscar: Fix a race condition that leads to a crash.
2010-02-21 Marcus Lundblad propagate from branch 'im.pidgin.cpw.rekkanoryo.icqxstatus' (head e5b3d36eb4253a3458d91bf5421f5b8a78152991)
2010-02-18 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 267f28808ab6eeda6b5d68f6433f2b3fcf230d4f)
2010-02-10 Marcus Lundblad merge of 'f14dddd03f189029f2313c234b5e9dc9964b8fa8'
2010-02-09 Paul Aurich merge of '88e861487c0bb038a99ebb6d7675ae45f749e799'
2010-02-09 Paul Aurich disapproval of revision '03cc34e11e1b18bf814df23432b056322bebca01'
2010-02-10 Marcus Lundblad jabber: Actually send a mood update when setting a mood status (using the generic mood selector).
2010-02-09 Marcus Lundblad Show the translated mood message (again), if it matches one of the moods we
2010-02-09 Marcus Lundblad Actually set the mood when creating a presence update when receiving mood PEP.
2010-02-09 Marcus Lundblad Some code got duplicated during merge...
2010-02-08 Marcus Lundblad Add some missing icons to Makefile.am
2010-02-08 Marcus Lundblad Resurrect the PRPL actions to show up in the account submenu
2010-02-08 Marcus Lundblad Implemented the get_moods prpl function for XMPP. Enables the generic mood
2010-02-07 Marcus Lundblad These icons moved from emblems to emotes
2010-02-07 Marcus Lundblad Remove the #warning about not enought bits now that OscarCapability is matched
2010-02-07 Marcus Lundblad Made it compile again.
2010-02-07 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 226a30da7a9fe3b828a1fe564797b3388e6159bc)
2010-02-07 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head b0098e2250f135d121960d8152e144e7e344125e)
2009-04-06 Richard Laager propagate from branch 'im.pidgin.pidgin' (head a59a573e3b9b2eb42ff728ba9ff56095f5c9e0d0)
2008-12-01 Richard Laager Propagated im.pidgin.pidgin to im.pidgin.cpw.rekkanoryo.icqxstatus and
2008-11-26 Richard Laager Now that the "Set Mood" UI is in Pidgin, it can do whatever it likes to
2008-11-26 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 3466628f7bdaf9db0a64c730ef9376b3ef78cc1d)
2008-11-26 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 71b6fbd59f6ae249e6d1e8ed75dc04c9206c41a5)
2008-11-26 Richard Laager propagate from branch 'im.pidgin.pidgin' (head d6650bbce66004cf205e9f60ef96626783db72e8)
2008-11-26 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 2ee32f4f1f50a3e3c9038487554b4cfa22507df0)
2008-11-25 Richard Laager merge of '482ed999a24c66c1632c1a616870caf1dd7577a8'
2008-11-25 John Bailey Add minstrel, N3fr0n, and NightFox (respectively) to COPYRIGHT.
2008-11-25 John Bailey propagate from branch 'im.pidgin.pidgin' (head c2e5c6cc5feb732b79c07ae4dd8fa6bf02e05dd1)
2008-11-25 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 6729d3dea8df2203383212a82eddd4697ea70ee9)
2008-11-17 Richard Laager Fix up the small theme's Makefile.am for the rename I screwed up.
2008-11-17 Richard Laager Smiley changes:
2008-11-17 Richard Laager Fix a rename that I accidentally did as an add.
2008-11-17 Richard Laager propagate from branch 'im.pidgin.pidgin' (head d33b4d42bee23e1d64289f3e7c83b182ef0e5a91)
2008-11-17 Richard Laager Remove some stray debugging printf()s.
2008-11-17 Richard Laager Convert XMPP to use an array of PurpleMoods internally.
2008-11-17 Richard Laager Move the mood UI for ICQ into Pidgin. It still uses the new request API
2008-11-17 Richard Laager s/savable/saveable/
2008-11-17 Richard Laager Round three of icon renaming. This is probably all I'm going to do for now.
2008-11-17 Richard Laager Round two: Scale down more icons to use as emblems.
2008-11-17 Richard Laager The first round of renaming icons to match the XEP-0107 names.
2008-11-17 Richard Laager Add a PURPLE_STATUS_MOOD primitive and change ICQ to use it.
2008-11-16 Richard Laager Look at the mood status attribute on a buddy when picking the emblem.
2008-11-16 Richard Laager Check that mood is not the empty string, just to be safe.
2008-11-16 Richard Laager Drop xstatus_ from the icon names.
2008-11-16 Richard Laager Do not show "Mood: mood ()" when there is no text.
2008-11-16 Richard Laager Added the additional moods defined in XEP-0107 version 1.2 (2008-10-29):
2008-11-16 Richard Laager Drop xstatus_ from the icon names.
2008-11-16 Richard Laager Deprecate purple_request_field_list_add()
2008-11-16 Richard Laager Deprecate purple_request_field_list_add() in favor of the new
2008-11-16 Richard Laager Avoid trying to build a filename and pixbuf if there's no image filename.
2008-11-16 Richard Laager Use a movie camera icon from N3fr0n instead of the photo camera emoticon to
2008-11-16 Richard Laager Fix up the X-Status code in many ways:
2008-11-16 Richard Laager propagate from branch 'im.pidgin.pidgin' (head f5e2281f83ea70415eec2139f383dd25f27a0ec1)
2008-11-16 unknown Adding more ICQ X-Status icons from N3fr0n. Again, these are under the
2008-11-16 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 52478fd133d202ec0c4a46526a0a30a8c926d9ec)
2008-11-16 Richard Laager Revert the unnecessary addition of the pixbuf boolean to PurpleRequestField.list
2008-11-16 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c023fbb554c216b1a31cd32bedf806f48cfc1e4e)
2008-11-13 John Bailey This patch comes from the combined work of contributors minstrel, NightFox,
2010-02-20 Elliott Sales de Andrade merge of '8958bbc5a8fc6f85d0906e37b0754808791b4007'
2010-02-20 Elliott Sales de Andrade Set debug window tool items to be "important" so that they show text when
2010-02-20 Elliott Sales de Andrade Remove GTK_CHECK_VERSION(2,4,0) checks.
2010-02-20 Elliott Sales de Andrade New-fangled toolbar code and all that.
2010-02-20 Elliott Sales de Andrade *** Plucked rev df5196ac4c45dfff9cad5768c27d4e1d46fbb2ab (qulogic@pidgin.im):
2010-02-20 Elliott Sales de Andrade Remove extra enumeration.
2010-02-19 Elliott Sales de Andrade Remove GTK version checks which are no longer necessary. Refs #1332 too.
2010-02-19 Elliott Sales de Andrade Pull in GtkComboBox changes from GTK+3 branch.
2010-02-19 Daniel Atallah Avoid looking up functions by name that will be present on all supported Windows versions.
2010-02-19 Mark Doliner Get rid of a few version checks that we no longer need now that we depend
2010-02-19 Mark Doliner We got rid of these files now that we depend on newer GTK. SWEET.
2010-02-19 Paul Aurich 401/1014 is a bad signature (it's what I've been getting while testing startOSCARSession over https).
2010-02-19 Stu Tomlinson gtkexpander.h disappeared, let compiling continue!
2010-02-18 Daniel Atallah Win32 build updates
2010-02-18 Paul Aurich Allow clientLogin POST/GETs to use a configured proxy.
2010-02-18 Paul Aurich Change clientLogin to use HTTPS, since the hash calculation appears fixed now.
2010-02-18 Daniel Atallah Fix win32 build
2010-02-18 Daniel Atallah copyright year updates
2010-02-18 Daniel Atallah Update pidgin_blist_get_emblem() docs to be accurate.
2010-02-18 Daniel Atallah Add timeout_add() example to the Perl signals-test plugin
2010-02-18 Daniel Atallah Minor optimization / incorrect use prevention
2010-02-18 Timo Jyrinki Improve the Finnish translation by fixing 76 untranslated/fuzzies.
2010-02-18 Mark Doliner Minor cleanup. Hopefully this code has a little less duplication and
2010-02-18 Mark Doliner Compile with --disable-vv. Without this change I get this error:
2010-02-18 Mark Doliner Add "devel" back into our version
2010-02-18 Mark Doliner propagate from branch 'im.pidgin.pidgin.next.minor' (head 42544ec892337510146c931806a95dbf69c2fe30)
2010-02-18 Mark Doliner propagate from branch 'im.pidgin.pidgin.mxit' (head ea208658fef692bd065f1fe03963913d86af2e41)
2010-02-10 andrew victor propagate from branch 'im.pidgin.pidgin' (head 18b85ae6ad8091af43d91826cf054e4569ba74aa)
2010-01-28 andrew victor propagate from branch 'im.pidgin.pidgin' (head 907b3271bb72546dc11ed711526b55cb20254b23)
2010-01-26 andrew victor Add extra parameter to mxit_send_message() function to indicate if the message should be
2010-01-26 andrew victor The default state on the MXit server when connecting is Available (with no status message),
2010-01-18 andrew victor merge of 'b88c4f72aa3d87a41d0ae232164801f4e1aeca1a'
2010-01-18 andrew victor Display the "not-authorized" emblem if the MXit contact's subscription state
2010-02-18 Mark Doliner merge of 'e9d34ab5e47f22b35fd2d69d61a2c943cc0653db'
2010-02-18 Elliott Sales de Andrade merge of '204f0197379cadffd6cea25efa6e2cdeae1a3bc5'
2010-02-18 Elliott Sales de Andrade Remove some unnecessary code.
2010-02-16 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head be77df4826034ac2521177bb6af6b60be3d1b4c4)
2010-02-16 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head c0adc68d6e21c013beb36f789a05d94234c3696a)
2010-02-16 Elliott Sales de Andrade merge of '3b76f09b9b1fcbbf73ad7179aac8eb1896920f56'