Age | Commit message (Expand) | Author |
2016-01-21 | Fix a clang-check warning | Florent Le Coz |
2016-01-09 | Do not fail to build when litesql is not used | Florent Le Coz |
2016-01-04 | Support a trusted SHA1 fingerprint to be configured for each IRC server | Florent Le Coz |
2016-01-04 | Also provide in and out encoding configure options for IRC servers | Florent Le Coz |
2016-01-04 | Add an ad-hoc configure command on IRC channels | Florent Le Coz |
2015-12-23 | Also store a reference instead of a pointer, in AdhocCommandsHandler | Florent Le Coz |
2015-12-21 | Use references instead of raw pointer, to store the “parent” object | Florent Le Coz |
2015-12-03 | Add an ad-hoc command to disconnect a user from one or more IRC server | Florent Le Coz |
2015-12-03 | JID class provides bare() and full() methods | Florent Le Coz |
2015-11-05 | Fix a clang warning | Florent Le Coz |
2015-11-05 | Provide an adhoc option to let user pass the cert verif for some IRC servers | Florent Le Coz |
2015-10-26 | Fix some trivial issues reported by cppcheck | Florent Le Coz |
2015-10-24 | Remove an unused include | Florent Le Coz |
2015-10-12 | Provide the “realname_customization” option | Florent Le Coz |
2015-09-23 | TIL std::string::end and std::string::begin… | Florent Le Coz |
2015-09-23 | Make sure the user-provided username does not contain spaces | Florent Le Coz |
2015-09-23 | Provide username and realname IRC server options | Florent Le Coz |
2015-09-22 | Fix two small warnings | Florent Le Coz |
2015-09-21 | Add a field (in the configure form) to specifiy an after-connect IRC command | Florent Le Coz |
2015-09-21 | Provide Ports and TLS Ports IRC-server ad-hoc options | Florent Le Coz |
2015-09-18 | Introduce the configure ad-hoc command on irc servers | Florent Le Coz |
2015-09-18 | Add an AdhocCommandsHandler to store commands specific to IRC servers | Florent Le Coz |
2015-09-01 | Use unique_ptr to store the XmlNode’s children | Florent Le Coz |
2015-09-01 | XmlNodes are now always closed | Florent Le Coz |
2015-06-09 | Do not send the admin-only adhoc commands to non-admin users | Florent Le Coz |
2015-06-09 | Remove a useless duplicate method | Florent Le Coz |
2015-05-11 | Properly send error response on presence stanzas | Florent Le Coz |
2015-05-11 | Return a stanza error whenever the IRCClient for a given server does not exist | Florent Le Coz |
2015-05-07 | Support raw IRC messages | Florent Le Coz |
2015-03-02 | Move non-specific adhoc commands into louloulibs | Florent Le Coz |
2015-03-02 | Forgot to remove some XMPP files that are now in louloulibs instead | Florent Le Coz |
2015-02-27 | Remove all the libs that are now in louloulibs | Florent Le Coz |
2015-02-26 | Implement room discovery using the LIST irc command | Florent Le Coz |
2015-02-26 | Properly sanitize everything in the XML we send to the XMPP server | Florent Le Coz |
2015-02-26 | Fix the systemd-conditional code | Florent Le Coz |
2015-02-26 | Remove an unused parameter | Florent Le Coz |
2015-02-24 | Add a reload add-hoc command | Florent Le Coz |
2015-02-23 | Implement async DNS resolution using c-ares | Florent Le Coz |
2015-02-21 | Use a timer to try reconnecting to the XMPP server only each 2 seconds | Florent Le Coz |
2015-02-21 | Remove the XmppComponent::last_auth bool that was never used anywhere | Florent Le Coz |
2015-01-24 | Change IRC modes when receiving an affiliation/role change request | Florent Le Coz |
2015-01-14 | Fix a little bit of style stuf from previous commit | Florent Le Coz |
2015-01-14 | Add support for password-protected IRC rooms. | Emmanuel Gil Peyrot |
2014-12-17 | And another trivial -Weffc++ warning | Florent Le Coz |
2014-12-17 | Fix a few issues reported by static analyzers | Florent Le Coz |
2014-11-24 | Cache the result of jidprep() | Florent Le Coz |
2014-11-12 | Implement the PING on a server or the gateway itself | Florent Le Coz |
2014-11-12 | send_iq_result can have a "from" with just the domain name | Florent Le Coz |
2014-11-12 | Implement PING to in-room participant | Florent Le Coz |
2014-11-12 | Implement PING, user to user only (XMPP and IRC side, using CTCP PING) | Florent Le Coz |