Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-28 | find_by_id: Fix lookup (v2) | Benjamin Franzke | 1 | -1/+1 | |
The offset should be taken from the (GList *)::data pointer, not the list directly.. v2: Drop accidentially commited wip stuff | |||||
2011-09-28 | Revert "find_by_id: Fix lookup" | Benjamin Franzke | 1 | -1/+1 | |
This reverts commit c1cf0a71cfd8aa3441e57592e17de0d34823d305. | |||||
2011-09-28 | find_by_id: Fix lookup | Benjamin Franzke | 1 | -1/+1 | |
The offset should be taken from the (GList *)::data pointer, not the list directly.. | |||||
2011-09-24 | Add a general element finding routine to util.c | Benjamin Franzke | 1 | -0/+18 | |
And use this to implement find_user and find_channel as inline functions. |