|
|
@9e27f18
|
2010-05-08T13:11:09Z |
wilmer |
Support for receiving chatroom topics. Since I didn't restore named …
|
|
|
@d343eaa
|
2010-05-08T12:37:49Z |
wilmer |
Restored imcb_chat_name_hint().
|
|
|
@a87754b
|
2010-05-08T01:02:12Z |
wilmer |
Restored support for outgoing messages. This code is all so much saner …
|
|
|
@b17ce85
|
2010-05-08T00:45:10Z |
wilmer |
Users leaving really show up again.
|
|
|
@27e2c66
|
2010-05-08T00:25:15Z |
wilmer |
Support for receiving messages in chatrooms.
|
|
|
@f1a0890
|
2010-05-07T23:41:49Z |
wilmer |
Would be nice to include bee_chat.c in the repo…
|
|
|
@aea8b68
|
2010-05-06T00:28:56Z |
wilmer |
Starting to restore chatroom stuff. Only enough to create and be …
|
|
|
@eb50495
|
2010-05-04T08:45:10Z |
wilmer |
Show offline/away status better in /WHO and /WHOIS.
|
|
|
@0d4a068
|
2010-05-03T22:58:15Z |
wilmer |
Removed some disabled code related to away_devoice (now implemented …
|
|
|
@f924563
|
2010-05-03T00:52:08Z |
wilmer |
Mainline merge.
|
|
|
@3b878a1
|
2010-05-02T21:20:09Z |
wilmer |
OAuth sanity fix: Twitter-specific stuff should *not* be in …
|
|
|
@839189b
|
2010-05-02T21:06:25Z |
wilmer |
Applied show-offline patch from Florian E.J. Fruth, adapted for a few …
|
|
|
@4273158
|
2010-05-01T14:16:26Z |
wilmer |
Oops. rt_mon start at 0=Jan, causing off-by-a-month timestamps shown …
|
|
|
@f4b0911
|
2010-05-01T14:10:32Z |
wilmer |
Save the credentials again.
|
|
|
@c2ecadc
|
2010-05-01T13:53:59Z |
wilmer |
Cleaned up OAuth stuff: consumer key/secret should *not* be in …
|
|
|
@a7c6d0e
|
2010-04-30T22:51:18Z |
wilmer |
Set HTML-flag on Twitter accounts so </> and all get converted …
|
|
|
@18dbb20
|
2010-04-27T22:42:07Z |
wilmer |
Valgrind cleanup.
|
|
|
@288b215
|
2010-04-26T22:50:25Z |
wilmer |
Save the OAuth token in the acct structs so it doesn't have to be …
|
|
|
@c42e8b9
|
2010-04-26T22:40:11Z |
wilmer |
OAuth, it lives!
|
|
|
@713d611
|
2010-04-26T21:50:48Z |
wilmer |
Twitter module now generates authorize URLs.
|
|
|
@508c340
|
2010-04-26T00:42:37Z |
wilmer |
Successfully posted a tweet!
Twitter's tricky. It returns vars …
|
|
|
@9d4352c
|
2010-04-20T23:03:01Z |
wilmer |
Restored a few more root commands.
|
|
|
@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
|
|
|
@efbc154
|
2010-04-16T09:58:22Z |
wilmer |
Merge msn-keepalive, a nice hack (not yet documented) which sends …
|
|
|
@55b1e69
|
2010-04-15T23:15:36Z |
wilmer |
Since the home/timeline response can (and often does) come in before …
|
|
|
@e88fbe27
|
2010-04-15T23:10:10Z |
wilmer |
Added a meta-contact twitter_$username and replaced the …
|
|
|
@d33679e
|
2010-04-14T12:17:12Z |
wilmer |
Call bee_free() from irc_free() or daemon mode gets pretty sad.
|
|
|
@21c87a7
|
2010-04-14T09:27:50Z |
wilmer |
Merging loads of stuff from mainline.
|
|
|
@37aa317
|
2010-04-13T22:09:40Z |
wilmer |
Small Valgrind noise fix. (Check if the conn is still alive before …
|
|
|
@3bd4a93
|
2010-04-13T17:36:16Z |
wilmer |
Suppress HTTP error messages unless we get five or more in a row.
|
|
|
@3e69802
|
2010-04-13T12:51:05Z |
wilmer |
Use full name information of Twitter buddies.
|
|
|
@81186cab
|
2010-04-13T11:38:41Z |
wilmer |
/away and set away/status stuff back.
|
|
|
@573dab0
|
2010-04-13T10:20:04Z |
wilmer |
Incoming typing notifications.
|
|
|
@eabc9d2
|
2010-04-11T22:49:32Z |
wilmer |
Fixed cleanup issues when turning off an account. Also fixed syntax of …
|
|
|
@e00da63
|
2010-04-11T19:10:12Z |
wilmer |
Restored query/ask stuff.
|
|
|
@a87e6ba
|
2010-04-11T18:13:19Z |
wilmer |
Merging a Jabber ft bugfix.
|
|
|
@3ab1d31
|
2010-04-11T18:12:25Z |
wilmer |
Fixing a bug in s5bytestream code to deal with incomplete SOCKS5 …
|
|
|
@17a6ee9
|
2010-04-11T14:37:06Z |
wilmer |
Including DCC stuff again, with a wonderful extra layer of …
|
|
|
@bb839e8
|
2010-04-10T01:05:39Z |
wilmer |
Be more clever with keepalives; detect when a switchboard is opened …
|
|
|
@9bf2481
|
2010-04-09T23:16:38Z |
wilmer |
First stab at MSN keepalives.
Only kicks in if the user goes offline …
|
|
|
@16592d8
|
2010-04-09T01:11:10Z |
wilmer |
If the user leaves the Twitter channel, allow that. Recreate it when …
|
|
|
@cca0692
|
2010-04-09T00:40:38Z |
wilmer |
Added imcb_chat_nick_hint() and use it in the Twitter module to get …
|
|
|
@5b9b2b6
|
2010-04-08T00:55:17Z |
wilmer |
Added display_timestamps setting in case some people may not really …
|
|
|
@37d84b3
|
2010-04-08T00:51:16Z |
wilmer |
Don't free the Twitter chatroom if there isn't one..
|
|
|
@08579a1
|
2010-04-08T00:42:11Z |
wilmer |
Parse timestamps in tweets.
|
|
|
@2e3a857
|
2010-04-08T00:27:42Z |
wilmer |
Added a mktime_utc() to misc.c using code that used to be in …
|
|
|
@91cec2f
|
2010-04-07T21:38:56Z |
wilmer |
It'd be nice to not crash when the user goes away. :-)
Don't export …
|
|
|
@123cac7
|
2010-04-07T19:40:39Z |
wilmer |
Merging Twitter support.
|
|
|
@3e57660
|
2010-04-07T03:59:01Z |
wilmer |
Show timestamps for offline messages. Including a timezone setting for …
|
|
|
@7815a2b
|
2010-04-07T02:15:44Z |
wilmer |
Check MSN display names given by the server for UTF-8-correctness …
|
|
|
@1014cab
|
2010-04-07T00:46:38Z |
wilmer |
In groupchat mode, make contacts show up in the room instead of in …
|
|
|
@d569019
|
2010-04-07T00:27:51Z |
wilmer |
A little more cleanup.
|
|
|
@0519b0a
|
2010-04-06T23:54:00Z |
wilmer |
Killed unused twitter_urldecode() and silence some compiler warnings.
|
|
|
@2abceca
|
2010-04-06T17:25:51Z |
g.c.w.m.mulders |
Updates made as a result to the comments on the review.
|
|
|
@1d39159
|
2010-04-05T00:18:24Z |
wilmer |
Get full names properly. Handling of nick_source setting and …
|
|
|
@f012a9f
|
2010-04-02T03:25:41Z |
wilmer |
Can receive messages again.
|
|
|
@231b08b
|
2010-04-02T02:54:39Z |
wilmer |
Show buddy online/offline status in the first channel.
|
|
|
@fb117aee
|
2010-04-02T02:29:45Z |
wilmer |
Cleaned lots of compiler warnings so I can get some signal again.
|
|
|
@e63507a
|
2010-04-02T02:03:50Z |
wilmer |
Synced the values of some old OPT_* flags with BEE_USER_*.
|
|
|
@d860a8d
|
2010-04-01T03:38:50Z |
wilmer |
Restored "account" root command and restored enough stuff to be able …
|
|
|
@81e04e1
|
2010-04-01T02:32:25Z |
wilmer |
nogaim.c is close to doing something useful again without speaking any …
|
|
|
@e3413cc
|
2010-03-30T01:30:19Z |
wilmer |
Added local_display_name setting for MSN accounts and some hopefully …
|
|
|
@c4bc92a
|
2010-03-30T00:26:11Z |
wilmer |
Suppress empty "Headline:" messages for certain new XMPP broadcast …
|
|
|
@10a96f4
|
2010-03-29T12:25:01Z |
wilmer |
Start restoring IM-related bits, added bee_user.c with basic functions …
|
|
|
@4be8239
|
2010-03-27T02:39:08Z |
wilmer |
Simple IRC channel interface, use it to represent the control channel.
|
|
|
@ebaebfe
|
2010-03-27T01:57:00Z |
wilmer |
PING and QUIT work now, and adding some files that weren't checked in …
|
|
|
@3ddb7477
|
2010-03-26T12:14:37Z |
wilmer |
One total mess that doesn't do much yet, but reorganised some stuff …
|
|
|
@62d2cfb
|
2010-03-25T21:31:27Z |
g.c.w.m.mulders |
Added option to get tweeds either through groupchat or privmes.
|
|
|
@1cc0df3
|
2010-03-21T16:52:22Z |
wilmer |
s/last_act/last_msg/ now.
|
|
|
@767a148
|
2010-03-21T16:06:31Z |
wilmer |
Merging in file transfer support. Most important points from my review …
|
|
|
@a81d679
|
2010-03-21T15:56:59Z |
wilmer |
Fixed jabber_bs_peek() to deal with incomplete packets as well.
|
|
|
@545d7c0
|
2010-03-21T10:18:28Z |
wilmer |
Added ignore_auth_requests setting (patch from vmiklos, bug #578).
|
|
|
@aed152f
|
2010-03-21T01:02:03Z |
wilmer |
Killed the last str*cmp(xml_find_attr) combos.
|
|
|
@54a2014
|
2010-03-21T00:46:18Z |
wilmer |
xt_status functions should always return an XT_ status, it's not a boolean.
|
|
|
@699376f7
|
2010-03-21T00:39:45Z |
wilmer |
Read the from attribute from the main stanza, not the inside query. …
|
|
|
@638feab
|
2010-03-18T14:38:06Z |
wilmer |
Merging in Jabber resource selection fix. This adds the …
|
|
|
@842cd8d
|
2010-03-18T11:22:17Z |
wilmer |
Fixed a bug that caused full JIDs to get lost sometimes with the new …
|
|
|
@b8a491d
|
2010-03-18T00:30:38Z |
wilmer |
Some compiler warning fixes and renamed "transfers" command to just …
|
|
|
@78d254f1
|
2010-03-18T00:07:16Z |
wilmer |
More small fixes. (NULL derefs and s/close/disconnect/)
|
|
|
@42fc5b6
|
2010-03-17T23:47:35Z |
wilmer |
Ouch, committing stuff without even checking if it compiles is bad …
|
|
|
@c1a3c27
|
2010-03-17T23:41:07Z |
wilmer |
Avoid some NULL pointer dereferences on malformed XMPP packets.
|
|
|
@60e4df3
|
2010-03-17T23:23:27Z |
wilmer |
Small cleanup. The max_packet_size variable doesn't seem to be read …
|
|
|
@e8c8d00
|
2010-03-17T15:15:19Z |
wilmer |
Merging mainline.
|
|
|
@f9928cb
|
2010-03-17T01:13:23Z |
wilmer |
Set resource_select to activity by default since priority has always …
1.2.5
|
|
|
@ec55a7d
|
2010-03-16T10:24:00Z |
wilmer |
Really set Yahoo! status messages properly. YMSG, how I hate you.
|
|
|
@449a51d
|
2010-03-16T10:18:02Z |
wilmer |
Include non-away status messages in blist and whois responses. The …
|
|
|
@9fca0657
|
2010-03-15T10:26:25Z |
wilmer |
Deal with stupid (on first sight, at least) Yahoo! server behaviour …
|
|
|
@315dd4c
|
2010-03-15T01:25:47Z |
wilmer |
Oops.. Today's Jabber fix could get stuck in a somewhat infinite loop …
|
|
|
@21d48d9
|
2010-03-14T20:19:10Z |
wilmer |
Fix for bug #536: No longer fail on corrupted USR responses with …
|
|
|
@90cd6c4
|
2010-03-14T18:22:43Z |
wilmer |
Allow disabling certain IM protocols at runtime, patch from …
|
|
|
@fb00989
|
2010-03-14T17:55:27Z |
wilmer |
Adding a few consts and other misc fixes from bug #431. Doing this via …
|
|
|
@c6ca3ee
|
2010-03-14T17:49:24Z |
wilmer |
Some const/etc cleanups submitted by domen@… back in bug #431.
|
|
|
@8fb1263
|
2010-03-14T17:45:33Z |
wilmer |
Don't send bind and session requests at the same time when logging in …
|
|
|
@af7f046
|
2010-03-14T16:56:00Z |
wilmer |
Don't send a <?xml> stream start after starttls since it upsets …
|
|
|
@286b28e
|
2010-03-13T01:02:47Z |
wilmer |
Added nick_source account setting to allow using full name fields for …
|
|
|
@1be0d26
|
2010-03-13T00:12:07Z |
wilmer |
Fixed handling of contact lists where at least the first contact is …
|
|
|
@7053379
|
2010-03-12T23:02:29Z |
wilmer |
Yahoo! status updates (at least initial ones, I assume) can be too …
|
|
|
@547c94c
|
2010-03-12T22:32:55Z |
wilmer |
Merging in some code from libyahoo2-trunk that deals better with …
|
|
|
@dde9d571
|
2010-03-12T19:35:51Z |
wilmer |
Fixed jabber_util unittest. It passes, yet something still seems to be …
|
|
|
@be609ff
|
2010-03-12T19:10:16Z |
wilmer |
Merging mainline.
|
|
|