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