aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* purple: move PurpleAccount from proto_data in a struct purple_dataAntoine Pietri2015-03-02-47/+78
* fix imcb_buddy_msg signature to take a const messageAntoine Pietri2015-03-01-2/+2
* Disable msn by default :(dequis2015-02-28-3/+11
* Refactor oauth_params_del to fix use-after-free that i introduceddequis2015-02-28-8/+7
* Use https:// URL for Facebook OAuth2 now that there's a cert.Wilmer van der Gaast2015-02-24-1/+1
* configure: Indentation fixesdequis2015-02-23-21/+21
* Add --doc= configure option to disable helpfile generationdequis2015-02-23-13/+38
* irc_send_motd: the return value of read() is signeddequis2015-02-22-1/+1
* coverity: Fix some (harmless?) use-after-free with g_slist_remove()dequis2015-02-22-12/+10
* Add coverity_scan addon to .travis.ymldequis2015-02-22-1/+24
* twitter_parse_id function, with better error handling than sscanf()dequis2015-02-22-3/+16
* 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