Historique des commits

Auteur SHA1 Message Date
  Bryan Drewery e673317ca3 Mark my own member as 'me' when joining il y a 14 ans
  Bryan Drewery 5a5ccbb54a Remove useless victim check il y a 14 ans
  Bryan Drewery 94a31400bd Pass member into detect_chan_flood() and cleanup surrounding code il y a 14 ans
  Bryan Drewery 481177e700 Don't punish a bot for kicking/opping/banning another bot il y a 14 ans
  Bryan Drewery 46e24653bd Don't punish clients that abuse themselves (#40) il y a 14 ans
  Bryan Drewery 8d5aedd917 Use standard mv alias il y a 14 ans
  Bryan Drewery 8a13055793 Avoid match_my_nick() il y a 14 ans
  Bryan Drewery 2b2cebed2f Implement revenge on kick (#40) il y a 14 ans
  Bryan Drewery 6c464b3148 Clean got_kick() as it was doing multiple redundant lookups il y a 14 ans
  Bryan Drewery 132249a3e9 Use enums for deflags il y a 14 ans
  Bryan Drewery d307621c91 Avoid looping in any_ops() at end of /WHO to request ops (#35) il y a 14 ans
  ducch a568c80b86 Make bots actually consider chanint floodban il y a 14 ans
  Bryan Drewery 09bacd1cea Merge branch 'gcc46-compile-warnings' il y a 14 ans
  Bryan Drewery f6cd52090c * Cleanup unused variable warnings il y a 14 ans
  Bryan Drewery a07b103f91 * Change privmsg()/notice() to use bd::String il y a 15 ans
  Bryan Drewery 993f2cc3e0 * Update bd::String::printf syntax il y a 15 ans
  Bryan Drewery 9af0fa74c8 * Remove redundant channel key setting/clearing il y a 16 ans
  Bryan Drewery 3940c8e7bb * Don't process WHO for channels the bot shouldn't be in il y a 16 ans
  Bryan Drewery a7ea42ee13 * Update copyrights/licenses il y a 16 ans
  Bryan Drewery 0d90094b87 * Track how many split members there are il y a 16 ans
  Bryan Drewery dedc372d69 * Only send -o when kickbanning if the user is opped il y a 16 ans
  Bryan Drewery dc291ac4b6 * Fix some bans not properly using the ban_type il y a 16 ans
  Bryan Drewery df134b9634 * Reset another bot's count when it quits IRC il y a 16 ans
  Bryan Drewery 273b0a03e6 * Fix bans getting a stray '*' in them il y a 16 ans
  Bryan Drewery cece3ef494 * Fix regression in check_this_user: It's not properly considering newly matched users if they already failed lookup il y a 16 ans
  Bryan Drewery 6eb5bcdefe * Add debug output for WHO il y a 16 ans
  Bryan Drewery 65cd0c8712 * More WHO parsing optimization (dont update userip unless it's a new member) il y a 16 ans
  Bryan Drewery 06a78c8f70 Merge branch 'server-queue-speedup' il y a 16 ans
  Bryan Drewery 8f878607f0 * Optimize away some match_my_nick's by using member->is_me il y a 16 ans
  Bryan Drewery 26f4436bdb * Add member->is_me to denote if this member is ME il y a 16 ans