|
ZNC trunk
|
| ►Nstd | STL namespace |
| CCActionMessage | |
| CCAuthBase | |
| CCAuthenticateMessage | |
| CCBlowfish | Does Blowfish w/64 bit feedback, no padding |
| CCBuffer | |
| CCBufLine | |
| CCCapability | |
| CCChan | |
| CCChgHostMessage | |
| CCClient | |
| CCClientAuth | |
| CCConfig | |
| CCConfigEntry | |
| CCCoreTranslationMixin | |
| CCCron | This is the main cron job class |
| CCCTCPMessage | |
| CCCurlSock | Csocket style wrapper around libcurl-multi |
| CCDebug | |
| CCDebugStream | |
| CCDelayedTranslation | |
| CCDir | |
| CCException | |
| CCExecSock | |
| CCFile | |
| CCFPTimer | |
| CCGetAddrInfo | This function is a wrapper around getaddrinfo (for ipv6) |
| CCHTTPSock | |
| CCIncomingConnection | |
| CCInlineFormatMessage | |
| CCInviteMessage | |
| CCIRCNetwork | |
| CCIRCSock | |
| CCIRCSocket | Base IRC socket for client<->ZNC, and ZNC<->server |
| CCJob | A job is a task which should run without blocking the main thread |
| CCJoinMessage | |
| CCKickMessage | |
| CCLanguageScope | |
| CCListener | |
| CCMD5 | |
| CCMessage | Here is a small explanation of how messages on IRC work, and how you can use this class to get useful information from the parsed message |
| CCModCommand | A helper class for handling commands in modules |
| CCModeMessage | |
| CCModInfo | |
| CCModule | The base class for your own ZNC modules |
| CCModuleEntry | C-style entry point to the module |
| CCModuleJob | A CJob version which can be safely used in modules |
| CCModules | |
| CCNick | |
| CCNickMessage | |
| CCNoticeMessage | |
| CCNumericMessage | |
| CCOptionalTranslation | |
| CCPartMessage | |
| CCQuery | |
| CCQuitMessage | |
| CCRealListener | |
| CCSCharBuffer | Ease of use self deleting char * class |
| CCSConnection | Options for creating a connection |
| CCServer | |
| CCSListener | Options container to create a listener |
| CCSMonitorFD | Class to tie sockets to for monitoring by Csocket at either the Csock or TSockManager |
| CCsock | Basic socket class |
| CCSockCommon | Simple class to share common code to both TSockManager and Csock |
| CCSocket | Base Csock implementation to be used by modules |
| CCSocketManager | Best class to use to interact with the sockets |
| CCSockManager | |
| CCSSockAddr | Sockaddr wrapper |
| CCSSSLConnection | |
| CCSSSListener | |
| CCString | String class that is used inside ZNC |
| CCTable | Generate a grid-like or list-like output from a given input |
| CCTargetMessage | |
| CCTCPListener | |
| CCTemplate | |
| CCTemplateLoopContext | |
| CCTemplateOptions | |
| CCTemplateTagHandler | |
| CCTextMessage | |
| CCThreadPool | |
| CCTimer | |
| CCTopicMessage | |
| CCTranslation | |
| CCTranslationDomainRefHolder | |
| CCTranslationInfo | |
| CCUnixListener | |
| CCUser | |
| CCUtils | |
| CCWebSession | |
| CCWebSessionMap | |
| CCWebSock | |
| CCWebSubPage | |
| CCZNC | |
| CCZNCSock | |
| CCZNCTagHandler | |
| CMCString | A dictionary for strings |
| Cmd5_context | |
| Csha256_ctx | |
| CTCacheMap | Insert an object with a time-to-live and check later if it still exists |
| CTSocketManager | Ease of use templated socket manager |