84 Révisions (a73f618e0aec26efdc28b85ae824911e1b9536c1)

Auteur SHA1 Message Date
  Ben Kurtovic a73f618e0a Initial conversion to Python 3 il y a 3 ans
  Ben Kurtovic ee2addf1a2 Track joined/parted channels on restart; improve !stalk; add !listchans il y a 3 ans
  Ben Kurtovic b4b079ffd0 Update copyright year for 2016. il y a 8 ans
  Ben Kurtovic 805f27df31 Fix broken continue. il y a 8 ans
  Ben Kurtovic e4509b9ed5 Fix NickServ auth with protected nicks. il y a 8 ans
  Ben Kurtovic 9a7652cb9b Bugfix for alternate PRIVMSG/NOTICE format. il y a 8 ans
  Ben Kurtovic fc0bff62a5 Try not to join channels before NickServ auth has completed. il y a 8 ans
  Ben Kurtovic 696d24432d Improve detection of maximum IRC message length. il y a 8 ans
  Ben Kurtovic d5689cafe3 Implement serialization for IRC Data objects. il y a 8 ans
  Ben Kurtovic a17f0ec47b Add a 'part' hook. Updates. il y a 8 ans
  Ben Kurtovic acc233a06c Make sure command split happens before we parse it. il y a 8 ans
  Ben Kurtovic 9c526e219f Bugfix. il y a 8 ans
  Ben Kurtovic 45110d8cdc Fix lowercasing of nicks with nick-replies. il y a 8 ans
  Ben Kurtovic a8e431e806 Support reply-nick syntax for all commands; support unspaced form. il y a 8 ans
  Ben Kurtovic b9a315cf1a Add a !stalk/!watch command and a bunch of framework to support it. il y a 9 ans
  Ben Kurtovic cb4327e131 Fix IRC watcher for HTTPS. il y a 9 ans
  Ben Kurtovic 4e8be871b7 Update copyright year for 2015. il y a 9 ans
  Ben Kurtovic 39d5c7c149 Update copyright notices for 2014. il y a 10 ans
  Ben Kurtovic ed95c99f0e Update email address. il y a 10 ans
  Ben Kurtovic 0b7a13eca5 Update copyright notices for 2013. il y a 11 ans
  Ben Kurtovic 0c637d071c Remove "irc:quit" from command/task-to-notify list; nicer watcher. il y a 11 ans
  Ben Kurtovic d07d5eddcd Split watcher messages at the correct length. il y a 11 ans
  Ben Kurtovic b2b11eadad Fix a watcher bug. il y a 11 ans
  Ben Kurtovic 254060fb39 Import rules properly. il y a 11 ans
  Ben Kurtovic 1dce7ea94b Fixes and cleanup. il y a 11 ans
  Ben Kurtovic 20a485f6b9 time.sleep -> sleep il y a 11 ans
  Ben Kurtovic d4e9106667 Implement remove_admin()/owner(); fixing some other things. il y a 11 ans
  Ben Kurtovic 2a9be6b9a4 Move watcher rules to a dedicated file instead of inside config. il y a 11 ans
  Ben Kurtovic c0de766f76 Be smarter about figuring out when someone is talking to us. il y a 11 ans
  Ben Kurtovic 726f184227 Forgot 'self' il y a 11 ans
  Ben Kurtovic 8116c465e0 Implementing something to split up long IRC messages (#34) il y a 11 ans
  Ben Kurtovic 971773fc11 Fake-implement _process_message() in IRCConnection. il y a 12 ans
  Ben Kurtovic 5ab736723b Fixing a number of silly mistakes; refactoring (thanks pylint) il y a 12 ans
  Ben Kurtovic e133d5cfdc Don't ping in reply() if it's private. il y a 12 ans
  Ben Kurtovic b42389d393 Substitute \x0301 with \x0F for returning to "normal" colors. il y a 12 ans
  Ben Kurtovic 6be8fb48dd Cleaning up project-wide copyright notices. il y a 12 ans
  Ben Kurtovic 53d9ed57be Fix ident docstring. il y a 12 ans
  Ben Kurtovic a07920506c __repr__ and __str__ for all classes (22) il y a 12 ans
  Ben Kurtovic f7ffd68056 Support hiding certain logs (e.g. ones containing passwords). il y a 12 ans
  Ben Kurtovic 68f111c7d6 'nickname: command' works if delimited by a period. il y a 12 ans
  Ben Kurtovic 0e2fcfed13 Run commands in separate threads. il y a 12 ans
  Ben Kurtovic e9a6b5e4ac Fixing bug with private messages. il y a 12 ans
  Ben Kurtovic d30d984f05 Some refactoring. il y a 12 ans
  Ben Kurtovic 1adf8b26cd Some more fixes, mainly unicode-related. il y a 12 ans
  Ben Kurtovic 772fcf4836 .lower() on my_nick il y a 12 ans
  Ben Kurtovic 3c9c63d573 Fix parse_kwargs il y a 12 ans
  Ben Kurtovic fd18f468f4 Resolve missing command issue. il y a 12 ans
  Ben Kurtovic 4aa177dfd0 Fix NameError il y a 12 ans
  Ben Kurtovic b1392afd64 Fix regex il y a 12 ans
  Ben Kurtovic 7bdff82971 Fix broken commands, manager, and Data. il y a 12 ans