summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-12Introduce the realname_from_jid optionFlorent Le Coz
2015-10-12Provide the “realname_customization” optionFlorent Le Coz
2015-10-12The realname is also saved as an IrcClient memberFlorent Le Coz
2015-09-23TIL std::string::end and std::string::begin…Florent Le Coz
2015-09-23Make sure the user-provided username does not contain spacesFlorent Le Coz
2015-09-23Provide username and realname IRC server optionsFlorent Le Coz
2015-09-22Fix two small warningsFlorent Le Coz
2015-09-22Catch TLS exceptions, close the connection and inform the user of the errorFlorent Le Coz
2015-09-22Connection may be closed from our side tooFlorent Le Coz
2015-09-21Add a field (in the configure form) to specifiy an after-connect IRC commandFlorent Le Coz
2015-09-21Provide Ports and TLS Ports IRC-server ad-hoc optionsFlorent Le Coz
2015-09-18Send a PASS IRC command if the “pass” config is sot by a user, on an IRC ...Florent Le Coz
2015-09-18Introduce the configure ad-hoc command on irc serversFlorent Le Coz
2015-09-18Add Bridge::get_bare_jidFlorent Le Coz
2015-09-18XmlNode::add_child can also take a copy of a nodeFlorent Le Coz
2015-09-18Add an AdhocCommandsHandler to store commands specific to IRC serversFlorent Le Coz
2015-09-18Store the target jid in the AdhocSession objectsFlorent Le Coz
2015-09-18Introduce an optional Database moduleFlorent Le Coz
2015-09-18Also a xdg_data_pathFlorent Le Coz
2015-09-18Create a xdg_path functionFlorent Le Coz
2015-09-06Trivial cleanup in irc_client.cppFlorent Le Coz
2015-09-06Check the number of argument of every IRC command received from the serverFlorent Le Coz
2015-09-01Trivial cleanupFlorent Le Coz
2015-09-01Use unique_ptr to store the XmlNode’s childrenFlorent Le Coz
2015-09-01Little cleanup of the XmlNode classFlorent Le Coz
2015-09-01XmlNode::to_string uses an ostringstream instead of a stringFlorent Le Coz
2015-09-01XmlNodes are now always closedFlorent Le Coz
2015-08-19//mode with no argument should workFlorent Le Coz
2015-07-15louloulibs is part of the repository, so no need to check for its presenceFlorent Le Coz
2015-07-09Display the resolved IP in debug logsFlorent Le Coz
2015-07-09If hostname resolution fails, do not try all possible portsFlorent Le Coz
2015-07-09Send the cares error message before cleaning itFlorent Le Coz
2015-07-09Check for timeouts on the DNS resolution using c-aresFlorent Le Coz
2015-07-09Fix the log_* macros to not have two ; at the end of linesFlorent Le Coz
2015-07-08Minor comment typoFlorent Le Coz
2015-06-10Exit with 1 if the connection to the XMPP server failsFlorent Le Coz
2015-06-09Do not send the admin-only adhoc commands to non-admin usersFlorent Le Coz
2015-06-09Remove a useless duplicate methodFlorent Le Coz
2015-06-04Bump to 3.0~devFlorent Le Coz
2015-05-28Release version 2.02.0v2Florent Le Coz
2015-05-28Revert "Use git-archive-all in the make dist, to include the submodules in th...Florent Le Coz
2015-05-28louloulibs is directly included, instead of being a submoduleFlorent Le Coz
2015-05-27Avoid some potential race conditions by blocking the signals we manageFlorent Le Coz
2015-05-26Use git-archive-all in the make dist, to include the submodules in the archiveFlorent Le Coz
2015-05-19Fix the date format in CHANGELOG fileFlorent Le Coz
2015-05-19Update the changelogFlorent Le Coz
2015-05-19Do not forward CTCP commands (PING, VERSION…) to the user as private messagesFlorent Le Coz
2015-05-19Document the listing of channelsFlorent Le Coz
2015-05-19Handle errors for the LIST irc commandFlorent Le Coz
2015-05-19Ignore commands that flood the user with private messages when listing chansFlorent Le Coz