Add the Client_find_by_session() function.
[umurmur.git] / src / client.h
2018-01-07 Tilman SauerbeckAdd the Client_find_by_session() function.
2018-01-07 Tilman SauerbeckMake Client_textmessage() take a const char pointer.
2017-12-28 Tilman SauerbeckReorder fields of client_t for better packing and cache...
2017-12-28 Tilman SauerbeckDeclare client_t::channel as struct channel for better...
2015-02-04 Martin JohanssonMerge pull request #51 from fmorgner/master
2015-01-31 Felix Morgnersilenced some warnings
2014-11-26 Michael J. Poundersremove comment from client.h file.. no need for it now
2014-11-17 Michael J. PoundersSwitch over to more modern unix sharedmemory API (reque...
2014-06-18 Martin JohanssonMerge pull request #39 from fmorgner/master
2014-06-06 Felix MorgnerIPv6 dual-stack support
2014-05-02 Felix MorgnerCode cleanup
2014-05-01 Felix MorgnerIndentation fixed
2014-05-01 Felix MorgnerMerge branch 'gnutls' into ipv6
2014-05-01 Felix MorgnerInitial IPv6 support
2014-05-01 Felix MorgnerAdded support for IPv6 peer addresses
2014-03-12 Martin JohanssonMerge pull request #34 from fmorgner/master
2014-01-14 Felix MorgnerMerge branch 'cmake'
2014-01-13 Felix Morgnerfixed cmake again...
2014-01-13 Felix Morgnerput some stuff back in
2014-01-13 Felix Morgnerpreliminary cmake support. linking still broken.
2014-01-01 Martin JohanssonUpdate copyright year
2013-12-29 TrivveAdd client indication of silent channels
2013-06-08 Martin JohanssonUpdate copyright year.
2013-02-05 Martin JohanssonAdd function for sending textmessages.
2013-02-05 Martin JohanssonAdd initial support for Opus
2012-09-10 Martin JohanssonReset timeout timer when receiving UDP data too. May...
2012-03-13 Martin JohanssonFix deaf/mute issues. Fix channel moves by admin and...
2012-02-25 Martin JohanssonUpdate copyright year.
2012-02-25 Martin JohanssonAdmin user role first shot + ban and kick.
2011-10-07 Martin JohanssonAdd support for channel passwords.
2011-03-29 Antoine BertinMerge branch 'autotools'
2011-03-26 Martin JohanssonUpdated copyright year.
2010-12-06 fatbob313Add functions for sending messages to clients with...
2010-12-06 fatbob313Add support for UserStats message.
2010-02-13 fatbob313Merge of r85:88 from branch polarssl into trunk.
2010-02-07 fatbob313Fix for:
2010-02-01 fatbob313Remove drain of large messages since it isn't reliable...
2010-01-31 fatbob313Use a dynamic list for codecs instead of arrays.
2010-01-31 fatbob313rename player -> user
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-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