log libpurple/idle.c @ 22787:7883ed211f3e

age author description
Fri, 02 May 2008 06:15:33 +0000 Mark Doliner Don't try to tell the IM network that we're not idle when we disconnect.
Sun, 27 Jan 2008 20:52:53 +0000 Mark Doliner Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...)
Sat, 05 Jan 2008 18:01:12 +0000 Richard Laager Squash some compiler warnings, some from my -Wstrict-prototypes fixing.
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Sat, 16 Jun 2007 04:00:32 +0000 Carlos Silva propagate from branch 'im.pidgin.pidgin' (head d3e5a5add3f39caa08b46c83177328e51c2d961a)
Sun, 03 Jun 2007 01:06:44 +0000 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head 93e5d2a86a947eb2308d15b7570507a6c205c9d3)
Sun, 03 Jun 2007 01:04:11 +0000 Stu Tomlinson disapproval of revision '05c6323b8b18ceba86add2ad239fb24fc61dc469'
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 23 Aug 2007 21:29:22 +0000 Sean Egan Prevent recursive idle handling loop. Patch from 'Gambit'
Fri, 27 Jul 2007 00:05:40 +0000 Sean Egan Fix idle reporting as discussed on devel@. Poll as needed when we're not idle, and poll frequently (once every three seconds) when we are. Fixes #1357
Sat, 16 Jun 2007 19:48:23 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.1.0' (head 86fd5e0d8b80a9da3103e850c97f1e04a2333961)
Fri, 15 Jun 2007 19:34:24 +0000 Sean Egan propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Wed, 06 Jun 2007 00:23:41 +0000 Sean Egan propagate from branch 'im.pidgin.pidgin' (head dcdd8dc5d40cafef802a88f3f713ee1589bc9c41)
Mon, 04 Jun 2007 05:55:13 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head a58972b72c7aa0fa0899c5a6b96e51cd6c427ab4)
Mon, 28 May 2007 08:06:28 +0000 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.for_2_1_0' (head 24ee3feb7b0e68036eebb50b90278e581fea942a)
Sun, 20 May 2007 14:57:39 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 7fa526ccf77d3d2da927a55aa8115be7e1be184d)
Sun, 20 May 2007 13:48:45 +0000 Richard Laager Raise the timeouts one second so they'll work every time (for certain) with
Sat, 19 May 2007 21:38:47 +0000 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
Thu, 14 Jun 2007 19:32:06 +0000 Daniel Atallah I think this will fix the problem that elb had where bonjour (and probably other accounts too) were signing on initially when -n was specified.
Mon, 04 Jun 2007 14:31:08 +0000 Daniel Atallah Clean up the idle checking callback slightly.
Sun, 03 Jun 2007 01:05:59 +0000 Stu Tomlinson Compiler be quiet! Fixes this compile warning:
Fri, 25 May 2007 16:17:50 +0000 Richard Laager Update a comment: We don't check idle status every 5 seconds any more.
Sun, 20 May 2007 08:41:53 +0000 Sadrul Habib Chowdhury Fix an infinite loop at startup for finch. Thanks to Bleeter for noticing this.
Sat, 19 May 2007 06:34:27 +0000 Richard Laager Add a missing semi-colon so this will compile.
Sat, 19 May 2007 06:16:44 +0000 Richard Laager When using Purple idle, don't run a timer at all when idleaway. When using
Sat, 19 May 2007 05:56:01 +0000 Richard Laager Move the time_until_next_idle_event < 0 check to clarify.
Sat, 19 May 2007 05:53:29 +0000 Richard Laager Remove dead code.
Mon, 14 May 2007 04:02:56 +0000 Richard Laager Run the first timer at IDLEMARK + 1, to ensure we don't hit it right on IDLEMARK.
Mon, 14 May 2007 03:14:10 +0000 Richard Laager Fix a typo.
Mon, 14 May 2007 03:11:02 +0000 Richard Laager Part of a patch from:
Wed, 25 Apr 2007 23:55:56 +0000 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/