|
|
|
@2758cfe
|
2007-07-01T15:22:42Z |
wilmer |
Properly updating away state info if one resource goes down while …
|
|
|
@40ef702
|
2007-07-01T13:08:47Z |
wilmer |
Less copy-pasting in the service discovery reply and added MUC support …
|
|
|
@7bf4326
|
2007-07-01T12:20:23Z |
wilmer |
Better groupchat channel name generation/verification.
|
|
|
@a3d5766
|
2007-06-19T23:28:45Z |
wilmer |
Not calling imcb_remove_buddy() right after removing the XML console …
|
|
|
@bdda9e9
|
2007-06-13T23:32:56Z |
wilmer |
Fixed irc_chat_by_channel() to not break if using multiple IM accounts …
|
|
|
@998b103
|
2007-06-13T23:31:39Z |
wilmer |
Added imcb_remove_buddy() so deletions in Jabber roster pushes …
|
|
|
@43d8cc5
|
2007-06-13T23:31:18Z |
wilmer |
Fixed a memory management problem that caused some strange nickname issues.
|
|
|
@7e9dc74
|
2007-06-13T23:30:59Z |
wilmer |
Fixed the duplicate-nick problem. Very very very stupid bug... :-(
|
|
|
@c570c86
|
2007-06-04T15:56:09Z |
wilmer |
Calling imcb_add_buddy() before setting the nickname. This is the only …
|
|
|
@e0e2a71
|
2007-06-04T13:36:51Z |
wilmer |
Fixed retarded use of strcpy() and no longer using Jabber fullnames …
|
|
|
@d06eabf
|
2007-06-04T13:22:05Z |
wilmer |
Added imcb_buddy_nick_hint so the Jabber conference module can suggest …
|
|
|
@54f2f55
|
2007-06-04T11:45:33Z |
wilmer |
Now anonymous rooms should really work. This makes sure the self-join …
|
|
|
@bb95d43
|
2007-06-04T11:32:37Z |
wilmer |
Added a real XML-console to the Jabber module! Add the handle …
|
|
|
@6286f80
|
2007-04-26T04:41:34Z |
wilmer |
Prepared the Jabber module for anonymous rooms, but the BitlBee core …
|
|
|
@2d317bb
|
2007-04-23T05:18:47Z |
wilmer |
Fixes: handling of being kicked, now sending <presence/> tags to all …
|
|
|
@0e7ab64
|
2007-04-23T02:58:44Z |
wilmer |
Got rid of one HORRIBLE stupidity called chat_by_channel(), which …
|
|
|
@43671b9
|
2007-04-22T23:39:37Z |
wilmer |
You can send messages too now. But it's still very kludgy and doesn't …
|
|
|
@e35d1a1
|
2007-04-22T20:44:27Z |
wilmer |
Read-only support for Jabber conferences (non-anonymous rooms only). …
|
|
|
@c737ba7
|
2007-04-22T02:15:36Z |
wilmer |
join_chat root command works for AIM chats now. (Was trivial to add …
|
|
|
@df1fb67
|
2007-04-21T05:18:40Z |
wilmer |
Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication …
|
|
|
@17fa798
|
2007-04-21T05:02:05Z |
wilmer |
Jabber module should always send the status information of the primary …
|
|
|
@d11dd2f
|
2007-04-21T04:22:44Z |
wilmer |
Added G_GNUC_PRINTF() to imcb_(log|error) to keep an eye on fmt string …
|
|
|
@f6c963b
|
2007-04-21T04:13:21Z |
wilmer |
Renamed some more prpl functions.
|
|
|
@b0eaa5b
|
2007-04-21T03:23:39Z |
wilmer |
No auto reconnect when the user does "account off" (in fact this auto …
|
|
|
@61ae52c
|
2007-04-20T05:19:06Z |
wilmer |
Renamed/slightly changed syntax of groupchat callback functions.
|
|
|
@d323394c
|
2007-04-20T04:49:30Z |
wilmer |
New code to use nicknames stored in ICQ contact lists.
|
|
|
@f0cb961
|
2007-04-19T06:03:43Z |
wilmer |
More API changes: buddy list management. imcb_add_buddy() is now a …
|
|
|
@33dc261
|
2007-04-18T02:49:49Z |
wilmer |
Fixed NULL pointer dereference in Jabber code.
|
|
|
@9624fdf
|
2007-04-17T04:49:17Z |
wilmer |
API cleanup pretty much complete. Fixed pretty much everything except …
|
|
|
@717e3bf
|
2007-04-17T03:57:30Z |
wilmer |
Hopefully improved Yahoo! "markup" stripping.
|
|
|
@b3cae44
|
2007-04-16T04:44:08Z |
wilmer |
Forgot to credit Greg for the update, and sorry to infamous41md for …
|
|
|
@cfc8d58
|
2007-04-16T04:31:52Z |
wilmer |
Updating the Yahoo! module. This seems to fix handling of incoming …
|
|
|
@6bbb939
|
2007-04-16T04:01:13Z |
wilmer |
Split serv_got_update() into imcb_buddy_(status|times). (Well, the …
|
|
|
@84b045d
|
2007-04-16T01:03:08Z |
wilmer |
s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
|
|
|
@c2fb3809
|
2007-04-15T22:39:35Z |
wilmer |
Cleaned up struct im_connection. No more username/password stuff since …
|
|
|
@cd4723c
|
2007-04-15T21:59:52Z |
wilmer |
More format string problems.
|
|
|
@552e641
|
2007-04-06T05:34:23Z |
wilmer |
Now that all these functions take format strings, I have to make sure …
|
|
|
@aef4828
|
2007-04-06T05:20:31Z |
wilmer |
More cleanups, mainly in the callbacks. Replaced things like …
|
|
|
@0da65d5
|
2007-03-31T05:40:45Z |
wilmer |
s/gaim_connection/im_connection/ and some other minor API changes. The …
|
|
|
@fa29d093
|
2007-03-28T05:53:11Z |
wilmer |
Preparing for Jabber conference room support.
|
|
|
@723e611
|
2007-02-26T04:46:35Z |
wilmer |
Removed boolean code from set_getint() and added bits of help to set.h.
|
|
|
@b6423a09
|
2007-02-18T23:57:12Z |
wilmer |
Little fix copied from Jelmer's integration branch, want to import the …
|
|
|
@6cfcfdf
|
2007-02-18T23:48:02Z |
wilmer |
Added the right version tag.
|
|
|
@d4589cb
|
2007-02-18T23:47:17Z |
wilmer |
Little doc/help update.
|
|
|
@21782b3
|
2007-02-18T22:52:48Z |
wilmer |
Silencing some (hopefully) bogus warnings because too many people will …
|
|
|
@dcf0f3e
|
2007-02-18T22:46:50Z |
wilmer |
Fixed Makefiles (make distclean was completely broken).
|
|
|
@34337a7
|
2007-02-18T22:46:21Z |
wilmer |
Fixed a possible issue with corrupted .nicks files in text_load().
|
|
|
@0f4c1bb5
|
2007-02-18T22:45:39Z |
wilmer |
Added Jabber server port number restrictions.
|
|
|
@0fd8559
|
2007-02-18T17:48:04Z |
wilmer |
Merging new Jabber module. See the massive changelog for all the cool …
|
|
|
@8de63c3
|
2007-02-18T17:37:54Z |
wilmer |
AIX fixup. See #230.
|
|
|
@46af107
|
2007-02-18T17:34:19Z |
wilmer |
Fixed uninitialized memory issue in bitlbee.c listen socket setup …
|
|
|
@f959495
|
2007-02-18T17:19:01Z |
wilmer |
Preventing infinite loop while cleaning up accounts in irc_free(). …
|
|
|
@7e0af53
|
2007-02-18T17:10:14Z |
wilmer |
configure --pidfile= actually works now.
|
|
|
@5c5a586
|
2007-02-18T17:05:29Z |
wilmer |
configure script tweaks.
|
|
|
@a3a3778
|
2006-12-22T17:17:08Z |
wilmer |
Merging trees.
|
|
|
@a51be64
|
2006-12-06T14:16:56Z |
Jelmer Vernooij |
Fix gcov.
|
|
|
@7bcdde3
|
2006-12-06T13:57:25Z |
Jelmer Vernooij |
Some simple tests for irc_*()
|
|
|
@3b4cc8f
|
2006-12-06T13:34:15Z |
Jelmer Vernooij |
Support arguments passed to tests/check to enable verbose logging or …
|
|
|
@6a90967
|
2006-12-06T13:26:22Z |
Jelmer Vernooij |
Add tests for md5.
|
|
|
@2c7df62
|
2006-12-06T12:15:09Z |
Jelmer Vernooij |
Fix testsuite.
|
|
|
@7740c4c
|
2006-12-05T22:57:02Z |
Jelmer Vernooij |
Fix xslt with newer (more pedantic) XSLT processors.
|
|
|
@d8d63a2
|
2006-12-05T20:40:17Z |
Jelmer Vernooij |
[merge] wilmer
|
|
|
@c7d0f41
|
2006-12-03T17:57:31Z |
wilmer |
Added Jabber info to CHANGES.
|
|
|
@cb6a6f4
|
2006-12-03T17:57:17Z |
wilmer |
Fixed use of already free()d variable.
|
|
|
@55078f5
|
2006-11-25T09:20:29Z |
wilmer |
Forgot to pass O_CREAT to open() which can cause problems if there's a …
|
|
|
@dfc8a46
|
2006-11-24T19:39:59Z |
wilmer |
Bye bye lilo. I've never been a fan of yours, but let's not make fun …
|
|
|
@25984f2
|
2006-11-23T18:46:09Z |
wilmer |
Fixed me. ;-) This seems to be correct already.
|
|
|
@9bcbe48
|
2006-11-23T09:34:18Z |
wilmer |
Fixed some (possible) NULL-pointer dereferences. THANKS FOR NOTHING to …
|
|
|
@16b5f86
|
2006-11-13T10:38:23Z |
wilmer |
Added handling of GET_BUDDY_* flags.
|
|
|
@0d3f30f
|
2006-11-12T23:06:08Z |
wilmer |
Improved handling of JIDs: Bare JIDs are allowed (*sigh*) and case …
|
|
|
@bbb6ffb
|
2006-10-31T08:35:36Z |
wilmer |
Disabling little optimization in irc.c because it can't be done safely …
|
|
|
@47d3ac4
|
2006-10-31T08:25:41Z |
wilmer |
Added #defines for XML namespaces.
|
|
|
@abbd8ed
|
2006-10-28T20:54:40Z |
wilmer |
Added handling of roster pushes. This means your local buddy list will …
|
|
|
@62d0c14
|
2006-10-24T19:04:52Z |
wilmer |
Forgot about one possible NULL pointer dereference in jabber_pkt_message().
|
|
|
@bd28e6a
|
2006-10-24T10:40:28Z |
wilmer |
MSN message packets are now sent at once instead of separately. …
|
|
|
@f0071b7
|
2006-10-23T20:01:19Z |
wilmer |
Better handling of <message/> packets. (Headlines, JIDs without …
|
|
|
@e8a6211
|
2006-10-22T17:00:15Z |
wilmer |
Merge from main tree.
|
|
|
@6237ded
|
2006-10-22T13:58:32Z |
wilmer |
set_eval_int() was pretty broken…
|
|
|
@28eda86
|
2006-10-22T13:53:55Z |
wilmer |
Fixed #181. (Using wrong (static) variable in error messages.)
|
|
|
@670204f
|
2006-10-22T12:43:40Z |
wilmer |
Copied 1.0.x changelogs, disabled LDAP support in configure (because …
|
|
|
@2087159
|
2006-10-22T09:24:55Z |
wilmer |
Away devoices are done by the server instead of by root now. This …
|
|
|
@66f783f
|
2006-10-21T21:40:06Z |
wilmer |
Complete fix (or mostly a work-around) for nested calls to signoff(). …
|
|
|
@4b0d805
|
2006-10-21T21:12:30Z |
wilmer |
Can't hurt to at least try one compile before running bzr commit…
|
|
|
@91bd910
|
2006-10-21T20:56:21Z |
wilmer |
Fixed #139. (Wrong Gender description)
|
|
|
@35f6677
|
2006-10-21T20:48:44Z |
wilmer |
Proper detections of errors from *_connect() and added a "Connecting" …
|
|
|
@2a29eac
|
2006-10-21T19:49:57Z |
wilmer |
"Restructured" msn_login() a little bit.
|
|
|
@3b3cd693
|
2006-10-20T19:58:09Z |
wilmer |
Added backwards compatibility with the old "account add" syntax for …
|
|
|
@dfa41a4
|
2006-10-20T19:12:14Z |
wilmer |
Now all IQ packets get an ID and cached packets get a "special" ID. …
|
|
|
@f920d9e
|
2006-10-19T07:51:35Z |
wilmer |
Added starttls code to ssl_openssl.c so GnuTLS isn't the only …
|
|
|
@1991be6
|
2006-10-18T17:47:08Z |
wilmer |
get_info() now displays vCard information too.
|
|
|
@e727608
|
2006-10-16T08:21:03Z |
wilmer |
hash_hex buffer for IQ digest authentication missed one byte…
|
|
|
@a5ac9f9
|
2006-10-15T22:25:59Z |
wilmer |
Filled in the user changelog a bit more.
|
|
|
@aaaed5e
|
2006-10-15T21:42:28Z |
wilmer |
A *working* fix for a memory access violation in cmd_remove().
|
|
|
@d74c644
|
2006-10-15T20:46:22Z |
wilmer |
Merge from devel.
|
|
|
@788a1af
|
2006-10-15T20:24:01Z |
wilmer |
Proper cleanup of jabber buddy structures when removing a buddy from …
|
|
|
@5eec897
|
2006-10-15T19:53:42Z |
wilmer |
set_eval_int() now allows negative integers.
|
|
|
@a3265629
|
2006-10-15T18:44:47Z |
wilmer |
Fixing early free(). Memory management in the passport code is getting …
|
|
|
@e617b35
|
2006-10-15T15:34:57Z |
wilmer |
Merging from main development tree.
|
|
|
@3dc9d46
|
2006-10-15T15:32:46Z |
wilmer |
Fixed a very interesting memory leak in the OSCAR module.
|
|
|
@ee5c355
|
2006-10-15T15:01:13Z |
wilmer |
Documentation updates.
|
|
|