Go to the source code of this file.
Defines | |
| #define | LOG_ERR 1 |
| #define | LOG_STD 2 |
| #define | LOG_DBG 3 |
| #define | TIMER 5L |
| #define | FORUM_DTD "http://cforum.teamone.de/forum.dtd" |
| #define | PRERESERVE 5 |
| #define | MAXLINE BUFSIZ |
| #define | LISTENQ 1024 |
| #define | INIT_HANDLER 1 |
| #define | VIEW_HANDLER 2 |
| #define | VIEW_INIT_HANDLER 3 |
| #define | VIEW_LIST_HANDLER 4 |
| #define | POSTING_HANDLER 5 |
| #define | CONNECT_INIT_HANDLER 6 |
| #define | AUTH_HANDLER 7 |
| #define | ARCHIVE_HANDLER 8 |
| #define | NEW_POST_HANDLER 9 |
| #define | MOD_MAX 9 |
| #define | FLT_OK 0 |
| #define | FLT_DECLINE -1 |
| #define | FLT_EXIT -2 |
| #define | init_modules() memset(&Modules,0,(MOD_MAX+1) * sizeof(t_array)) |
| #define | CF_KILL_DELETED 0 |
| #define | CF_KEEP_DELETED 1 |
Definition in file defines.h.
|
|
Handler hook number. Look in the programmers manual section for more information. |
|
|
Handler hook number. Look in the programmers manual section for more information. |
|
|
keep deleted messages constant |
|
|
kill deleted messages constant |
|
|
Handler hook number. Look in the programmers manual section for more information. |
|
|
Returned by a plugin function if this request is not for the plugin. |
|
|
Context dependend. |
|
|
Returned by a plugin function if everything as ok. |
|
|
The URL of the selfforum DTD |
|
|
Handler hook number. Look in the programmers manual section for more information. |
|
|
Initialization macro for the plugins |
|
|
The size of the listen() queque. |
|
|
Used by the logging function. Log a debugging message. |
|
|
Used by the logging function. Log an error. |
|
|
Used by the logging function. Log a standard message. |
|
|
The size of a buffer for lines |
|
|
The maximum hook value. |
|
|
Handler hook number. Look in the programmers man... argh, fuck off, you know what I mean |
|
|
Handler hook number. Look in the programmers manual section for more information. |
|
|
Limit in lists or for bigger arrays to reserve before used (to avoid malloc() calls) |
|
|
Timer value. Check every 5 seconds. |
|
|
Handler hook number. Look in the programmers manual section for more information. |
|
|
Handler hook number. Look in the programmers manual section for more information. |
|
|
Handler hook number. Look in the programmers manual section for more information. |
1.3.5