~singpolyma/biboumi

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
b11126a1 — Florent Le Coz 9 years ago
Provide a JID for IRC users, and add a stringprep dependency for this
cb718def — Florent Le Coz 9 years ago
Put utils::tolower definition in its own cpp file
fb01f78b — Florent Le Coz 9 years ago
Rewrite the FindIconv module cleanly
Next