aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide/commands.xml
Commit message (Collapse)AuthorAgeLines
* Document the base_url setting (for using other Twitter API services).Wilmer van der Gaast2010-07-04-0/+18
|
* Added user_agent setting to Jabber accounts so people can get aroundWilmer van der Gaast2010-06-23-0/+14
| | | | | | | ridiculous user agent restrictions on certain Jabber servers. Obviously this is pretty simple to detect and break, but it works at least with Openfire.
* Fixed documented default for ignore_auth_requests setting.Wilmer van der Gaast2010-05-23-1/+1
|
* Check Tweet length on the BitlBee side already.Wilmer van der Gaast2010-05-03-0/+15
|
* Fixed show_offline documentation. (The default is off, not on.)Wilmer van der Gaast2010-05-02-1/+1
|
* Applied show-offline patch from Florian E.J. Fruth, adapted for a fewWilmer van der Gaast2010-05-02-0/+10
| | | | | changes that happened since 1.2.4.
* OAuth documentation update.Wilmer van der Gaast2010-04-28-0/+23
|
* Help info for the switchboard_keepalives setting.Wilmer van der Gaast2010-04-17-0/+18
|
* Added a meta-contact twitter_$username and replaced the "use_groupchat"Wilmer van der Gaast2010-04-16-13/+23
| | | | | | | setting with a "mode" setting which also allows for a mode where everything just comes from the meta-contact. Tweets should now go to that user or to the channel (if available). Messages to others become DMs.
* Document the Twitter module. And fix the default for auto_reconnect whileWilmer van der Gaast2010-04-08-1/+29
| | | | | I'm at it.
* Added display_timestamps setting in case some people may not really like them.Wilmer van der Gaast2010-04-08-0/+10
|
* Show timestamps for offline messages. Including a timezone setting forWilmer van der Gaast2010-04-07-0/+15
| | | | | people using servers outside their own timezone.
* Added local_display_name setting for MSN accounts and some hopefully cleverWilmer van der Gaast2010-03-29-0/+11
| | | | | | enough handling for it. Should solve problems with MSN servers forgetting/ overriding display names set by the user.
* Added ignore_auth_requests setting (patch from vmiklos, bug #578).Wilmer van der Gaast2010-03-21-0/+11
|
* Allow changing the name of the control channel at run-time.Wilmer van der Gaast2010-03-19-0/+10
|
* Set resource_select to activity by default since priority has always been1.2.5Wilmer van der Gaast2010-03-17-1/+1
| | | | | a stupid default. More fixes coming up soon.
* Added nick_source account setting to allow using full name fields forWilmer van der Gaast2010-03-13-0/+15
| | | | | generating nicknames instead of just the handle.
* Doc update.Wilmer van der Gaast2010-03-07-0/+32
|
* Document password-protected rooms.Wilmer van der Gaast2009-10-17-0/+4
|
* Fixed an embarassing typo that even fooled me into believing BitlBee isWilmer van der Gaast2009-01-13-2/+2
| | | | | broken. :-(
* Updated "help groupchats" and removed help information on the join_chatWilmer van der Gaast2008-09-01-24/+0
| | | | | command.
* Added documentation on the "chat" command.Wilmer van der Gaast2008-09-01-3/+105
|
* Added ceiling to auto-reconnect delay, changed the default to 5*3<900 andWilmer van der Gaast2008-08-10-3/+7
| | | | | added documentation.
* Changed root nicknames are now saved. (Bug #378)Wilmer van der Gaast2008-04-05-0/+10
|
* More documentation fixes: Cleaned up dead links, removed more outdatedWilmer van der Gaast2008-03-02-15/+7
| | | | | | information (like the "set charset" default, which is UTF-8 for ages already).
* My fix for semi-PEBKAC bug #353: Add a warning if someone seems to be usingWilmer van der Gaast2008-02-28-2/+2
| | | | | | the wrong command, and fixing "help nick" example to show how it should be done now.
* Added "mail_notifications" setting. Who needs those notifications anyway?Wilmer van der Gaast2008-01-05-0/+11
| | | | | Closes: #338.
* Killed the <server> parameter to "account add" and changed the defaultWilmer van der Gaast2007-12-12-6/+6
| | | | | | | server for OSCAR to what both login.icq.com and login.oscar.aol.com resolve to these days. There's no need to specify a server anymore so why bother. And cleaned up the docs (removed all references to those OSCAR servers).
* Merging Jabber groupchat support.Wilmer van der Gaast2007-11-19-0/+13
|\
| * Merging from devel/Jelmer.Wilmer van der Gaast2007-11-14-1/+1
| |\
| * | Added "xmlconsole" setting so it can be enabled at login time already.Wilmer van der Gaast2007-11-14-0/+13
| | |
* | | Added (account) set -del.Wilmer van der Gaast2007-11-17-3/+7
| |/ |/|
* | Fixed a typo in "help join_chat".Wilmer van der Gaast2007-10-14-1/+1
|/
* Made the netsplit-like quit messages optional.Wilmer van der Gaast2007-10-10-0/+10
|
* Added help information for the join_chat command and its five arguments,Wilmer van der Gaast2007-06-30-10/+10
| | | | | | which were completely undocumented so far. Also removed the import_buddies information because that command doesn't exist anymore anyway.
* Merging from main development tree.Wilmer van der Gaast2006-10-15-3/+5
|\
| * Small documentation fix (closes #208).Wilmer van der Gaast2006-10-15-3/+5
| |
* | Documentation updates.Wilmer van der Gaast2006-10-15-9/+45
|/
* Added help information for the web_aware setting.Wilmer van der Gaast2006-08-13-0/+14
|
* Added some (more) comments to .h files in lib/ and some minor fixes/cleanups.Wilmer van der Gaast2006-07-19-0/+4
|
* More documentation updates: Added a Scope: line for every setting (forWilmer van der Gaast2006-07-14-38/+41
| | | | | | per-account and global settings) and leaving out the Default: line when there is no default specified in XML (like with the display_name setting).
* Fixed a memory leak, added a check for valid Jabber handles, and updatedWilmer van der Gaast2006-07-14-97/+166
| | | | | | documentation (added information about "account set" and sorted the list of settings because it was a bit too random).
* Slightly different wording for add -tmp.Wilmer van der Gaast2006-05-07-1/+1
|
* Added add -tmp to the docs.Wilmer van der Gaast2006-05-05-0/+5
|
* Closing #132.Wilmer van der Gaast2006-05-05-1/+1
|
* Updated documentation for the new block/allow syntax. Yes, it's slightlyWilmer van der Gaast2006-03-21-0/+9
| | | | | ambiguous now, but it shouldn't cause problems.
* Changed all documentation references to the control channel from #bitlbee to ↵Wilmer van der Gaast2005-11-21-2/+2
| | | | &bitlbee.
* HTML stripping is optional again (but still safer than before 0.93), but now ↵Wilmer van der Gaast2005-11-18-4/+6
| | | | enabled by default.
* Closing #14: Milisecond precision is now possible for the buddy_sendbuffer.Wilmer van der Gaast2005-11-17-1/+3
|
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+690