3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
typo More... almost 15 years ago
make the "missing sentinel in function call" warnings go away More... almost 15 years ago
add the setting xmpp_priority_away to set a specific priority when you are away (patch from . patch from Thomas Guillem (thomas.guillem at gmail.com) More... almost 15 years ago
settings of the roster are prefixed by xmpp_ More... almost 15 years ago
missing include More... almost 15 years ago
override environment CFLAGS and LDFLAGS, so they cannot be recursively expanded (fix arguments of the compiler passed twice) More... almost 15 years ago
use -g instead of -ggdb More... about 15 years ago
cast to quiet a warning More... about 15 years ago
strdup -> g_strdup More... about 15 years ago
0.51 More... about 15 years ago
len is initialized More... about 15 years ago
check if there is an error code in MUC errors, fixes #15666 More... about 15 years ago
add a define to easily disable termios stuff More... about 15 years ago
if the from field is empty, the ping response come from the server More... about 15 years ago
id, from and to fields must never be NULL when sending xmpp recv signals, because they are never checked at signal handling More... about 15 years ago
update More... about 15 years ago
Prompt for password if no password was specified (original patch from anarcat at koumbit dot org) More... about 15 years ago
fix segfault while receiving a ping message if no from field was specified (original patch from anarcat) More... about 15 years ago
fix connection to servers that doesn't use urn:ietf:params:xml:ns:xmpp-session namespace in the first iq result (this fixes connections to gtalk) More... over 15 years ago
-ssl switch isn't needed because STARTTLS is used automatically More... over 15 years ago
add an entry about gmail/gtalk, and fix the indentation while there More... over 15 years ago
-ssl is deprecated, mention it More... over 15 years ago
update NEWS More... over 15 years ago
fix /cycle reason More... over 15 years ago
fix casting warning More... over 15 years ago
print warning on connection timout More... over 15 years ago
update TODO More... over 15 years ago
add a connection timout (using setting server_connect_timeout) in case we don't have any response from the server after a disconnection More... over 15 years ago
use channel->get_join_data() everywhere possible (/cycle a password protected room will work) More... over 15 years ago
wait before rejoining when using /cycle More... over 15 years ago