Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-scripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-12Force Authenticators to use Ice encoding 1.0Stefan Hacker
As we don't use the new 1.1 features and likely never will this makes us backwards and forwards compatible. See https://doc.zeroc.com/display/Doc/Encoding+Version+1.1
2015-02-19Fix single argument queries with mysqldb in Authenticators.Stefan Hacker
Seems like the call style we used for these was non-standart or deprecated.
2012-07-15add /usr/share/Ice/slice as another search path (default on Debian)Michael Ziegler
2012-07-15add a fallback for when Ice.getSliceDir() is emptyMichael Ziegler
2012-07-10Convert phpBB3auth/smfauth to new checkConnection style (aggressive reattach)Stefan Hacker
2012-07-09Enable autocommit in smf/phpBB3auth as InnoDB combined with MysqlDB's ↵Stefan Hacker
default settings cause REPEATABLE READ transactions to start even when only SELECTing data.
2011-02-22Restore python 2.4 compatibility of phpBB3auth and smfauthStefan Hacker
2010-12-20Fix a few typosStefan Hacker
2010-12-13Fix password encoding handling in phpBB3auth and smfauth.Stefan Hacker
2010-12-07Port Ice function fortification to smfauth and phpBB3auth. Again not tested ↵Stefan Hacker
in any way.
2010-11-14Prevent hash functions from choking in non ascii decodable inputStefan Hacker
2010-05-30Make authenticator retry every database operation once. This should solve ↵Stefan Hacker
problems with timeouts.
2010-04-11Make all script compatible with the Murmur 1.2.3 slicefile. Extend mice.py ↵Stefan Hacker
to dynload the slice from the server.
2010-03-16Make authenticator aware of starting and stopping meta as well as virtual ↵Stefan Hacker
servers and connection loss
2010-03-16Remove UTF8 BOM so linux shells can see the shebangStefan Hacker
2010-03-16Make smfauth and phpBB3auth also check secret send by server and work around ↵Stefan Hacker
1.2.2 slice file bug
2010-02-12Add icesecret feature to smfauth.py and phpbb3auth.pyStefan Hacker
2010-02-12Update smfauth.py and phpBB3auth.py for Murmur 1.2.2 avatar capabilities.Stefan Hacker
WARNING: This breaks backwards compatibility with Murmur <1.2.2 . If you plan to use these scripts in this version or any newer version please update Murmur to at least version 1.2.2.
2010-02-02Initial import of following scripts:Stefan Hacker
mice.py - Small helper script to easily initialize an interactive Ice console phpBB3auth.py - Authenticator for phpBB3 smfauth.py - Authenticator for SMF (Simple Machine Forums)