Commit Graph

  • b8c43dc5cc Perform all received* IrcMsg tagging in one spot. James McCoy 2011-12-05 23:52:38 -05:00
  • f0233c370f Prevent nesting of Misc.tell James McCoy 2011-12-05 23:13:09 -05:00
  • d1df9e8306 Use socket.inet_aton for isIPV4 since Windows doesn't (always?) have inet_pton James McCoy 2011-12-05 22:48:09 -05:00
  • ce9d04eac9 Google: use web scraping as fallback to ig api Daniel Folkinshteyn 2011-12-12 14:57:10 -05:00
  • 4fe8fe4b10 Google: use google ig api for the calc. no more web scraping. let's hope this stays alive. Daniel Folkinshteyn 2011-12-12 12:59:27 -05:00
  • 05adad617d Simplify handling of per-network waitingJoins James McCoy 2011-12-06 00:55:29 -05:00
  • faf2608c83 Bug fixes in src/ircmsgs.py James McCoy 2011-12-06 00:22:40 -05:00
  • e2f27512bc Only use ircmsg.whois's mask argument if it's non-empty. James McCoy 2011-12-06 00:08:01 -05:00
  • be9415912c Perform all received* IrcMsg tagging in one spot. James McCoy 2011-12-05 23:52:38 -05:00
  • c606ba6d80 Debug: Fix import. (cherry picked from commit a79e9c0cad23cb6917a95a17598e46ed00643fdf) Valentin Lorentz 2011-11-13 16:34:01 +01:00
  • bcdc8ecb00 Prevent nesting of Misc.tell James McCoy 2011-12-05 23:13:09 -05:00
  • 63ec70bc08 Use socket.inet_aton for isIPV4 since Windows doesn't (always?) have inet_pton James McCoy 2011-12-05 22:48:09 -05:00
  • d8ead9bc29 One last fix to umode filtering. James McCoy 2011-11-13 15:10:16 -05:00
  • 2fb9ac2024 Fix IRC.do376's handling of supported state James McCoy 2011-11-07 05:58:48 -05:00
  • 23f07cadc2 Fix parsing of 004 message for supported umodes/chanmodes James McCoy 2011-11-07 05:58:27 -05:00
  • ab9365f172 Fix filtering of unsupported umodes James McCoy 2011-11-06 22:20:55 -05:00
  • 865e87cf74 Misc: Avoid setting up "invalid command" flood handling if its not enabled James McCoy 2011-10-29 17:53:35 -04:00
  • 23bfe116ff irclib: Filter out unsupported umodes before sending them to the server James McCoy 2011-10-29 17:22:42 -04:00
  • edbf43f81f irclib: Add support for 004 messages from the server James McCoy 2011-10-29 17:22:27 -04:00
  • c2b6633fe7 Channel.nicks: Raise error so we don't actually reply with the nicks. James McCoy 2011-10-23 20:26:39 -04:00
  • 3248bd79c4 NickCapture: Fix plugin help and l10n-fr. Closes GH-116. Valentin Lorentz 2011-08-07 12:02:06 +02:00
  • 90b7a83127 Topic: fix typo in @unlock help. Valentin Lorentz 2011-07-20 21:28:43 +02:00
  • 3d5f92a61f Topic: Fix bad doctring Valentin Lorentz 2010-10-30 12:24:02 +02:00
  • f3136655e7 Factoids: Fix typo. Valentin Lorentz 2011-07-18 15:23:06 +02:00
  • 0a6d38f37a Channel: fix NameError: 'replyirc' -> 'replyIrc'. Closes GH-73. Valentin Lorentz 2011-07-09 14:05:28 +02:00
  • 11b5ca3fd7 Karma: fix typo. Closes GH-38. Valentin Lorentz 2011-06-30 19:28:20 +02:00
  • a6f9c1c2d4 Protector: Fix variable name. Valentin Lorentz 2011-07-15 23:04:49 +02:00
  • f78803a82b Relay: remove redundant nick on join/part when hostmasks enabled Valentin Lorentz 2011-06-30 15:23:17 +02:00
  • a93d3fee85 AutoMode: fix bans. Valentin Lorentz 2011-06-30 19:06:22 +02:00
  • b99525db63 Owner: Fix bug with @enable and @disable if a plugin is given. Closes GH-43. Closes GH-44. Valentin Lorentz 2011-06-29 13:56:22 +02:00
  • b42b06fe79 RSS._getConverter: Encode strings before handing them off to other functions James McCoy 2011-10-22 15:23:56 -04:00
  • 50e4b6baf1 String.decode: Only encode('utf-8') when the decode string is unicode James McCoy 2011-10-22 14:57:20 -04:00
  • ca23cbb774 Merge branch 'maint/0.83.4' James McCoy 2011-12-06 01:18:18 -05:00
  • c90fafebe7 Simplify handling of per-network waitingJoins James McCoy 2011-12-06 00:55:29 -05:00
  • 1e1b39783b Services: catch occasional error when removing waiting joins from list Daniel Folkinshteyn 2011-08-08 18:45:02 -04:00
  • d5648ab534 Services: fix problem with some channels being mixed up between networks on startup, when noJoinsUntilIdentified is true. Daniel Folkinshteyn 2011-03-13 14:21:46 -04:00
  • 71bcc2bc7c Services: add some more strings indicating identification success. Daniel Folkinshteyn 2011-01-18 13:51:34 -05:00
  • 998819da58 Bug fixes in src/ircmsgs.py James McCoy 2011-12-06 00:22:40 -05:00
  • f6f9e654cb Only use ircmsg.whois's mask argument if it's non-empty. James McCoy 2011-12-06 00:08:01 -05:00
  • 4ddfae427f Perform all received* IrcMsg tagging in one spot. James McCoy 2011-12-05 23:52:38 -05:00
  • a79e9c0cad Debug: Fix import. Valentin Lorentz 2011-11-13 16:34:01 +01:00
  • 5b4c150d03 Prevent nesting of Misc.tell James McCoy 2011-12-05 23:13:09 -05:00
  • 360a2036ac Use socket.inet_aton for isIPV4 since Windows doesn't (always?) have inet_pton James McCoy 2011-12-05 22:48:09 -05:00
  • 78accda006 Since: Fix traceback. Valentin Lorentz 2011-12-03 20:55:25 +01:00
  • f1852f2e2b Seen: Fix error message ('You must be in') for @since. Valentin Lorentz 2011-12-03 12:45:07 +01:00
  • 0caf7dba5b Fix network registration (SASL password should not be set up on registration). Valentin Lorentz 2011-12-03 12:36:16 +01:00
  • a98b2df392 core: make sure owner is never ignored. also simplify the logic flow in ignore checking. Thanks m4v for the patch! Daniel Folkinshteyn 2011-11-21 15:09:38 -05:00
  • f9377108b0 Merge branch 'ownerignore' Daniel Folkinshteyn 2011-11-21 15:14:52 -05:00
  • f3e5223f3f Undo the web title fix because it appears it broke more than it fixed. Daniel Folkinshteyn 2011-11-21 15:14:34 -05:00
  • 20bfa97649 core: make sure owner is never ignored. also simplify the logic flow in ignore checking. Thanks m4v for the patch! Daniel Folkinshteyn 2011-11-21 15:09:38 -05:00
  • 6d1cf739ab Games: Update l10n-it. skizzhg 2011-11-21 19:43:56 +01:00
  • 8787b366cc Scheduler: Fix typo in l10n-fr. Valentin Lorentz 2011-11-19 22:45:12 +01:00
  • 05b32b467f Services: Fix traceback on NickServ notice. Valentin Lorentz 2011-11-15 06:29:36 +01:00
  • 6a4a7b00cf Merge pull request #274 from Mkaysi/mkaysi Valentin Lorentz 2011-11-14 12:50:32 -08:00
  • 0f3c2f5b35 Topic: add l10n-fi Mika Suomalainen 2011-11-14 18:36:08 +02:00
  • 8413a657c9 Topic: continue partial l10n-fi. Mika Suomalainen 2011-11-14 09:00:37 +02:00
  • 8b73f78b3e Merge branch 'maint/0.83.4' James McCoy 2011-11-13 15:26:19 -05:00
  • 4833976294 One last fix to umode filtering. James McCoy 2011-11-13 15:10:16 -05:00
  • 7bb41fe6ec Merge pull request #272 from fbesser/fbesser Valentin Lorentz 2011-11-13 10:20:13 -08:00
  • e41e5ca171 Services: Add l10n-de Florian Besser 2011-11-13 19:04:13 +01:00
  • 663308cb63 Channel: Fix l10n-de Florian Besser 2011-11-13 19:03:42 +01:00
  • 15fee0b118 Seen: Fix l10n-de Florian Besser 2011-11-13 18:08:24 +01:00
  • dbb3e9c203 Debug: Fix import. Valentin Lorentz 2011-11-13 16:34:01 +01:00
  • ce20d8efd0 Channel: Update l10n-de Florian Besser 2011-11-12 23:06:18 +01:00
  • b5187ea31d Fix commit b23480b9 again. Valentin Lorentz 2011-11-12 00:39:08 +01:00
  • efd158da58 Fix commit b23480b9. Closes GH-267. Valentin Lorentz 2011-11-11 23:50:55 +01:00
  • 348d1bd99c Fix typo (lamda => lambda). Valentin Lorentz 2011-11-11 19:56:20 +01:00
  • f232eaac6f Merge pull request #268 from fbesser/fbesser Valentin Lorentz 2011-11-11 02:10:35 -08:00
  • 6c32f85ed7 Status: Add l10n-de Florian Besser 2011-11-11 11:04:59 +01:00
  • 572e081160 Todo: Add l10n-de Florian Besser 2011-11-11 11:03:27 +01:00
  • c562158784 Games: Add l10n-de Florian Besser 2011-11-11 10:39:31 +01:00
  • 566904e916 Seen: Add l10n-de Florian Besser 2011-11-11 02:41:02 +01:00
  • 7c1800edaf PluginDownloader: Add l10n-de Florian Besser 2011-11-10 23:44:00 +01:00
  • 2aa6e5fd49 User: Fix l10n-de Florian Besser 2011-11-10 23:42:55 +01:00
  • cf8126223b Google: Apply gholms's patch to fix @calc match. Valentin Lorentz 2011-11-09 10:04:53 +01:00
  • a93750bad7 Admin: Update l10n-it. skizzhg 2011-11-07 19:40:04 +01:00
  • 7ad9788a49 Merge branch 'testing' of github.com:ProgVal/Limnoria into testing Valentin Lorentz 2011-11-07 19:39:59 +01:00
  • d6336421e0 Fix IRC.do376's handling of supported state James McCoy 2011-11-07 05:58:48 -05:00
  • 4232e40e26 Fix parsing of 004 message for supported umodes/chanmodes James McCoy 2011-11-07 05:58:27 -05:00
  • 3bfda3cc7a Fix filtering of unsupported umodes James McCoy 2011-11-06 22:20:55 -05:00
  • ae64f667a7 Success: Added a description to READEME.txt Tanner 2011-09-13 06:10:28 +08:00
  • 819d21263b ShrinkUrl: Added a description to README.txt Tanner 2011-09-13 06:59:36 +08:00
  • a913f4cf25 Web: Added a description to README.txt Tanner 2011-09-13 06:56:28 +08:00
  • 08c2bbb1b7 Services: Added a description to README.txt Tanner 2011-09-13 06:54:57 +08:00
  • 752eaabce3 Seen: Added a description to README.txt Tanner 2011-09-13 06:51:39 +08:00
  • 0ebe41f0eb Todo: Added a description to READEME.txt Tanner 2011-09-13 06:14:01 +08:00
  • a921b7fd4d Topic: Added a description to READEME.txt Tanner 2011-09-13 06:11:34 +08:00
  • 25b3a8aa70 Success: Added a description to READEME.txt Tanner 2011-09-13 06:10:12 +08:00
  • 4e9c76bf8b Scheduler: Added a description to README.txt Tanner 2011-09-13 06:07:34 +08:00
  • 99de7b2347 Time: Add l10n-hu. nyuszika7h 2011-10-30 01:28:39 +08:00
  • 1c6ff67cee RSS: Fix l10n-hu. nyuszika7h 2011-10-30 01:22:32 +08:00
  • dc593832f5 Merge pull request #264 from fbesser/fbesser Valentin Lorentz 2011-11-04 11:02:55 -07:00
  • d965daa1a2 User: Update l10n-de Florian Besser 2011-11-04 19:00:09 +01:00
  • 2ff43a48c7 Owner: Update l10n-de Florian Besser 2011-11-04 18:59:37 +01:00
  • f32c65b526 Misc: Update l10n-de Florian Besser 2011-11-04 18:58:59 +01:00
  • 60b627e6bb NickCapture: Add l10n-de Florian Besser 2011-11-04 18:58:14 +01:00
  • 78766218bb Later: Add l10n-de Florian Besser 2011-11-04 18:57:32 +01:00
  • d18afe202a Dunno: Add l10n-de Florian Besser 2011-11-04 18:56:46 +01:00
  • b93b6cee81 AutoMode: Add l10n-de Florian Besser 2011-11-04 18:56:09 +01:00
  • 4903b65000 Merge pull request #262 from fbesser/fbesser Valentin Lorentz 2011-11-01 13:34:00 -07:00