Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-08 | Document the ad-hoc configure forms | louiz’ | |
2017-01-22 | grammar: than <-> as | louiz’ | |
2016-12-24 | Update the doc to avoid using “” or "" and other chars | louiz’ | |
2016-11-15 | Support the ident protocol | louiz’ | |
fix #3211 | |||
2016-11-10 | Update the doc to say that we support xep 0059 | louiz’ | |
2016-11-07 | Add get-irc-connection-info adhoc command | louiz’ | |
fix #3171 | |||
2016-09-09 | Trivial doc fixes | louiz’ | |
2016-09-09 | Add some configuration example | louiz’ | |
2016-09-09 | Didn’t I fix that typo 12 times already? | louiz’ | |
2016-09-07 | Fix a trivial formatting issue in the doc | louiz’ | |
2016-09-07 | Improve the documentation for the archives | louiz’ | |
2016-08-23 | Document the sending of the muc history | louiz’ | |
2016-08-23 | Only save the logs if recordHistory global config option is true | louiz’ | |
2016-08-16 | Forward mediated invitations (XMPP to IRC only) | louiz’ | |
2016-08-13 | Fix a link in the documenation | louiz | |
2016-08-11 | Document the JID escaping with xep 106 | louiz’ | |
2016-08-11 | Document the new behaviour to address nicknames, and add to changelog | louiz’ | |
2016-07-29 | Trivial micro fix | louiz’ | |
2016-07-28 | Document the multi-nick session thing | louiz’ | |
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 | |