Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-14 | Fix a doc typo | louiz’ | |
2016-05-23 | Update the build process to take into account the rst files | louiz’ | |
2016-05-23 | First rst attempt | louiz’ | |
2016-01-04 | Document the Configure ad-hoc commands | Florent Le Coz | |
2016-01-04 | This is no longer true, with the recent xmpp_server_ip configuration option | Florent Le Coz | |
2015-12-13 | Make the XMPP server address configurable. | Stuart Mumford | |
fix #3145 | |||
2015-12-03 | Add an ad-hoc command to disconnect a user from one or more IRC server | Florent Le Coz | |
fix #3077 | |||
2015-12-01 | Add the outgoing_bind option | Florent Le Coz | |
Lets the admin choose a local address to bind each outgoing (IRC) socket. | |||
2015-11-30 | Document the fact that the joining-nick is ignored | Florent Le Coz | |
fix #2695 | |||
2015-11-05 | Make the CA file configurable | Florent Le Coz | |
2015-10-31 | Implement a basic webirc support | Florent Le Coz | |
See https://kiwiirc.com/docs/webirc fix #3135 | |||
2015-10-12 | Introduce the realname_from_jid option | Florent Le Coz | |
When set to true, the realname and username are extracted (by default) from the user’s JID fix #3136 | |||
2015-10-12 | Provide the “realname_customization” option | Florent Le Coz | |
ref #3136 | |||
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 | |
2014-02-17 | Little man page update | Florent Le Coz | |
2014-01-04 | Document the shutdown procedure | Florent Le Coz | |
2014-01-04 | Convert received modes into roles and affiliations | Florent Le Coz | |
2013-12-08 | Document the log_file and log_level configuration options | Florent Le Coz | |
2013-12-08 | Document the bare-JID-for-IRC-users feature | Florent Le Coz | |
2013-12-08 | Provide the doc in markdown format | Florent Le Coz | |
The included man page is now generated from this markdown file, using ronn | |||
2013-11-28 | Add some documentation | Florent Le Coz | |