summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-12-13Make the XMPP server address configurable.Stuart Mumford
fix #3145
2015-12-03Add an ad-hoc command to disconnect a user from one or more IRC serverFlorent Le Coz
fix #3077
2015-12-01Add the outgoing_bind optionFlorent Le Coz
Lets the admin choose a local address to bind each outgoing (IRC) socket.
2015-11-30Document the fact that the joining-nick is ignoredFlorent Le Coz
fix #2695
2015-11-05Make the CA file configurableFlorent Le Coz
2015-10-31Implement a basic webirc supportFlorent Le Coz
See https://kiwiirc.com/docs/webirc fix #3135
2015-10-12Introduce the realname_from_jid optionFlorent Le Coz
When set to true, the realname and username are extracted (by default) from the user’s JID fix #3136
2015-10-12Provide the “realname_customization” optionFlorent Le Coz
ref #3136
2015-05-19Document the listing of channelsFlorent Le Coz
fix #2472
2015-05-07Support raw IRC messagesFlorent Le Coz
Messages received on an IRC server JID are forwarded as raw IRC messages. fix #2486
2015-04-21Document how to address a nick with @ characterFlorent Le Coz
fix #3047
2015-02-25Do not handle the "%" char in a special way, in the fixed_server modeFlorent Le Coz
Also fix some doc
2015-02-25Add support for a fixed_irc_server configurationFlorent Le Coz
This option lets the administrator choose a specific IRC server, and only that server can be used with this biboumi instance. In this mode, JIDs to use are changed like this: - #chan%irc.example.com@biboumi.example.com -> #chan@biboumi.example.com - user!irc.example.com@biboumi.example.com -> user!@biboumi.example.com - #chan%irc.example.com@biboumi.example.com/Nick -> #chan@biboumi.example.com/Nick - %irc.example.com@biboumi.example.com -> no equivalent - irc.example.com@biboumi.example.com -> no equivalent
2015-01-24Document the new affiliation/role stuff, and update changelogFlorent Le Coz
2014-08-18Escape a # in biboumi.1.mdFlorent Le Coz
2014-06-24Little documentation updateFlorent Le Coz
2014-06-18Document the new way to send private messagesFlorent Le Coz
2014-06-13Document the encryption, and a few documentation issues are fixedFlorent Le Coz
2014-06-11Rewrite the whole IID usageFlorent Le Coz
IRC users and channels are now distinguished by the separator used in the IID (% or !). ref #2468
2014-06-08Make the XMPP component port configurableFlorent Le Coz
fix #2541
2014-06-06Little doc fixFlorent Le Coz
2014-06-03Update the documentationFlorent Le Coz
2014-05-31Document the `admin` configuration optionFlorent Le Coz
2014-04-15Document the new dummy channel, and how biboumi creates and closes connectionsFlorent Le Coz
2014-04-15Fix a wrong description of how addressing works in biboumiFlorent Le Coz
2014-02-19Reload the conf on SIGUSR1/2Florent Le Coz
2014-02-17Build the man page as part of the build process, if ronn is foundFlorent Le Coz
2014-02-17Little man page updateFlorent Le Coz
2014-01-04Document the shutdown procedureFlorent Le Coz
2014-01-04Convert received modes into roles and affiliationsFlorent Le Coz
2013-12-08Document the log_file and log_level configuration optionsFlorent Le Coz
2013-12-08Document the bare-JID-for-IRC-users featureFlorent Le Coz
2013-12-08Provide the doc in markdown formatFlorent Le Coz
The included man page is now generated from this markdown file, using ronn
2013-11-28Add some documentationFlorent Le Coz