aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* Don't hard-fail when building docs and dependencies are missingdequis2015-02-22-2/+2
* storage_xml: replace hackish code with a GHashTableIterdequis2015-02-22-20/+9
* purple: cleanup, remove one usage of static local_beedequis2015-02-22-1/+2
* s5bytestream: fix segfault (cleanup before trying next streamhost)dequis2015-02-22-14/+27
* s5bytestream: refactor some copypasted code into functionsdequis2015-02-22-89/+47
* Add /bitlbee@?\.service/ to .gitignore so "git add ." won't keep pickingWilmer van der Gaast2015-02-22-0/+2
* Remove a few stale functions from struct prpl.Wilmer van der Gaast2015-02-22-26/+0
* Reindent everything to K&R style with tabsIndent2015-02-20-25127/+25901
* Add uncrustify configuration file to ./doc/dequis2015-02-20-0/+48
* Revert "Twitter format strings"dequis2015-02-20-114/+15
* Use glib's GChecksum for md5/sha1dequis2015-01-31-735/+62
* purple: Implement /kickdequis2015-01-30-0/+9
* irc_commands: implemented KICK supportjgeboski2015-01-29-0/+68
* irc-channel: implemented a special mode for show_usersjgeboski2015-01-28-11/+16
* debian: bitlbee-dev depends either bitlbee or bitlbee-libpurpledequis2015-01-28-1/+1
* Merge pull request #5 from seirl/purple_titleWilmer van der Gaast2015-01-26-0/+6
|\
| * purple: add NULL guard around topic and name hintAntoine Pietri2015-01-26-2/+5
| * purple: add topic and name_hint to groupchatsAntoine Pietri2015-01-25-0/+3
* | Twitter format stringsWilliam Pettersson2015-01-26-15/+114
* | twitter: Add raw reply supportWilliam Pettersson2015-01-26-0/+10
* | twitter: implemented filter based group chatsjgeboski2015-01-25-7/+503
* | random_bytes: Use /dev/urandom only, don't bother trying /dev/randomdequis2015-01-26-65/+10
* | Fix whatsapp local contact listsdequis2015-01-25-13/+12
* | jabber: Account-wide display_name setting, for groupchatsdequis2015-01-25-2/+18
* | Add handle_is_self() prpl function to fix JID mismatch confusion bugsdequis2015-01-25-8/+28
* | Silence some oscar compilation warningsdequis2015-01-25-5/+6
* | Run 'make check' from travis.Jelmer Vernooij2015-01-25-2/+2
|/
* Add git specific stuff!dequis2015-01-25-3/+2991
* Merging random other fixes/cleanups.Wilmer van der Gaast2015-01-17-78/+131
|\
| * irc-im: fixed invalid memory reading on chat leavejgeboski2015-01-16-3/+1
| * channel: fixed auto-join occurring when disabledjgeboski2015-01-16-1/+1
| * Fix UTF8 nick truncation issuesdequis2015-01-16-4/+18
| * Add jabber_normalize_ext() to fix case sensitivity issues with ext jidsdequis2015-01-16-16/+30
| * http proxy: only check for "HTTP/1.x 200" in the status stringdequis2015-01-16-2/+2
| * Fix some more g_source_remove warnings, this time in proxy.cdequis2015-01-16-0/+2
| * set_setint: use g_strdup_printf instead of relying on a char s[24];dequis2015-01-16-4/+4
| * twitter: minor cleanup, use G_G(U)INT64_FORMAT instead of castingdequis2015-01-16-11/+11
| * msn_ns_send_adl_1: Fix alloc_strlen coverity warningdequis2015-01-16-1/+1
| * ipc_child_identify: fix a maybe-uninitialized warningdequis2015-01-16-2/+2
| * Fix compiler warnings on Cygwin and Mac OS X.Jason Copenhaver2015-01-16-17/+33
| * twitter: start stream from last tweet on connect/reconnectroger2015-01-16-1/+13
| * bee-chat: create temporary users for unknown chat participantsjgeboski2015-01-16-3/+9
| * cmd_otr_keygen: improve argument parsingdequis2015-01-16-13/+4
* | Merge cleanup changes. (FSF address fix, and using GLib variants of someWilmer van der Gaast2015-01-17-230/+229
|\|
| * Replace isdigit/isalpha/.../tolower/toupper with glib variantsdequis2015-01-16-57/+57
| * Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-173/+172
|/
* msn: configurable notification server host/portdequis2014-12-06-2/+10
* Improved signal handling to avoid deadlocksdequis2014-11-26-53/+34
* Use irc_write_all() to send the message in bitlbee_shutdowndequis2014-11-26-2/+4
* twitter: Use g_strcasecmp for screen_namedequis2014-11-24-4/+4