|
|
|
@c289b6f
|
2009-11-19T23:00:56Z |
wilmer |
Merging in head. I want to roll a 1.2.4-2 that fixes the libresolv …
|
|
|
@36cf9fd
|
2009-11-12T11:41:54Z |
wilmer |
Proper detection of a usable libresolv.so or libresolv.a. glibc 2.9 …
|
|
|
@fb51d85
|
2009-10-23T23:57:41Z |
wilmer |
"chat add", not chat_add
|
|
|
@4cf80bb
|
2009-10-23T10:43:15Z |
wilmer |
Shuffling a few more #includes. Much more shuffling will be needed.
|
|
|
@b75acf6
|
2009-10-22T21:55:23Z |
wilmer |
Don't include chat.h from bitlbee.h. make install-dev doesn't install …
|
|
|
@c48a033
|
2009-10-17T17:25:40Z |
wilmer |
Added 1.2.4-1 to changelog. Not much else to do for this release.
1.2.4-1
|
|
|
@c5bc47b
|
2009-10-17T17:24:52Z |
wilmer |
Merging BitlBee 1.2.4.
|
|
|
@2e44b1f
|
2009-10-17T15:43:12Z |
wilmer |
Hah. Forgot to update the version number in bitlbee.h. I really …
1.2.4
|
|
|
@3650088
|
2009-10-17T15:25:41Z |
wilmer |
I call you BitlBee 1.2.4. I hope. :-)
|
|
|
@74349eb
|
2009-10-17T15:13:40Z |
wilmer |
If you can't find what you expect in an IQ packet, it doesn't mean …
|
|
|
@57d8421
|
2009-10-17T15:04:30Z |
wilmer |
Document password-protected rooms.
|
|
|
@99c8f13
|
2009-10-17T14:48:21Z |
wilmer |
Valgrind pointed me at some memory leaks in the Yahoo! codek, …
|
|
|
@e71cfbc
|
2009-10-13T22:33:12Z |
wilmer |
Turns out I *did* implement HTTPS auth for Yahoo! myself already, but …
|
|
|
@7ea8697
|
2009-10-10T15:00:16Z |
wilmer |
Setting Yahoo! away states works again.
|
|
|
@037b66a
|
2009-10-10T14:57:05Z |
wilmer |
Fixed an ugly bug in the write handler that may have caused many weird …
|
|
|
@ba16895
|
2009-10-10T13:48:44Z |
wilmer |
More Yahoo! fixes: Adding and removing buddies works, and for the …
|
|
|
@fa295e36
|
2009-10-10T13:39:51Z |
wilmer |
Added imcb_ask_auth() instead of reimplementing authorization requests …
|
|
|
@e59b4f6
|
2009-10-04T19:00:53Z |
wilmer |
Fixed embarassing early free() bug that sat in the WATCH command …
|
|
|
@bdad407
|
2009-10-04T18:28:41Z |
wilmer |
Fixing a crash bug that causes crashes only with buggy Jabber …
|
|
|
@c3e349e
|
2009-10-03T22:25:36Z |
wilmer |
Cleaned up Yahoo! fix: Error handling, and also not crashing when the …
|
|
|
@4fefb77
|
2009-10-03T19:27:50Z |
wilmer |
Yahoo! can log in again. This code still needs major cleanups, use it …
|
|
|
@0182773
|
2009-07-20T13:42:11Z |
wilmer |
Fixed fd leak in ini.c. How could I miss this one.. :-(
|
|
|
@2ea8736
|
2009-06-24T21:48:44Z |
wilmer |
Fixed another crash bug (this one was triggered by just typing "chat set").
|
|
|
@8a08d92
|
2009-06-24T21:44:39Z |
wilmer |
Fixed crash on setting an unknown setting.
|
|
|
@b9369b5
|
2009-06-17T23:17:15Z |
wilmer |
Fixed compatibility with AIM mobile messages. Should work according to …
|
|
|
@0c41177
|
2009-06-07T20:39:10Z |
wilmer |
Fixed paths in bitlbee.conf.diff to edit the bitlbee.conf inside the …
1.2.3-2
|
|
|
@25dfb16
|
2009-06-07T20:19:25Z |
wilmer |
Forgot to commit before starting to work on the second item, so here's …
|
|
|
@5916995
|
2009-06-07T19:40:45Z |
wilmer |
Fixed free port detection code in debian/config which was a bit …
|
|
|
@b6dd429
|
2009-06-07T19:13:55Z |
wilmer |
Fixed bitlbee.deb dep in bitlbee-dev to deal with binary NMUs.
|
|
|
@c40580d
|
2009-06-07T18:42:27Z |
wilmer |
s/bitblee/bitlbee/ in the postinst script.
|
|
|
@19176513
|
2009-06-03T16:10:36Z |
wilmer |
Fixed a bug that caused crashes when joining certain kinds of Google …
|
|
|
@92e90b7
|
2009-05-31T23:13:43Z |
wilmer |
I never submitted 1.2.3-1 apparently.
1.2.3-1
|
|
|
@9e768da
|
2009-01-13T18:59:28Z |
wilmer |
Fixed an embarassing typo that even fooled me into believing BitlBee …
|
|
|
@489f996
|
2008-12-25T11:05:11Z |
wilmer |
Simplified ini parser code a bit more. Not using strtok() after all …
|
|
|
@72b6783e
|
2008-12-24T09:00:42Z |
wilmer |
First version of new ini parser. Will just attempt to simplify code a bit.
|
|
|
@5469952
|
2008-12-14T15:04:48Z |
wilmer |
Detect disconnects caused by concurrent logins or rate limiting, and …
|
|
|
@71d45c2
|
2008-12-14T13:39:02Z |
wilmer |
Dropping warnings about unknown JIDs since they're spammy (mostly show …
|
|
|
@ac46218
|
2008-12-14T10:40:17Z |
wilmer |
Removed a double g_free() in proxy.c (that couldn't actually ever be …
|
|
|
@c0c43fb
|
2008-12-14T10:31:49Z |
wilmer |
Fixed ic->away leaking memory. This var is only used by OSCAR and …
|
|
|
@939370c
|
2008-12-14T10:19:41Z |
wilmer |
events_libevent now detects when the event currently being handled is …
|
|
|
@e1720ce
|
2008-12-14T01:38:59Z |
wilmer |
Fixed a bug in the IRC parser where lines that start with a colon and …
|
|
|
@6d5eb72
|
2008-12-14T01:14:55Z |
wilmer |
Added more chat.c sanity checks that were (embarassingly) missing so far.
|
|
|
@549545b
|
2008-12-13T20:02:55Z |
wilmer |
Checking if acc->prpl->chat_join actually exists before using it. :-/
|
|
|
@77fc000c
|
2008-12-13T19:46:56Z |
wilmer |
Added argument count check to "add -tmp" to prevent NULL dereference.
|
|
|
@de49316
|
2008-12-13T12:08:05Z |
wilmer |
Killed the test for setting non-existing variables since I killed …
|
|
|
@c05eb5b
|
2008-09-29T21:53:05Z |
wilmer |
Checking account setting's flags again before changing them.
|
|
|
@fb98634
|
2008-09-28T13:09:36Z |
wilmer |
Fixed crappy memory management in http_client.
|
|
|
@b2c062d
|
2008-09-28T11:21:55Z |
wilmer |
Adding the password to the right part of the <presence> stanza so …
|
|
|
@94acdd0
|
2008-09-28T11:18:19Z |
wilmer |
Restored support for password-protected chatrooms (for now only by …
|
|
|
@e180c59
|
2008-09-28T10:56:46Z |
wilmer |
Fixed irc_cmd_join(). Giving a more proper response to invalid channel …
|
|
|
@2bebe15
|
2008-09-28T00:18:21Z |
wilmer |
Fixed one crash bug in Yahoo! chatroom invitation handling.
|
|
|
@b99296f
|
2008-09-07T17:13:49Z |
wilmer |
BitlBee 1.2.3 merge.
|
|
|
@ced1e17
|
2008-09-07T14:34:50Z |
wilmer |
Merging BitlBee 1.2.3 release.
|
|
|
@ba3a8a5
|
2008-09-07T14:24:16Z |
wilmer |
Finished BitlBee 1.2.3
1.2.3
|
|
|
@76b6521
|
2008-09-07T13:03:51Z |
wilmer |
Switched docs to UTF-8, using XHTML DocBook template instead of old …
|
|
|
@15d1469
|
2008-09-06T23:10:47Z |
wilmer |
Really removing the gstdio.h include now to fully fix GLib 2.4 …
|
|
|
@3183c21
|
2008-09-06T22:59:32Z |
wilmer |
Completely reviewed all uses of irc->password, irc_setpass() and …
|
|
|
@d4810df
|
2008-09-02T07:48:56Z |
wilmer |
Fixed check for set -del arguments.
|
|
|
@f86a3d5
|
2008-09-01T10:21:01Z |
wilmer |
Fixed ugly looping bug in chatroom list cleanup code.
|
|
|
@35529ae
|
2008-08-31T23:37:56Z |
wilmer |
Updated "help groupchats" and removed help information on the …
|
|
|
@c1333754
|
2008-08-31T23:19:32Z |
wilmer |
Added documentation on the "chat" command.
|
|
|
@07054a5
|
2008-08-31T22:49:32Z |
wilmer |
"chat add" can generate a channel name by itself if necessary. Also …
|
|
|
@3b99524
|
2008-08-31T15:41:51Z |
wilmer |
Added a MIN_ARGS() macro instead of stupidly copy-pasting the same …
|
|
|
@3611717
|
2008-08-31T15:00:35Z |
wilmer |
Added auto_join code.
|
|
|
@d995c9b
|
2008-08-31T14:54:39Z |
wilmer |
Added cleanup code.
|
|
|
@39f93f0
|
2008-08-31T13:42:33Z |
wilmer |
/join can now be used to join chatrooms, join_chat should not be used …
|
|
|
@0e639f5
|
2008-08-31T09:13:56Z |
wilmer |
Added one TODO, and also dupe-check channel names against the control …
|
|
|
@e7bc722
|
2008-08-31T00:04:53Z |
wilmer |
Integrated cmd_set() and the "account set" into one fully unreadable …
|
|
|
@131c6b6
|
2008-08-30T22:26:45Z |
wilmer |
Added chat_get(), similar to account_get() (find an account by number …
|
|
|
@a9a7287
|
2008-08-30T22:04:29Z |
wilmer |
Added "chat" command, deprecated join_chat. Stuff is still incomplete, …
|
|
|
@b84800d
|
2008-08-30T21:30:13Z |
wilmer |
Support for saving the chatroom list. Also removed the hack that was …
|
|
|
@1917a1ec
|
2008-08-30T19:43:38Z |
wilmer |
Added support for loading chatroom data from user .xml files.
|
|
|
@ad9feec
|
2008-08-30T18:59:58Z |
wilmer |
Added chat.c to keep track of chatrooms the user cares about.
|
|
|
@0a4f6f4
|
2008-08-28T22:27:34Z |
wilmer |
Uploaded 1.2.2-1. Now patching up bitlbee.conf at build time to keep …
1.2.2-1
|
|
|
@b9e2539
|
2008-08-26T22:36:24Z |
wilmer |
Finalized BitlBee 1.2.2. Should release this now because of the …
1.2.2
|
|
|
@9ebee7a
|
2008-08-26T22:36:09Z |
wilmer |
Also leave out .bzrignore from the tarballs.
|
|
|
@b119d5d
|
2008-08-26T22:33:54Z |
wilmer |
Reverting a change I accidentally imported from the Debian tree.
|
|
|
@f536a99
|
2008-08-25T20:48:48Z |
wilmer |
Fixed NULL pointer dereference on trying to read non-existent settings.
|
|
|
@f3579fd
|
2008-08-24T20:52:31Z |
wilmer |
Clearer feedback after set/account set commands.
|
|
|
@7125cb3
|
2008-08-24T18:01:05Z |
wilmer |
Added SET_INVALID, which set evaluators should now return instead of …
|
|
|
@934dddf3
|
2008-08-24T16:51:01Z |
wilmer |
Merging Debian package tree.
|
|
|
@d301872
|
2008-08-24T16:49:03Z |
wilmer |
1.2.1-3:
* chown /var/lib/bitlbee/*.xml to bitlbee:bitlbee to clean …
1.2.1-3
|
|
|
@88d2208
|
2008-08-24T16:45:40Z |
wilmer |
Now really fixing #429 by including unistd.h (which defines F_OK).
|
|
|
@3b32017
|
2008-08-19T22:21:07Z |
wilmer |
Better handling of NULLs passed to set_eval_account(). Still confusing …
|
|
|
@5d3b4e8
|
2008-08-11T23:50:11Z |
wilmer |
Fixed run-by-root problem (Debian bug 494656).
1.2.1-2
|
|
|
@59c84c2
|
2008-08-11T23:25:40Z |
wilmer |
1.2.1-1.1 (NMU by Don Armstrong).
1.2.1-1.1
|
|
|
@45b9d3e
|
2008-08-11T23:24:49Z |
wilmer |
BitlBee 1.2.1-1.
1.2.1-1
|
|
|
@a830512
|
2008-08-10T09:15:26Z |
wilmer |
Added msn_sb_write_msg() (patch from ulim).
|
|
|
@4230221
|
2008-08-09T23:00:38Z |
wilmer |
Added ceiling to auto-reconnect delay, changed the default to 5*3<900 …
|
|
|
@280e655
|
2008-08-05T23:07:07Z |
wilmer |
Simple exponential backoff code. Have to add a maximum delay setting, …
|
|
|
@d84e2a9
|
2008-08-02T11:21:36Z |
wilmer |
Microsoft, I hate you.
|
|
|
@e0798cc
|
2008-07-31T22:27:13Z |
wilmer |
Fixed #440: If there's a -R command line flag, store the passed …
|
|
|
@0f4c2734
|
2008-07-31T20:44:43Z |
wilmer |
Reverting to the old MSN/Passport authentication mechanism, the new …
|
|
|
@718e05f
|
2008-07-28T23:44:58Z |
wilmer |
ext_yahoo_error() shouldn't close the connection if the error is …
|
|
|
@6a78c0e
|
2008-06-30T15:37:12Z |
wilmer |
Silenced a compiler warning - I don't think there's any way the …
|
|
|
@dfd442b
|
2008-06-29T23:45:11Z |
wilmer |
Just use g_access() everywhere instead of a mix of that and …
|
|
|
@f5d1b31
|
2008-06-29T23:41:39Z |
wilmer |
Merging changes from Jelmer: It's now possible to cross-compile a …
|
|
|
@cd63d58
|
2008-06-29T12:47:39Z |
wilmer |
Now using an environment variable instead of a flag to pass state info …
|
|
|
@1145964
|
2008-06-29T11:11:50Z |
wilmer |
Fixed two memory leaks in the MSN module.
|
|
|
@565a1ea
|
2008-06-29T09:35:41Z |
wilmer |
Added the DEAF command, which makes the daemon stop listening for new …
|
|
|