Handle admin via token. Handle user mute/deafen. Handle kick and partly ban.
[umurmur.git] / src / messagehandler.c
2012-02-24 Martin JohanssonHandle admin via token. Handle user mute/deafen. Handle...
2011-10-07 Martin JohanssonAdd support for channel passwords.
2011-03-26 Martin JohanssonUpdated copyright year.
2011-01-01 fatbob313Patch by J Sisson: sprintf -> snprintf
2010-12-06 fatbob313Add functions for sending messages to clients with...
2010-12-06 fatbob313Add support for UserStats message.
2010-11-03 fatbob313Fix potential segfault at checking server password...
2010-11-02 fatbob313Fix local mute/unmute not showing up in other users...
2010-03-07 fatbob313Fixed server crash when setting Access token while...
2010-02-13 fatbob313Merge of r85:88 from branch polarssl into trunk.
2010-02-09 fatbob313Send channel links info at client connect
2010-02-07 fatbob313Fix for:
2010-01-31 fatbob313Use a dynamic list for codecs instead of arrays.
2010-01-31 fatbob313rename player -> user
2010-01-29 fatbob313Logging fixes
2010-01-24 fatbob313Get rid of character arrays.
2010-01-24 fatbob313Add option 'noenter' to channel configuration and imple...
2010-01-24 fatbob313Added creation of temporary channels.
2010-01-16 fatbob313Make logging more uniform. Fix copyright year
2010-01-14 fatbob313Add support for plugin contexts and strip positional...
2010-01-06 fatbob313Update copyright year. Fix a typo in logging.
2010-01-06 fatbob313Added voice target (whisper) functionality.
2010-01-03 fatbob313More work toward 1.2.0:
2009-12-30 fatbob313TextMessage handling added.
2009-12-23 fatbob313More work towards 1.2.0
2009-12-19 fatbob313Mumble 1.2.x compatible server. Kind of working, at...
2009-08-26 fatbob313Initial import