aboutsummaryrefslogtreecommitdiffstats
path: root/nick.h
Commit message (Collapse)AuthorAgeLines
* Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-11/+3
| | | | | | | | | | nick_t is dead, instead nicks are just saves in a per-account_t GLib hash table. While doing this, the import_buddies command finally died and text_save() disappeared, because the old file format can't handle most of the new features in this branch anyway. Still have to implement support for the new nick lists in text_load()!
* Merge my pluginable branchJelmer Vernooij2005-12-14-3/+3
|\
| * Migrate my pluginable branch to use Wilmers' branch as parentJelmer Vernooij2005-11-07-3/+3
| |
* | Add some constJelmer Vernooij2005-12-08-6/+6
|/
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+43