aboutsummaryrefslogtreecommitdiffstats
path: root/nick.c
Commit message (Collapse)AuthorAgeLines
* Some fixes for compiler warnings that only show up when compiling with -O2,Wilmer van der Gaast2010-08-05-1/+1
| | | | | and some additions to the Debian package description.
* Allow including account tags in nicknames, and be a bit more clever aboutWilmer van der Gaast2010-07-28-0/+6
| | | | | the default tags (recognize AIM/ICQ/GTalk/Facebook).
* Making nick_format a tiny bit more complicated: Allow truncating a variableWilmer van der Gaast2010-07-17-1/+10
| | | | | to a certain length.
* Fixed bug in r712. Check part, not *part.Wilmer van der Gaast2010-07-17-1/+1
|
* nick_gen() should also insert an underscore if the first character of a nickWilmer van der Gaast2010-07-17-0/+3
| | | | | would otherwise be a digit.
* Reformat nicks whenever fullname/nick/group changes (but at least for nowWilmer van der Gaast2010-07-13-2/+13
| | | | | still only for offline users).
* Added %nick and %group. They don't work yet since nick_gen() is only calledWilmer van der Gaast2010-07-12-0/+13
| | | | | once.
* First version of the nick_format setting.Wilmer van der Gaast2010-07-12-7/+79
|
* Use bee_user structs in all nick_* functions. Prepare for a nick_get() withWilmer van der Gaast2010-07-11-17/+27
| | | | | more flexible nickname generation.
* nogaim.c is close to doing something useful again without speaking any IRCWilmer van der Gaast2010-03-31-12/+13
| | | | | itself.
* Added privmsg handlers to users/channels. root commands are coming back.Wilmer van der Gaast2010-03-27-1/+1
|
* One total mess that doesn't do much yet, but reorganised some stuff andWilmer van der Gaast2010-03-26-2/+2
| | | | | untying the IRC and the core parts a little bit. Lots of work left to do.
* Fixed a bug with nickname handling. I really should kill all fixed-lengthWilmer van der Gaast2008-06-24-0/+1
| | | | | strings in BitlBee...
* More consistency in error/warning errors. Until now "WARNING:" was usuallyWilmer van der Gaast2008-01-06-1/+1
| | | | | in upper case while "Error:" wasn't .... that doesn't really make sense.
* Don't allow nicks that start with a number.Wilmer van der Gaast2007-12-10-5/+14
|
* Added imcb_buddy_nick_hint so the Jabber conference module can suggest saneWilmer van der Gaast2007-06-04-3/+11
| | | | | | | | 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-9/+16
|
* Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-64/+47
| | | | | | | | | | 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()!
* Made set.c API more generic so it's not specific to irc_t structures anymore,Wilmer van der Gaast2006-06-30-1/+1
| | | | | but can be used for account_t structures too, for example.
* Add checks for nick functions as well, fix bug where nick lengths weren't Jelmer Vernooij2006-06-16-2/+2
| | | | | being honored.
* Merge my pluginable branchJelmer Vernooij2005-12-14-2/+2
|\
| * Migrate my pluginable branch to use Wilmers' branch as parentJelmer Vernooij2005-11-07-2/+2
| |
* | Add some constJelmer Vernooij2005-12-08-13/+8
|/
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+263