Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
26f317ee
Commit
26f317ee
authored
Jul 05, 2015
by
Fabio Bas
Browse files
Profile management
parent
8407d7cc
Changes
21
Hide whitespace changes
Inline
Side-by-side
servatrice/src/serversocketinterface.h
View file @
26f317ee
...
...
@@ -48,6 +48,10 @@ class Command_BanFromServer;
class
Command_UpdateServerMessage
;
class
Command_ShutdownServer
;
class
Command_AccountEdit
;
class
Command_AccountImage
;
class
Command_AccountPassword
;
class
ServerSocketInterface
:
public
Server_ProtocolHandler
{
Q_OBJECT
...
...
@@ -99,6 +103,10 @@ private:
Response
::
ResponseCode
processExtendedModeratorCommand
(
int
cmdType
,
const
ModeratorCommand
&
cmd
,
ResponseContainer
&
rc
);
Response
::
ResponseCode
processExtendedAdminCommand
(
int
cmdType
,
const
AdminCommand
&
cmd
,
ResponseContainer
&
rc
);
Response
::
ResponseCode
cmdAccountEdit
(
const
Command_AccountEdit
&
cmd
,
ResponseContainer
&
rc
);
Response
::
ResponseCode
cmdAccountImage
(
const
Command_AccountImage
&
cmd
,
ResponseContainer
&
rc
);
Response
::
ResponseCode
cmdAccountPassword
(
const
Command_AccountPassword
&
cmd
,
ResponseContainer
&
rc
);
bool
sendActivationTokenMail
(
const
QString
&
nickname
,
const
QString
&
recipient
,
const
QString
&
token
);
public:
ServerSocketInterface
(
Servatrice
*
_server
,
Servatrice_DatabaseInterface
*
_databaseInterface
,
QObject
*
parent
=
0
);
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment