Add the Client_find_by_session() function.
[umurmur.git] / src / client.c
2018-01-07 Tilman SauerbeckAdd the Client_find_by_session() function.
2018-01-07 Tilman SauerbeckMake Client_textmessage() take a const char pointer.
2018-01-01 Tilman SauerbeckFix misuse of Client_iterate() in Client_voiceMsg().
2018-01-01 Tilman SauerbeckUse strdup() in Client_textmessage().
2017-12-28 Tilman SauerbeckExtract function Client_find_by_fd().
2017-12-28 Tilman SauerbeckRemove casts made unneeded by the previous changeset.
2017-12-28 Tilman SauerbeckSimplify message reference management in Client_send_me...
2017-12-27 Tilman SauerbeckRemove useless if's around free() calls.
2017-12-27 Tilman SauerbeckUse Memory_safeCalloc() to allocate zeroed memory.
2015-09-22 Felix MorgnerMerge branch 'master' of github.com:fmorgner/umurmur
2015-07-13 Dan TurnerRemoved null-pointer dereference in low mem.
2015-02-06 Felix MorgnerMerge pull request #54 from fmorgner/master
2015-02-06 Felix Morgnerfixed memory leaks. closes issue #52
2015-02-06 Felix Morgnerclosed some memory leaks
2015-02-04 Martin JohanssonMerge pull request #51 from fmorgner/master
2015-01-31 Felix Morgnersilenced some warnings
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-22 Felix MorgnerMerge branch 'ipv6' of github.com:fmorgner/umurmur...
2014-05-22 Felix MorgnerHandle systems without IPv6 support correctly
2014-05-22 Felix MorgnerHandle systems without IPv6 support correctly
2014-05-02 Felix MorgnerCode cleanup
2014-05-02 Felix MorgnerFixed banning to work for both v4 and v6
2014-05-01 Felix MorgnerFixed preprocessor defines
2014-05-01 Felix MorgnerLinux vs. BSD sockaddr_storage fix
2014-05-01 Felix MorgnerIndentation fixed
2014-05-01 Felix Morgnerindentation test
2014-05-01 Felix MorgnerIPv6 sendto fix
2014-05-01 Felix MorgnerMerge branch 'gnutls' into ipv6
2014-05-01 Felix MorgnerInitial IPv6 support
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-11-10 Martin JohanssonMerge branch 'ipv4' of github.com:fatbob313/umurmur...
2013-10-05 Martin JohanssonAdd silent channel option
2013-06-08 Martin JohanssonUpdate copyright year.
2013-06-07 Martin JohanssonFix Opus not working.
2013-02-05 Martin JohanssonReduce codec-check noise in the log
2013-02-05 Martin JohanssonMake codec arbitration work.
2013-02-05 Martin JohanssonFix error message at client disconnect when using OpenSSL.
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-09-10 Martin JohanssonReset timeout timer when receiving UDP data too. May...
2012-08-29 Martin JohanssonFix unsafe client removal from list at timeout.
2012-03-18 Martin JohanssonBetter logging when connection fails.
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-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-09-07 Martin JohanssonFix for unneccesary fatal exit when client is disconnec...
2011-04-14 Martin JohanssonMerge branch 'master' of https://github.com/Diaoul...
2011-04-13 Martin JohanssonMerge branch 'master' of git://github.com/Diaoul/umurmu...
2011-04-11 Martin JohanssonRemove silly warning message that was triggered if...
2011-03-26 Martin JohanssonUpdated copyright year.
2011-02-10 fatbob313Fix codec alpha/beta in message to client. Copied chang...
2010-12-18 fatbob313CELT default version/bitstream version updated.
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 fatbob313Must enable UDP when receiving ping packets too.
2010-02-07 fatbob313Fix for:
2010-02-01 fatbob313Remove drain of large messages since it isn't reliable...
2010-01-31 fatbob313Remove buffer zeroing since it's not neccesary.
2010-01-31 fatbob313Use a dynamic list for codecs instead of arrays.
2010-01-31 fatbob313rename player -> user
2010-01-31 fatbob313Use a function to find a free Session ID instead of...
2010-01-30 fatbob313Fix null string compare causing crash
2010-01-29 fatbob313Logging fixes
2010-01-28 fatbob313Leave channel when disconnecting and remove channel...
2010-01-19 fatbob313Add OS and machine info retrieval via uname
2010-01-16 fatbob313Make logging more uniform. Fix copyright year
2010-01-14 fatbob313Fix pointer dereferencing to unaligned data. Many platf...
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 fatbob313Add channel links.
2010-01-06 fatbob313Added voice target (whisper) functionality.
2010-01-04 fatbob313Use defines for version info. uint32_t should be byte...
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-11-26 fatbob313Corrected a bug that causes segfaults if UDP packets...
2009-11-17 fatbob313Fix TCP mode memory leak
2009-09-10 fatbob313Force a close when inactivity timer triggers
2009-08-26 fatbob313Initial import