aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | | | | configure --pidfile= actually works now.Wilmer van der Gaast2007-02-18-1/+1
| | | | | | |
* | | | | | | configure script tweaks.Wilmer van der Gaast2007-02-18-2/+6
| |_|_|_|_|/ |/| | | | |
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merging trees.Wilmer van der Gaast2006-12-22-17/+244
|\ \ \ \ \ \ \
| | * | | | | | Fix gcov.Jelmer Vernooij2006-12-06-2/+5
| | | | | | | |
| | * | | | | | Some simple tests for irc_*()Jelmer Vernooij2006-12-06-2/+82
| | | | | | | |
| | * | | | | | Support arguments passed to tests/check to enable verbose logging or Jelmer Vernooij2006-12-06-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to disable forking (for debugging purposes).
| | * | | | | | Add tests for md5.Jelmer Vernooij2006-12-06-1/+81
| | | | | | | |
| | * | | | | | Fix testsuite.Jelmer Vernooij2006-12-06-4/+6
| | | | | | | |
| | * | | | | | Fix xslt with newer (more pedantic) XSLT processors.Jelmer Vernooij2006-12-05-0/+3
| | | | | | | |
| | * | | | | | [merge] wilmerJelmer Vernooij2006-12-05-1290/+2792
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
* | | | | | | | Forgot to pass O_CREAT to open() which can cause problems if there's aWilmer van der Gaast2006-11-25-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stale .xml~ file.
* | | | | | | | Bye bye lilo. I've never been a fan of yours, but let's not make fun of theWilmer van der Gaast2006-11-24-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dead...
* | | | | | | | Disabling little optimization in irc.c because it can't be done safely inWilmer van der Gaast2006-10-31-2/+5
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | this part of the code for now.
| | * | | | | Ignore *.o files (removed from global ignores in bzr 0.9)Jelmer Vernooij2006-07-07-0/+1
| | | | | | |
| | * | | | | Add support for checking test suite coverage using gcov.Jelmer Vernooij2006-07-07-5/+38
| | | | | | |
| * | | | | | MSN message packets are now sent at once instead of separately. ProbablyWilmer van der Gaast2006-10-24-6/+9
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | the MSN servers don't care, but it looks a bit prettier in wireshark. ;-)
* | | | | | set_eval_int() was pretty broken...Wilmer van der Gaast2006-10-22-2/+2
| | | | | |
* | | | | | Fixed #181. (Using wrong (static) variable in error messages.)Wilmer van der Gaast2006-10-22-2/+2
| | | | | |
* | | | | | Copied 1.0.x changelogs, disabled LDAP support in configure (because theWilmer van der Gaast2006-10-22-7/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code just doesn't work yet) and added GLib version detection. (GLib 2.4 and up *should* work.)
* | | | | | Away devoices are done by the server instead of by root now. This makesWilmer van der Gaast2006-10-22-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more sense with the "netsplit feature". (Because of less noisy joins.)
* | | | | | Fixed #139. (Wrong Gender description)Wilmer van der Gaast2006-10-21-1/+1
| | | | | |
* | | | | | "Restructured" msn_login() a little bit.Wilmer van der Gaast2006-10-21-9/+8
| | | | | |
* | | | | | Filled in the user changelog a bit more.Wilmer van der Gaast2006-10-16-0/+19
| |_|_|_|/ |/| | | |
* | | | | set_eval_int() now allows negative integers.Wilmer van der Gaast2006-10-15-0/+4
| | | | |
* | | | | Fixing early free(). Memory management in the passport code is getting tooWilmer van der Gaast2006-10-15-0/+1
| |_|_|/ |/| | | | | | | | | | | | | | | messy, really... :-(
* | | | Fixed a very interesting memory leak in the OSCAR module.Wilmer van der Gaast2006-10-15-2/+2
| | | |
* | | | Small documentation fix (closes #208).Wilmer van der Gaast2006-10-15-3/+5
| | | |
* | | | Merging with storage-xml. It seems to be working pretty well, so maybeWilmer van der Gaast2006-10-15-1160/+2576
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | this way more people will test it. :-)
| * | | Merging from devel.Wilmer van der Gaast2006-10-15-73/+50
| |\ \ \ | |/ / / |/| | |
* | | | Fixed some memory leaking in the MSN Passport code.Wilmer van der Gaast2006-10-13-11/+11
| | | |
* | | | Added msn_http_encode() so it can be used in msn_buddy_list_add() too.Wilmer van der Gaast2006-08-25-21/+30
| | | | | | | | | | | | | | | | | | | | Most likely fixes #198.
* | | | The Yahoo! module now properly sets away states instead of away messages.Wilmer van der Gaast2006-07-27-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | (So other BitlBees can read your Yahoo! away states better and others can see the proper icons again.)
* | | | Copy-paste considered harmful + Fixed double handling of gc->permit/denyWilmer van der Gaast2006-07-27-36/+1
| | | | | | | | | | | | | | | | | | | | which actually broke the block/allow commands.
| * | | Removed a reference to an already free()d variable from cmd_remove().Wilmer van der Gaast2006-10-15-1/+1
| | | |
| * | | Using LGPL for generic parts, where possible.Wilmer van der Gaast2006-09-20-10/+10
| | |/ | |/|
| * | add_cr() is not used anymore, and HTML entity handling got UTFized some timeWilmer van der Gaast2006-09-17-34/+2
| | | | | | | | | | | | | | | ago already, so no need for that FIXME comment.
| * | Strings passed to xml_text aren't necessarily \0-terminated, so don't countWilmer van der Gaast2006-09-17-1/+5
| | | | | | | | | | | | | | | on that anymore.
| * | Added message on successful creation of accounts and fixed "set password"Wilmer van der Gaast2006-08-25-4/+9
| | | | | | | | | | | | | | | command.
| * | Added information about the new file format to CHANGES.Wilmer van der Gaast2006-08-14-0/+24
| | |
| * | Just a little typo in rc4.cWilmer van der Gaast2006-08-14-1/+1
| | |
| * | Updated the note about encryption in the README file.Wilmer van der Gaast2006-08-14-12/+22
| | |
| * | Extra comments in set.h and now properly using set_getbool() instead ofWilmer van der Gaast2006-08-13-32/+54
| | | | | | | | | | | | | | | set_getint().
| * | Added help information for the web_aware setting.Wilmer van der Gaast2006-08-13-0/+14
| | |
| * | Added a per-account web_aware setting for ICQ connections.Wilmer van der Gaast2006-08-04-0/+9
| | |
| * | Added some (more) comments to .h files in lib/ and some minor fixes/cleanups.Wilmer van der Gaast2006-07-19-16/+97
| | |
| * | Fixed a broken call to set_get() (CRASH), shut up a compiler warning inWilmer van der Gaast2006-07-15-4/+7
| | | | | | | | | | | | | | | events_glib and now using the right evaluator for acc->"auto_reconnect".
| * | More documentation updates: Added a Scope: line for every setting (forWilmer van der Gaast2006-07-14-40/+46
| | | | | | | | | | | | | | | | | | per-account and global settings) and leaving out the Default: line when there is no default specified in XML (like with the display_name setting).
| * | Added a per-connection auto_reconnect setting.Wilmer van der Gaast2006-07-14-1/+4
| | |
| * | Merging from main.Wilmer van der Gaast2006-07-14-38/+59
| |\ \ | |/ / |/| |
* | | Removed #defines used to simulate systems without IPv6 support.Wilmer van der Gaast2006-07-12-3/+0
| | |