log libpurple/idle.c @ 29450:af4bb8ccc7f5

age author description
2009-04-28 Paul Aurich Adjust some idle handling code to fix "wedging" idle reporting into never
2009-01-26 Mark Doliner Remove trailing whitespace
2009-01-06 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
2008-06-26 Stu Tomlinson applied changes from 7f7111ed9e5924db9e740ad354fce8fb82445b1e
2008-05-02 Mark Doliner Don't try to tell the IM network that we're not idle when we disconnect.
2008-01-27 Mark Doliner Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...)
2008-01-05 Richard Laager Squash some compiler warnings, some from my -Wstrict-prototypes fixing.
2008-01-03 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
2007-06-16 Carlos Silva propagate from branch 'im.pidgin.pidgin' (head d3e5a5add3f39caa08b46c83177328e51c2d961a)
2007-06-03 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head 93e5d2a86a947eb2308d15b7570507a6c205c9d3)
2007-06-03 Stu Tomlinson disapproval of revision '05c6323b8b18ceba86add2ad239fb24fc61dc469'
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-08-23 Sean Egan Prevent recursive idle handling loop. Patch from 'Gambit'
2007-07-27 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
2007-06-16 Richard Laager propagate from branch 'im.pidgin.pidgin.2.1.0' (head 86fd5e0d8b80a9da3103e850c97f1e04a2333961)
2007-06-15 Sean Egan propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)
2007-06-16 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
2007-06-07 Richard Laager Mark the return type const for the following functions. I noticed this
2007-06-06 Sean Egan propagate from branch 'im.pidgin.pidgin' (head dcdd8dc5d40cafef802a88f3f713ee1589bc9c41)
2007-06-04 Richard Laager propagate from branch 'im.pidgin.pidgin' (head a58972b72c7aa0fa0899c5a6b96e51cd6c427ab4)
2007-05-28 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.for_2_1_0' (head 24ee3feb7b0e68036eebb50b90278e581fea942a)
2007-05-20 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 7fa526ccf77d3d2da927a55aa8115be7e1be184d)
2007-05-20 Richard Laager Raise the timeouts one second so they'll work every time (for certain) with
2007-05-19 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
2007-06-14 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.
2007-06-04 Daniel Atallah Clean up the idle checking callback slightly.
2007-06-03 Stu Tomlinson Compiler be quiet! Fixes this compile warning:
2007-05-25 Richard Laager Update a comment: We don't check idle status every 5 seconds any more.
2007-05-20 Sadrul Habib Chowdhury Fix an infinite loop at startup for finch. Thanks to Bleeter for noticing this.
2007-05-19 Richard Laager Add a missing semi-colon so this will compile.
2007-05-19 Richard Laager When using Purple idle, don't run a timer at all when idleaway. When using
2007-05-19 Richard Laager Move the time_until_next_idle_event < 0 check to clarify.
2007-05-19 Richard Laager Remove dead code.
2007-05-14 Richard Laager Run the first timer at IDLEMARK + 1, to ensure we don't hit it right on IDLEMARK.
2007-05-14 Richard Laager Fix a typo.
2007-05-14 Richard Laager Part of a patch from:
2007-04-25 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/