Module: Codebot
- Defined in:
- lib/codebot.rb,
lib/codebot/core.rb,
lib/codebot/event.rb,
lib/codebot/config.rb,
lib/codebot/channel.rb,
lib/codebot/message.rb,
lib/codebot/network.rb,
lib/codebot/options.rb,
lib/codebot/payload.rb,
lib/codebot/request.rb,
lib/codebot/metadata.rb,
lib/codebot/formatter.rb,
lib/codebot/shortener.rb,
lib/codebot/formatters.rb,
lib/codebot/ipc_client.rb,
lib/codebot/ipc_server.rb,
lib/codebot/irc_client.rb,
lib/codebot/sanitizers.rb,
lib/codebot/user_error.rb,
lib/codebot/web_server.rb,
lib/codebot/integration.rb,
lib/codebot/cryptography.rb,
lib/codebot/options/base.rb,
lib/codebot/options/core.rb,
lib/codebot/serializable.rb,
lib/codebot/web_listener.rb,
lib/codebot/command_error.rb,
lib/codebot/irc_connection.rb,
lib/codebot/formatters/fork.rb,
lib/codebot/formatters/ping.rb,
lib/codebot/formatters/push.rb,
lib/codebot/network_manager.rb,
lib/codebot/options/network.rb,
lib/codebot/formatters/watch.rb,
lib/codebot/validation_error.rb,
lib/codebot/formatters/gollum.rb,
lib/codebot/formatters/issues.rb,
lib/codebot/formatters/public.rb,
lib/codebot/thread_controller.rb,
lib/codebot/configuration_error.rb,
lib/codebot/integration_manager.rb,
lib/codebot/options/integration.rb,
lib/codebot/formatters/pull_request.rb,
lib/codebot/ext/cinch/ssl_extensions.rb,
lib/codebot/formatters/issue_comment.rb,
lib/codebot/formatters/commit_comment.rb,
lib/codebot/formatters/gitlab_job_hook.rb,
lib/codebot/formatters/gitlab_note_hook.rb,
lib/codebot/formatters/gitlab_push_hook.rb,
lib/codebot/formatters/gitlab_issue_hook.rb,
lib/codebot/formatters/gitlab_pipeline_hook.rb,
lib/codebot/formatters/gitlab_wiki_page_hook.rb,
lib/codebot/formatters/gitlab_merge_request_hook.rb,
lib/codebot/formatters/pull_request_review_comment.rb
Overview
Portions © 2008 Logical Awesome, LLC (released under the MIT license). See the LICENSE file for the full MIT license text.
Defined Under Namespace
Modules: Cryptography, Event, Ext, Formatters, Options, Sanitizers, Shortener, WebListener Classes: Channel, CommandError, Config, ConfigurationError, Core, Formatter, IPCClient, IPCServer, IRCClient, IRCConnection, Integration, IntegrationManager, Message, Network, NetworkManager, Payload, Request, Serializable, ThreadController, UserError, ValidationError, WebServer
Constant Summary collapse
- PROJECT =
The project name.
'Codebot'.freeze
- VERSION =
The current project version.
'1.2.0'.freeze
- WEBSITE =
The project website.
'https://github.com/olabini/codebot'.freeze
- FORMATTER_ISSUE_URL =
The URL to report issues with a message formatter to.
'https://github.com/olabini/codebot/issues/new?template=formatter_issue.md'.freeze