aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* configure: 'sed -r' doesn't work in mac os xdequis2015-05-31-2/+2
* configure: handle 'git describe' failures when no tags are reachabledequis2015-05-31-2/+7
* twitter: add twitter_log_local_user back (oops)dequis2015-05-30-0/+2
* Move twitter_parse_id() to parse_int64() in misc.cdequis2015-05-30-19/+19
* configure: workaround for branch names with slashes in them...dequis2015-05-30-1/+1
* Merge branch 'develop'dequis2015-05-30-72/+328
|\
| * Merge branch 'master' into developdequis2015-05-28-3/+0
| |\
| * \ Merge branch 'master' into developdequis2015-05-28-4/+2
| |\ \
| * | | Fixes 'Provides' in debian control filezer0def2015-05-28-1/+1
| * | | Rename mail notification related settings for consistencydequis2015-05-28-30/+21
| * | | imcb_notify_email: change parameters to take a format stringdequis2015-05-28-29/+28
| * | | Simplify display of gmail notificationsdequis2015-05-28-18/+16
| * | | Gmail notifications support through new imcb_notify_email() APIArtem Savkov2015-05-28-14/+233
| * | | jabber: Refactor conference message handlingdequis2015-05-28-55/+82
| * | | Lowering xmpp presence priority on away.Artem Savkov2015-05-28-1/+19
| * | | teach nick_lc to handle # and other non-letters correctlyEvan Klitzke2015-05-28-1/+5
* | | | skyped: add _SRCDIR_ to makefile, test build in travisdequis2015-05-29-2/+2
| |_|/ |/| |
* | | Makefile: don't call 'doc' target of skype...dequis2015-05-28-3/+0
| |/ |/|
* | skyped: fix make install-doc targetdequis2015-05-28-4/+2
|/
* Include prebuilt skyped manpage, remove asciidoc dependencydequis2015-05-17-25/+211
* travis: remove some depsdequis2015-05-17-1/+1
* debian: remove user-guide.{txt,html} from bitlbee-commondequis2015-05-17-2/+0
* configure: Replace xmlto/xsltproc checks with a python>=2.5 checkdequis2015-05-17-8/+5
* Build only help.txt (with genhelp.py), create 'user-guide' targetdequis2015-05-17-5/+4
* genhelp.py: take input/output parametersdequis2015-05-17-5/+11
* genhelp.py: Comments!dequis2015-05-16-9/+66
* Add python script to generate help.txt, replacing xslt stuffdequis2015-05-16-0/+165
* otr: Fix 'otr info' display problemsdequis2015-05-15-46/+86
* msn: took me way too long to realize i broke the builddequis2015-05-14-2/+0
* msn: Implement sending typing notificationsdequis2015-05-13-38/+19
* msn: Remove nudgesdequis2015-05-13-33/+0
* msn: Fix "ADL/RML command with invalid modification" errorsdequis2015-05-13-3/+3
* Merge branch 'master' into developdequis2015-05-09-0/+1
|\
| * Make the bitlbee-libpurple package provide the bitlbee package, so pluginWilmer van der Gaast2015-05-09-0/+1
* | msn: fix use-after-free when the server sends OUTdequis2015-05-07-11/+11
* | More coverity fixes!dequis2015-05-07-8/+28
* | oscar/ssi.c: fix "same on both sides" in conditiondequis2015-05-07-1/+1
* | twitter: split length check function into twitter_message_lendequis2015-05-07-4/+11
* | Merge branch 'master' into developdequis2015-05-07-0/+7
|\|
| * configure: fix spoofed BITLBEE_VERSION env variable handlingdequis2015-05-06-0/+7
* | irc_send_join: send topic before namesdequis2015-05-05-2/+1
* | events_glib: fix parameter type warnings in event_debug() callsdequis2015-05-05-4/+4
* | Remove some compatibility macros that referenced nonexistent functionsdequis2015-05-05-4/+0
|/
* Merge branch 'wilmer-twitter'Wilmer van der Gaast2015-05-04-23/+77
|\
| * Make replies to self work in Twitter.Wilmer van der Gaast2015-05-03-5/+25
| * Parsing of "retweets with comment". Not documented by Twitter so good luck.Wilmer van der Gaast2015-05-03-17/+37
| * Add "url" command to Twitter module to get web URL for a Tweet.Wilmer van der Gaast2015-05-02-1/+15
* | configure: change version number format, add --dump-versiondequis2015-05-03-25/+28
|/
* hipchat: Basic implementation: Auth, profile and mention namesdequis2015-04-28-11/+148
* oauth: fix use-after-free of the ->next of the listdequis2015-04-24-2/+3