source: nick.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @9c7ef22   2016-12-26T00:31:18Z dx nick_strip: accept null irc parameter Sometimes I'm randomly reminded …
(edit) @90254d0   2016-12-26T00:18:55Z dx Add nick_lowercase and nick_underscores settings
(edit) @3a27896   2015-06-04T17:13:22Z dx nick_gen: retry g_convert_with_fallback without TRANSLIT if it fails …
(edit) @fe63ed3   2015-05-28T04:03:28Z dx teach nick_lc to handle # and other non-letters correctly
(edit) @e3e2059   2015-04-06T12:35:57Z dx irc: split bee_irc_chat_name_hint in a few functions Also split …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @eb4ad8d   2015-01-17T20:13:19Z wilmer Merging random other fixes/cleanups.
(edit) @fed4f76   2015-01-16T19:50:25Z dx Fix UTF8 nick truncation issues When nicks exceeded the length limit, …
(edit) @6b13103   2015-01-16T19:50:23Z dx Replace isdigit/isalpha/.../tolower/toupper with glib variants This …
(edit) @6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
(edit) @46511b3   2014-10-11T10:43:44Z dx nick_lc: use unsigned chars to avoid unicode issues
(edit) @cce1b63   2014-02-27T23:46:35Z dx Fix for null pointer in nick_gen (Ticket #1101)
(edit) @7e84168   2013-06-22T21:50:15Z wilmer #1067: Restore nickname truncation.
(edit) @1a2c1c0   2013-06-16T12:42:39Z wilmer Merging utf8-nicks branch. This adds a utf8_nicks setting which …
(edit) @c608891   2013-04-23T16:20:06Z wilmer Simple (and possibly still fragile) support for UTF-8 nicknames.
(edit) @e277e80   2013-04-20T22:50:31Z wilmer Add irc_t* argument to all relevant nick_*() functions.
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @9ed0081   2012-11-25T18:39:11Z wilmer Fixed one potential memory leak, and re-remembered that for GLib + …
(edit) @e67e513   2011-10-03T14:56:58Z pesco rename irc_usermsg to irc_rootmsg. add new irc_usermsg, …
(edit) @560129a   2010-09-30T06:30:07Z wilmer Fix use of g_convert(), thanks to an anonymous person who opened #676.
(edit) @f7d12f7   2010-08-05T20:20:44Z wilmer Some fixes for compiler warnings that only show up when compiling with …
(edit) @3b3c50d9   2010-07-28T08:24:47Z wilmer Allow including account tags in nicknames, and be a bit more clever …
(edit) @6f0ea57   2010-07-17T14:37:33Z wilmer Making nick_format a tiny bit more complicated: Allow truncating a …
(edit) @6ef19f7   2010-07-17T14:02:47Z wilmer Fixed bug in r712. Check part, not *part.
(edit) @177ffd7   2010-07-17T10:04:51Z wilmer nick_gen() should also insert an underscore if the first character of …
(edit) @badd148   2010-07-12T23:22:53Z wilmer Reformat nicks whenever fullname/nick/group changes (but at least for …
(edit) @09dfb68   2010-07-12T20:27:11Z wilmer Added %nick and %group. They don't work yet since nick_gen() is only …
(edit) @2e0eaac   2010-07-11T23:14:49Z wilmer First version of the nick_format setting.
(edit) @b1f818b   2010-07-11T12:21:59Z wilmer Use bee_user structs in all nick_* functions. Prepare for a nick_get() …
(edit) @81e04e1   2010-04-01T02:32:25Z wilmer nogaim.c is close to doing something useful again without speaking any …
(edit) @280c56a   2010-03-27T17:36:47Z wilmer Added privmsg handlers to users/channels. root commands are coming back.
(edit) @3ddb7477   2010-03-26T12:14:37Z wilmer One total mess that doesn't do much yet, but reorganised some stuff …
(edit) @05b44da   2008-06-24T09:15:47Z wilmer Fixed a bug with nickname handling. I really should kill all …
(edit) @43462708   2008-01-06T12:37:55Z wilmer More consistency in error/warning errors. Until now "WARNING:" was …
(edit) @0f47613   2007-12-10T22:57:13Z wilmer Don't allow nicks that start with a number.
(edit) @d06eabf   2007-06-04T13:22:05Z wilmer Added imcb_buddy_nick_hint so the Jabber conference module can suggest …
(edit) @d323394c   2007-04-20T04:49:30Z wilmer New code to use nicknames stored in ICQ contact lists.
(edit) @5b52a48   2006-07-03T21:22:45Z wilmer Implemented per-account nick lists instead of per-protocol nick lists. …
(edit) @5c9512f   2006-06-30T09:17:18Z wilmer Made set.c API more generic so it's not specific to irc_t structures …
(edit) @1fc2958   2006-06-16T12:07:51Z Jelmer Vernooij Add checks for nick functions as well, fix bug where nick lengths …
(edit) @703f0f7   2005-12-14T01:17:25Z Jelmer Vernooij Merge my pluginable branch
(edit) @1eddf6b   2005-12-08T12:30:43Z Jelmer Vernooij Add some const
(edit) @7b23afd   2005-11-07T16:16:18Z Jelmer Vernooij Migrate my pluginable branch to use Wilmers' branch as parent
(add) @b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree) 0.99
Note: See TracRevisionLog for help on using the revision log.