Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow selection of what kind of activity targets to ignore v2 #779

Merged
merged 4 commits into from Jan 8, 2018
Merged

Allow selection of what kind of activity targets to ignore v2 #779

merged 4 commits into from Jan 8, 2018

Commits on Nov 2, 2017

  1. Allow selection of what kind of activity targets to ignore

    Initialize tagtarget on declaration
    
    move code around for better flow, extra checks for uninitialized values
    
    remove unnecessary item->type checks
    
    don't strdup sign
    
    add braces around if statements, use strcmp0 with single characters and remove g_str_has_prefix
    
    refactoring
    
    changed g_ascii_strcasecmp to g_strcmp0
    
    Add networktag/ shorthand
    
    fixed memory leaks
    
    changed from #@= to ::channels, ::queries and ::dccqueries
    
    check for empty string and continue; if found
    
    fixed bug with empty string check
    
    Clean up code
    Jari Matilainen committed Nov 2, 2017
    Copy the full SHA
    60c3121 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. Update fe-common-core.c

    ailin-nemui committed Jan 6, 2018
    Copy the full SHA
    4d5982f View commit details
    Browse the repository at this point in the history
  2. Update fe-common-core.c

    fix mixed decls
    ailin-nemui committed Jan 6, 2018
    Copy the full SHA
    121a497 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. Copy the full SHA
    f9c8365 View commit details
    Browse the repository at this point in the history