Switching license from GPL2 to AGPL3.

This commit is contained in:
lotodore
2011-07-02 14:38:06 +00:00
parent 56ac857eb4
commit 0ed12e0ac8
88 changed files with 1496 additions and 1584 deletions
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Callback interface for the chatcleaner. */ /* Callback interface for the chatcleaner. */
#ifndef _CHATCLEANERCALLBACK_H_ #ifndef _CHATCLEANERCALLBACK_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Manager which acts as client for the chat cleaner service. */ /* Manager which acts as client for the chat cleaner service. */
#ifndef _CHATCLEANERMANAGER_H_ #ifndef _CHATCLEANERMANAGER_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Callback interface for network client gui. */ /* Callback interface for network client gui. */
#ifndef _CLIENTCALLBACK_H_ #ifndef _CLIENTCALLBACK_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Context of network client. */ /* Context of network client. */
#ifndef _CLIENTCONTEXT_H_ #ifndef _CLIENTCONTEXT_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Exception class for client errors. */ /* Exception class for client errors. */
#ifndef _CLIENTEXCEPTION_H_ #ifndef _CLIENTEXCEPTION_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* State of network client. */ /* State of network client. */
#ifndef _CLIENTSTATE_H_ #ifndef _CLIENTSTATE_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Network client thread. */ /* Network client thread. */
#ifndef _CLIENTTHREAD_H_ #ifndef _CLIENTTHREAD_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/chatcleanercallback.h> #include <net/chatcleanercallback.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/chatcleanermanager.h> #include <net/chatcleanermanager.h>
#include <net/sendbuffer.h> #include <net/sendbuffer.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/clientcallback.h> #include <net/clientcallback.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <boost/asio.hpp> #include <boost/asio.hpp>
#include <net/clientcontext.h> #include <net/clientcontext.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/clientexception.h> #include <net/clientexception.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/clientstate.h> #include <net/clientstate.h>
#include <net/clientthread.h> #include <net/clientthread.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <boost/asio.hpp> #include <boost/asio.hpp>
#include <net/socket_helper.h> #include <net/socket_helper.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/downloaderthread.h> #include <net/downloaderthread.h>
#include <net/downloadhelper.h> #include <net/downloadhelper.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2008 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/socket_helper.h> #include <net/socket_helper.h>
#include <net/downloadhelper.h> #include <net/downloadhelper.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/internalchatcleanerpacket.h> #include <net/internalchatcleanerpacket.h>
#include <third_party/asn1/ChatCleanerMessage.h> #include <third_party/asn1/ChatCleanerMessage.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/irccallback.h> #include <net/irccallback.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/socket_helper.h> #include <net/socket_helper.h>
#include <net/ircthread.h> #include <net/ircthread.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifdef POKERTH_DEDICATED_SERVER #ifdef POKERTH_DEDICATED_SERVER
#error This file is only for the client. #error This file is only for the client.
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifndef POKERTH_DEDICATED_SERVER #ifndef POKERTH_DEDICATED_SERVER
#error This file is only for the server. #error This file is only for the server.
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/netcontext.h> #include <net/netcontext.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/netexception.h> #include <net/netexception.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/netpacket.h> #include <net/netpacket.h>
#include <net/socket_msg.h> #include <net/socket_msg.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2011 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <boost/asio.hpp> #include <boost/asio.hpp>
#include <boost/bind.hpp> #include <boost/bind.hpp>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/socket_helper.h> #include <net/socket_helper.h>
#include <net/resolverthread.h> #include <net/resolverthread.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2011 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <boost/asio.hpp> #include <boost/asio.hpp>
#include <boost/bind.hpp> #include <boost/bind.hpp>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/sendercallback.h> #include <net/sendercallback.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007-2011 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/senderhelper.h> #include <net/senderhelper.h>
#include <net/sessiondata.h> #include <net/sessiondata.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/serveraccepthelper.h> #include <net/serveraccepthelper.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/serveradminbot.h> #include <net/serveradminbot.h>
#include <net/ircthread.h> #include <net/ircthread.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/serverbanmanager.h> #include <net/serverbanmanager.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/servercallback.h> #include <net/servercallback.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/serverexception.h> #include <net/serverexception.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007-2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <boost/asio.hpp> #include <boost/asio.hpp>
#include <boost/bind.hpp> #include <boost/bind.hpp>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007-2010 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/servergamestate.h> #include <net/servergamestate.h>
#include <net/servergame.h> #include <net/servergame.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/serverircbotcallback.h> #include <net/serverircbotcallback.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009-2010 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/serverlobbybot.h> #include <net/serverlobbybot.h>
#include <net/ircthread.h> #include <net/ircthread.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007-2010 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/serverlobbythread.h> #include <net/serverlobbythread.h>
#include <net/servergame.h> #include <net/servergame.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007-2010 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <boost/asio.hpp> #include <boost/asio.hpp>
#include <net/servermanager.h> #include <net/servermanager.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2011 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/servermanagerfactory.h> #include <net/servermanagerfactory.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2011 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/servermanagerfactory.h> #include <net/servermanagerfactory.h>
#include <net/servermanagerirc.h> #include <net/servermanagerirc.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2011 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <boost/asio.hpp> #include <boost/asio.hpp>
#include <net/servermanagerirc.h> #include <net/servermanagerirc.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/sessiondata.h> #include <net/sessiondata.h>
#include <net/receivebuffer.h> #include <net/receivebuffer.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/sessiondatacallback.h> #include <net/sessiondatacallback.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007-2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/sessionmanager.h> #include <net/sessionmanager.h>
#include <net/senderhelper.h> #include <net/senderhelper.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <boost/asio.hpp> #include <boost/asio.hpp>
#include <boost/thread.hpp> #include <boost/thread.hpp>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/socket_helper.h> #include <net/socket_helper.h>
#include <net/transferhelper.h> #include <net/transferhelper.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/uploaderthread.h> #include <net/uploaderthread.h>
#include <net/uploadhelper.h> #include <net/uploadhelper.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <net/socket_helper.h> #include <net/socket_helper.h>
#include <net/uploadhelper.h> #include <net/uploadhelper.h>
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Network file download thread. */ /* Network file download thread. */
#ifndef _DOWNLOADERTHREAD_H_ #ifndef _DOWNLOADERTHREAD_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2008 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* libcurl download helper. */ /* libcurl download helper. */
#ifndef _DOWNLOADHELPER_H_ #ifndef _DOWNLOADHELPER_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Platform independent socket include header. */ /* Platform independent socket include header. */
#ifndef _GENERICSOCKET_H_ #ifndef _GENERICSOCKET_H_
#define _GENERICSOCKET_H_ #define _GENERICSOCKET_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* PokerTH chat cleaner packet. */ /* PokerTH chat cleaner packet. */
#ifndef _INTERNALCHATCLEANERPACKET_H_ #ifndef _INTERNALCHATCLEANERPACKET_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Callback interface for irc gui. */ /* Callback interface for irc gui. */
#ifndef _IRCCALLBACK_H_ #ifndef _IRCCALLBACK_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* IRC thread for the lobby. */ /* IRC thread for the lobby. */
#ifndef _IRCTHREAD_H_ #ifndef _IRCTHREAD_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Retrieve internal configuration values. */ /* Retrieve internal configuration values. */
#ifndef _NET_HELPER_H_ #ifndef _NET_HELPER_H_
#define _NET_HELPER_H_ #define _NET_HELPER_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Network context data. */ /* Network context data. */
#ifndef _NETCONTEXT_H_ #ifndef _NETCONTEXT_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Exception class for network errors. */ /* Exception class for network errors. */
#ifndef _NETEXCEPTION_H_ #ifndef _NETEXCEPTION_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* PokerTH network packet. */ /* PokerTH network packet. */
#ifndef _NETPACKET_H_ #ifndef _NETPACKET_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Buffer for ReceiveHelper. */ /* Buffer for ReceiveHelper. */
#ifndef _RECEIVEBUFFER_H_ #ifndef _RECEIVEBUFFER_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Name resolution thread. */ /* Name resolution thread. */
#ifndef _RESOLVERTHREAD_H_ #ifndef _RESOLVERTHREAD_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2011 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Buffer for sending network data. */ /* Buffer for sending network data. */
#ifndef _SENDBUFFER_H_ #ifndef _SENDBUFFER_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Callback interface for the sender thread. */ /* Callback interface for the sender thread. */
#ifndef _SENDERCALLBACK_H_ #ifndef _SENDERCALLBACK_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Network sender thread. */ /* Network sender thread. */
#ifndef _SENDERHELPER_H_ #ifndef _SENDERHELPER_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007-2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Network server helper to accept connections. */ /* Network server helper to accept connections. */
#ifndef _SERVERACCEPTHELPER_H_ #ifndef _SERVERACCEPTHELPER_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* IRC admin bot for the server. */ /* IRC admin bot for the server. */
#ifndef _SERVERADMINBOT_H_ #ifndef _SERVERADMINBOT_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Manager for server bans. */ /* Manager for server bans. */
#ifndef _SERVERBANMANAGER_H_ #ifndef _SERVERBANMANAGER_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Callback interface for network server gui. */ /* Callback interface for network server gui. */
#ifndef _SERVERCALLBACK_H_ #ifndef _SERVERCALLBACK_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Exception class for server errors. */ /* Exception class for server errors. */
#ifndef _SERVEREXCEPTION_H_ #ifndef _SERVEREXCEPTION_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007-2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Network server game. */ /* Network server game. */
#ifndef _SERVERGAME_H_ #ifndef _SERVERGAME_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007-2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* State of a network game. */ /* State of a network game. */
#ifndef _SERVERGAMESTATE_H_ #ifndef _SERVERGAMESTATE_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Callback interface for the server irc bot. */ /* Callback interface for the server irc bot. */
#ifndef _SERVERIRCBOTCALLBACK_H_ #ifndef _SERVERIRCBOTCALLBACK_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* IRC lobby bot for the server. */ /* IRC lobby bot for the server. */
#ifndef _SERVERLOBBYBOT_H_ #ifndef _SERVERLOBBYBOT_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007-2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Network server lobby thread. */ /* Network server lobby thread. */
#ifndef _SERVERLOBBYTHREAD_H_ #ifndef _SERVERLOBBYTHREAD_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Manager thread for the server. */ /* Manager thread for the server. */
#ifndef _SERVERMANAGER_H_ #ifndef _SERVERMANAGER_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2011 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Factory method for the server manager. */ /* Factory method for the server manager. */
#ifndef _SERVERMANAGERFACTORY_H_ #ifndef _SERVERMANAGERFACTORY_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2011 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Manager thread for the server, with irc bots. */ /* Manager thread for the server, with irc bots. */
#ifndef _SERVERMANAGERIRC_H_ #ifndef _SERVERMANAGERIRC_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Session data (a session is a valid client connection). */ /* Session data (a session is a valid client connection). */
#ifndef _SESSIONDATA_H_ #ifndef _SESSIONDATA_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Callback interface for session data. */ /* Callback interface for session data. */
#ifndef _SESSIONDATACALLBACK_H_ #ifndef _SESSIONDATACALLBACK_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007-2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Thread safe server session manager. */ /* Thread safe server session manager. */
#ifndef _SESSIONMANAGER_H_ #ifndef _SESSIONMANAGER_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Socket helper defines. */ /* Socket helper defines. */
#ifndef _SOCKET_HELPER_H_ #ifndef _SOCKET_HELPER_H_
#define _SOCKET_HELPER_H_ #define _SOCKET_HELPER_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Socket message definitions. */ /* Socket message definitions. */
#ifndef _SOCKET_MSG_H_ #ifndef _SOCKET_MSG_H_
#define _SOCKET_MSG_H_ #define _SOCKET_MSG_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2007 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Socket startup/cleanup/detection functions. */ /* Socket startup/cleanup/detection functions. */
#ifndef _SOCKET_STARTUP_H_ #ifndef _SOCKET_STARTUP_H_
#define _SOCKET_STARTUP_H_ #define _SOCKET_STARTUP_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* libcurl transfer data struct. */ /* libcurl transfer data struct. */
#ifndef _TRANSFERDATA_H_ #ifndef _TRANSFERDATA_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* libcurl transfer helper. */ /* libcurl transfer helper. */
#ifndef _TRANSFERHELPER_H_ #ifndef _TRANSFERHELPER_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* Network file upload thread. */ /* Network file upload thread. */
#ifndef _UPLOADERTHREAD_H_ #ifndef _UPLOADERTHREAD_H_
+11 -12
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2009 by Lothar May * * PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
* * * *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU Affero General Public License as *
* the Free Software Foundation; either version 2 of the License, or * * published by the Free Software Foundation, either version 3 of the *
* (at your option) any later version. * * License, or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU Affero General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU Affero General Public License *
* along with this program; if not, write to the * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
* Free Software Foundation, Inc., * *****************************************************************************/
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/* libcurl upload helper. */ /* libcurl upload helper. */
#ifndef _UPLOADHELPER_H_ #ifndef _UPLOADHELPER_H_