Timeline



2006-10-09:

18:19 Changeset [6a1128d] by Wilmer van der Gaast <wilmer@…>
The module now keeps track of all resources available for a buddy. …

2006-10-08:

18:41 Changeset [861c199] by Wilmer van der Gaast <wilmer@…>
Moved handling of all IQ packets to event handlers. Cleaned up a LOT …
16:11 Changeset [038d17f] by Wilmer van der Gaast <wilmer@…>
Implemented a better node cache using a GLib hash, and preparing to …

2006-10-07:

22:40 Ticket #213 (bitlbee account settings) closed by wilmer
fixed: I guess the "account del" command is what you need. This is not a …
17:46 Changeset [36e9f62] by Wilmer van der Gaast <wilmer@…>
Added SRV lookups to automatically find out the correct server for a …
13:01 Changeset [090f1cb] by Wilmer van der Gaast <wilmer@…>
Never mind about those privacy lists, they're horrible and not …
00:35 Ticket #213 (bitlbee account settings) created by gunntims0103@…
when im in bitlbee (im using my portable psp) i seem to log onto two …

2006-10-05:

22:55 Changeset [101d84f] by Wilmer van der Gaast <wilmer@…>
Added max. recursion depth arguments to xt_handle()/_cleanup() to make …

2006-10-04:

18:14 Changeset [cc2cb2d] by Wilmer van der Gaast <wilmer@…>
Lack of TLS support is also detected now if the server doesn't support …

2006-10-02:

18:32 Changeset [6266fca] by Wilmer van der Gaast <wilmer@…>
Fixed memory leak in jabber_buddy_ask() and added "handling" of …
17:46 Changeset [995913b] by Wilmer van der Gaast <wilmer@…>
Added some error handling for the (not very complete yet) privacy list …
16:42 Changeset [501b4e0] by Wilmer van der Gaast <wilmer@…>
Added a useful error message for SASL negotiation failures and turned …
13:46 Changeset [d9282b4] by Wilmer van der Gaast <wilmer@…>
The SASL DIGEST-MD5 handler now doesn't barf on challenges without a …
13:19 Changeset [c1ed6527] by Wilmer van der Gaast <wilmer@…>
No more double free()/crashes when trying to set up an SSL connection …

2006-10-01:

16:15 Changeset [88591fd] by Wilmer van der Gaast <wilmer@…>
Better fix for servers that report to comply with XMPP 1.0 but don't …
09:40 Changeset [0e2d97f] by Wilmer van der Gaast <wilmer@…>
Can now log in to the jabber.com server (which pretends to support …
09:31 Changeset [6baca2a] by Wilmer van der Gaast <wilmer@…>
Some initial hooks/stuff for privacy lists, and fixed a crash bug on …

2006-09-27:

00:05 Ticket #212 (BitlBee cannot connect to google talk when the password is too long.) created by tknits.kitsahcots@…
I tried to connect to Google Talk using BitlBee, but it didnt work …

2006-09-26:

13:30 Changeset [022df46] by Wilmer van der Gaast <wilmer@…>
Added xt_dup().
13:12 Changeset [8e6c732] by Wilmer van der Gaast <wilmer@…>
Proper detection of resource changed strings from the server.
10:05 Ticket #211 (Switchboard fails, invalid data printed) created by toxik/evilgod
in ./protocols/msn/msn.c there is: […] All fine, but when this …

2006-09-25:

17:04 Changeset [281859e] by Wilmer van der Gaast <wilmer@…>
Forgot to comment out one line…
10:10 Changeset [ebe7b36] by Wilmer van der Gaast <wilmer@…>
Changing the resource string while online probably doesn't work.
07:42 Changeset [eab2ac4] by Wilmer van der Gaast <wilmer@…>
Saner garbage collection for node cache.

2006-09-24:

20:12 WikiStart edited by wilmer
Fuck those spammers… (diff)
20:00 Changeset [a214954] by Wilmer van der Gaast <wilmer@…>
Added some experimental stuff with typing notifications that seems to …
19:56 Changeset [4ecdc69] by Wilmer van der Gaast <wilmer@…>
Fixed an off-by-one memory allocation bug in xt_new_node().
19:25 Changeset [8e5e2e9] by Wilmer van der Gaast <wilmer@…>
Handling of incoming authorization requests, manual block/allow. …
18:08 Changeset [cfbb3a6] by Wilmer van der Gaast <wilmer@…>
Added add_buddy/remove_buddy functions. Removing a contact doesn't …
17:22 Changeset [e101506] by Wilmer van der Gaast <wilmer@…>
Better handling of user tls setting.
11:57 Changeset [42127dc] by Wilmer van der Gaast <wilmer@…>
Added support for SSL- and TLS-connections. Checking of the "tls" user …
10:25 Changeset [172a73f1] by Wilmer van der Gaast <wilmer@…>
Updated <presence> stuff to handle changing the priority setting.

2006-09-23:

16:18 Changeset [5e202b0] by Wilmer van der Gaast <wilmer@…>
Implemented a list of away states, using this for a better set_away(), …

2006-09-22:

22:49 Changeset [d8e0484] by Wilmer van der Gaast <wilmer@…>
Implemented support for SASL DIGEST-MD5 authentication.
18:39 Changeset [fe7a554] by Wilmer van der Gaast <wilmer@…>
Better detection of successful IQ authentication (using packet …
16:56 Changeset [8d74291] by Wilmer van der Gaast <wilmer@…>
Fixed return value on incomplete write()s in write handler, protection …
13:26 Ticket #210 (<process:728> Glib-Warning **: g_io_win32_set_flags <> not implented) closed by wilmer
invalid: Sep 22 15:02:29 nibbler -- MARK --
12:04 Changeset [5997488] by Wilmer van der Gaast <wilmer@…>
Basic SASL (PLAIN only ATM) authentication code. Doesn't log in …

2006-09-21:

19:48 Changeset [deff040] by Wilmer van der Gaast <wilmer@…>
Implemented set_away() (VERY simple version, have to add an away state …
18:44 Changeset [5bcf70a] by Wilmer van der Gaast <wilmer@…>
Now also sending <presence type="unavailable"/> tag on disconnect, as …
09:37 Changeset [4a0614e] by Wilmer van der Gaast <wilmer@…>
Added simple parsing of incoming <presence> tags, a nice …
07:32 Changeset [dd788bb] by Wilmer van der Gaast <wilmer@…>
Added enough to not make it crash on login, and it can properly …

2006-09-20:

20:26 Changeset [0b4a0db] by Wilmer van der Gaast <wilmer@…>
Now parsing roster properly. (Hopefully...)
20:09 Changeset [70f6aab8] by Wilmer van der Gaast <wilmer@…>
It now requests a roster when logged in, no parsing for it yet.
19:42 Changeset [21167d2] by Wilmer van der Gaast <wilmer@…>
It can send a valid (pre-XMPP) login packet. Lots of work to do, still…
13:40 Ticket #210 (<process:728> Glib-Warning **: g_io_win32_set_flags <> not implented) created by anonymous
<process:728> Glib-Warning : g_io_win32_set_flags <> not implented
10:18 Changeset [f06894d] by Wilmer van der Gaast <wilmer@…>
Added some pretty empty files.
09:36 Changeset [8f243ad] by Wilmer van der Gaast <wilmer@…>
Removed old Jabber module, started to fill in the new stuff. (xmltree …
09:34 Changeset [9544acb] by Wilmer van der Gaast <wilmer@…>
Using LGPL for generic parts, where possible.
06:59 Ticket #209 (Identify with IRC password?) created by anonymous
Suggestion: make it possible to identify yourself with the IRC …

2006-09-19:

12:08 Ticket #207 ("set" command sets *any* variables, but no way to remove them) closed by wilmer
worksforme: The setting won't be saved, so it'll be gone when you reconnect. This …

2006-09-17:

15:56 Changeset [51fdc45] by Wilmer van der Gaast <wilmer@…>
add_cr() is not used anymore, and HTML entity handling got UTFized …
15:30 Changeset [8320a7a] by Wilmer van der Gaast <wilmer@…>
Strings passed to xml_text aren't necessarily \0-terminated, so don't …

2006-09-16:

16:12 Ticket #208 (No help text for "set display_namechanges") created by anonymous
Even though I *think* I know what that does, it'd be nice to have a …
16:10 Ticket #207 ("set" command sets *any* variables, but no way to remove them) created by anonymous
On the stable bitlbee server (im.bitlbee.org) I accidentally did "set …

2006-09-14:

12:00 Ticket #206 (Bitlbee appears offline to others when it isn't.) created by shirow@…
Bitlbee logs onto my ICQ account. I am not away in any manner, nor am …
Note: See TracTimeline for information about the timeline view.