config.h   config.h 
skipping to change at line 74 skipping to change at line 74
slash. */ slash. */
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
/* Define to the address where bug reports for this package should be sent. */ /* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "tim@krasnogorsk.ru" #define PACKAGE_BUGREPORT "tim@krasnogorsk.ru"
/* Define to the full name of this package. */ /* Define to the full name of this package. */
#define PACKAGE_NAME "libircclient" #define PACKAGE_NAME "libircclient"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "libircclient 0.5" #define PACKAGE_STRING "libircclient 1.2"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libircclient" #define PACKAGE_TARNAME "libircclient"
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "0.5" #define PACKAGE_VERSION "1.2"
/* Define to the type of arg 1 for `select'. */ /* Define to the type of arg 1 for `select'. */
#define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG1 int
/* Define to the type of args 2, 3 and 4 for `select'. */ /* Define to the type of args 2, 3 and 4 for `select'. */
#define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG234 (fd_set *)
/* Define to the type of arg 5 for `select'. */ /* Define to the type of arg 5 for `select'. */
#define SELECT_TYPE_ARG5 (struct timeval *) #define SELECT_TYPE_ARG5 (struct timeval *)
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added


 libirc_dcc.h   libirc_dcc.h 
skipping to change at line 14 skipping to change at line 14
* This library is free software; you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by * under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at yo ur * the Free Software Foundation; either version 2 of the License, or (at yo ur
* option) any later version. * option) any later version.
* *
* This library is distributed in the hope that it will be useful, but WITH OUT * This library is distributed in the hope that it will be useful, but WITH OUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details. * License for more details.
* *
* $Id: libirc_dcc.h,v 1.3 2004/09/14 19:50:09 gyunaev Exp $ * $Id: libirc_dcc.h 18 2004-09-14 19:50:10Z gyunaev $
*/ */
#ifndef INCLUDE_IRC_DCC_H #ifndef INCLUDE_IRC_DCC_H
#define INCLUDE_IRC_DCC_H #define INCLUDE_IRC_DCC_H
#ifndef IN_INCLUDE_LIBIRC_H #ifndef IN_INCLUDE_LIBIRC_H
#error This file should not be included directly, include just libir client.h #error This file should not be included directly, include just libir client.h
#endif #endif
/* /*
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 libirc_doc.h   libirc_doc.h 
skipping to change at line 14 skipping to change at line 14
* This library is free software; you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by * under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at yo ur * the Free Software Foundation; either version 2 of the License, or (at yo ur
* option) any later version. * option) any later version.
* *
* This library is distributed in the hope that it will be useful, but WITH OUT * This library is distributed in the hope that it will be useful, but WITH OUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details. * License for more details.
* *
* $Id: libirc_doc.h,v 1.3 2004/10/10 16:16:15 gyunaev Exp $ * $Id: libirc_doc.h 42 2004-10-10 16:16:15Z gyunaev $
*/ */
/*! /*!
* \file libirc_doc.h * \file libirc_doc.h
* \author Georgy Yunaev * \author Georgy Yunaev
* \version 1.0 * \version 1.0
* \date 09.2004 * \date 09.2004
* \brief This file contains Doxygen modules. * \brief This file contains Doxygen modules.
*/ */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 libirc_doc_faq.h   libirc_doc_faq.h 
skipping to change at line 14 skipping to change at line 14
* This library is free software; you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by * under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at yo ur * the Free Software Foundation; either version 2 of the License, or (at yo ur
* option) any later version. * option) any later version.
* *
* This library is distributed in the hope that it will be useful, but WITH OUT * This library is distributed in the hope that it will be useful, but WITH OUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details. * License for more details.
* *
* $Id: libirc_doc_faq.h,v 1.6 2004/10/31 13:43:47 gyunaev Exp $ * $Id: libirc_doc_faq.h 58 2004-10-31 13:43:47Z gyunaev $
*/ */
/*! /*!
* \file libirc_doc_faq.h * \file libirc_doc_faq.h
* \author Georgy Yunaev * \author Georgy Yunaev
* \version 1.0 * \version 1.0
* \date 09.2004 * \date 09.2004
* \brief This file contains libircclient FAQ. * \brief This file contains libircclient FAQ.
*/ */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 libirc_errors.h   libirc_errors.h 
skipping to change at line 14 skipping to change at line 14
* This library is free software; you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by * under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at yo ur * the Free Software Foundation; either version 2 of the License, or (at yo ur
* option) any later version. * option) any later version.
* *
* This library is distributed in the hope that it will be useful, but WITH OUT * This library is distributed in the hope that it will be useful, but WITH OUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details. * License for more details.
* *
* $Id: libirc_errors.h,v 1.2 2004/10/04 10:34:57 gyunaev Exp $ * $Id: libirc_errors.h 28 2004-10-04 10:34:58Z gyunaev $
*/ */
/*! /*!
* \file libirc_errors.h * \file libirc_errors.h
* \author Georgy Yunaev * \author Georgy Yunaev
* \version 1.0 * \version 1.0
* \date 09.2004 * \date 09.2004
* \brief This file defines error codes generated by libircclient. * \brief This file defines error codes generated by libircclient.
*/ */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 libirc_events.h   libirc_events.h 
skipping to change at line 14 skipping to change at line 14
* This library is free software; you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by * under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at yo ur * the Free Software Foundation; either version 2 of the License, or (at yo ur
* option) any later version. * option) any later version.
* *
* This library is distributed in the hope that it will be useful, but WITH OUT * This library is distributed in the hope that it will be useful, but WITH OUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details. * License for more details.
* *
* $Id: libirc_events.h,v 1.4 2004/10/07 18:18:36 gyunaev Exp $ * $Id: libirc_events.h 39 2004-10-07 18:18:36Z gyunaev $
*/ */
/*! /*!
* \file libirc_events.h * \file libirc_events.h
* \author Georgy Yunaev * \author Georgy Yunaev
* \version 1.0 * \version 1.0
* \date 09.2004 * \date 09.2004
* \brief Describes event callbacks generated by libircclient. * \brief Describes event callbacks generated by libircclient.
* *
* This file should not be included directly. Include libircclient.h instea d. * This file should not be included directly. Include libircclient.h instea d.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 libirc_options.h   libirc_options.h 
skipping to change at line 14 skipping to change at line 14
* This library is free software; you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by * under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at yo ur * the Free Software Foundation; either version 2 of the License, or (at yo ur
* option) any later version. * option) any later version.
* *
* This library is distributed in the hope that it will be useful, but WITH OUT * This library is distributed in the hope that it will be useful, but WITH OUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details. * License for more details.
* *
* $Id: libirc_options.h,v 1.1.1.1 2004/09/08 11:49:17 gyunaev Exp $ * $Id: libirc_options.h 2 2004-09-08 11:49:02Z gyunaev $
*/ */
/*! /*!
* \file libirc_options.h * \file libirc_options.h
* \author Georgy Yunaev * \author Georgy Yunaev
* \version 1.0 * \version 1.0
* \date 09.2004 * \date 09.2004
* \brief This file defines the options used in irc_session_options() * \brief This file defines the options used in irc_session_options()
*/ */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 libirc_params.h   libirc_params.h 
skipping to change at line 14 skipping to change at line 14
* This library is free software; you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by * under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at yo ur * the Free Software Foundation; either version 2 of the License, or (at yo ur
* option) any later version. * option) any later version.
* *
* This library is distributed in the hope that it will be useful, but WITH OUT * This library is distributed in the hope that it will be useful, but WITH OUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details. * License for more details.
* *
* $Id: libirc_params.h,v 1.10 2005/03/09 21:26:16 gyunaev Exp $ * $Id: libirc_params.h 67 2006-08-29 19:02:57Z gyunaev $
*/ */
#ifndef INCLUDE_IRC_PARAMS_H #ifndef INCLUDE_IRC_PARAMS_H
#define INCLUDE_IRC_PARAMS_H #define INCLUDE_IRC_PARAMS_H
#ifndef IN_INCLUDE_LIBIRC_H #ifndef IN_INCLUDE_LIBIRC_H
#error This file should not be included directly, include just libir cclient.h #error This file should not be included directly, include just libir cclient.h
#endif #endif
#define LIBIRC_VERSION_HIGH 0x0001 #define LIBIRC_VERSION_HIGH 0x0001
#define LIBIRC_VERSION_LOW 0x0001 #define LIBIRC_VERSION_LOW 0x0002
#define LIBIRC_BUFFER_SIZE 1024 #define LIBIRC_BUFFER_SIZE 1024
#define LIBIRC_DCC_BUFFER_SIZE 1024 #define LIBIRC_DCC_BUFFER_SIZE 1024
#define LIBIRC_STATE_INIT 0 #define LIBIRC_STATE_INIT 0
#define LIBIRC_STATE_LISTENING 1 #define LIBIRC_STATE_LISTENING 1
#define LIBIRC_STATE_CONNECTING 2 #define LIBIRC_STATE_CONNECTING 2
#define LIBIRC_STATE_CONNECTED 3 #define LIBIRC_STATE_CONNECTED 3
#define LIBIRC_STATE_DISCONNECTED 4 #define LIBIRC_STATE_DISCONNECTED 4
#define LIBIRC_STATE_CONFIRM_SIZE 5 // Used only by DCC send to confirm the amount of sent data #define LIBIRC_STATE_CONFIRM_SIZE 5 // Used only by DCC send to confirm the amount of sent data
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added


 libirc_rfcnumeric.h   libirc_rfcnumeric.h 
skipping to change at line 14 skipping to change at line 14
* This library is free software; you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by * under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at yo ur * the Free Software Foundation; either version 2 of the License, or (at yo ur
* option) any later version. * option) any later version.
* *
* This library is distributed in the hope that it will be useful, but WITH OUT * This library is distributed in the hope that it will be useful, but WITH OUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details. * License for more details.
* *
* $Id: libirc_rfcnumeric.h,v 1.2 2004/10/06 19:36:13 gyunaev Exp $ * $Id: libirc_rfcnumeric.h 31 2004-10-06 19:36:13Z gyunaev $
*/ */
/*! /*!
* \file libirc_rfcnumeric.h * \file libirc_rfcnumeric.h
* \author Georgy Yunaev * \author Georgy Yunaev
* \version 1.0 * \version 1.0
* \date 09.2004 * \date 09.2004
* \brief This file defines RFC numeric reply codes, which should be used i n * \brief This file defines RFC numeric reply codes, which should be used i n
* ::event_numeric callback. Every code also has a comment regarding its * ::event_numeric callback. Every code also has a comment regarding its
* arguments. * arguments.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 libirc_session.h   libirc_session.h 
skipping to change at line 14 skipping to change at line 14
* This library is free software; you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by * under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at yo ur * the Free Software Foundation; either version 2 of the License, or (at yo ur
* option) any later version. * option) any later version.
* *
* This library is distributed in the hope that it will be useful, but WITH OUT * This library is distributed in the hope that it will be useful, but WITH OUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details. * License for more details.
* *
* $Id: libirc_session.h,v 1.3 2004/09/14 19:50:09 gyunaev Exp $ * $Id: libirc_session.h 18 2004-09-14 19:50:10Z gyunaev $
*/ */
#ifndef INCLUDE_IRC_SESSION_H #ifndef INCLUDE_IRC_SESSION_H
#define INCLUDE_IRC_SESSION_H #define INCLUDE_IRC_SESSION_H
#ifndef IN_INCLUDE_LIBIRC_H #ifndef IN_INCLUDE_LIBIRC_H
#error This file should not be included directly, include just libir cclient.h #error This file should not be included directly, include just libir cclient.h
#endif #endif
#include "libirc_params.h" #include "libirc_params.h"
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 libircclient.h   libircclient.h 
skipping to change at line 14 skipping to change at line 14
* This library is free software; you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by * under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at yo ur * the Free Software Foundation; either version 2 of the License, or (at yo ur
* option) any later version. * option) any later version.
* *
* This library is distributed in the hope that it will be useful, but WITH OUT * This library is distributed in the hope that it will be useful, but WITH OUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details. * License for more details.
* *
* $Id: libircclient.h,v 1.7 2004/10/10 16:19:04 gyunaev Exp $ * $Id: libircclient.h 43 2004-10-10 16:19:04Z gyunaev $
*/ */
/*! /*!
* \file libircclient.h * \file libircclient.h
* \author Georgy Yunaev * \author Georgy Yunaev
* \version 1.0 * \version 1.0
* \date 09.2004 * \date 09.2004
* \brief This file defines all prototypes and functions to use libircclien t. * \brief This file defines all prototypes and functions to use libircclien t.
* *
* libircclient is a small but powerful library, which implements client-se rver IRC * libircclient is a small but powerful library, which implements client-se rver IRC
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/