Must enable UDP when receiving ping packets too.
[umurmur.git] / src / client.c
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