-
One thing we care about is making sure people aren't spoofing the email address sender field.
The way we've come up with how to do this is:
- for every pair of email addresses, they can get a hash…
-
a per-month "downloadable version" like Mailman offers: https://mail.python.org/pipermail/mailman-users/
as well as just a download everything option as well.
-
I think the current thread parsing functions only works for emails sent by gmail. If an email sent by other clients, murmur can't parse the thread properly and regard it as totally different email thr…
-
~2000 users connections and ~1000 virtual Mumble servers are running on this machine with Debian 8, and first CPU core mostly 100% usage when other cores not. This leads to the situation when part of …
-
- [x] murmur lib/cli
- [x] murmur dapp
- [x] murmur api
- [x] docker compose
-
I compiled 1.3.x from git - wanting to set a superuser password requires to annoyingly launch murmur manually with a parameter.
I'd welcome an option to set superuser option via a config line in mu…
-
Currently murmur runs a single process for all task and does not attempt to do
any sandboxing or privilege separation. This means that an attacker that manages
to find a flaw in murmur can access th…
-
While executing the script
`dark@morroc:~/murmur-manager$ ./manage-ice.rb
./manage-ice.rb:62:in initialize: No such file or directory - options.yml (Errno::ENOENT)
from ./manage-ice.rb:62:in 'op…
-
Compile and package Mumble for Byzantium. Sitwon's handling Murmur (the server-side component).
-
> The current version is MurmurHash3, which yields a 32-bit or 128-bit hash value. **When using 128-bits, the x86 and x64 versions do not produce the same values**, as the algorithms are optimized for…