aft: Reorganize make_status_items().
[paraslash.git] / mood.c
2009-03-18 Andre NollFix various dead stores found by the clang static analyzer.
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-09 Andre NollMerge commit 'meins/master'
2008-11-22 Andre NollMinor documentation improvements.
2008-06-30 Andre NollMerge commit 'meins/master'
2008-06-28 Andre NollAllocate afh_info->info_string dynamically.
2008-03-25 Andre NollUpdate doxygen documentation.
2008-03-24 Andre NollComplete the afs callback conversion.
2008-03-24 Andre Nollmake send_callback_request() and friends take a result...
2008-01-19 Andre Nollmood.c: Kill unrechable return statement.
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-12-28 Andre Nollmood.c: Only print log message if we are actually reloa...
2007-11-24 Andre NollRename mood_method "name_like" to "path_matches".
2007-10-26 Andre NollAdd doxygen comments for various structs.
2007-10-26 Andre NollFix a bug in the mood line parser.
2007-10-25 Andre NollRename struct audio_format_info to afh_info.
2007-10-25 Andre Nollloglevel adjustments.
2007-10-23 Andre NollMark some unused variables as such.
2007-10-23 Andre NollImplement com_select().
2007-10-23 Andre Nollmood.c: Add missing initialization of mood_name.
2007-10-23 Andre NollKill loading of first available mood.
2007-10-21 Andre NollComplete afs event handling.
2007-10-18 Andre NollImplement afs events.
2007-10-13 Andre NollReplace struct table_info by struct afs_table.
2007-10-06 Andre Nollmood.c: Fix comment for the scoring function.
2007-10-02 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-10-01 Andre Nollmood.c: Remove debug log message.
2007-09-29 Andre Nollmood.c: Introduce DEFINE_MOOD_METHOD and DEFINE_MOOD_ME...
2007-09-29 Andre Nollmood.c: Add no_attributes_set mood method.
2007-09-29 Andre NollSpeed up mood loading.
2007-09-29 Andre Nollmood.c: Switch to fnmatch() in mood method name_like.
2007-09-27 Andre NollImplement pattern matching for com_touch().
2007-09-25 Andre Nollcom_check(): Implement mood checking.
2007-09-25 Andre Nollmood.c: Rename mood_loop() to load_mood_loop_func().
2007-09-25 Andre NollMore mood cleanups.
2007-09-25 Andre Nollcompute_mood_score(): Add additional mood * parameter.
2007-09-25 Andre Nollcompute_mood_score(): Rename "row" parameter to "aft_row".
2007-09-25 Andre Nollmood.c: Use current_mood as data pointer for parse_mood...
2007-09-25 Andre Nollmood.c: Add GPL header.
2007-09-25 Andre Nollmood.c: Change type of rows from "void *" to "struct...
2007-09-15 Andre Nollloglevel adjustments.
2007-09-09 Andre NollFix some format string warnings on x86_64.
2007-09-08 Andre NollMake struct signal_task generic and make afs use it.
2007-09-08 Andre Nollpara_server: Initialize the new afs.
2007-09-08 Andre NollMerge the new afs code.