summaryrefslogtreecommitdiff
path: root/libpurple/idle.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_handle_id everywhereElliott Sales de Andrade2023-03-211-9/+3
* Convert idle_time in PurplePresence to GDateTimeGary Kramlich2023-02-201-1/+10
* Update libpurple for the deprecations in the account apiGary Kramlich2022-12-141-4/+9
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-15/+22
* Add purple_account_manager_get_connected and port libpurple to itGary Kramlich2022-11-041-8/+13
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-3/+3
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-251-3/+3
* Check that we have a PurpleIdleUi if we weren't passed nullGary Kramlich2021-11-021-0/+2
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-231-1/+1
* Replace PurpleIdleUiOps with the PurpleIdleUi InterfaceGary Kramlich2021-10-221-58/+37
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-1/+0
* Remove purple_timeout_* function usageMike Ruprecht2017-06-151-6/+6
* Switch sent-im-msg to PurpleMessageTomasz Wasilczyk2014-05-221-2/+1
* Use g_free as UiOps structures GBoxed free functionAnkit Vani2014-02-231-9/+1
* Box the *UiOps structuresAnkit Vani2014-02-151-0/+35
* Merged default branchAnkit Vani2014-02-081-2/+1
|\
| * Fix some clang static analysis warningsTomasz Wasilczyk2014-02-081-2/+1
* | Fix some gtk-doc warnings till proxy.cAnkit Vani2014-02-051-1/+1
|/
* Adjust some idle handling code to fix "wedging" idle reporting into neverPaul Aurich2009-04-281-2/+1
* Remove trailing whitespaceMark Doliner2009-01-261-1/+1
* Patch from Paul Aurich to add purple_strequal to help readability and simplic...Paul Aurich2009-01-061-2/+2
* applied changes from 7f7111ed9e5924db9e740ad354fce8fb82445b1eStu Tomlinson2008-06-261-1/+1
* Don't try to tell the IM network that we're not idle when we disconnect.Mark Doliner2008-05-021-1/+1
* Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...)Mark Doliner2008-01-271-1/+2
* Squash some compiler warnings, some from my -Wstrict-prototypes fixing.Richard Laager2008-01-051-3/+3
* Probe for -Wstrict-prototypes to get some more warnings. I then cleaned upRichard Laager2008-01-031-2/+2
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* Prevent recursive idle handling loop. Patch from 'Gambit'Sean Egan2007-08-231-1/+1
* Fix idle reporting as discussed on devel@. Poll as needed when we're not idle...Sean Egan2007-07-271-13/+11
* propagate from branch 'im.pidgin.pidgin.2.1.0' (head bcf28ef7e8ff6bb7068d4f7f...Richard Laager2007-06-161-1/+12
|\
| * propagate from branch 'im.pidgin.pidgin.2.1.0' (head 6733196cafc60146d92a2656...Sean Egan2007-06-151-4/+10
| |\
| * | I think this will fix the problem that elb had where bonjour (and probably ot...Daniel Atallah2007-06-141-1/+12
* | | disapproval of revision '2d8ea56b90971e7851442d96b7d74ecb4f052126'Richard Laager2007-06-161-1/+1
| |/ |/|
* | Mark the return type const for the following functions. I noticed thisRichard Laager2007-06-071-1/+1
* | propagate from branch 'im.pidgin.pidgin' (head 89da87084d2f27221621342ad69d33...Sean Egan2007-06-061-15/+10
|\ \ | |/
| * Clean up the idle checking callback slightly.Daniel Atallah2007-06-041-15/+10
* | propagate from branch 'im.pidgin.pidgin' (head 1b4384bff09a39fca58692fb6c929d...Sadrul Habib Chowdhury2007-06-041-1/+1
|\ \ | |/
| * Compiler be quiet! Fixes this compile warning:Stu Tomlinson2007-06-031-1/+1
* | propagate from branch 'im.pidgin.rlaager.merging.for_2_1_0' (head af151ffded4...Richard Laager2007-05-281-3/+2
|\ \ | |/
| * Update a comment: We don't check idle status every 5 seconds any more.v2.0.1Richard Laager2007-05-251-3/+2
* | propagate from branch 'im.pidgin.pidgin' (head 3ab33b0a5f5b9e8e9a33c7b3a2a08c...Richard Laager2007-05-201-3/+9
|\ \ | |/ |/|
| * Raise the timeouts one second so they'll work every time (for certain) withRichard Laager2007-05-201-3/+9
| * merge of '1442df274a24edc9a31194327bd00dfbcf478720'Richard Laager2007-05-191-2/+2
* | Fix an infinite loop at startup for finch. Thanks to Bleeter for noticing this.Sadrul Habib Chowdhury2007-05-201-1/+1
|/
* Add a missing semi-colon so this will compile.Richard Laager2007-05-191-1/+1
* When using Purple idle, don't run a timer at all when idleaway. When usingRichard Laager2007-05-191-9/+55
* Move the time_until_next_idle_event < 0 check to clarify.Richard Laager2007-05-191-4/+6
* Remove dead code.Richard Laager2007-05-191-3/+1
* Run the first timer at IDLEMARK + 1, to ensure we don't hit it right on IDLEM...Richard Laager2007-05-141-1/+1
* Fix a typo.Richard Laager2007-05-141-1/+1