index
:
luk3yx/miniirc_idc.git
main
A wrapper for miniirc to allow bots/clients made using miniirc to connect to IDC with minimal code changes. [incomplete,inactive]
Luke
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-05-13
Send unknown command numeric and add more options to proxy
HEAD
main
luk3yx
2022-05-12
Add time tag to multiline messages
luk3yx
2022-05-12
Proxy newlines as separate messages for now
luk3yx
2022-05-12
Fix PONGs
luk3yx
2022-05-12
Prepend PING messages with "proxy:"
luk3yx
2022-05-12
Add CAP negotiation to idc_irc_proxy.py
luk3yx
2022-05-12
Add idc_irc_proxy.py
luk3yx
2022-05-07
Parse NOTICE and ACTION
luk3yx
2022-05-07
Process JOIN events
luk3yx
2022-05-07
Fix CHANMSG and don't swallow exceptions
luk3yx
2022-05-07
IDC channels don't have a leading #
luk3yx
2022-05-06
Tweak PONG response
luk3yx
2022-05-06
Fix escaping
luk3yx
2022-05-06
Don't handle echo messages if echo-message wasn't requested
luk3yx
2022-05-06
Fix 001 sending
luk3yx
2022-05-06
USER → LOGIN
luk3yx
2022-05-06
Use collections.abc.Mapping where possible
luk3yx
2022-05-06
Use = instead of : and make mypy happy
luk3yx
2022-05-02
Fix stupidity
luk3yx
2022-05-02
Add __init__.py temporarily
luk3yx
2022-04-24
Make Andrew happy
luk3yx
2022-04-24
Set self.active_caps correctly
luk3yx
2022-04-24
Bugfix
luk3yx
2022-04-24
Don't bother trying to send CTCPs
luk3yx
2022-04-24
New message format (again)
luk3yx
2022-04-21
New message format
luk3yx
2022-04-21
Fix 001 format
luk3yx
2022-04-21
Initial commit
luk3yx