summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-04Get OS name from /etc/os-releaseBenjamin Franzke1-0/+46
2011-09-28find_by_id: Fix lookup (v2)Benjamin Franzke1-1/+1
The offset should be taken from the (GList *)::data pointer, not the list directly.. v2: Drop accidentially commited wip stuff
2011-09-28Revert "find_by_id: Fix lookup"Benjamin Franzke1-1/+1
This reverts commit c1cf0a71cfd8aa3441e57592e17de0d34823d305.
2011-09-28find_by_id: Fix lookupBenjamin Franzke1-1/+1
The offset should be taken from the (GList *)::data pointer, not the list directly..
2011-09-24Add a general element finding routine to util.cBenjamin Franzke1-0/+18
And use this to implement find_user and find_channel as inline functions.