@05bf2a0
2010-10-02T04:51:19Z
wilmer
Force the default/first channel to be a control channel, fixing one …
@665c24f
2010-09-30T05:28:36Z
wilmer
Some simple error msgs on failed Twitter commands (undo and rt).
@ecae65f
2010-09-10T11:45:31Z
wilmer
Some doc fixes, removing a % that was never supposed to be at the end …
@3c9b095
2010-09-06T09:26:39Z
wilmer
libpurple insists on storing its own version of reality somewhere. I …
@674a01d
2010-09-06T00:20:01Z
wilmer
Move whatsnew stuff into help.txt. Stop putting too much string …
@d6657ce
2010-09-05T23:30:40Z
wilmer
Fix NULL pointer dereference when removing nicks from groupchats.
@ed320e8
2010-09-05T11:48:26Z
wilmer
Oops. One more compiler warning. I wish GCC would give the same …
@fef7813
2010-09-05T11:31:22Z
wilmer
Fix compiler warnings. Also fixing irc_send_motd(), which so far got …
@41e0c00
2010-09-05T10:27:12Z
wilmer
Fixing handling of (Jabber) chatroom topic changes done by the user.
@52d63dc
2010-09-04T23:31:47Z
wilmer
Slightly better documentation of control channels and groups.
@4c737ebd
2010-09-01T23:06:56Z
wilmer
Fixed NULL ptr dereference when hilighting non-IM users in chatrooms.
@31dbb90a
2010-08-30T22:02:46Z
wilmer
Suppress subjects in Jabber conversations after showing them once.
@fda55fa
2010-08-30T20:12:34Z
wilmer
Revert to the old control channel messages for fullname changes, the …
@c55701e
2010-08-30T19:58:33Z
wilmer
Due to popular demand, now using mode=chat by default.
@df61c35a
2010-08-30T19:24:28Z
wilmer
Warn the user when his/her AIM/ICQ password seems to be too long. For …
@b0a89cc
2010-08-27T08:48:18Z
wilmer
Use nifty gcc -MD feature to automatically track .h dependencies of …
@3f10fad
2010-08-25T21:37:57Z
wilmer
The "transfers" command was renamed to "transfer" but this wasn't …
@3cd4016
2010-08-25T21:35:49Z
wilmer
I guess the nick command was never deprecated clearly, so let's do …
@a72af0d
2010-08-25T00:18:27Z
wilmer
Fix /WHO on single nicks.
@bd599b9
2010-08-22T08:07:48Z
wilmer
Fix two compiler warnings.
@1aa74f55
2010-08-23T10:34:36Z
wilmer
Process incoming XMPP groupchat invites in a saner way: Create a …
@241f9f6
2010-08-22T13:31:53Z
wilmer
Better handling of yahoo add responses: libyahoo2 seems to (IMHO) …
@1bb1e01
2010-08-22T12:15:53Z
wilmer
Fixed a misuse of xt_find_node() that could get into an infinite loop.
@f29f50e
2010-08-22T11:37:49Z
wilmer
Cleaning up utils directory, those scripts generate old-style files no …
@c00dd71
2010-08-21T22:39:22Z
wilmer
Pick up away info from Yahoo! too.
@0ebf919
2010-08-21T22:25:37Z
wilmer
Pass "user is mobile" info coming from OSCAR up to BitlBee and show …
@a758ec1
2010-08-21T19:48:41Z
wilmer
Although the backward compatibility stuff for show_offline and …
@180ab31
2010-08-21T19:34:17Z
wilmer
Added some neat whatsnew code that keeps track of the newest version …
@5613af7
2010-08-21T17:59:03Z
wilmer
Clearer error message when trying to read/write setting that don't …
@4d4a7ed
2010-08-21T17:46:47Z
wilmer
Some IRC clients/proxies eat empty PRIVMSG lines. BitlBee likes to …
@bad41f56
2010-08-19T23:42:11Z
wilmer
libpurple: Fix typing notifications (in and out). Closes #671 .
@acd7959
2010-08-19T12:21:22Z
wilmer
Forgot one NULL pointer check in the channel sensitivity code for the …
@763a3ab
2010-08-18T10:01:10Z
wilmer
Pass the -Npackage flag the right way so bitlbee-libpurple doesn't …
@57782e4
2010-08-17T23:57:50Z
wilmer
Alternative way for detecting upgrades: This should make sure that …
@5b94e9e
2010-08-17T23:34:25Z
wilmer
Move scripts, debconf and /etc stuff to bitlbee-common and really have …
@d20ea9f
2010-08-17T10:39:21Z
wilmer
Debian change: set BITLBEE_LIBPURPLE=0 to only build the native variant.
@762d96f
2010-08-15T22:07:57Z
wilmer
If a connection fails, try the next address from the getaddrinfo() …
@136c2bb
2010-08-14T10:57:17Z
wilmer
Fix the libevent-specific compiler warning about closesocket().
@ac2717b
2010-08-14T10:55:20Z
wilmer
blist should only show contacts that are (or would be if they were …
@4ffd757
2010-08-14T10:21:44Z
wilmer
Don't send a /QUIT for every Twitter contact when going offline, and …
@2b02617
2010-08-11T20:41:23Z
wilmer
strptime() on FreeBSD (and possibly other non-glibc platforms) %z is …
@72176c1
2010-08-11T08:53:58Z
wilmer
Small bug in the previous change: NULL-initialize srv.
@ffdf2e7
2010-08-10T11:18:09Z
wilmer
When doing SRV lookups, return an array with all RRs instead of just …
@f32c14c
2010-08-09T13:39:50Z
wilmer
Oops. We're using channel mode +h (halfop) for a while already, but so …
@b890626
2010-08-08T13:42:57Z
wilmer
Add a few more commands (including RT) and the ability to send …
@203a2d2
2010-08-07T21:06:24Z
wilmer
Allow protocol modules to keep per-contact protocol-specific data. Use …
@7b87539
2010-08-07T19:39:01Z
wilmer
Add commands to the Twitter module, starting with undo (which deletes …
@daae10f
2010-08-07T16:33:02Z
wilmer
OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
@289bd2d
2010-08-07T14:55:18Z
wilmer
Applied patch from wahjava (with some modifications) for bug #644 . …
@e193aeb
2010-08-07T13:08:46Z
wilmer
Reconstruct incoming truncated retweets.
@bf2ebd8
2010-08-06T21:05:40Z
wilmer
Alright, let's try a dev snapshot.
1.3dev
@f7d12f7
2010-08-05T20:20:44Z
wilmer
Some fixes for compiler warnings that only show up when compiling with …
@65a4a64
2010-08-04T20:48:47Z
wilmer
To address bugs #77 and #661 , add some code that should avoid …
@23d6165
2010-08-04T20:04:39Z
wilmer
For bug #660 , add a /LIST command.
@65016a6
2010-08-04T19:45:18Z
wilmer
Set channel mode +C for control channels.
@bce2014
2010-08-04T19:30:46Z
wilmer
Try another way to silence int-pointer cast warnings in the Yahoo! …
@3063f81
2010-08-02T19:37:31Z
wilmer
Bump up the version number, and also copy bee.h to the public include …
@8f984a0
2010-07-30T14:33:36Z
wilmer
Make the "chop off +b stuff from version number" more specific to …
@8b61469
2010-07-30T14:28:22Z
wilmer
Don't notify the UI about group changes if there wasn't, in fact, a …
@b925666
2010-07-29T19:30:47Z
wilmer
Show a friendly warning message when running in inetd mode on the …
@1521a85
2010-07-29T19:17:57Z
wilmer
Make the unittests work *slightly* better with libevent. (Still won't …
@f7ca587
2010-07-29T18:18:54Z
wilmer
Restore default_target setting, kill last_root_cmd variable and just …
@2fe5eb9
2010-07-29T17:08:16Z
wilmer
Clean up references from irc_user structs to channels that are being …
@b40e60d
2010-07-29T08:57:01Z
wilmer
Fixing http_encode(): BitlBee now calls setlocale() (for nickname …
@3963fdd
2010-07-29T07:19:57Z
wilmer
"Fix up" unittests enough to at least compile. Never touched these …
@3b3c50d9
2010-07-28T08:24:47Z
wilmer
Allow including account tags in nicknames, and be a bit more clever …
@13fa2db
2010-07-27T22:24:59Z
wilmer
Don't crash when trying to join a channel with an invalid name.
@4255320
2010-07-27T22:18:27Z
wilmer
MSN: Don't show any "special" messages when breaking down switchboards …
@f6f5eee
2010-07-27T22:04:19Z
wilmer
Source documentation update, including a short HACKING file.
@82ca986
2010-07-27T17:45:16Z
wilmer
Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM).
@a7dbf45
2010-07-27T10:27:47Z
wilmer
Block CTCPs to channels instead of sending them as plain messages. …
@3fa5a8c
2010-07-26T23:03:23Z
wilmer
Install all new/moved header files in install-dev so bitlbee-skype and …
@c6bf805
2010-07-25T13:59:12Z
wilmer
Some NULL pointer checks for libyahoo2 - this code's currently …
@51a3d12
2010-07-25T09:11:48Z
wilmer
Allow change nicknames when moving contacts between groups. Also …
@5588edf5
2010-07-25T08:56:17Z
wilmer
Suppress GLib warning when trying to get a user's IP address while not …
@42acba1
2010-07-25T08:54:25Z
wilmer
Some support for changing group info on OSCAR.
@8b01217
2010-07-24T23:26:33Z
wilmer
MSN supports having people in multiple groups and BitlBee does not. …
@f1f7b5e
2010-07-24T22:50:23Z
wilmer
Take the local address from the IM/IRC connection when setting up a …
@2945c6f
2010-07-24T21:16:18Z
wilmer
Merge ui-fix (which includes killerbee (i.e. file transfers and …
@593971d
2010-07-24T20:59:41Z
wilmer
Warn when adding an account twice. People are doing this a lot …
@0f28785
2010-07-24T16:10:27Z
wilmer
Account tag documentation update.
@e135cd09
2010-07-24T15:58:27Z
wilmer
Use the account tag in a few places and store it in the XML file as an …
@40e6dac
2010-07-24T15:46:59Z
wilmer
Adding account tags as a way to 100% uniquely identify an account. …
@7989d40d
2010-07-24T14:19:44Z
wilmer
Fixing chat_join() for OSCAR to return a struct groupchat* right away, …
@03f3828
2010-07-24T14:06:22Z
wilmer
Adding protocol-specific chatroom settings. First one to use this: AIM …
@c8791f2
2010-07-24T13:29:48Z
wilmer
Merging libyahoo2 fixes. Now completely up-to-date with libyahoo2 svn …
@c495217
2010-07-24T13:28:36Z
wilmer
Inverting allow_reconnect logic on login failures. Automatic …
@ccc595b
2010-07-24T13:04:00Z
wilmer
Support buddy groups on Yahoo!
@78e2eb7
2010-07-24T11:15:43Z
wilmer
New handling of authorization requests. The old one wasn't fully …
@9034ba0
2010-07-24T10:57:08Z
wilmer
Merge complete. It still logs in…
@c36f73b
2010-07-23T14:35:45Z
wilmer
This should mostly be a no-op, merging *loads* of whitespace changes …
@938c305
2010-07-22T07:43:21Z
wilmer
Fixed crash on failed Jabber file transfers.
@262bc7e
2010-07-21T00:39:47Z
wilmer
1.3dev changelog. Should release that soon, sticking a version# on it …
@5a61bf59
2010-07-19T21:18:13Z
wilmer
Whoops. Small memory management screw-up.
@6d8cc05
2010-07-18T23:50:27Z
wilmer
Adding easy migration from old show_offline/away_devoice settings, and …
@94d5da9c
2010-07-18T22:12:19Z
wilmer
One of the last few things I wanted to get done in this branch: …
@4f22a68c
2010-07-18T20:12:55Z
wilmer
Automatically operate on the current channel if just using "channel set".
@3e59c8d
2010-07-18T15:31:58Z
wilmer
libpurple: Add contacts to groups when requested. Still not dealing …
@2efb69b
2010-07-18T15:12:35Z
wilmer
Doc update for the previous change.
@f1d488e
2010-07-18T15:04:19Z
wilmer
Add some context sensitivity to the "add" command: If it's used in a …