-
Notifications
You must be signed in to change notification settings - Fork 177
LGC
ProgVal edited this page Jul 6, 2012
·
34 revisions
LGC stands for "Limnoria Git Content".
Modifications made to Limnoria code (this list is not exhaustive).
As Gribble's features has been merged into Limnoria, you may also look at this page, which lists all modifications made in Gribble (and incorporated into Limnoria).
- Many typo fixes.
- Improved READMEs
- Fix @String decode utf8 issue
- Fix in Seen plugin : AssertionError: 'Someone was last seen in #test 0 seconds ago: *** test [email protected] has joined #test' does not match 'test has joined'
- RSS: fix encoding problem (issue with utf8 feeds)
- Owner: fix error message when the ImportError comes from the plugin
- AutoMode: fix bans => Has been merged.
- User: Admins can now see capabilities of other users.
- Channel: Really deny access to the nicks list.
- Web: Fix help for supybot.plugins.Web.nonSnarfingRegexp
- BadWords: Add support for +h
- Web: Fix unicode issue in title snarfer
- Math: Prevent users from using factorial() in @calc
- _()-ize all strings displayed on IRC (including config)
- Decorate all commands with @i18n.internationalizeDocstring
- Generate messages.pot file, create directory locale/, and put fr.po in it (sometimes, there is also fi.po)
- Added command @reloadlocale to Owner
- Added PluginDownloader plugin.
- Network-specific nick
- Status & Web: use %S converter
- Owner: Being ignored for commands flood is now restricted to non-trusted users (instead of non-owners)
- Todo: Add allowThirdpartyReader config variable.
- Time: Add @tztime command
- Misc: Add --unloaded option.
- Channel: Allow owner to kban ops
- Admin: Add @clearq command.
- Misc: Add @completenick command.
- Anonymous: Use channel-specific configuration variables.
- Ctcp: Configurable reply to USERINFO
- Misc: Add @completenick
- AutoMode: Add configurable delay
- Unix: Add commands @sysuptime and @sysuname
- RSS: Allow feed entries sorting
### Limnoria specifics
- Fix unicode bug
- Fix issue with Pypy
- Fix detection of .42 domains
- Make the 'nick' converter honor supybot.protocols.irc.strictRfc.
- Enforce supybot.protocols.irc.strictRfc in the 'nick' converter
- Allow short banmasks
- Add %v converter to format()
- _()-ize all strings displayed on IRC (including config)
- Decorate locale-dependant function with @i18n.internationalizeFunction
- Created locale/ directory at root
- Update the wizard to ask for the language
- Embedded web server (required by some plugins).
- SASL support
- Add %S converter to format()
- Add the special value to nItems()
- Add SSL support for Socket driver
- Add another solution in error message about TypeErrors raised in plugins' init()
- Don't tell owner to contact an admin.
- SASL support
- Allow logging disabling
- Add the channel name in called-command logs
### Limnoria specifics