|
|
|
@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…
|
|
|
@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.
|
|
|
@2529faf
|
2006-10-15T14:02:27Z |
wilmer |
Small documentation fix (closes #208).
|
|
|
@69cb623
|
2006-10-15T09:41:12Z |
wilmer |
Merging with storage-xml. It seems to be working pretty well, so maybe …
|
|
|
@93b7bd4
|
2006-10-15T09:34:02Z |
wilmer |
Merging from devel and storage-xml.
|
|
|
@e97827b
|
2006-10-15T09:31:13Z |
wilmer |
Merging from devel.
|
|
|
@3ef6410
|
2006-10-15T09:26:06Z |
wilmer |
Removed a reference to an already free()d variable from cmd_remove().
|
|
|
@695e392
|
2006-10-13T21:44:54Z |
wilmer |
Fixed some memory leaking in the MSN Passport code.
|
|
|
@7e83adca
|
2006-10-12T22:14:00Z |
wilmer |
Fixed get_info(), now that buddy_by_jid() doesn't just return the …
|
|
|
@a4effbf
|
2006-10-12T21:01:51Z |
wilmer |
Replies to jabber:iq:time packets.
|
|
|
@259edd4
|
2006-10-12T17:48:58Z |
wilmer |
Special message when the XMPP session is ended because of a concurrent …
|
|
|
@b56b220
|
2006-10-11T18:29:56Z |
wilmer |
Fixed issues in end-of-connection detection and added basic "handling" …
|
|
|
@58b5f62
|
2006-10-11T08:45:45Z |
wilmer |
Handling of some basic IQ-get packets.
|
|
|
@8eb10c9
|
2006-10-10T12:10:20Z |
wilmer |
Oops... When I say ignore, I really mean ignore!
|
|
|
@a21a8ac
|
2006-10-10T12:05:42Z |
wilmer |
Added resource selection (based on priority or time of last message) …
|
|
|
@6a1128d
|
2006-10-09T18:19:05Z |
wilmer |
The module now keeps track of all resources available for a buddy. …
|
|
|
@861c199
|
2006-10-08T18:41:11Z |
wilmer |
Moved handling of all IQ packets to event handlers. Cleaned up a LOT …
|
|
|
@038d17f
|
2006-10-08T16:11:16Z |
wilmer |
Implemented a better node cache using a GLib hash, and preparing to …
|
|
|
@36e9f62
|
2006-10-07T17:46:28Z |
wilmer |
Added SRV lookups to automatically find out the correct server for a …
|
|
|
@090f1cb
|
2006-10-07T13:01:02Z |
wilmer |
Never mind about those privacy lists, they're horrible and not …
|
|
|
@101d84f
|
2006-10-05T22:55:54Z |
wilmer |
Added max. recursion depth arguments to xt_handle()/_cleanup() to make …
|
|
|
@cc2cb2d
|
2006-10-04T18:14:41Z |
wilmer |
Lack of TLS support is also detected now if the server doesn't support …
|
|
|
@6266fca
|
2006-10-02T18:32:21Z |
wilmer |
Fixed memory leak in jabber_buddy_ask() and added "handling" of …
|
|
|
@995913b
|
2006-10-02T17:46:57Z |
wilmer |
Added some error handling for the (not very complete yet) privacy list …
|
|
|
@501b4e0
|
2006-10-02T16:42:32Z |
wilmer |
Added a useful error message for SASL negotiation failures and turned …
|
|
|
@d9282b4
|
2006-10-02T13:46:33Z |
wilmer |
The SASL DIGEST-MD5 handler now doesn't barf on challenges without a …
|
|
|
@c1ed6527
|
2006-10-02T13:19:13Z |
wilmer |
No more double free()/crashes when trying to set up an SSL connection …
|
|
|
@88591fd
|
2006-10-01T16:15:46Z |
wilmer |
Better fix for servers that report to comply with XMPP 1.0 but don't …
|
|
|
@0e2d97f
|
2006-10-01T09:40:55Z |
wilmer |
Can now log in to the jabber.com server (which pretends to support …
|
|
|
@6baca2a
|
2006-10-01T09:31:41Z |
wilmer |
Some initial hooks/stuff for privacy lists, and fixed a crash bug on …
|
|
|
@022df46
|
2006-09-26T13:30:54Z |
wilmer |
Added xt_dup().
|
|
|
@8e6c732
|
2006-09-26T13:12:11Z |
wilmer |
Proper detection of resource changed strings from the server.
|
|
|
@281859e
|
2006-09-25T17:04:50Z |
wilmer |
Forgot to comment out one line…
|
|
|
@ebe7b36
|
2006-09-25T10:10:14Z |
wilmer |
Changing the resource string while online probably doesn't work.
|
|
|
@eab2ac4
|
2006-09-25T07:42:39Z |
wilmer |
Saner garbage collection for node cache.
|
|
|
@a214954
|
2006-09-24T20:00:09Z |
wilmer |
Added some experimental stuff with typing notifications that seems to …
|
|
|
@4ecdc69
|
2006-09-24T19:56:44Z |
wilmer |
Fixed an off-by-one memory allocation bug in xt_new_node().
|
|
|
@8e5e2e9
|
2006-09-24T19:25:06Z |
wilmer |
Handling of incoming authorization requests, manual block/allow. …
|
|
|
@cfbb3a6
|
2006-09-24T18:08:07Z |
wilmer |
Added add_buddy/remove_buddy functions. Removing a contact doesn't …
|
|
|
@e101506
|
2006-09-24T17:22:08Z |
wilmer |
Better handling of user tls setting.
|
|
|
@42127dc
|
2006-09-24T11:57:45Z |
wilmer |
Added support for SSL- and TLS-connections. Checking of the "tls" user …
|
|
|
@172a73f1
|
2006-09-24T10:25:41Z |
wilmer |
Updated <presence> stuff to handle changing the priority setting.
|
|
|
@5e202b0
|
2006-09-23T16:18:24Z |
wilmer |
Implemented a list of away states, using this for a better set_away(), …
|
|
|
@d8e0484
|
2006-09-22T22:49:40Z |
wilmer |
Implemented support for SASL DIGEST-MD5 authentication.
|
|
|
@fe7a554
|
2006-09-22T18:39:31Z |
wilmer |
Better detection of successful IQ authentication (using packet …
|
|
|
@8d74291
|
2006-09-22T16:56:58Z |
wilmer |
Fixed return value on incomplete write()s in write handler, protection …
|
|
|
@5997488
|
2006-09-22T12:04:35Z |
wilmer |
Basic SASL (PLAIN only ATM) authentication code. Doesn't log in …
|
|
|
@deff040
|
2006-09-21T19:48:17Z |
wilmer |
Implemented set_away() (VERY simple version, have to add an away state …
|
|
|
@5bcf70a
|
2006-09-21T18:44:34Z |
wilmer |
Now also sending <presence type="unavailable"/> tag on disconnect, as …
|
|
|
@4a0614e
|
2006-09-21T09:37:03Z |
wilmer |
Added simple parsing of incoming <presence> tags, a nice …
|
|
|
@dd788bb
|
2006-09-21T07:32:39Z |
wilmer |
Added enough to not make it crash on login, and it can properly …
|
|
|
@0b4a0db
|
2006-09-20T20:26:47Z |
wilmer |
Now parsing roster properly. (Hopefully...)
|
|
|
@70f6aab8
|
2006-09-20T20:09:19Z |
wilmer |
It now requests a roster when logged in, no parsing for it yet.
|
|
|
@21167d2
|
2006-09-20T19:42:27Z |
wilmer |
It can send a valid (pre-XMPP) login packet. Lots of work to do, still…
|
|
|
@f06894d
|
2006-09-20T10:18:56Z |
wilmer |
Added some pretty empty files.
|
|
|
@8f243ad
|
2006-09-20T09:36:53Z |
wilmer |
Removed old Jabber module, started to fill in the new stuff. (xmltree …
|
|
|
@9544acb
|
2006-09-20T09:34:02Z |
wilmer |
Using LGPL for generic parts, where possible.
|
|
|
@51fdc45
|
2006-09-17T15:56:16Z |
wilmer |
add_cr() is not used anymore, and HTML entity handling got UTFized …
|
|
|
@8320a7a
|
2006-09-17T15:30:35Z |
wilmer |
Strings passed to xml_text aren't necessarily \0-terminated, so don't …
|
|
|
@54794b8
|
2006-08-25T12:34:36Z |
wilmer |
Added msn_http_encode() so it can be used in msn_buddy_list_add() too. …
|
|
|
@0383943
|
2006-08-24T22:06:52Z |
wilmer |
Added message on successful creation of accounts and fixed "set …
|
|
|
@9829ae0
|
2006-08-14T20:17:54Z |
wilmer |
Added information about the new file format to CHANGES.
|
|
|
@d1f8759
|
2006-08-14T19:32:43Z |
wilmer |
Just a little typo in rc4.c
|
|
|
@08cdb93
|
2006-08-14T13:25:05Z |
wilmer |
Updated the note about encryption in the README file.
|
|
|
@d5ccd83
|
2006-08-13T19:15:23Z |
wilmer |
Extra comments in set.h and now properly using set_getbool() instead …
|
|
|
@846cec61
|
2006-08-13T19:08:38Z |
wilmer |
Added help information for the web_aware setting.
|
|
|
@d3a672c
|
2006-08-04T13:56:53Z |
wilmer |
Added a per-account web_aware setting for ICQ connections.
|
|
|
@a36b030
|
2006-07-27T19:18:33Z |
wilmer |
The Yahoo! module now properly sets away states instead of away …
|
|
|
@2811940
|
2006-07-27T14:55:53Z |
wilmer |
Copy-paste considered harmful + Fixed double handling of …
|
|
|
@0aaca60
|
2006-07-19T16:52:38Z |
wilmer |
Added some (more) comments to .h files in lib/ and some minor …
|
|
|
@04026d4
|
2006-07-15T17:26:13Z |
wilmer |
Fixed a broken call to set_get() (CRASH), shut up a compiler warning …
|
|
|
@89a1809
|
2006-07-14T18:27:02Z |
wilmer |
More documentation updates: Added a Scope: line for every setting (for …
|
|
|
@00a5270
|
2006-07-14T18:24:59Z |
wilmer |
Added a per-connection auto_reconnect setting.
|
|
|
@eda0270
|
2006-07-14T09:34:56Z |
wilmer |
Merging from main.
|
|
|
@75a4b85
|
2006-07-14T09:25:48Z |
wilmer |
Fixed a memory leak, added a check for valid Jabber handles, and …
|
|
|
@6398094
|
2006-07-12T08:07:47Z |
wilmer |
Removed #defines used to simulate systems without IPv6 support.
|
|
|
@b0a33a5
|
2006-07-11T09:28:44Z |
wilmer |
Better handling of situations where IPv6 is not available at run-time.
|
|
|
@a93e3c8
|
2006-07-09T10:54:45Z |
wilmer |
Fixed irc_names() (forgot to add @s for user/root in the new version).
|
|
|
@7e3592e
|
2006-07-05T18:34:31Z |
wilmer |
Fixed text_load(), added detection of primary storage backends without …
|
|
|
@5b52a48
|
2006-07-03T21:22:45Z |
wilmer |
Implemented per-account nick lists instead of per-protocol nick lists. …
|
|
|
@bf25fa3
|
2006-07-03T21:16:35Z |
wilmer |
Completed [167]. (Memory leak wasn't completely fixed yet.)
|
|
|
@911f2eb
|
2006-07-02T23:20:27Z |
wilmer |
Added display_name setting for MSN connections. (Should replace the …
|
|
|
@96863f6
|
2006-07-02T09:49:31Z |
wilmer |
Added protocol-specific settings, made the server setting specific to …
|
|
|
@fef6116
|
2006-07-01T19:17:42Z |
wilmer |
Fixed check in set_eval_account() and merging from main (better NAMES …
|
|
|
@5100caa
|
2006-07-01T15:52:05Z |
wilmer |
Added "account set" command.
|
|
|
@0a3c243
|
2006-06-30T23:18:56Z |
wilmer |
Got rid of struct aim_user (now using account_t everywhere). Needs …
|
|
|
@5c9512f
|
2006-06-30T09:17:18Z |
wilmer |
Made set.c API more generic so it's not specific to irc_t structures …
|
|
|
@1719464
|
2006-06-28T14:47:05Z |
wilmer |
Added random_bytes() function for better/more reliable randomization …
|
|
|
@b3c467b
|
2006-06-28T09:59:33Z |
wilmer |
Cleaned up Makefiles + configure: Cleaning up bitlbee.pc, removed the …
|
|
|
@3f9440d
|
2006-06-26T21:50:12Z |
wilmer |
/NAMES replies are more efficient now.
|
|
|