Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Updated the note about encryption in the README file. | Wilmer van der Gaast | 2006-08-14 | -12/+22 |
| | ||||
* | Extra comments in set.h and now properly using set_getbool() instead of | Wilmer van der Gaast | 2006-08-13 | -32/+54 |
| | | | | | set_getint(). | |||
* | Added help information for the web_aware setting. | Wilmer van der Gaast | 2006-08-13 | -0/+14 |
| | ||||
* | Added a per-account web_aware setting for ICQ connections. | Wilmer van der Gaast | 2006-08-04 | -0/+9 |
| | ||||
* | Added some (more) comments to .h files in lib/ and some minor fixes/cleanups. | Wilmer van der Gaast | 2006-07-19 | -16/+97 |
| | ||||
* | Fixed a broken call to set_get() (CRASH), shut up a compiler warning in | Wilmer van der Gaast | 2006-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 (for | Wilmer van der Gaast | 2006-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 Gaast | 2006-07-14 | -1/+4 |
| | ||||
* | Merging from main. | Wilmer van der Gaast | 2006-07-14 | -38/+59 |
|\ | ||||
| * | Removed #defines used to simulate systems without IPv6 support. | Wilmer van der Gaast | 2006-07-12 | -3/+0 |
| | | ||||
| * | Better handling of situations where IPv6 is not available at run-time. | Wilmer van der Gaast | 2006-07-11 | -38/+56 |
| | | ||||
| * | Fixed irc_names() (forgot to add @s for user/root in the new version). | Wilmer van der Gaast | 2006-07-09 | -1/+4 |
| | | ||||
| * | Completed [167]. (Memory leak wasn't completely fixed yet.) | Wilmer van der Gaast | 2006-07-03 | -0/+2 |
| | | ||||
* | | Fixed a memory leak, added a check for valid Jabber handles, and updated | Wilmer van der Gaast | 2006-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 without | Wilmer van der Gaast | 2006-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 Gaast | 2006-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 nick | Wilmer van der Gaast | 2006-07-03 | -31/+83 |
| | | | | | | | | | | command later.) | |||
* | | Added protocol-specific settings, made the server setting specific to only | Wilmer van der Gaast | 2006-07-02 | -35/+84 |
| | | | | | | | | | | OSCAR and Jabber. | |||
* | | Fixed check in set_eval_account() and merging from main (better NAMES replies). | Wilmer van der Gaast | 2006-07-01 | -36/+36 |
|\| | ||||
| * | /NAMES replies are more efficient now. | Wilmer van der Gaast | 2006-06-26 | -35/+34 |
| | | ||||
* | | Added "account set" command. | Wilmer van der Gaast | 2006-07-01 | -40/+220 |
| | | ||||
* | | Got rid of struct aim_user (now using account_t everywhere). Needs some more | Wilmer van der Gaast | 2006-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 Gaast | 2006-06-30 | -150/+143 |
| | | | | | | | | | | but can be used for account_t structures too, for example. | |||
* | | Added random_bytes() function for better/more reliable randomization and | Wilmer van der Gaast | 2006-06-28 | -24/+96 |
| | | | | | | | | | | moved set_eval_ops() to a slightly more suitable place. | |||
* | | Cleaned up Makefiles + configure: Cleaning up bitlbee.pc, removed the second | Wilmer van der Gaast | 2006-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. | |||
* | | Moved the call to "account on" to the right place. | Wilmer van der Gaast | 2006-06-26 | -14/+5 |
| | | ||||
* | | Merging from devel (IRC protocol compliance stuff). | Wilmer van der Gaast | 2006-06-26 | -7/+31 |
|\| | ||||
| * | IRC protocol compliance fixes (closes: #158, #159, #160). | Wilmer van der Gaast | 2006-06-25 | -7/+31 |
| | | ||||
* | | Implemented cleaner way of passing the "Incorrect password" error. | Wilmer van der Gaast | 2006-06-26 | -6/+8 |
| | | ||||
* | | Merging from devel/Jelmer. | Wilmer van der Gaast | 2006-06-25 | -10/+208 |
|\| | ||||
| * | Why did I forget this one? *sigh* | Wilmer van der Gaast | 2006-06-25 | -1/+1 |
| | | ||||
| * | Fixed a memory leak (u->group). | Wilmer van der Gaast | 2006-06-25 | -3/+4 |
| | | ||||
| * | Disabling call to sethostent() because it causes major problems on OpenBSD | Wilmer van der Gaast | 2006-06-25 | -4/+0 |
| | | | | | | | | | | (and because I don't see any use for it anyway). | |||
| * | Merging from Jelmer (this adds some basic unit testing code). | Wilmer van der Gaast | 2006-06-25 | -3/+178 |
| |\ | ||||
| | * | Add checks for nick functions as well, fix bug where nick lengths weren't | Jelmer Vernooij | 2006-06-16 | -3/+109 |
| | | | | | | | | | | | | | | | being honored. | |||
| | * | Add unit testing infrastructure. | Jelmer Vernooij | 2006-06-16 | -0/+69 |
| | | | ||||
| | * | [merge] upstream | Jelmer Vernooij | 2006-06-16 | -23/+23 |
| | |\ | ||||
| | * | | Remove unused variable. | Jelmer Vernooij | 2006-06-13 | -1/+1 |
| | | | | ||||
| * | | | Fixed md->grouplist memory leak. | Wilmer van der Gaast | 2006-06-21 | -0/+2 |
| | | | | ||||
| * | | | Merging libevent branch: Events can now be handles by both glib and libevent. | Wilmer van der Gaast | 2006-06-21 | -385/+850 |
| |\ \ \ | | |_|/ | |/| | | ||||
* | | | | Forgot to initialize pass_rc4 (which caused memory management mess when | Wilmer van der Gaast | 2006-06-25 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | trying to load a damaged XML-file). | |||
* | | | | Added versioning information to the XML-file (convenient for later format | Wilmer van der Gaast | 2006-06-25 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes), got rid of confusing "Password successfully changed" message when the user uses the identify-command and protected rc4_decode() against short inputs. | |||
* | | | | Using salted MD5 checksums for the user's BitlBee password and salted RC4 | Wilmer van der Gaast | 2006-06-25 | -28/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | encryption for the IM account passwords, plus some calls to srand() to keep the salts secure and unique. | |||
* | | | | Moved Base64-related functions to a separate file and added decode funtions. | Wilmer van der Gaast | 2006-06-25 | -50/+191 |
| | | | | ||||
* | | | | Moving all generic files to lib/ instead of having some in / and some in | Wilmer van der Gaast | 2006-06-25 | -7/+258 |
| | | | | | | | | | | | | | | | | | | | | protocols/, and adding RC4 code. | |||
* | | | | Added saner base64 encoding function (actually, moved the one from libyahoo2.c | Wilmer van der Gaast | 2006-06-23 | -77/+41 |
| | | | | | | | | | | | | | | | | | | | | to core, with some changes), which I need for the XML format password garbling. | |||
* | | | | Fixed GError memory leak, correctly setting the migrate_storage default. | Wilmer van der Gaast | 2006-06-21 | -2/+7 |
| | | | | ||||
* | | | | Implemented handling of autoconnect attribute. | Wilmer van der Gaast | 2006-06-21 | -3/+10 |
| | | | | ||||
* | | | | Fixed error message for unknown protocols. | Wilmer van der Gaast | 2006-06-21 | -2/+2 |
| | | | | ||||
* | | | | xml_save() now stores the password's md5sum too. Kind of ... important.. | Wilmer van der Gaast | 2006-06-20 | -3/+17 |
| | | | |