aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeLines
* Fix typoMohammed Attia2015-10-08-1/+1
|
* user-guide: add help for the jabber 'proxy' settingdequis2015-08-27-0/+20
|
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-07-9/+9
|
* jabber: Add SASL ANONYMOUS support (XEP-0175)dequis2015-07-04-0/+15
| | | | Use "account jabber set anonymous on" to have bitlbee try that method
* Update changelog with date and other bits.3.4.1Wilmer van der Gaast2015-06-16-3/+3
|
* 3.4.1 release notesdequis2015-06-14-0/+34
|
* configure: allow specifying location of python executabledequis2015-06-04-1/+8
| | | | | Because openbsd/netbsd don't have a 'python' in the PATH unless the user creates the symlink explicitly.
* Allow building docs from any directorydequis2015-06-04-4/+7
| | | | | Also just remove the .git check completely - just rely on make skipping it if it exists already.
* Rename mail notification related settings for consistencydequis2015-05-28-13/+2
| | | | | - GMail notifications stuff is now just 'mail_notifications' - sed -i s/notify_handle/mail_notifications_handle/
* Gmail notifications support through new imcb_notify_email() APIArtem Savkov2015-05-28-0/+22
|
* Build only help.txt (with genhelp.py), create 'user-guide' targetdequis2015-05-17-5/+4
| | | | | Since user-guide.{txt,html} aren't normally needed for anything and add xsltproc/xmlto as dependencies.
* genhelp.py: take input/output parametersdequis2015-05-17-5/+11
|
* genhelp.py: Comments!dequis2015-05-16-9/+66
|
* Add python script to generate help.txt, replacing xslt stuffdequis2015-05-16-0/+165
| | | | | | | | | | | | | | | | This would mean changing one build dependency for another, but one that is way more common at least. (Fun fact: the xslt stuff depends on perl) It generates *almost* the same thing as the xslt - a bit better if you ask me, since it correctly handles a few <emphasis> tags in the middle of the text, which were previously stripped. One example of that is: Favo<emphasis>u</emphasis>rite the given user [...] Outputs "Favo\x02u\x02rite" with this script, "Favorite" with the xslt. (That's actually an accidental feature) The script works in python2 and python3 and only uses the stdlib
* Add "url" command to Twitter module to get web URL for a Tweet.Wilmer van der Gaast2015-05-02-1/+2
|
* CHANGES: use utf-8 instead of latin1dequis2015-04-05-2/+2
| | | | It's not 2003 anymore
* Minor fixes before 3.4 release.3.4Wilmer van der Gaast2015-03-25-1/+3
| | | | Added date to doc/CHANGES and fixed "make tar".
* Prepare for 3.4 releasedequis2015-03-15-3/+68
|
* Add --doc= configure option to disable helpfile generationdequis2015-02-23-2/+2
| | | | | | | | | | | | | It will get disabled automatically if the deps (xmlto and xsltproc) are missing Also added checks for asciidoc (a2x) for the skype plugin, which needs it for the skyped man page, and will also get that disabled if --doc=0 is passed or if asciidoc isn't installed. This should keep those ugly deps under control for now. I'd like to replace them at some point with something less dumb.
* Don't hard-fail when building docs and dependencies are missingdequis2015-02-22-2/+2
|
* Reindent everything to K&R style with tabsIndent2015-02-20-3/+3
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Add uncrustify configuration file to ./doc/dequis2015-02-20-0/+48
|
* Revert "Twitter format strings"dequis2015-02-20-62/+0
| | | | | | This reverts commit ce402b20d82ec323e6bd5e306de934773590742d. See discussion in PR #10 for more details.
* Twitter format stringsWilliam Pettersson2015-01-26-0/+62
| | | | | | | | | | | Allow users to specify how tweets should be displayed 3 new settings are available to set how tweets are displayed: - twitter_format_string for normal tweets - retweet_format_string for retweets - reply_format_string for replies For full documentation see the help files
* twitter: Add raw reply supportWilliam Pettersson2015-01-26-0/+1
| | | | | | | By default, "reply" prepends the username of the tweet being replied to. This adds support for a "rawreply" command which does not prepend this username. This is useful for "replying" to your own tweet to maintain a chain of tweets on a singular topic.
* jabber: Account-wide display_name setting, for groupchatsdequis2015-01-25-1/+7
| | | | | This sets the default value of 'nick' for newly created groupchats. There is no way to set an account-wide nick.
* Add git specific stuff!dequis2015-01-25-2/+2926
| | | | | | | | - A few build system tweaks - A fancy README.md - s/.bzrignore/.gitignore/ - .travis.yml for travis-ci integration - doc/git-bzr-rev-map for historical purposes
* doc/AUTHORS updated to the current state of things.Wilmer van der Gaast2014-10-17-1/+4
|
* RIP native win32 support (use cygwin instead)dequis2014-09-27-10/+0
| | | | It has been broken for a very long time and nobody cared about it.
* Pass generate.consistent.ids flag to xsltproc so id tags in HTML output willWilmer van der Gaast2014-09-21-1/+1
| | | | | | no longer be randomised, so when you generate the file from the same input, it will in fact generate the same output.
* Allow filtering of blist outputtribut2014-07-24-1/+5
| | | | | Add an (optional) second parameter to blist. If present, it is treated as regex and used to filter the result list.
* 3.2.2. Last revisions pretty much all done and/or merged by dx!3.2.2Wilmer van der Gaast2014-07-05-0/+25
|
* doc/bitlbee.xinetd: Move -I to server_argsMatej Cepl2014-06-26-4/+7
|
* close otr connections on quit, add 'otr disconnect *' commandunknown2014-02-07-1/+2
|
* 3.2.1. About time, since Twitter have already deprecated HTTP/1.0 earlier3.2.1Wilmer van der Gaast2013-11-27-0/+11
| | | | | this month. :-(
* Documentation for utf8_nicks setting.Wilmer van der Gaast2013-04-23-0/+14
|
* Merging "storage" branch which I wrote long ago. It separates generation ofWilmer van der Gaast2013-04-20-62/+0
|\ | | | | | | | | | | XML-formatted user configs from disk I/O so we can try to start using other mechanisms to store them (a REST API or something, for example).
| * Drop the LDAP stuff that was never even close to finished.Wilmer van der Gaast2012-06-04-62/+0
| | | | | | | | | | | | | | | | | | | | | | There was actually a branch where LDAP support was more or less in a usable state, but there were still some unsolved problems including the fact that every setting has its own LDAP schema entry, which would mean lots of maintenance overhead for pretty much every BitlBee release. :-( Instead, we'll just stick to the XML format everywhere and just store it in different ways.
* | Make the manpage look just a little less stale.Wilmer van der Gaast2013-02-21-1/+1
| |
* | ! modified for control channel fill_by setting to for example create aWilmer van der Gaast2013-02-21-0/+4
| | | | | | | | | | | | separate control channel with all contacts *not* in a certain group/from a certain IM account/network, etc.
* | Implement 'group info' command to list members of a group (#741)Miklos Vajna2013-02-09-2/+6
| |
* | Update my emailMiklos Vajna2013-01-13-1/+1
| |
* | BitlBee 3.2. The fairly massive Twitter improvements should be enough for3.2Wilmer van der Gaast2013-01-06-1/+1
| | | | | | | | | | a bigger version number jump. And hey, 3.0 is >2y old already.
* | Require StartTLS from all Jabber servers by default, like most clients doWilmer van der Gaast2013-01-06-3/+3
| | | | | | | | | | these days.
* | Preparing for 3.2 release, hopefully very soon.Wilmer van der Gaast2013-01-06-0/+32
| |
* | To address #991, adding a strict commands mode, where one has to use "post"Wilmer van der Gaast2012-11-25-1/+2
| | | | | | | | | | to post tweets.
* | Fix documentation for show_ids setting, it's on by default for a while already.Wilmer van der Gaast2012-11-25-1/+1
| |
* | Add help info for "stream" setting. Also, disable it for non-Twitter accounts.Wilmer van der Gaast2012-11-24-0/+15
| |
* | Update authors files to reflect the current state of things. I'd like toWilmer van der Gaast2012-10-29-13/+22
| | | | | | | | | | | | | | | | thank Jelmer and Maurits for their past contributions. Also, list Miklos, pesco, Geert, ulim and Marijn who have done some substantial contributions (recently).
* | Yeah, sure, let's call this 3.0.6.3.0.6Wilmer van der Gaast2012-10-14-0/+17
| |