Use Client_find_by_session() instead of a few open-coded loops.
[umurmur.git] / src / messagehandler.c
2018-01-07 Tilman SauerbeckUse Client_find_by_session() instead of a few open... master
2017-12-28 Tilman SauerbeckRemove casts made unneeded by the previous changeset.
2017-12-27 Tilman SauerbeckRemove useless if's around free() calls.
2017-01-26 Felix MorgnerMerge pull request #98 from adufray/patch-1
2017-01-26 Felix MorgnerAdjust pull request #80
2016-11-26 Felix MorgnerMerge pull request #99 from C4K3/show-addresses-option
2016-11-16 Sebastian BluntAdd show-addresses option, to optionally hide user...
2015-09-22 Felix MorgnerMerge branch 'master' of github.com:fmorgner/umurmur
2015-08-04 Martin JohanssonMerge branch 'master' of github.com:fatbob313/umurmur
2015-07-13 Dan TurnerRemoved null-pointer dereference in low mem.
2015-07-06 Felix MorgnerFixed mutiple possible null-pointer derefences #63
2014-12-16 Martin JohanssonFix multiple channel links to one destination channel...
2014-06-18 Martin JohanssonMerge pull request #39 from fmorgner/master
2014-06-06 Felix MorgnerIPv6 dual-stack support
2014-05-01 Felix MorgnerMerge branch 'gnutls' into ipv6
2014-05-01 Felix MorgnerAdded support for IPv6 peer addresses
2014-03-12 Martin JohanssonMerge pull request #34 from fmorgner/master
2014-02-26 Felix MorgnerMerge branch 'master' of github.com:fmorgner/umurmur
2014-01-16 Felix Morgnerremoved trailing whitespaces
2014-01-01 Martin JohanssonUpdate copyright year
2013-12-29 TrivveAdd client indication of silent channels
2013-11-13 Martin JohanssonAdd channel position.
2013-06-08 Martin JohanssonUpdate copyright year.
2013-03-10 Martin JohanssonFix opus reporting in UserStats.
2013-02-11 Martin JohanssonFix possible crash when requesting info on user.
2013-02-05 Martin JohanssonAdd function for sending textmessages.
2013-02-05 Martin JohanssonOpus support continued. Negotiating stuff. Working...
2013-02-05 Martin JohanssonAdd initial support for Opus
2012-03-16 Martin JohanssonMute/deaf fixes + simplify channel password logic.
2012-03-13 Martin JohanssonFix deaf/mute issues. Fix channel moves by admin and...
2012-03-06 Martin JohanssonAdd banlist message handling. Bans can now be edited...
2012-02-25 Martin JohanssonImprove logging for kick/ban
2012-02-25 Martin JohanssonUpdate copyright year.
2012-02-25 Martin JohanssonAdd option to disallow text messages.
2012-02-25 Martin JohanssonBetter logging when ban. Mute/deaf possibly correctly...
2012-02-25 Martin JohanssonAdmin user role first shot + ban and kick.
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