zirc icon indicating copy to clipboard operation
zirc copied to clipboard

Internet Relay Chat Protocol client library

Results 8 zirc issues
Sort by recently updated
recently updated
newest added

This needs testing but should work just fine. ~This currently breaks Python 3.2, but a patch was merged upstream to fix this~

enhancement

# IRCv3 Specifications ## IRCv3.1 ### Base Extensions - [x] [Capability Negotiation](http://ircv3.net/specs/core/capability-negotiation-3.1.html) 3f3831cbd2d0bfd1850af792addee68c0fcd951d - [ ] [`multi-prefix` Extension](http://ircv3.net/specs/extensions/multi-prefix-3.1.html) - [x] [`sasl` Extension](http://ircv3.net/specs/extensions/sasl-3.1.html) ### Optional Extensions - [ ] [`account-notify` Extension](http://ircv3.net/specs/extensions/account-notify-3.1.html)...

enhancement
help wanted
meta

- Add builtin logging using `server-time` - async - write something to store and build messages to the IRC server, alike https://github.com/abalabahaha/eris/blob/master/lib/rest/Endpoints.js - presence storage of users, channels, nickserv, chanserv...

v2
meta

Example ``` >>> event.author.account "eclipse" >>> event.author.realname "why does somebody not know how to flush the toilet" >>> event.channel.topic "zIRC - IRC Protocol client library | https://github.com/itslukej/zirc | CHIPOTLE SOUTHWEST...

enhancement
help wanted
v2

We have the Connection Manager, so the next step is actually supporting multiple servers. Events would need to be rewritten to allow us to know to wich server to respond...

enhancement
help wanted

We could use https://github.com/python/asyncio for this. A good use of asyncio is https://github.com/Rapptz/discord.py 's quick example

enhancement
help wanted
v2

The wiki is currently empty, It needs some documentation for users to even understand what they are doing.

help wanted

The python module `flask` does this: https://github.com/pallets/flask/blob/master/flask/ext/__init__.py https://github.com/pallets/flask/blob/master/flask/exthook.py

help wanted