summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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