Skip to content
Snippets Groups Projects
  1. May 22, 2021
  2. Apr 05, 2021
  3. Aug 16, 2020
  4. Apr 03, 2020
  5. Feb 05, 2009
    • cyan's avatar
      * Update the copyright date. Happy new year! · 2c5f8ff0
      cyan authored
      * Support Unreal-style AKILL messages by way of TKL.  Propagate to all
        other servers on the network.  Thanks to Netsurge for bringing this to
        my attention.
      * Propagate AKILL messages before local kill testing is done.
      * Some minor efficiency and cosmetic changes as per jslint.
      2c5f8ff0
  6. Oct 23, 2008
  7. Jan 26, 2008
  8. Sep 21, 2007
  9. Jun 04, 2007
    • cyan's avatar
      * Fix for CR/DF compatibility. It turns out that ConferenceRoom will sometimes · bd5bb408
      cyan authored
        (randomly) swap the 'hops' and 'created' variables on the NICK line without
        warning.  The IRCd now tests for this.  This manifested itself with time_t
        integers appearing in the 'WHO' command output when a CR server was linked.
      * WHOWAS output would always show the uplink server for a client who left the
        network from *behind* the uplink.  The correct server info is now shown on
        WHOWAS.
      bd5bb408
  10. May 18, 2007
  11. Apr 01, 2007
  12. Dec 29, 2006
  13. Aug 12, 2006
  14. Aug 11, 2006
  15. Jul 24, 2006
  16. Jul 22, 2006
    • cyan's avatar
      * We now use an empty object as an associative array as opposed to using · d6e904eb
      cyan authored
        the built-in JS "Array" object.  This is because the Array object offers
        no facilities for associative arrays.
        Full details here:
        Thanks to Deuce for pointing this one out.  This fixes many minor quirks,
        such as "undefined" coming up in STATS M and soforth, since a general scan
        of the array object would also pick up on properties of the Array object.
      * More general code cleanup, especially in ircd_server.js
      d6e904eb
  17. Jul 09, 2006
  18. Jul 08, 2006
  19. Jun 19, 2006
  20. Feb 20, 2006
  21. Feb 18, 2006
  22. Feb 10, 2006
  23. Feb 08, 2006
  24. Feb 07, 2006
  25. Feb 03, 2006
    • cyan's avatar
      * searchbyserver() split out into two functions, correcting the bug which · a63bf4d4
      cyan authored
        would cause a server with a wildcard C:Line to continue to attempt to
        connect to its uplink even after a connection was established.
      * When connecting to another server, it was possible that the IRCd would
        send its PASS/SERVER command pair again in error.  This would generate
        warning messages on the receiving server side stating "Refusing to comply
        with supposedly bogus SERVER command."
      * When a channel was both +k and +l, the IRCd would incorrectly interpret
        the incoming SJOIN message for that channel.  (i.e. +kl 1 1 would return
        +k 11)
      * The IRCd now crunches modes on an incoming SJOIN message.
      a63bf4d4
  26. Sep 28, 2005
  27. Aug 16, 2005
  28. May 31, 2005
Loading