aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
| |
* | Better handling of situations where IPv6 is not available at run-time.Wilmer van der Gaast2006-07-11-38/+56
| |
* | Fixed irc_names() (forgot to add @s for user/root in the new version).Wilmer van der Gaast2006-07-09-1/+4
| |
* | Completed [167]. (Memory leak wasn't completely fixed yet.)Wilmer van der Gaast2006-07-03-0/+2
| |
| * Fixed a memory leak, added a check for valid Jabber handles, and updatedWilmer van der Gaast2006-07-14-98/+177
| | | | | | | | | | | | documentation (added information about "account set" and sorted the list of settings because it was a bit too random).
| * Fixed text_load(), added detection of primary storage backends withoutWilmer van der Gaast2006-07-05-36/+28
| | | | | | | | | | | | save support (which shouldn't be allowed) and added a call to nick_lc() to xml_save() so at least nicks should now be case-insensitive.
| * Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-375/+118
| | | | | | | | | | | | | | | | | | | | nick_t is dead, instead nicks are just saves in a per-account_t GLib hash table. While doing this, the import_buddies command finally died and text_save() disappeared, because the old file format can't handle most of the new features in this branch anyway. Still have to implement support for the new nick lists in text_load()!
| * Added display_name setting for MSN connections. (Should replace the nickWilmer van der Gaast2006-07-03-31/+83
| | | | | | | | | | command later.)
| * Added protocol-specific settings, made the server setting specific to onlyWilmer van der Gaast2006-07-02-35/+84
| | | | | | | | | | OSCAR and Jabber.
| * Fixed check in set_eval_account() and merging from main (better NAMES replies).Wilmer van der Gaast2006-07-01-36/+36
| |\ | |/ |/|
* | /NAMES replies are more efficient now.Wilmer van der Gaast2006-06-26-35/+34
| |
| * Added "account set" command.Wilmer van der Gaast2006-07-01-40/+220
| |
| * Got rid of struct aim_user (now using account_t everywhere). Needs some moreWilmer van der Gaast2006-07-01-161/+115
| | | | | | | | | | testing though.
| * Made set.c API more generic so it's not specific to irc_t structures anymore,Wilmer van der Gaast2006-06-30-150/+143
| | | | | | | | | | but can be used for account_t structures too, for example.
| * Added random_bytes() function for better/more reliable randomization andWilmer van der Gaast2006-06-28-24/+96
| | | | | | | | | | moved set_eval_ops() to a slightly more suitable place.
| * Cleaned up Makefiles + configure: Cleaning up bitlbee.pc, removed the secondWilmer van der Gaast2006-06-28-107/+80
| | | | | | | | | | | | | | | | piece of libevent probing code that mysteriously appeared (?), better handling of storage backends, an SSL module is now always included (so BitlBee can be compiled again when building without MSN- and Jabber-support (http_client also depends on SSL libs and can't be disabled)), oh, and fixed a compiler warning.