浏览代码

Merge branch 'master' into next

* master:

Conflicts:
	doc/UPDATES
Bryan Drewery 14 年之前
父节点
当前提交
e602e25855
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      doc/UPDATES

+ 4 - 1
doc/UPDATES

@@ -4,7 +4,6 @@ next
   * Add cmd_newhub for adding a new hub. All bots will add this to their config.
   * Add cmd_newhub for adding a new hub. All bots will add this to their config.
   * Hubs can now be overridden inside the botconfig (-C)
   * Hubs can now be overridden inside the botconfig (-C)
   * Optimize userfile writing by doing it asynchronously
   * Optimize userfile writing by doing it asynchronously
-  * Fix bot getting confusd when changing to long nicks
   * Add [bot]set var 'groups' to configure what groups bots are in
   * Add [bot]set var 'groups' to configure what groups bots are in
   * Add chanset 'groups' to take a list of groups that should join. 'chanset #chan groups { main backup }'
   * Add chanset 'groups' to take a list of groups that should join. 'chanset #chan groups { main backup }'
   * Fix case where nick would rotate to NICK1 when already on NICK2 and NICK was unavailable
   * Fix case where nick would rotate to NICK1 when already on NICK2 and NICK was unavailable
@@ -27,6 +26,10 @@ next
   * When 'mop' protection is on, deop all previously regular clients automatically.
   * When 'mop' protection is on, deop all previously regular clients automatically.
   * Add './wraith -V' which will display the packconfig that the bot is using.
   * Add './wraith -V' which will display the packconfig that the bot is using.
 
 
+maint
+  * Fix various compile warnings with newer GCC
+  * Fix bot getting confused when changing to long nicks
+
 1.3.3 - http://wraith.botpack.net/milestone/1.3.3
 1.3.3 - http://wraith.botpack.net/milestone/1.3.3
   * Fix --disable-ipv6 compiling
   * Fix --disable-ipv6 compiling
   * Update cmd_mop to support console channel (so it works via Auth commands better)
   * Update cmd_mop to support console channel (so it works via Auth commands better)