Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-19 | Document the listing of channels | Florent Le Coz | |
fix #2472 | |||
2015-05-07 | Support raw IRC messages | Florent Le Coz | |
Messages received on an IRC server JID are forwarded as raw IRC messages. fix #2486 | |||
2015-04-21 | Document how to address a nick with @ character | Florent Le Coz | |
fix #3047 | |||
2015-02-25 | Do not handle the "%" char in a special way, in the fixed_server mode | Florent Le Coz | |
Also fix some doc | |||
2015-02-25 | Add support for a fixed_irc_server configuration | Florent 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-24 | Document the new affiliation/role stuff, and update changelog | Florent Le Coz | |
2014-08-18 | Escape a # in biboumi.1.md | Florent Le Coz | |
2014-06-24 | Little documentation update | Florent Le Coz | |
2014-06-18 | Document the new way to send private messages | Florent Le Coz | |
2014-06-13 | Document the encryption, and a few documentation issues are fixed | Florent Le Coz | |
2014-06-11 | Rewrite the whole IID usage | Florent Le Coz | |
IRC users and channels are now distinguished by the separator used in the IID (% or !). ref #2468 | |||
2014-06-08 | Make the XMPP component port configurable | Florent Le Coz | |
fix #2541 | |||
2014-06-06 | Little doc fix | Florent Le Coz | |
2014-06-03 | Update the documentation | Florent Le Coz | |
2014-05-31 | Document the `admin` configuration option | Florent Le Coz | |
2014-04-15 | Document the new dummy channel, and how biboumi creates and closes connections | Florent Le Coz | |
2014-04-15 | Fix a wrong description of how addressing works in biboumi | Florent Le Coz | |
2014-02-19 | Reload the conf on SIGUSR1/2 | Florent Le Coz | |
2014-02-17 | Build the man page as part of the build process, if ronn is found | Florent Le Coz | |