Bladeren bron

* Update docs

Bryan Drewery 16 jaren geleden
bovenliggende
commit
34082d8dec
1 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. 6 6
      doc/UPDATES

+ 6 - 6
doc/UPDATES

@@ -1,5 +1,3 @@
-* Bots now link to the first bot in their binary (the localhub) over a UNIX domain socket. Only the localhub connects to the main hubs.
-
 1.2.17 - http://wraith.botpack.net/milestone/1.2.17
 * Binary / shell / startup changes
   * Binary error messages are no longer obscure numbers or fake segfaults. (Compile with OBSCURE_ERRORS to re-enable)
@@ -23,6 +21,12 @@
   * Add Google DNS servers as backups: 8.8.8.8, 8.8.4.4 (http://code.google.com/speed/public-dns/)
   * If a .resolv.conf exists, only use the nameservers listed in it.
   * Fix problem of bots never reconnecting to hub after being up for long periods. (Was a DNS issue)
+* Botlink
+  * Bots now link to the first bot in their binary (the localhub) over a UNIX domain socket. Only the localhub connects to the main hubs.
+  * Bots must have a matching host to be able to link now.
+  * Telnet/DCC now checks both forward/reverse to ensure they match. (fixes #19)
+  * Fix botlink problems when hub and leaf nicks are long.
+  * Only use oident for server connects, not for bot linking.
 * Compiling changes
   * Prefer g++ 4.4.1 when compiling.
   * No longer bundling Openssl code; It is now required to be installed to compile.
@@ -54,7 +58,6 @@
   * Fix botcmd to make sure that results are delivered only to the requester (fixes #208)
   * Fix issues with server-port not being updated to the current server list (fixes #176)
   * Fix aliases not properly indicating bad command on leaf bots (fixes #297)
-  * Fix botlink problems when hub and leaf nicks are long.
   * Fix (+|-)(ban|exempt|invite) commands to properly handle if the channel is given first so that a #chan!*@* ban is not created.
   * Fix chanint 'flood-exempt' not exempting ops when set to 'voice'.
   * Fix segfault with /KNOCK on csircd.
@@ -62,8 +65,6 @@
   * Fix cmd_slowjoin not working on backup bots correctly.
   * Fix a crash from long hubnicks.
 * Misc changes
-  * Bots must have a matching host to be able to link now.
-  * Telnet/DCC now checks both forward/reverse to ensure they match. (fixes #19)
   * Added pseudo-channel 'default' which can be modified with 'chanset' and 'chaninfo'.
     This is used to modify what the default channel options will be for new channels.
   * Removed 'set chanset' as it has been replaced by 'chanset default'
@@ -77,7 +78,6 @@
   * Removed 'chanset +knock' and replaced with 'chanset knock (Op|Voice|User)', see 'help chaninfo'.
   * Default log timestamp now includes seconds.
   * Hubs no longer include their own timestamp over botnet.
-  * Only use oident for server connects, not for bot linking.
 
 1.2.16.1
 * Fix linux compile errors