Restructuring so our libraries can go into a separate libmist project.
This commit is contained in:
parent
a71ab0427e
commit
49fe8afb84
9 changed files with 57 additions and 963 deletions
|
@ -727,7 +727,7 @@ Socket::Connection Socket::getStream(std::string streamname){
|
|||
/// Filters the streamname, removing invalid characters and
|
||||
/// converting all letters to lowercase.
|
||||
/// If a '?' character is found, everything following that character is deleted.
|
||||
/// If the /tmp/ddvtech directory doesn't exist yet, this will create it.
|
||||
/// If the /tmp/mist directory doesn't exist yet, this will create it.
|
||||
Socket::Server Socket::makeStream(std::string streamname){
|
||||
//strip anything that isn't numbers, digits or underscores
|
||||
for (std::string::iterator i=streamname.end()-1; i>=streamname.begin(); --i){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue