summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-30Provide a spec file to build a Fedora RPMFlorent Le Coz
2014-06-30Use systemd-daemon logging prefix if availableFlorent Le Coz
2014-06-30Provide an example unit file for systemdFlorent Le Coz
2014-06-30Provide an example configuration fileFlorent Le Coz
2014-06-30Regularly send a notification for the systemd watchdogFlorent Le Coz
2014-06-30Fix some cmake issuesFlorent Le Coz
2014-06-28Add missing <string> include in timed_events.hppFlorent Le Coz
2014-06-25Fix ad-hoc “disconnect user” command. Do not add the <error/> on successFlorent Le Coz
2014-06-25Add some details in the INSTALL fileFlorent Le Coz
2014-06-24Provide a make dist targetFlorent Le Coz
2014-06-24Little documentation updateFlorent Le Coz
2014-06-23Rename cmake target test->test_suite for cmake 3.0Florent Le Coz
2014-06-22Delete the timeout event using the correct socket number, instead of -1Florent Le Coz
2014-06-20Support version request to IRC usersFlorent Le Coz
2014-06-20Respond to IQ version on the gateway, a server or a chan with biboumi versionFlorent Le Coz
2014-06-20Write the software version, including the git hash, in config.h using cmakeFlorent Le Coz
2014-06-19Return a proper iq when the IRC server responds to our kickFlorent Le Coz
2014-06-19Implement a way to add callbacks, waiting for an IRC event to return an iqFlorent Le Coz
2014-06-19Remove a duplicate “connection closed” messageFlorent Le Coz
2014-06-19Make the Botan rng, credential_manager etc be staticFlorent Le Coz
2014-06-18Document the new way to send private messagesFlorent Le Coz
2014-06-18Messages to room participants are forwarded to the IRC userFlorent Le Coz
2014-06-18Mini comment fixFlorent Le Coz
2014-06-18includes from cmake BINARY_DIR should be included before considering SOURCE_DIRFlorent Le Coz
2014-06-13Document the encryption, and a few documentation issues are fixedFlorent Le Coz
2014-06-11Rewrite the whole IID usageFlorent Le Coz
2014-06-11Add an <error/> element when the provided form is wrong, in two ad-hoc commandsFlorent Le Coz
2014-06-11Handle the 'cancel' ad-hoc action, and return an error for unsupported actionsFlorent Le Coz
2014-06-11Remove inactive ad-hoc sessions after a given timeFlorent Le Coz
2014-06-08Make the XMPP component port configurableFlorent Le Coz
2014-06-08Add a TimedEvent to cancel the connection to a server after 5 secondsFlorent Le Coz
2014-06-08Silence warnings coming from Botan headersFlorent Le Coz
2014-06-08Properly search for libbotan even in a botan-1.11 subdirectoryFlorent Le Coz
2014-06-08Convert \n to <br/> in xhtml bodyEmmanuel Gil Peyrot
2014-06-08Give two supported compilers, as examplesFlorent Le Coz
2014-06-08Document the new optional libbotan dependencyFlorent Le Coz
2014-06-08Implement TLS support using BotanFlorent Le Coz
2014-06-06Little doc fixFlorent Le Coz
2014-06-05Make the destructor of the SocketHandler class protected non-virtualFlorent Le Coz
2014-06-03Update the documentationFlorent Le Coz
2014-05-31Do not send an item-not-found presence from an invalid JIDFlorent Le Coz
2014-05-31Remove some unused function parameters namesFlorent Le Coz
2014-05-31Document the `admin` configuration optionFlorent Le Coz
2014-05-31Add an ad-hoc command to disconnect some usersFlorent Le Coz
2014-05-30Add the libuuid dependency to the INSTALL fileFlorent Le Coz
2014-05-30Send (every 240s) a PING command to all connected irc serversFlorent Le Coz
2014-05-30TimedEventsManager is now a singletonFlorent Le Coz
2014-05-30Timed events can have a name, and can be canceled based on their nameFlorent Le Coz
2014-05-30Use libuuid to generate unique IDs for iq and adhoc sessionsFlorent Le Coz
2014-05-30Use pkg-config first to find librariesFlorent Le Coz