summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
fatbob313 [Tue, 19 Jan 2010 17:05:48 +0000 (17:05 +0000)]
Add OS and machine info retrieval via uname
fatbob313 [Sat, 16 Jan 2010 22:00:10 +0000 (22:00 +0000)]
Make logging more uniform. Fix copyright year
fatbob313 [Thu, 14 Jan 2010 21:20:29 +0000 (21:20 +0000)]
Fix pointer dereferencing to unaligned data. Many platforms do not support it, ARM to mention one...
Also fix potential bug in receive logic.
fatbob313 [Thu, 14 Jan 2010 20:26:26 +0000 (20:26 +0000)]
Add support for plugin contexts and strip positional data from voice messages when different contexts communicate (untested).
fatbob313 [Thu, 7 Jan 2010 20:50:41 +0000 (20:50 +0000)]
Add patch found here: code.google.com/p/protobuf-c/issues/detail?id=29
fatbob313 [Wed, 6 Jan 2010 23:53:29 +0000 (23:53 +0000)]
Add example configuration file
fatbob313 [Wed, 6 Jan 2010 23:51:53 +0000 (23:51 +0000)]
Changed default values for bandwidth.
fatbob313 [Wed, 6 Jan 2010 23:51:11 +0000 (23:51 +0000)]
fatbob313 [Wed, 6 Jan 2010 23:02:55 +0000 (23:02 +0000)]
Reorganization
fatbob313 [Wed, 6 Jan 2010 17:12:14 +0000 (17:12 +0000)]
Update copyright year. Fix a typo in logging.
fatbob313 [Wed, 6 Jan 2010 16:59:31 +0000 (16:59 +0000)]
Protobuf definitions file from Mumble sources.
fatbob313 [Wed, 6 Jan 2010 16:54:37 +0000 (16:54 +0000)]
Makefile with new voicetarget files too...
fatbob313 [Wed, 6 Jan 2010 16:52:11 +0000 (16:52 +0000)]
Add channel links.
fatbob313 [Wed, 6 Jan 2010 14:57:42 +0000 (14:57 +0000)]
Added voice target (whisper) functionality.
fatbob313 [Tue, 5 Jan 2010 18:20:57 +0000 (18:20 +0000)]
Fix confusion regarding message creation from net and later freeing.
fatbob313 [Mon, 4 Jan 2010 17:56:28 +0000 (17:56 +0000)]
Use defines for version info. uint32_t should be byte-shifted with htonl()
fatbob313 [Mon, 4 Jan 2010 17:55:03 +0000 (17:55 +0000)]
Fix TCP mode
fatbob313 [Sun, 3 Jan 2010 10:14:32 +0000 (10:14 +0000)]
More work toward 1.2.0:
* PermissionQuery message handling
* CodecVersion message handling
* + other random updates
fatbob313 [Wed, 30 Dec 2009 10:46:15 +0000 (10:46 +0000)]
TextMessage handling added.
fatbob313 [Wed, 23 Dec 2009 22:33:43 +0000 (22:33 +0000)]
More work towards 1.2.0
fatbob313 [Sat, 19 Dec 2009 23:38:19 +0000 (23:38 +0000)]
Mumble 1.2.x compatible server. Kind of working, at least in server loopback mode.
Lots of protocol related changes, most notably the use of protobuf-c for network messages.
fatbob313 [Thu, 26 Nov 2009 20:17:13 +0000 (20:17 +0000)]
Corrected a bug that causes segfaults if UDP packets are received when no client connected. Specifically, this happens when a 1.2.x client connects.
fatbob313 [Wed, 18 Nov 2009 16:57:38 +0000 (16:57 +0000)]
Install umurmur.conf as config file.
fatbob313 [Tue, 17 Nov 2009 21:35:54 +0000 (21:35 +0000)]
Install umurmur.conf as configuration file so it won't be overwritten by opkg. Step version to 0.1.3
fatbob313 [Tue, 17 Nov 2009 21:34:48 +0000 (21:34 +0000)]
Use new swicth for enabling SCHED_RR
fatbob313 [Tue, 17 Nov 2009 21:25:24 +0000 (21:25 +0000)]
Add commandline switch for turning on SCHED_RR. Update version to 0.1.3
fatbob313 [Tue, 17 Nov 2009 21:17:04 +0000 (21:17 +0000)]
Fix TCP mode memory leak
fatbob313 [Sat, 26 Sep 2009 16:27:58 +0000 (16:27 +0000)]
Correct conf-file
fatbob313 [Sat, 26 Sep 2009 16:19:51 +0000 (16:19 +0000)]
Step version
fatbob313 [Sat, 26 Sep 2009 09:43:25 +0000 (09:43 +0000)]
Increase max string size
fatbob313 [Thu, 10 Sep 2009 16:53:47 +0000 (16:53 +0000)]
Force a close when inactivity timer triggers
fatbob313 [Tue, 1 Sep 2009 16:44:26 +0000 (16:44 +0000)]
Correct log levels
fatbob313 [Sun, 30 Aug 2009 12:31:20 +0000 (12:31 +0000)]
Removed dependency file. Shall not be under version control.
fatbob313 [Wed, 26 Aug 2009 20:00:32 +0000 (20:00 +0000)]
Initial import
fatbob313 [Tue, 11 Aug 2009 15:19:52 +0000 (15:19 +0000)]
Initial directory structure.