Commit Graph

  • 65a7935214 Merge pull request #570 from nyuszika7h/patch/ctcp-malformed-req Valentin Lorentz 2014-03-20 12:52:58 +01:00
  • 9186162b1a Ctcp: Fix regex for PING nyuszika7h 2014-03-20 11:57:04 +01:00
  • 251f2d742c Revert "Ctcp: Fix regex for PING" nyuszika7h 2014-03-20 11:55:46 +01:00
  • a27f62a0aa Ctcp: Fix regex for PING nyuszika7h 2014-03-20 11:55:11 +01:00
  • 8a3ea3d5c8 Ctcp: Don't reply to malformed CTCP requests nyuszika7h 2014-03-20 09:57:33 +01:00
  • ccc2de5317 Merge pull request #568 from nyuszika7h/plugindl-update-repo-url Valentin Lorentz 2014-03-16 22:50:09 +01:00
  • 3b07c3d0ec PluginDownloader: Update URL of my repo nyuszika7h 2014-03-16 22:45:22 +01:00
  • a28560c267 Merge pull request #567 from nyuszika7h/plugin-remove-list Valentin Lorentz 2014-03-16 16:14:06 +01:00
  • a9b36719ba Remove test case for !plugin list nyuszika7h 2014-03-16 16:12:03 +01:00
  • 1a7e584a53 Plugin: Remove duplicate !list command nyuszika7h 2014-03-16 14:12:53 +01:00
  • 8b8265522c Debug: Fix Python 3 compatibility. Closes GH-565. Valentin Lorentz 2014-03-11 17:05:12 +00:00
  • c6cb4fa394 i18n: Prevent untranslated strings from having empty translations Valentin Lorentz 2014-03-10 16:25:16 +01:00
  • f191e21970 Channel: Add command @ban hostmask. Valentin Lorentz 2014-03-09 18:39:46 +00:00
  • 77e6de6bba Fix errors detected by PyLint. Valentin Lorentz 2014-03-05 14:14:36 +01:00
  • 8a5c4753d0 Fix links in INSTALL.md. Valentin Lorentz 2014-03-04 13:55:05 +00:00
  • b9e4f80e2a Add optional dependencies introduced in Limnoria in INSTALL.md. Valentin Lorentz 2014-03-04 13:51:16 +00:00
  • 2601f33b19 src/conf.py: Remove unicode characters from the source code. Valentin Lorentz 2014-03-03 18:09:05 +01:00
  • 4f7caa78e4 Misc: Update @version to match the new version format. Valentin Lorentz 2014-03-03 16:22:32 +00:00
  • c84a7ac094 Change version format to comply with PEP440. Valentin Lorentz 2014-03-03 17:11:39 +01:00
  • 6520dba7ad Merge pull request #562 from nyuszika7h/unix-patches Valentin Lorentz 2014-03-02 23:08:03 +01:00
  • b4ad8c228d Remove invisible character in src/test.py. Valentin Lorentz 2014-03-02 00:43:58 +01:00
  • fb8d929cc8 Clarify help text for !shell nyuszika7h 2014-03-01 18:23:04 +01:00
  • dcb25db6e5 Add support for SRV records in domain name resolution. Valentin Lorentz 2014-03-01 09:22:14 +01:00
  • 108b0de0d1 Add support of IP-binding in non-IRC connections. Valentin Lorentz 2014-03-01 09:06:21 +01:00
  • 0fc2675139 Fix typo in the README. Valentin Lorentz 2014-03-01 07:43:17 +00:00
  • 3d7e0d22f9 Update README.md PoorDog 2014-02-28 18:41:30 -05:00
  • 59ae6f987d ircdb: Honor ignoreDefaultAllow for unknown users too. Valentin Lorentz 2014-02-27 19:04:54 +00:00
  • 322023c011 Unix: Add @shell command nyuszika7h 2014-02-27 15:46:38 +01:00
  • bc4cfb96dd Unix: Fix FD leaks and Windows compatibility nyuszika7h 2014-02-27 15:36:05 +01:00
  • a3c79d61f8 Merge pull request #558 from nyuszika7h/issue-170 Valentin Lorentz 2014-02-26 19:30:35 +01:00
  • 4d5889e873 ChannelStats: Remove useless space. nyuszika7h 2014-02-26 18:45:29 +01:00
  • f926b8e8fd Merge pull request #554 from nyuszika7h/debian-gitignore Valentin Lorentz 2014-02-22 15:04:27 +01:00
  • 373fe30e51 Add .pyd to gitignore [skip ci] nyuszika7h 2014-02-22 13:57:07 +01:00
  • 0f8523f952 Add nano.save to gitignore nyuszika7h 2014-02-22 13:43:10 +01:00
  • 649f4bc0b2 Less aggressive ignoring of vim swap files nyuszika7h 2014-02-22 13:41:47 +01:00
  • 7442ba30bd Add some Debian files to .gitignore nyuszika7h 2014-02-22 13:40:01 +01:00
  • 8fd834beb7 Fix precedence of commands by removing Utilities from the list of important plugins. Valentin Lorentz 2014-02-22 00:03:58 +00:00
  • d1aa36126d Add Utilities as a default plugin. Valentin Lorentz 2014-02-21 23:55:41 +00:00
  • d498f0d510 Merge pull request #553 from Mkaysi/install3 Valentin Lorentz 2014-02-22 00:02:28 +01:00
  • 98482f0826 INSTALL.md: 2 to 3 or vice versa, remove executable Supybot* first. Thanks nyuszika7h :) Mikaela Suomalainen 2014-02-21 18:24:38 +02:00
  • 361b36515a INSTALL.md: add instructions for using Python 3. Mikaela Suomalainen 2014-02-21 17:38:40 +02:00
  • be50e59616 Update README with better description and updated links to the doc. Valentin Lorentz 2014-02-21 00:24:58 +01:00
  • 427033d8e8 ChannelLogger: Fix Python 2 compatibility (again). Valentin Lorentz 2014-02-17 21:30:15 +00:00
  • 0c58ab2e98 ChannelLogger: Fix Python 2 compatibility (again). Valentin Lorentz 2014-02-17 19:24:41 +00:00
  • 98076482b6 ChannelLogger: Fix Python 2 compatibility. Valentin Lorentz 2014-02-17 16:01:31 +00:00
  • 066c6d87c8 Merge pull request #548 from GLolol/no-such-plugin Valentin Lorentz 2014-02-07 08:46:28 +01:00
  • b8ada98df1 Fix incorrect error on loading nonexistent plugin GLolol 2014-02-06 18:52:33 -08:00
  • b8fa70172a Fix coding style and remove unneeded command Iota Spencer 2014-02-05 19:06:01 -05:00
  • 974dc00d29 Fix cmdall / Add the wrap() Iota Spencer 2014-02-05 19:02:43 -05:00
  • 051b0e8994 Add command to do specific command on all networks Ken Spencer 2014-02-05 18:02:20 -05:00
  • 29944234e4 ChannelLogger: Fix Python 2 compatibility. Valentin Lorentz 2014-02-03 23:40:54 +00:00
  • 38405e8d87 Seen: Allow wildcards for @seen. Valentin Lorentz 2014-02-03 15:08:58 +00:00
  • 5d301b653f Merge remote-tracking branch 'origin/speed-up-2to3' into testing Valentin Lorentz 2014-02-02 22:28:19 +01:00
  • 552d814f2f Remove useless class. Valentin Lorentz 2014-01-23 10:20:38 +01:00
  • c52b454b27 Aka: Use automatic incrementation when adding an alias. Valentin Lorentz 2014-01-22 16:44:17 +01:00
  • 18708a2678 Aka: Add SQLite3 backend. Valentin Lorentz 2014-01-22 15:16:12 +01:00
  • 4fe74ed397 Merge branch 'aka-sqlite3' into speed-up-2to3 Valentin Lorentz 2014-02-02 22:15:43 +01:00
  • fb0ef31d94 PluginDownloader: Add GLolol's repository. Valentin Lorentz 2014-02-02 17:39:40 +00:00
  • 0d4784cf4a Fix compatibility with Python 2.6 (does not support the set syntax). Valentin Lorentz 2014-01-26 21:49:28 +01:00
  • aea86d432f Fix previous commit. Valentin Lorentz 2014-01-26 21:34:24 +01:00
  • c872cd793f Fix compatibility with Pypy (does not support __closure__ attribute for functions). Valentin Lorentz 2014-01-26 21:19:28 +01:00
  • a7f750d273 Fix compatibility with Python 2.6 (does not support the set syntax). Valentin Lorentz 2014-01-26 21:14:21 +01:00
  • eaed281de7 Fix compatibility with Python 2.6 (does not support the set syntax). Valentin Lorentz 2014-01-26 21:13:06 +01:00
  • b026cfd197 Misc: Add tests for “list --unloaded” and command flood. Valentin Lorentz 2014-01-21 13:21:28 +01:00
  • 74a36c8cfc Misc: Fix count of invalid commands introduced in c91916ae. Closes GH-439. Valentin Lorentz 2014-01-21 11:54:06 +01:00
  • 40e6f789cf Misc: Remove dead code. Valentin Lorentz 2014-01-21 11:48:08 +01:00
  • 5899a2ce23 Core: Update l10n-fr. Valentin Lorentz 2014-01-23 10:40:11 +01:00
  • 7636039ada Fix compatibility of check_trans.py with Python 3. Valentin Lorentz 2014-01-23 10:22:32 +01:00
  • 8aa7e781a4 ChannelStats & Conditional & Format & Karma & Web: Update l10n-fr. Valentin Lorentz 2014-01-22 13:53:03 +01:00
  • b3b077c065 ChannelStats: Fix typo. Valentin Lorentz 2014-01-22 13:46:42 +01:00
  • f6aa48f393 Admin & Alias & Later & String: Update l10n-fr. Valentin Lorentz 2014-01-22 13:45:29 +01:00
  • d4f9187b89 Remove a message.pot that should not have been there. Valentin Lorentz 2014-01-22 13:45:01 +01:00
  • 121991eff9 Fix case of i18n.InternationalizedFunction. Valentin Lorentz 2014-01-22 11:04:08 +01:00
  • 9b365d1ed8 Fix case of i18n.InternationalizedString. Valentin Lorentz 2014-01-22 10:54:40 +01:00
  • f3e292d518 Fix memory leak in i18n by using weak references to plugin classes and methods. Valentin Lorentz 2014-01-22 10:51:01 +01:00
  • fe57cdb4dc ChannelStats & MessageParser & PluginDownloader & RSS & User: Update l10n-fr. Valentin Lorentz 2014-01-22 08:02:03 +01:00
  • 9f96f4f4c9 Remove debug output in check_trans.py. Valentin Lorentz 2014-01-22 07:46:11 +01:00
  • 99a734323f AutoMode & Factoids & Google & Math & Network & Seen & Status & Topic: Update l10n-fr. Valentin Lorentz 2014-01-21 22:41:11 +01:00
  • 489ec1b065 i18n: Move the pot files parsing to a separate function. Valentin Lorentz 2014-01-21 22:39:48 +01:00
  • 01c34d806d Improve the check_trans script by using Supybot's .po(t) parser. Valentin Lorentz 2014-01-21 19:30:24 +01:00
  • 736c615605 Time: Update l10n-fr. Valentin Lorentz 2014-01-21 16:56:44 +01:00
  • a3dbece402 All plugins: Update .pot files and rename Supybot-fr to Limnora in French translation files. Valentin Lorentz 2014-01-21 16:48:13 +01:00
  • 6a8b7889ea Remove unnecessary call to i18n.reloadLocalesIfRequired. Valentin Lorentz 2014-01-21 16:36:45 +01:00
  • 3e35113e02 Fix internationalization of docstrings of wrap()ed commands. Valentin Lorentz 2014-01-21 16:33:35 +01:00
  • e1f9d68870 Switch comments of callbacks.PluginRegexp's attributes to docstrings (for Sphinx). Valentin Lorentz 2014-01-21 13:43:33 +01:00
  • a5e06e1b57 Update documentation of ircdb.checkCapability (used in the Sphinx doc). Valentin Lorentz 2014-01-20 11:35:28 +01:00
  • d25a3c0724 Remove useless class. Valentin Lorentz 2014-01-23 10:20:38 +01:00
  • e4ce7356c6 Aka: Use automatic incrementation when adding an alias. Valentin Lorentz 2014-01-22 16:44:17 +01:00
  • 5aa0c8cfbd Aka: Add SQLite3 backend. Valentin Lorentz 2014-01-22 15:16:12 +01:00
  • 1c617ea742 ChannelStats & Conditional & Format & Karma & Web: Update l10n-fr. Valentin Lorentz 2014-01-22 13:53:03 +01:00
  • a0ca3450f1 ChannelStats: Fix typo. Valentin Lorentz 2014-01-22 13:46:42 +01:00
  • ed919ba2d5 Admin & Alias & Later & String: Update l10n-fr. Valentin Lorentz 2014-01-22 13:45:29 +01:00
  • 16dc9ea7a3 Remove a message.pot that should not have been there. Valentin Lorentz 2014-01-22 13:45:01 +01:00
  • 8d1201aa43 Fix case of i18n.InternationalizedFunction. Valentin Lorentz 2014-01-22 11:04:08 +01:00
  • 5c08281543 Fix case of i18n.InternationalizedString. Valentin Lorentz 2014-01-22 10:54:40 +01:00
  • 974a64de44 Fix memory leak in i18n by using weak references to plugin classes and methods. Valentin Lorentz 2014-01-22 10:51:01 +01:00
  • 5cfa7828ea ChannelStats & MessageParser & PluginDownloader & RSS & User: Update l10n-fr. Valentin Lorentz 2014-01-22 08:02:03 +01:00
  • 3af8b4dc76 Remove debug output in check_trans.py. Valentin Lorentz 2014-01-22 07:46:11 +01:00
  • 80aa419035 Add file minisix.py (forgot to add it in previous commits). Valentin Lorentz 2014-01-21 22:41:50 +01:00
  • ca6ee1fcb1 AutoMode & Factoids & Google & Math & Network & Seen & Status & Topic: Update l10n-fr. Valentin Lorentz 2014-01-21 22:41:11 +01:00