source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @3ddbd23c   2015-07-29T21:48:14Z wilmer Merge remote-tracking branch 'origin/develop' into parson Conflicts: …
(edit) @10d089d   2015-07-28T00:19:53Z wilmer Fix call to show_messages(). Or, how a typed language would have benefits.
(edit) @9076a1c   2015-07-27T23:48:04Z wilmer Fix cleanup of (RPC) groupchats, fixes some crashes at logout time.
(edit) @73dd021   2015-07-04T21:25:16Z dx jabber: Add SASL ANONYMOUS support (XEP-0175) Use "account jabber set …
(edit) @632a232   2015-06-29T01:38:15Z dx jabber/s5bytestream: add G_GNUC_PRINTF to jabber_bs_abort
(edit) @31e2b09   2015-06-23T00:15:19Z wilmer Get participants list through local yowsup change, and add ping timeouts.
(edit) @15c3a6b   2015-06-22T09:24:59Z wilmer Stop trying to get group participants list because WA/YS broke it.
(edit) @ed83279   2015-06-17T23:58:02Z wilmer Update Twitter "url" command change to work with Parson.
(edit) @114154c   2015-06-17T23:53:08Z wilmer Reshuffle message queue handling.
(edit) @b441614   2015-06-17T23:24:26Z wilmer Fix HANDLE_DOMAINS + add command nick argument compatibility. The …
(edit) @77ed9b7   2015-06-17T22:50:15Z wilmer Fix NULL pointer dereference in lib/json.c. (#1220)
(edit) @b75671d   2015-06-17T22:47:26Z wilmer Merge remote-tracking branch 'origin/master' into parson
(edit) @d832164   2015-06-17T22:46:40Z wilmer Restore pings and try to finish login even if WA is rate limiting the sync.
(edit) @2f99f23   2015-06-16T22:56:37Z wilmer Update changelog with date and other bits. 3.4.1
(edit) @9613dec   2015-06-14T23:06:07Z dx 3.4.1 release notes
(edit) @53c7799   2015-06-13T23:34:05Z dx oscar: Fix some more g_source_remove warnings
(edit) @c82a88d   2015-06-08T20:22:08Z wilmer Show presence as awayness instead of "onlineness".
(edit) @1201fcb   2015-06-08T03:42:11Z dx twitter: show full url in the url command, with username By asking …
(edit) @61e7e02   2015-06-08T03:25:18Z dx twitter: fix leak of the letter "s" in twitter_url_len_diff Yeah, …
(edit) @d628339   2015-06-08T01:13:47Z wilmer Don't fail config load if a protocol is supported, just remember the …
(edit) @56c8a4f   2015-06-04T17:13:22Z dx sock.h: Add EAGAIN check to sockerr_again()
(edit) @3a27896   2015-06-04T17:13:22Z dx nick_gen: retry g_convert_with_fallback without TRANSLIT if it fails …
(edit) @1cef55f   2015-06-04T17:13:22Z dx configure: allow specifying location of python executable Because …
(edit) @fd45e859   2015-06-04T17:13:22Z dx Allow building docs from any directory Also just remove the .git …
(edit) @81d40fe   2015-06-01T17:37:19Z zer0def Revert "Provides" "fix" in debian control file.
(edit) @1d8cbc9   2015-05-31T05:48:40Z dx configure: bsd sed doesn't support \+ without -r, use * instead …
(edit) @c984ee3   2015-05-31T05:25:30Z dx configure: 'sed -r' doesn't work in mac os x
(edit) @e28c449   2015-05-31T04:53:01Z dx configure: handle 'git describe' failures when no tags are reachable …
(edit) @2ca933c   2015-05-31T02:38:55Z dx twitter: add twitter_log_local_user back (oops) Accidentally nuked it …
(edit) @73f0a01   2015-05-31T02:31:24Z dx Move twitter_parse_id() to parse_int64() in misc.c
(edit) @6e21525   2015-05-31T02:29:44Z dx configure: workaround for branch names with slashes in them…
(edit) @0f7eccff   2015-05-31T00:11:20Z dx Merge branch 'develop'
(edit) @c42d991   2015-05-29T22:17:50Z dx skyped: add _SRCDIR_ to makefile, test build in travis
(edit) @dcfa886   2015-05-29T05:21:18Z wilmer Try to disable the ping thread using a cleaner (very new) method.
(edit) @50ddfad   2015-05-29T05:20:27Z wilmer Better cleanup of chatrooms at logout time. I forgot that the IM …
(edit) @f453a7f   2015-05-28T18:14:35Z dx Merge branch 'master' into develop
(edit) @d304445   2015-05-28T18:14:09Z dx Makefile: don't call 'doc' target of skype…
(edit) @bef322e   2015-05-28T17:46:23Z dx Merge branch 'master' into develop
(edit) @08a9323   2015-05-28T17:45:49Z dx skyped: fix make install-doc target
(edit) @6191263   2015-05-28T07:45:09Z zer0def Fixes 'Provides' in debian control file
(edit) @b73409f   2015-05-28T05:34:16Z wilmer Misc: Media messages, topic changes, and killed the stupid YowPing thread.
(edit) @b38f655   2015-05-28T05:26:30Z dx Rename mail notification related settings for consistency - GMail …
(edit) @0864a52   2015-05-28T05:26:30Z dx imcb_notify_email: change parameters to take a format string Saves …
(edit) @faeb521   2015-05-28T05:26:30Z dx Simplify display of gmail notifications - Add …
(edit) @dd43c62   2015-05-28T05:26:24Z dx Gmail notifications support through new imcb_notify_email() API
(edit) @3d31618   2015-05-28T04:10:55Z dx jabber: Refactor conference message handling - Improve handling of …
(edit) @24f113b   2015-05-28T04:04:54Z dx Lowering xmpp presence priority on away. When user set's away lower …
(edit) @fe63ed3   2015-05-28T04:03:28Z dx teach nick_lc to handle # and other non-letters correctly
(edit) @eb89823   2015-05-27T16:21:50Z wilmer Two more NULL-checks on add_buddy().
(edit) @2700925   2015-05-25T16:07:49Z wilmer Dead code that I might revisit: Status fetching. Yowsup is not feeding …
(edit) @f16c64d   2015-05-25T15:47:08Z wilmer Block imcb_get_local_contacts() for modules that don't need it.
(edit) @a852b2b   2015-05-25T05:30:26Z wilmer WA: Request contact list during login, only call the connected …
(edit) @8c3637b   2015-05-24T19:43:09Z wilmer imcb_get_local_contacts() so an IM plugin can request the local …
(edit) @93e0901   2015-05-24T18:51:57Z wilmer ACC_FLAG_LOCAL -> ACC_FLAG_LOCAL_CONTACTS. Also, handle the flag more …
(edit) @2446e4c   2015-05-24T18:31:13Z wilmer Minor WA bugfixes.
(edit) @cb1b973   2015-05-22T01:06:19Z wilmer More group and status info handling, and proper handling of group backlog.
(edit) @433c90b   2015-05-21T11:43:42Z wilmer Minor updates on group support. Also getting to the point where this …
(edit) @b09ce17   2015-05-21T03:43:06Z wilmer Improvements: presence and minimal group support. Presence depends on …
(edit) @2b4402f   2015-05-20T12:56:47Z wilmer Fixed bugs by not doing things according to the docs but according to …
(edit) @5f8ad281   2015-05-20T02:56:41Z wilmer WA improvements: "Handle" all stanzas. Presence now seems to get through.
(edit) @63b017e   2015-05-19T11:39:08Z wilmer Barely functional WhatsApp plugin.
(edit) @09bd226   2015-05-18T02:23:56Z dx Include prebuilt skyped manpage, remove asciidoc dependency
(edit) @8cbe2b6   2015-05-17T04:32:33Z dx travis: remove some deps
(edit) @965127b   2015-05-17T04:22:33Z dx debian: remove user-guide.{txt,html} from bitlbee-common
(edit) @beb0f54   2015-05-17T04:13:30Z dx configure: Replace xmlto/xsltproc checks with a python>=2.5 check It …
(edit) @baa09cc   2015-05-17T03:41:41Z dx Build only help.txt (with genhelp.py), create 'user-guide' target …
(edit) @ad678a4   2015-05-17T03:41:31Z dx genhelp.py: take input/output parameters
(edit) @d6acf79   2015-05-16T18:50:49Z dx genhelp.py: Comments!
(edit) @9740ce9   2015-05-16T04:55:14Z dx Add python script to generate help.txt, replacing xslt stuff This …
(edit) @513be3b   2015-05-15T10:17:12Z wilmer Don't use GLib 2.32+ g_hash_table_add/_contains functions.
(edit) @2c81d15   2015-05-15T03:20:42Z dx otr: Fix 'otr info' display problems Patch by 'anonymous' from trac …
(edit) @600e09c   2015-05-14T16:38:00Z wilmer Rough split of NewsBlur plugin from implugin base. Includes some …
(edit) @578e5b0   2015-05-14T16:08:06Z wilmer Try to send settings as native types instead of always strings. This …
(edit) @4225bec   2015-05-14T15:00:35Z wilmer Yay it's finally time to add those stupid .pyc files to .gitignore.
(edit) @2d88cac4   2015-05-14T14:59:39Z wilmer Allow non-string default values in plugin settings dict.
(edit) @17aa9a2   2015-05-14T14:29:33Z wilmer Minor cleanup before I try splitting implugin and the test NewsBlur …
(edit) @a6bed1a   2015-05-14T07:45:41Z dx msn: took me way too long to realize i broke the build
(edit) @99fe030   2015-05-13T08:05:01Z dx msn: Implement sending typing notifications Also remove some old …
(edit) @a733669   2015-05-13T07:43:24Z dx msn: Remove nudges
(edit) @2730c79   2015-05-13T07:01:28Z dx msn: Fix "ADL/RML command with invalid modification" errors The …
(edit) @5014380   2015-05-09T19:37:03Z dx Merge branch 'master' into develop
(edit) @b20014b   2015-05-09T12:17:54Z wilmer Store the hex_version coming from BitlBee as a tuple instead of raw, …
(edit) @199d51c   2015-05-09T10:30:50Z wilmer Remove duplicate jint typedef.
(edit) @0ace810   2015-05-09T07:47:42Z wilmer Add two missing includes to rpc.c for opendir(3). On my system …
(edit) @70e68cf   2015-05-09T07:42:16Z wilmer Make the bitlbee-libpurple package provide the bitlbee package, so …
(edit) @088b070   2015-05-08T02:02:14Z dx msn: fix use-after-free when the server sends OUT Also fix a leak in …
(edit) @5535a47   2015-05-07T23:12:06Z dx More coverity fixes! CID 18634: 'Logically dead code' in …
(edit) @81a15da   2015-05-07T23:12:06Z dx oscar/ssi.c: fix "same on both sides" in condition Fixes trac ticket 1196
(edit) @33528bd   2015-05-07T23:12:06Z dx twitter: split length check function into twitter_message_len Mostly …
(edit) @b71f599   2015-05-07T20:53:19Z dx Merge branch 'master' into develop
(edit) @f8feb8a   2015-05-07T10:33:06Z wilmer add_buddy and remove_buddy should no longer be mandatory.
(edit) @e9face7   2015-05-07T09:56:01Z wilmer Example plugin is now a very simple NewsBlur client.
(edit) @2533d10   2015-05-06T20:58:51Z wilmer Very limited test RSS plugin. I'll try NewsBlur instead.
(edit) @6f903c3   2015-05-06T19:12:16Z wilmer Add JSONInteger in a few more relevant places.
(edit) @1a81c83   2015-05-06T15:48:16Z wilmer s/number/integer in a few places. Also (since I forgot to commit), …
(edit) @041777e   2015-05-06T10:32:54Z dx configure: fix spoofed BITLBEE_VERSION env variable handling
(edit) @f81d8b8   2015-05-06T09:18:10Z wilmer Twitter module updated to use parson. It compiles and runs so far but …
(edit) @8563fe7   2015-05-05T22:39:39Z wilmer Make my fork of parson non-JSON-compliant. I don't care that …
(edit) @2d93f113   2015-05-05T15:14:01Z dx irc_send_join: send topic before names Also don't send modes - …
(edit) @cc8cf75   2015-05-05T15:05:20Z dx events_glib: fix parameter type warnings in event_debug() calls
Note: See TracRevisionLog for help on using the revision log.