aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | | | More correct handling of channel names (according to RFC 1459). PrettyWilmer van der Gaast2010-06-16-56/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | much any 8-bit character is allowed in there - while nicknames are very restricted.
| * | | | | | | | | | | | s/buddy_sendbuffer/paste_buffer/ in the docs as well.Wilmer van der Gaast2010-06-14-33/+33
| | | | | | | | | | | | |
| * | | | | | | | | | | | Small doc update on multi-channel stuff. The "channel" command is notWilmer van der Gaast2010-06-13-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documented yet.
| * | | | | | | | | | | | Added away_reply_timeout setting so BitlBee will suppress away messages sentWilmer van der Gaast2010-06-11-4/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in response to PRIVMSG if one was sent recently - some IRC clients including irssi don't do this very well (when talking to >1 people who are away for example).
| * | | | | | | | | | | | Create new MSN groups when necessary.Wilmer van der Gaast2010-06-11-11/+104
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fixed extremely stupid NULLptr dereference.Wilmer van der Gaast2010-06-10-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fixing hostname in "exiting" opermsgs.Wilmer van der Gaast2010-06-10-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Moving MSN contacts between groups is now possible, but no support yet forWilmer van der Gaast2010-06-09-10/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating new groups.
| * | | | | | | | | | | | Allow moving contacts around between groups. Works with at least Jabber,Wilmer van der Gaast2010-06-09-6/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will check the others now.
| * | | | | | | | | | | | Some cleanup improvements.Wilmer van der Gaast2010-06-08-0/+10
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merging memory leak fixes from devel, time to find the ui-fix-specificWilmer van der Gaast2010-06-08-3/+34
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | leaks.
* | | | | | | | | | | | | Fixing some memory leakage.Wilmer van der Gaast2010-06-08-0/+31
| | | | | | | | | | | | |
* | | | | | | | | | | | | Use mkstemp() instead of just a tilde-file when writing new configs to aWilmer van der Gaast2010-06-06-3/+3
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | temporary file. This solves hard-to-debug issues where for example the user hand-edited his configs as root and left a root-owned user.xml~ file behind.
| * | | | | | | | | | | Merging Debian fixes that I missed in the previous merge.Wilmer van der Gaast2010-06-08-6/+10
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Some more fixes to make this work with older distros (Hardy's stuck withWilmer van der Gaast2010-06-06-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debhelper 6) and on de code.b.o build bot (a substvars file I wasn't using anymore caused troubles).
| | * | | | | | | | | | | Make this build work even from fresh bzr branches. Also stop using {x,y}Wilmer van der Gaast2010-06-06-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stuff which somehow magically doesn't work on my laptop.
| * | | | | | | | | | | | Restored nick_hint/nick_source functionality.Wilmer van der Gaast2010-06-07-33/+52
| | | | | | | | | | | | |
| * | | | | | | | | | | | Paste buffer functionality is back, now for users *and* rooms.Wilmer van der Gaast2010-06-07-11/+80
| | | | | | | | | | | | |
| * | | | | | | | | | | | Added "channel del".Wilmer van der Gaast2010-06-07-0/+18
| | | | | | | | | | | | |
| * | | | | | | | | | | | Restore "set root_nick" behaviour. All disabled set evaluators are backWilmer van der Gaast2010-06-07-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now. Getting *very* close to "feature parity" now!
| * | | | | | | | | | | | Restoring auto-identification using server password.Wilmer van der Gaast2010-06-07-11/+11
| | | | | | | | | | | | |
| * | | | | | | | | | | | Restore "ops" command completely, and set user op status *just* beforeWilmer van der Gaast2010-06-07-9/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | s/he joins.
| * | | | | | | | | | | | Changing away_devoice will change current voice statuses in all channels.Wilmer van der Gaast2010-06-07-60/+20
| | | | | | | | | | | | |
| * | | | | | | | | | | | Show idle + login time info in /WHOIS (if available).Wilmer van der Gaast2010-06-07-5/+29
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-260/+2239
| |\| | | | | | | | | | |
| | * | | | | | | | | | | Merging mainline.Wilmer van der Gaast2010-06-06-149/+217
| | |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Disable old-style ICQ authentication. It looks like AOL or whoever is slowlyWilmer van der Gaast2010-06-02-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | taking down support for it. Just to be sure, it can be re-enabled with a setting, I'll remove that after the next release.
| | * | | | | | | | | | | Merging libpurple branch into killerbee. It's fairly usable already, andWilmer van der Gaast2010-06-06-556/+4972
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Debian packaging is now properly separated. This also picks up a load of stuff from mainline it seems.
| | | * | | | | | | | | | | Updated short descriptions and fixed po-debconf files.Wilmer van der Gaast2010-06-05-5/+5
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Put in the necessary hacks to make version number spoofing work again.Wilmer van der Gaast2010-06-05-8/+9
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Remaining fixes: All looks good now, apt and dpkg seem to do the rightWilmer van der Gaast2010-06-05-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thing with the -common transition, etc.
| | | * | | | | | | | | | | Redid debian/rules using debhelper, with good results. This creates mostlyWilmer van der Gaast2010-06-05-96/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fine debs. Need to do some more checks, and make sure bitlbee-libpurple gets the same maintainer scripts as bitlbee.
| | | * | | | | | | | | | | A few more configure script tweaks: Don't enable libpurple by defaultWilmer van der Gaast2010-06-05-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anymore (in preparation for a merge), and limit the directory replication stuff.
| | | * | | | | | | | | | | install-* targets should also work now. Let's see how this works out in a deb.Wilmer van der Gaast2010-05-25-7/+8
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Allow one to run the configure script from a different directory and put allWilmer van der Gaast2010-05-25-12/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native).
| | | * | | | | | | | | | | Merging killerbee. (The non-libpurple stuff currently doesn't compile.)Wilmer van der Gaast2010-05-25-328/+4
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | GAIM_INPUT_* were renamed, at last.Wilmer van der Gaast2010-05-25-13/+13
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Read display names. Setting them is going to be an awesome hack.Wilmer van der Gaast2010-05-24-0/+22
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Support for named groupchats, although not very solid.Wilmer van der Gaast2010-05-22-8/+44
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Enable changing and viewing of block/allow lists.Wilmer van der Gaast2010-05-22-0/+75
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Return ui_info so jabber:iq:version responses will not say just libpurple.Wilmer van der Gaast2010-05-22-0/+15
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Added support for the info command.Wilmer van der Gaast2010-05-22-0/+62
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Sigh. Enable debugging only if the BITLBEE_DEBUG variable is set.Wilmer van der Gaast2010-05-22-1/+3
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Fixed sending with proper filenames by creating a temporary directory withWilmer van der Gaast2010-05-21-23/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the file in it; protocol modules are mostly hardcoded to use the filename from the filesystem with no way to override this. Also improved robustness a little bit.
| | | * | | | | | | | | | | | Similar hacky code to send files. This indirect sending stuff sucks badlyWilmer van der Gaast2010-05-19-20/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for numerous reasons. Maybe libpurple 2.7.0 is less crappy and will eventually allow (working) direct ft's again. This somewhat works, but filename info is lost with some protocols.
| | | * | | | | | | | | | | | Suppress auto-reconnect when required (auth errors and concurrent loginsWilmer van der Gaast2010-05-18-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | probably, not sure what sets the wants_to_die flag).
| | | * | | | | | | | | | | | Little cleanup. Less compiler warnings, and removing tempfile at theWilmer van der Gaast2010-05-18-80/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | beginning of the download already to make sure it doesn't stick around.
| | | * | | | | | | | | | | | purple_conv_chat_invite_user() is libpurple >= 2.6.0, so useWilmer van der Gaast2010-05-18-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | serv_chat_invite() instead.
| | | * | | | | | | | | | | | This receives files but is very fragile if anything unusual happens (like aWilmer van der Gaast2010-05-18-15/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cancellation/timeout/etc).
| | | * | | | | | | | | | | | Move direct ft stuff to an unused file: This gets too hairy and too fragile.Wilmer van der Gaast2010-05-17-101/+275
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't have time to work out all the details, I doubt if this is supposed to work reliably yet at all. Let's go for the simple via-disk approach for now.