diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 09:34:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 09:34:35 +0000 |
commit | 002652dfba97993283f544194f6837abe5955257 (patch) | |
tree | 4a1656cd93c64ae362af3301273bc878d42befc7 /protocols/Omegle/constants.h | |
parent | 41b579acddacffb545269fe44e6550ed30ef9a24 (diff) |
Omegle: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1903 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/constants.h')
-rw-r--r-- | protocols/Omegle/constants.h | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/protocols/Omegle/constants.h b/protocols/Omegle/constants.h deleted file mode 100644 index 6f1fbda166..0000000000 --- a/protocols/Omegle/constants.h +++ /dev/null @@ -1,55 +0,0 @@ -/*
-
-Omegle plugin for Miranda Instant Messenger
-_____________________________________________
-
-Copyright © 2011-12 Robert Pösel
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-*/
-
-#pragma once
-
-// Version management
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0,1,0,1)
-#define __VERSION_STRING "0.1.0.1"
-
-// Product management
-#define OMEGLE_NAME "Omegle"
-#define OMEGLE_SERVER_REGULAR "http://www.omegle.com"
-#define OMEGLE_SERVER_CHAT "http://%s.omegle.com"
-
-// Limits
-#define OMEGLE_TIMEOUTS_LIMIT 6
-// There is "no limit" on Omegle, but we should set some wise limit
-#define OMEGLE_MESSAGE_LIMIT 4096
-#define OMEGLE_MESSAGE_LIMIT_TEXT "4096"
-
-#define OMEGLE_QUESTION_MIN_LENGTH 10
-
-// Omegle request types
-#define OMEGLE_REQUEST_HOME 100 // getting server name
-#define OMEGLE_REQUEST_COUNT 105 // get count of connected users
-#define OMEGLE_REQUEST_START 110 // starting conversation
-#define OMEGLE_REQUEST_STOP 120 // ending conversation
-#define OMEGLE_REQUEST_SEND 300 // sending message
-#define OMEGLE_REQUEST_EVENTS 301 // receiving events
-#define OMEGLE_REQUEST_TYPING_START 310 // started typing
-#define OMEGLE_REQUEST_TYPING_STOP 311 // stoped typing
-#define OMEGLE_REQUEST_RECAPTCHA 400 // recaptcha handling
-
-// Servers list
-//static const char *servers[] = {"Random", "bajor", "cardassia", "promenade", "odo-bucket", "ferengi", "quilt", "empok-nor", "quibbler"};
-static const char *servers[] = {"Random", "front1", "front2", "front3", "front4", "qfront1"};
\ No newline at end of file |