diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/CHANGES | 17 | ||||
| -rw-r--r-- | doc/user-guide/commands.xml | 10 | 
2 files changed, 26 insertions, 1 deletions
| diff --git a/doc/CHANGES b/doc/CHANGES index 3f509c46..6c109f25 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -Version 1.1dev: +Version 1.2:  - First BitlBee development/testing RELEASE. This should be quite stable    though (and for most people more stable than 1.0.x). It just has a couple    of rough edges and needs a bit more testing. @@ -65,6 +65,21 @@ Version 1.1dev:      resources available for that buddy. (Of course this only works if the      buddy is in your contact list.) +Finished ??? + +Version 1.0.4: +- Removed sethostent(), which causes problems for many people, especially on +  *BSD. This is basically the reason for this release. +- "allow" command actually displays the allow list, not the block list. +- Yahoo away state/msg fix. +- Don't display "Gender: Male" by default if nothing's filled in (OSCAR +  "info" command) +- Fixed account cleanup (possible infinite loop) in irc_free(). +- Fixed configdir error message to not always display the compile-time +  setting. + +Finished 20 Aug 2007 +  Version 1.0.3:  - Fixed ugliness in block/allow list commands (still not perfect though, the    list is empty or not up-to-date for most protocols). diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 6646d0db..cf40782f 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -595,6 +595,16 @@  		</description>  	</bitlbee-setting> +	<bitlbee-setting name="simulate_netsplit" type="boolean" scope="global"> +		<default>true</default> + +		<description> +			<para> +				Some IRC clients parse quit messages sent by the IRC server to see if someone really left or just disappeared because of a netsplit. By default, BitlBee tries to simulate netsplit-like quit messages to keep the control channel window clean. If you don't like this (or if your IRC client doesn't support this) you can disable this setting. +			</para> +		</description> +	</bitlbee-setting> +  	<bitlbee-setting name="ssl" type="boolean" scope="account">  		<default>false</default> | 
