Use Memory_safeCalloc() to allocate zeroed memory.
[umurmur.git] / src / messages.c
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.
2014-12-07 Martin JohanssonMerge pull request #48 from snowblind/sharedmemory
2014-12-07 Martin JohanssonMerge pull request #49 from fmorgner/master
2014-09-04 Felix MorgnerHotfix for banning issues
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-06-08 Martin JohanssonUpdate copyright year.
2012-03-06 Martin JohanssonAdd banlist message handling. Bans can now be edited...
2012-02-25 Martin JohanssonUpdate copyright year.
2012-02-24 Martin JohanssonAdd UserRemove handling for kick and ban.
2011-03-26 Martin JohanssonUpdated copyright year.
2010-12-06 fatbob313Add functions for sending messages to clients with...
2010-12-06 fatbob313Update Mumble protocol to 1.2.3
2010-03-23 fatbob313Fix byte order confusion which broke on big endian...
2010-02-14 fatbob313Remove unused function
2010-02-09 fatbob313Send channel links info at client connect
2010-02-07 fatbob313Fix for:
2010-02-01 fatbob313Handle protobuf unpacking errors. Unhandled errors...
2010-01-31 fatbob313UDPTunnel message tx handling didn't set len parameter...
2010-01-24 fatbob313Added creation of temporary channels.
2010-01-16 fatbob313Make logging more uniform. Fix copyright year
2010-01-14 fatbob313Fix pointer dereferencing to unaligned data. Many platf...
2010-01-06 fatbob313Update copyright year. Fix a typo in logging.
2010-01-05 fatbob313Fix confusion regarding message creation from net and...
2010-01-04 fatbob313Fix TCP mode
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