source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @75c3ff7   2010-05-21T00:09:29Z wilmer Fixed sending with proper filenames by creating a temporary directory …
(edit) @e7dc02a   2010-05-19T00:57:58Z wilmer Similar hacky code to send files. This indirect sending stuff sucks …
(edit) @31fc06fb   2010-05-18T00:42:02Z wilmer Suppress auto-reconnect when required (auth errors and concurrent …
(edit) @c96c72f   2010-05-18T00:08:17Z wilmer Little cleanup. Less compiler warnings, and removing tempfile at the …
(edit) @5d1b3a95   2010-05-17T23:38:39Z wilmer purple_conv_chat_invite_user() is libpurple >= 2.6.0, so use …
(edit) @8822d23   2010-05-17T23:23:20Z wilmer This receives files but is very fragile if anything unusual happens …
(edit) @553767c   2010-05-17T20:30:45Z wilmer Move direct ft stuff to an unused file: This gets too hairy and too …
(edit) @2309152   2010-05-17T00:14:14Z wilmer Split off the file transfer stuff into a separate file. What a mess.
(edit) @ec86b22   2010-05-15T23:28:16Z wilmer Mainline merge. (Probably mostly irrelevant for this branch, oh well.)
(edit) @6e6b3d7   2010-05-14T00:09:29Z wilmer Add a warning when the user included a domain part in his/her Yahoo! …
(edit) @ca0981a   2010-05-13T23:05:07Z wilmer As long as this is a separate branch, enabling purple by default's not …
(edit) @3742fb6   2010-05-11T23:27:11Z wilmer Implement some kind of ignorant awareness of XML namespaces: Enough to …
(edit) @f8cb76d   2010-05-11T21:33:37Z wilmer Stop those "Many switchboard failures" messages. No point in showing …
(edit) @e73a501   2010-05-10T23:35:58Z wilmer Fixed a long-standing bug where non-anonymous Jabber chatrooms could …
(edit) @d8acfd3   2010-05-09T23:23:34Z wilmer Purple lists mix up key and value; key == what the user sees, *value* …
(edit) @7ee07c3   2010-05-09T16:06:19Z wilmer It looks like AIM mem requests (implemented as damn_you() and …
(edit) @5a599a1   2010-05-09T00:40:03Z wilmer Room names on OSCAR can't start with digits, this broke the "chat …
(edit) @aa7ce1b   2010-05-08T23:50:12Z wilmer Yahoo! seems to echo conference room invitations now, huh? No idea …
(edit) @9997691   2010-05-03T21:36:43Z wilmer Check Tweet length on the BitlBee side already.
(edit) @6824fb3   2010-05-02T22:00:46Z wilmer Fixed show_offline documentation. (The default is off, not on.)
(edit) @3b878a1   2010-05-02T21:20:09Z wilmer OAuth sanity fix: Twitter-specific stuff should *not* be in …
(edit) @839189b   2010-05-02T21:06:25Z wilmer Applied show-offline patch from Florian E.J. Fruth, adapted for a few …
(edit) @bda2975   2010-05-02T16:14:14Z wilmer Warning on the libpurple+libevent combination.
(edit) @15794dc   2010-05-02T16:03:41Z wilmer Groupchat support "finished". Named chatrooms are not supported yet. …
(edit) @8ad5c34   2010-05-02T15:53:18Z wilmer Added support for creating groupchats. This can only be done in a …
(edit) @a348d00   2010-05-02T15:49:01Z wilmer Although probably the Twitter module won't interfere with libpurple, …
(edit) @f485008   2010-05-01T23:55:48Z wilmer Support at least incoming groupchats. Not sure yet how starting them …
(edit) @4273158   2010-05-01T14:16:26Z wilmer Oops. rt_mon start at 0=Jan, causing off-by-a-month timestamps shown …
(edit) @f4b0911   2010-05-01T14:10:32Z wilmer Save the credentials again.
(edit) @c2ecadc   2010-05-01T13:53:59Z wilmer Cleaned up OAuth stuff: consumer key/secret should *not* be in …
(edit) @85ef57f   2010-04-30T22:53:29Z wilmer NULL-initialize two vars that weren't and should.
(edit) @a7c6d0e   2010-04-30T22:51:18Z wilmer Set HTML-flag on Twitter accounts so </> and all get converted …
(edit) @23784065   2010-04-28T07:44:45Z wilmer Merging OAuth branch. It should be stable now and is documented.
(edit) @3f668e47   2010-04-28T07:38:25Z wilmer OAuth documentation update.
(edit) @0bff877   2010-04-27T22:49:58Z wilmer Valgrind-clean now. And decent handling of errors (wrong PIN).
(edit) @18dbb20   2010-04-27T22:42:07Z wilmer Valgrind cleanup.
(edit) @ee84bdb   2010-04-27T22:11:11Z wilmer The escaping, I fixed it for you. More expensive code this way and …
(edit) @288b215   2010-04-26T22:50:25Z wilmer Save the OAuth token in the acct structs so it doesn't have to be …
(edit) @78a2f1e   2010-04-26T22:47:35Z wilmer Escaping in oauth_nonce(). Not sure if the escaping is entirely right …
(edit) @c42e8b9   2010-04-26T22:40:11Z wilmer OAuth, it lives!
(edit) @713d611   2010-04-26T21:50:48Z wilmer Twitter module now generates authorize URLs.
(edit) @acba168   2010-04-26T21:20:09Z wilmer Moving two public OAuth functions into the header file.
(edit) @508c340   2010-04-26T00:42:37Z wilmer Successfully posted a tweet! Twitter's tricky. It returns vars …
(edit) @b2bc25c   2010-04-25T23:21:00Z wilmer Added a function that generates an OAuth Authorization: HTTP header.
(edit) @346dfd9   2010-04-25T19:22:02Z wilmer oauth_access_token() added. I managed to increase the counter on …
(edit) @da2efd4   2010-04-25T18:57:06Z wilmer Some HTTP stuff. Via gdb I can make this request a token.
(edit) @e9eaee6   2010-04-25T18:56:53Z wilmer constified.
(edit) @be28fe7   2010-04-25T15:12:13Z wilmer Code to calculate OAuth signatures. I hope that after wrapping my mind …
(edit) @0f64ca7   2010-04-25T12:56:20Z wilmer Make http_encode() RFC3986-compliant. (Escape everything except …
(edit) @c521362   2010-04-24T17:04:28Z wilmer libpurple-dev build dependency.
(edit) @ae3dc99   2010-04-24T17:02:07Z wilmer Merging stuff from mainline (1.2.6).
(edit) @b5b40ff   2010-04-24T16:57:34Z wilmer Added BITLBEE_CONFIGURE_FLAGS variable so configure flags can be …
(edit) @f1b7711   2010-04-24T14:15:54Z wilmer Also override package version number for bitlbee-dev when …
(edit) @dd0dcac7   2010-04-24T11:51:08Z wilmer Debian package changelog entry. 1.2.6a-1
(edit) @db57e7c   2010-04-19T13:08:34Z wilmer 1.2.6a. I fail. :-( The 1.2.6 I just released has a groupchat mode in … 1.2.6a
(edit) @f4bcc22   2010-04-19T09:40:32Z wilmer Finalized 1.2.6 changelog. 1.2.6
(edit) @57400f4   2010-04-19T09:26:49Z wilmer Use the $PIDFILE variable in the Debian init script.
(edit) @a897467   2010-04-17T22:43:55Z wilmer I should stop doing commits with the debugging stuff still enabled.
(edit) @0f84234   2010-04-16T23:44:57Z wilmer Help info for the switchboard_keepalives setting.
(edit) @efbc154   2010-04-16T09:58:22Z wilmer Merge msn-keepalive, a nice hack (not yet documented) which sends …
(edit) @b6190ca   2010-04-15T23:34:41Z wilmer Changelog update: Credit where credit is due!
(edit) @55b1e69   2010-04-15T23:15:36Z wilmer Since the home/timeline response can (and often does) come in before …
(edit) @e88fbe27   2010-04-15T23:10:10Z wilmer Added a meta-contact twitter_$username and replaced the …
(edit) @f9ed311   2010-04-14T19:08:23Z wilmer getaddrinfo(NULL) may return an IPv4 address first but we should …
(edit) @156bbd7   2010-04-13T23:55:30Z wilmer Log to stderr+syslog until daemonized. Current behaviour is too …
(edit) @c0417e8   2010-04-13T22:57:44Z wilmer 1.2.6 changelist.
(edit) @542e44a   2010-04-13T22:35:55Z wilmer fsync() the user configuration file before closing it. (Bug #559)
(edit) @3d1481f   2010-04-13T22:25:40Z wilmer Adding -V flag to show version info from a not-serving binary. (Bug #580)
(edit) @40bc82d   2010-04-13T22:20:36Z wilmer Run setsid() when daemonizing. (Closes #581)
(edit) @37aa317   2010-04-13T22:09:40Z wilmer Small Valgrind noise fix. (Check if the conn is still alive before …
(edit) @3254c12   2010-04-13T19:11:28Z wilmer Adding BITLBEE_VERSION_CODE macro to make plugin authors' lifes easier.
(edit) @3bd4a93   2010-04-13T17:36:16Z wilmer Suppress HTTP error messages unless we get five or more in a row.
(edit) @3e69802   2010-04-13T12:51:05Z wilmer Use full name information of Twitter buddies.
(edit) @ec2ebcc   2010-04-11T22:13:19Z wilmer Use 320 replies for status messages in /WHOIS, 333 was a bad idea. …
(edit) @4fca1db   2010-04-10T10:07:11Z wilmer Make compiling on BSD less painful: mktemp really does need a template …
(edit) @bb839e8   2010-04-10T01:05:39Z wilmer Be more clever with keepalives; detect when a switchboard is opened …
(edit) @9bf2481   2010-04-09T23:16:38Z wilmer First stab at MSN keepalives. Only kicks in if the user goes offline …
(edit) @16592d8   2010-04-09T01:11:10Z wilmer If the user leaves the Twitter channel, allow that. Recreate it when …
(edit) @cca0692   2010-04-09T00:40:38Z wilmer Added imcb_chat_nick_hint() and use it in the Twitter module to get …
(edit) @7a90d02   2010-04-08T22:16:38Z wilmer Document the Twitter module. And fix the default for auto_reconnect …
(edit) @92a9c68   2010-04-08T21:56:27Z wilmer Fixed 2-byte memory leak in set_eval_charset().
(edit) @5b9b2b6   2010-04-08T00:55:17Z wilmer Added display_timestamps setting in case some people may not really …
(edit) @37d84b3   2010-04-08T00:51:16Z wilmer Don't free the Twitter chatroom if there isn't one..
(edit) @08579a1   2010-04-08T00:42:11Z wilmer Parse timestamps in tweets.
(edit) @2e3a857   2010-04-08T00:27:42Z wilmer Added a mktime_utc() to misc.c using code that used to be in …
(edit) @91cec2f   2010-04-07T21:38:56Z wilmer It'd be nice to not crash when the user goes away. :-) Don't export …
(edit) @123cac7   2010-04-07T19:40:39Z wilmer Merging Twitter support.
(edit) @3e57660   2010-04-07T03:59:01Z wilmer Show timestamps for offline messages. Including a timezone setting for …
(edit) @d4efddf   2010-04-07T02:39:20Z wilmer Unset the IPV6_V6ONLY sockctl so listening on IPv6 will automatically …
(edit) @33b306e   2010-04-07T02:27:55Z wilmer Don't allow non-8-bit character sets like utf-16 which completely …
(edit) @7815a2b   2010-04-07T02:15:44Z wilmer Check MSN display names given by the server for UTF-8-correctness …
(edit) @1014cab   2010-04-07T00:46:38Z wilmer In groupchat mode, make contacts show up in the room instead of in …
(edit) @d569019   2010-04-07T00:27:51Z wilmer A little more cleanup.
(edit) @0519b0a   2010-04-06T23:54:00Z wilmer Killed unused twitter_urldecode() and silence some compiler warnings.
(edit) @2abceca   2010-04-06T17:25:51Z g.c.w.m.mulders Updates made as a result to the comments on the review.
(edit) @e3413cc   2010-03-30T01:30:19Z wilmer Added local_display_name setting for MSN accounts and some hopefully …
(edit) @c4bc92a   2010-03-30T00:26:11Z wilmer Suppress empty "Headline:" messages for certain new XMPP broadcast …
(edit) @62d2cfb   2010-03-25T21:31:27Z g.c.w.m.mulders Added option to get tweeds either through groupchat or privmes.
(edit) @edfc6db   2010-03-23T01:06:25Z wilmer Frankenstein, it lives! This stuff can send files but it has troubles …
(edit) @c735200   2010-03-22T01:20:40Z wilmer Incoming file transfers can now be accepted (and should work) and/or …
Note: See TracRevisionLog for help on using the revision log.