log libpurple/idle.c @ 19250:c0888d137172

age author description
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/