aboutsummaryrefslogtreecommitdiffstats
path: root/nick.h
Commit message (Collapse)AuthorAgeLines
* irc: split bee_irc_chat_name_hint in a few functionsdequis2015-04-06-0/+1
| | | | Also split underscore_dedupe from nick_dedupe.
* Reindent everything to K&R style with tabsIndent2015-02-20-14/+14
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
|
* Simple (and possibly still fragile) support for UTF-8 nicknames.Wilmer van der Gaast2013-04-23-1/+1
|
* Add irc_t* argument to all relevant nick_*() functions.Wilmer van der Gaast2013-04-20-5/+5
|
* Use bee_user structs in all nick_* functions. Prepare for a nick_get() withWilmer van der Gaast2010-07-11-5/+7
| | | | | more flexible nickname generation.
* Added imcb_buddy_nick_hint so the Jabber conference module can suggest saneWilmer van der Gaast2007-06-04-0/+1
| | | | | | | | nicknames for chatroom participants. There'll probably be a lot of underscores now, but this is by far the cleanest way to implement this, I think. At least now whispers will work properly. Also using this function call to set names for ICQ contacts in a slightly saner way.
* New code to use nicknames stored in ICQ contact lists.Wilmer van der Gaast2007-04-19-1/+2
|
* 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