Skip to content
Snippets Groups Projects
  1. Oct 11, 2003
  2. Oct 10, 2003
  3. Oct 09, 2003
  4. Oct 08, 2003
  5. Oct 07, 2003
    • cyan's avatar
      * Sigh, rewrote set_chanmode() *again* because it was still messy and was doing · 3aa0770b
      cyan authored
        really bad things(tm) with bits in channel modes.  Hopefully I've got it
        right this time.
      * Updated supported usermodes on the 004 numeric.
      * Updated this.get_usermode() to return the proper usermodes, and whether or
        not we're showing the 'broadcast' modes or not.
      * Moved ban stuff out of affect_mode_list() because it's totally different
        than setting + or - o/v.
      * CHANLIST_X is now all gone, it was ugly and introduced duplication everywhere
      * MODECHAR is gone, too, replaced by MODE[CHANMODE_BIT].modechar
      * +/- k/l wasn't working as expected (never -k without args, always allow +l
        with args if different than current limit, and allow -l without args.)
      * Fixed a nasty bug courtesy of the old DALnet #square regulars involving the
        bits not being checked right.  Doing +o over and over would just flip the
        bit continuously.
      3aa0770b
    • rswindell's avatar
      Fixed msvc compile warnings (no '\e' escape sequence). · 62117193
      rswindell authored
      Fixed bcc compile warning (SOCKET* != int32*).
      Created new global method: dir_freespace() to return the amount of free disk
      space for any directory.
      62117193
Loading