~singpolyma/biboumi

baf03a7e — Florent Le Coz 9 years ago
Do not throw an exception when recv returns and error, just close the socket
acf769d8 — Florent Le Coz 9 years ago
Use isupport informations to know the user modes when joining

Also remove the duplicate send_self_join methods, user only send_user_join
a0755178 — Florent Le Coz 9 years ago
Basic isupport support

CHANMODES and PREFIX only
43cc60e4 — Florent Le Coz 9 years ago
Handle nickname conflicts by sending the correct XMPP error presence
e8e592d1 — Florent Le Coz 9 years ago
Remove disconnected IrcClients
aa532768 — Florent Le Coz 9 years ago
Keep a "connected" state in the SocketHandler class
483e1702 — Florent Le Coz 9 years ago
Be verbose about the connection status, and some errors
9df757fc — Florent Le Coz 9 years ago
Handle topic changes
b8ce9ed4 — Florent Le Coz 9 years ago
Check that channels are joined before acting on objects in it
3afb63a6 — Florent Le Coz 9 years ago
Shutdown cleanly on SIGINT
df59a091 — Florent Le Coz 9 years ago
Do not mismatch password and hostname in the config error help message
98347708 — Florent Le Coz 9 years ago
connect() returns a boolean
2ecb637f — Florent Le Coz 9 years ago
Read a variable number of bytes, 4096 by default
e35472a6 — Florent Le Coz 9 years ago
Correctly send the part message to IRC

By fixing a namespace when looking for an XML element containing that message
7d8ce3b5 — Florent Le Coz 9 years ago
Use XML-sanitized strings when serializing stanzas for the XMPP server
3960e4d5 — Florent Le Coz 9 years ago
Functions to provide xml-valid strings

By removing invalid chars, see http://www.w3.org/TR/xml/#charsets
b29290f7 — Florent Le Coz 9 years ago
Lowercase the chan names in two missing cases
bb094e50 — Florent Le Coz 9 years ago
Document the log_file and log_level configuration options
2aa868c7 — Florent Le Coz 9 years ago
Document the bare-JID-for-IRC-users feature
8e2dd573 — Florent Le Coz 9 years ago
Provide the doc in markdown format

The included man page is now generated from this markdown file, using ronn
Next