Commit Graph

  • 5c0596f484 rename factrank to just rank for consistency nanotube 2010-03-23 13:34:50 -04:00
  • 2b5ffaa940 add replies function to reply plugin, which makes multiple replies, if supybot.reply.oneToOne is false. Daniel Folkinshteyn 2010-03-22 01:06:02 -04:00
  • f71464adb3 This merges an old branch i had for sqlite3 factoids+moobotfactoids. fix up moobotfactoids+factoids to use the sqlite text_factory=str, also fixed up a test for factoid search, since it now sorts keys alphabetically. Daniel Folkinshteyn 2010-03-21 02:25:11 -04:00
  • c0ebdddb47 start factoid rankings from 1 not from 0 Daniel Folkinshteyn 2010-03-15 23:12:35 -04:00
  • 34f8557cfd remove rogue test-print Daniel Folkinshteyn 2010-03-08 14:47:27 -05:00
  • 7351ec1702 sort keys in factoid search output by alphabetically by key name. Daniel Folkinshteyn 2010-03-05 14:51:25 -05:00
  • d2ac0e742a implement factoid usage counter Daniel Folkinshteyn 2010-03-05 13:03:08 -05:00
  • 957998f483 Utilities: add countargs function, returns number of arguments supplied. Daniel Folkinshteyn 2010-06-03 16:08:25 -04:00
  • 6381266cfd Utilities: add 'sample' command, a basic interface to random.sample() Daniel Folkinshteyn 2010-06-03 12:52:48 -04:00
  • 9d7287a436 Import MessageParser from gribble repo Valentin Lorentz 2011-02-20 11:14:29 +01:00
  • f3a20df8f1 Import Conditional from gribble repo Valentin Lorentz 2011-02-20 11:13:57 +01:00
  • f6e3698c24 Scheduler: handle event persistence on plugin reload. Daniel Folkinshteyn 2010-09-01 16:37:55 -04:00
  • 42efc79ef1 Scheduler: add scheduled task persistence. Daniel Folkinshteyn 2010-09-01 02:02:47 -04:00
  • bfd2204863 Merge branch 'testing' Valentin Lorentz 2011-02-14 18:52:51 +01:00
  • 2d265f9d82 Google: update translation Valentin Lorentz 2011-02-14 18:35:53 +01:00
  • a6b9d5fe5f Google: fix encoding bug in lucky --snippet; need to pass encoded string to utils.web.htmlToText Daniel Folkinshteyn 2010-07-26 09:22:07 -04:00
  • 614e6c3f43 Google: in lucky --snippet, properly convert html to text, using utils.web.htmlToText. Daniel Folkinshteyn 2010-07-14 19:03:31 -04:00
  • 33c6eabf82 Google: add --snippet option to lucky command, which shows the text snippet for the page. Daniel Folkinshteyn 2010-07-14 15:56:48 -04:00
  • 9f5b3f635a Merge branch 'testing' Valentin Lorentz 2011-02-14 18:22:18 +01:00
  • 5395000e76 Change website supybot-fr.tk -> supybot.fr.cr Valentin Lorentz 2011-02-09 17:16:26 +01:00
  • c456abd25c Later: fix french translation Valentin Lorentz 2011-01-30 12:04:57 +01:00
  • bcc745b956 Update BadWord's .pot and fr.po Valentin Lorentz 2011-01-29 11:52:14 +01:00
  • 817190ff6b BadWords: improve help for requireWordBoundaries config. Daniel Folkinshteyn 2010-09-08 00:11:28 -04:00
  • 0e67977cdd Badwords: add plugin docstring, and fix/standardize some method docstrings. Daniel Folkinshteyn 2010-09-07 20:27:51 -04:00
  • 9665c178aa Scheduler: don't immediately execute commands when restoring repeated events. Daniel Folkinshteyn 2010-09-04 01:25:57 -04:00
  • 125e766d84 Remove gribble's version.py Valentin Lorentz 2011-01-29 11:43:47 +01:00
  • 7c7b093b33 Google: add some extra matching capability to google calc now should be able to display any 'special' result from google. Daniel Folkinshteyn 2010-12-01 16:52:01 -05:00
  • b0bd346775 Services: add some more strings indicating identification success. Daniel Folkinshteyn 2011-01-18 13:51:34 -05:00
  • 60bbbc63ab Topic: get shouldn't require capabilities, since it's a read-only operation. Daniel Folkinshteyn 2011-01-25 01:26:42 -05:00
  • 0223e9c210 Change release number to 0.83.4.1+git+fr2 Valentin Lorentz 2011-01-29 10:29:05 +01:00
  • e8814fc07a Add checkCapabilityButIgnoreOwner converter Valentin Lorentz 2011-01-27 19:32:43 +01:00
  • e705d3b5a9 Fix name conflict with _() Valentin Lorentz 2011-01-26 10:01:58 +01:00
  • ad2ad80263 Fix forgotten merge Valentin Lorentz 2011-01-26 09:56:04 +01:00
  • 1cceeb7ad1 Fix @String decode utf8 issue Valentin Lorentz 2011-01-26 08:30:20 +01:00
  • 831a2c3b9a Topic: get shouldn't require capabilities, since it's a read-only operation. Daniel Folkinshteyn 2011-01-25 01:26:42 -05:00
  • 3151d08e73 Filter: fix rainbow so it doesn't fail with numbers. Daniel Folkinshteyn 2011-01-24 16:18:01 -05:00
  • a6d361573d Fix banmask creation. Thanks Progval for the patch! Daniel Folkinshteyn 2011-01-24 16:09:18 -05:00
  • 17248b5d2c Merge branch 'testing' into unit-tests Valentin Lorentz 2011-01-22 10:29:22 +01:00
  • e4cced8364 Fix depluralize. Valentin Lorentz 2011-01-22 10:28:27 +01:00
  • 720b6d23eb Fix to global hostmask. Fix bug #SF3088559 and submitted as patch #SF3163843 Valentin Lorentz 2011-01-22 10:17:32 +01:00
  • e6fc429701 Fix bug with rainbow when message contains numeric characters #SF3140981 Valentin Lorentz 2011-01-22 09:59:19 +01:00
  • d29ca0a227 Import Time plugin from Supybot-plugin repo Valentin Lorentz 2011-01-22 09:54:53 +01:00
  • a1f093defc Ignore vim temporary files Valentin Lorentz 2011-01-22 09:51:06 +01:00
  • fc1a3ab258 Services: add some more strings indicating identification success. Daniel Folkinshteyn 2011-01-18 13:51:34 -05:00
  • f13a2c7ee4 Fix translations Valentin Lorentz 2011-01-08 13:35:43 +01:00
  • d273ac164e Fix Network localization Valentin Lorentz 2011-01-05 17:22:34 +01:00
  • 4649188b96 Fix detection of .42 domains Valentin Lorentz 2011-01-02 13:22:54 +01:00
  • 3582286658 Fix Factoids Valentin Lorentz 2011-01-02 09:31:07 +01:00
  • 6e6fd58ea7 Fix RSS encoding problem Valentin Lorentz 2011-01-01 17:24:13 +01:00
  • f45e0b01ac Fix @help monologue french translation Valentin Lorentz 2010-12-23 19:56:23 +01:00
  • d008f97383 Fix @Games monologue french translation Valentin Lorentz 2010-12-23 15:51:06 +01:00
  • 5629b4585c Fix bolding for help strings (because of i18n) Valentin Lorentz 2010-12-22 18:15:46 +01:00
  • 83aca7c651 Merge branch 'testing' Valentin Lorentz 2010-12-22 18:12:28 +01:00
  • 83f3fe1436 Merge branch 'l10n-fr' into testing Valentin Lorentz 2010-12-12 15:05:08 +01:00
  • 01018b902e Localize the two new strings of Config in French Valentin Lorentz 2010-12-12 15:05:00 +01:00
  • 59dad0501f Merge branch 'i18n' into l10n-fr Valentin Lorentz 2010-12-12 15:03:22 +01:00
  • a739511b73 Internationalize two strings in Config Valentin Lorentz 2010-12-12 15:03:13 +01:00
  • b3ffbdf951 Fix localization issue Valentin Lorentz 2010-12-12 15:00:50 +01:00
  • 49dfa69b91 Fix actually compatibility with non-ssl envirronments Valentin Lorentz 2010-12-12 14:33:36 +01:00
  • a58e270516 Fix issue with Pypy Valentin Lorentz 2010-12-12 14:17:09 +01:00
  • 96ea659030 Add SSL support for Socket driver Valentin Lorentz 2010-12-09 19:33:35 +01:00
  • 42464d8180 Google: add some extra matching capability to google calc now should be able to display any 'special' result from google. Daniel Folkinshteyn 2010-12-01 16:52:01 -05:00
  • f2a0b60e79 Fix unicode bug Valentin Lorentz 2010-11-28 17:47:38 +01:00
  • 15de8c2345 Merge branch 'testing' Valentin Lorentz 2010-11-26 23:20:53 +01:00
  • c5974046c6 Merge branch 'l10n-fr' into testing Valentin Lorentz 2010-11-26 23:20:29 +01:00
  • 50d887d67f Merge branch 'i18n' into l10n-fr Valentin Lorentz 2010-11-26 23:19:57 +01:00
  • 13b194a4fe Fix internationalisation bug in Config plugin Valentin Lorentz 2010-11-26 23:19:05 +01:00
  • 6629c8d48f Add @reloadlocale to Owner plugin Valentin Lorentz 2010-11-19 17:10:47 +01:00
  • cd112016f2 Merge branch 'testing' Valentin Lorentz 2010-11-19 17:03:00 +01:00
  • 12d4f16c80 Merge branch 'testing' of github.com:ProgVal/Supybot-fr into testing Valentin Lorentz 2010-11-19 17:02:34 +01:00
  • 6e007468d7 Merge branch 'master' of github.com:ProgVal/Supybot-fr Valentin Lorentz 2010-11-19 17:02:13 +01:00
  • fc6415e7ea Merge branch 'testing' Valentin Lorentz 2010-11-19 17:01:59 +01:00
  • bd7f38604e Merge branch 'l10n-fr' into testing Valentin Lorentz 2010-11-19 17:01:46 +01:00
  • 3fafd31f51 Remove redundant spaces in src/i18n.py Valentin Lorentz 2010-11-19 17:00:55 +01:00
  • 8542d81c2f Merge branch 'testing' of github.com:ProgVal/Supybot-fr into testing Valentin Lorentz 2010-11-17 21:41:57 +01:00
  • ec8dec06e6 Merge branch 'master' of github.com:ProgVal/Supybot-fr Valentin Lorentz 2010-11-17 21:41:34 +01:00
  • d5ae366ceb Merge branch 'l10n-fr' into testing Valentin Lorentz 2010-11-17 21:40:36 +01:00
  • 05560299d9 Later: fix localisation problem Valentin Lorentz 2010-11-17 21:40:11 +01:00
  • a618f111aa Later: fix localization problem Valentin Lorentz 2010-11-17 19:21:36 +01:00
  • f2a83700df Merge branch 'testing' Valentin Lorentz 2010-11-17 16:51:02 +01:00
  • e5fd3b8a7d Merge branch 'l10n-fr' into testing Valentin Lorentz 2010-11-17 16:50:56 +01:00
  • 415f79d9a5 Later: fix localization problem Valentin Lorentz 2010-11-17 16:44:34 +01:00
  • 3589f15278 Merge branch 'testing' Valentin Lorentz 2010-11-14 14:36:21 +01:00
  • 5300abbd5d Merge branch 'l10n-fr' into testing Valentin Lorentz 2010-11-14 14:36:15 +01:00
  • e7cf7788be Merge branch 'i18n' into l10n-fr Valentin Lorentz 2010-11-14 14:36:10 +01:00
  • 0998c2a43f Fix bug in src/commands.py (forgotten comma) Valentin Lorentz 2010-11-14 14:36:02 +01:00
  • d1e6bbdaf1 Merge branch 'testing' Valentin Lorentz 2010-11-11 14:00:08 +01:00
  • ad79ec4f7f Merge branch 'l10n-fr' into testing Valentin Lorentz 2010-11-11 12:39:19 +01:00
  • 4d957e858e Factoids: localize a string Valentin Lorentz 2010-11-11 12:39:13 +01:00
  • 9ca812c83d Merge branch 'i18n' into l10n-fr Valentin Lorentz 2010-11-11 12:38:32 +01:00
  • 11f7033ee0 Factoids: Internationalize a config variable Valentin Lorentz 2010-11-11 12:36:47 +01:00
  • 211be44b9c Merge branch 'testing' Valentin Lorentz 2010-11-11 12:03:12 +01:00
  • 4ea359d503 Merge branch 'l10n-fr' into testing Valentin Lorentz 2010-11-11 12:03:04 +01:00
  • 827ff7df5b Merge branch 'i18n' into l10n-fr Valentin Lorentz 2010-11-11 12:02:57 +01:00
  • 323ffe1a1f i18n: Fix internationalization problems Valentin Lorentz 2010-11-11 12:01:56 +01:00
  • 16c9ddf6ed Merge branch 'testing' Valentin Lorentz 2010-11-06 08:12:39 +01:00
  • 9388cadb4e Merge branch 'l10n-fr' into testing Valentin Lorentz 2010-11-06 08:12:32 +01:00
  • b1f0e058a8 Fix two function misspell in locale/fr.py Valentin Lorentz 2010-11-06 08:12:26 +01:00
  • c5df5d1e50 Merge branch 'testing' Valentin Lorentz 2010-11-03 19:12:12 +01:00
  • 44c692bdc6 Merge branch 'l10n-fr' into testing Valentin Lorentz 2010-11-03 19:12:06 +01:00