Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | Closing bug #209: The PASS command can now be used to identify yourself | Wilmer van der Gaast | 2008-03-29 | -1/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | to BitlBee. The advantage: No more messing with NickServ hooks. Just set a server password. | ||||
* | | | | Fixed handling of "set charset none". Fixes bug #373. | Wilmer van der Gaast | 2008-03-21 | -3/+4 | |
| |_|/ |/| | | |||||
* | | | Fixed getnameinfo() calls, this fixes Solaris stability issues. Thanks to | Wilmer van der Gaast | 2008-02-07 | -2/+2 | |
| | | | | | | | | | | | | | | | Logan O'Sullivan Bruns for the report. | ||||
* | | | Added help_free() and cleaned up some very stale help-related stuff I | Wilmer van der Gaast | 2008-02-02 | -11/+0 | |
| | | | | | | | | | | | | | | | wasn't even aware of. This closes bug #352. | ||||
* | | | Different handling of charset mismatches before login time. Ignoring a | Wilmer van der Gaast | 2008-01-13 | -1/+15 | |
| | | | | | | | | | | | | | | | | | | USER command because of encoding issues isn't too great, so let's simply replace them. The information isn't really used anywhere anyway. | ||||
* | | | More consistency in error/warning errors. Until now "WARNING:" was usually | Wilmer van der Gaast | 2008-01-06 | -1/+1 | |
| |/ |/| | | | | | | | in upper case while "Error:" wasn't .... that doesn't really make sense. | ||||
* | | Added charset checks on incoming msgs (from the IRC side) to prevent possible | Wilmer van der Gaast | 2007-12-02 | -3/+14 | |
|/ | | | | | | crashes/other odd behaviour in IM modules (or a GLib function that crashes on non-UTF-8 strings). | ||||
* | Fixed NULL pointer dereference (in printf) when connected to a non-socket | Wilmer van der Gaast | 2007-11-19 | -10/+5 | |
| | | | | | (which I do quite often when testing stuff). | ||||
* | Merging /TOPIC code from Miklos Vajna. Untested, because I still have to | Wilmer van der Gaast | 2007-11-19 | -11/+6 | |
| | | | | | implement the Jabber hooks. | ||||
* | Merging from devel/Jelmer. | Wilmer van der Gaast | 2007-11-14 | -47/+29 | |
|\ | |||||
| * | Merging from Jelmer. | Wilmer van der Gaast | 2007-11-05 | -46/+28 | |
| |\ | |||||
| | * | Fix indentation. | Jelmer Vernooij | 2007-10-18 | -11/+11 | |
| | | | |||||
| | * | Use standard functions for dealing with both IPv6 and IPv4. | Jelmer Vernooij | 2007-10-18 | -48/+18 | |
| | | | |||||
| * | | s/FAQ's/FAQs/ | Wilmer van der Gaast | 2007-10-30 | -1/+1 | |
| |/ | |||||
* | | Merge from devel. | Wilmer van der Gaast | 2007-10-12 | -2/+3 | |
|\| | |||||
| * | Made the netsplit-like quit messages optional. | Wilmer van der Gaast | 2007-10-10 | -1/+2 | |
| | | |||||
| * | Made UTF-8 the new default charset. This is the default on pretty much every | Wilmer van der Gaast | 2007-09-01 | -1/+1 | |
| | | | | | | | | | | recent machin. | ||||
* | | Fixed irc_chat_by_channel() to not break if using multiple IM accounts | Wilmer van der Gaast | 2007-06-14 | -3/+11 | |
| | | | | | | | | | | where some of them are down. | ||||
* | | Got rid of one HORRIBLE stupidity called chat_by_channel(), which still | Wilmer van der Gaast | 2007-04-22 | -3/+19 | |
|/ | | | | | | | used the GLOBAL IM connections list, allowing user A to interfere with user B's groupchats if running in daemon mode. I can't believe this was still there... | ||||
* | Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crap | Wilmer van der Gaast | 2007-04-20 | -1/+1 | |
| | | | | | too. | ||||
* | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a | Wilmer van der Gaast | 2007-04-15 | -3/+3 | |
| | | | | | | little bit, grouping things by category instead of original Gaim 0.58 filename. | ||||
* | Cleaned up struct im_connection. No more username/password stuff since | Wilmer van der Gaast | 2007-04-15 | -3/+2 | |
| | | | | | it's in acc too. wants_to_die is now an argument to imc_logout(). | ||||
* | More cleanups, mainly in the callbacks. Replaced things like | Wilmer van der Gaast | 2007-04-05 | -1/+1 | |
| | | | | | | | | do_error_dialog() and (set|hide)_login_progress(_error)?() with things that hopefully make more sense. Although it's still not really great... | ||||
* | s/gaim_connection/im_connection/ and some other minor API changes. The rest | Wilmer van der Gaast | 2007-03-30 | -21/+21 | |
| | | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-) | ||||
* | Preparing for Jabber conference room support. | Wilmer van der Gaast | 2007-03-27 | -4/+4 | |
| | |||||
* | Preventing infinite loop while cleaning up accounts in irc_free(). Closes #245. | Wilmer van der Gaast | 2007-02-18 | -1/+6 | |
| | |||||
* | Disabling little optimization in irc.c because it can't be done safely in | Wilmer van der Gaast | 2006-10-31 | -2/+5 | |
| | | | | | this part of the code for now. | ||||
* | Added message on successful creation of accounts and fixed "set password" | Wilmer van der Gaast | 2006-08-25 | -1/+3 | |
| | | | | | command. | ||||
* | Extra comments in set.h and now properly using set_getbool() instead of | Wilmer van der Gaast | 2006-08-13 | -2/+2 | |
| | | | | | set_getint(). | ||||
* | Added some (more) comments to .h files in lib/ and some minor fixes/cleanups. | Wilmer van der Gaast | 2006-07-19 | -1/+0 | |
| | |||||
* | Fixed a broken call to set_get() (CRASH), shut up a compiler warning in | Wilmer van der Gaast | 2006-07-15 | -1/+1 | |
| | | | | | events_glib and now using the right evaluator for acc->"auto_reconnect". | ||||
* | Merging from main. | Wilmer van der Gaast | 2006-07-14 | -19/+26 | |
|\ | |||||
| * | Better handling of situations where IPv6 is not available at run-time. | Wilmer van der Gaast | 2006-07-11 | -19/+22 | |
| | | |||||
| * | Fixed irc_names() (forgot to add @s for user/root in the new version). | Wilmer van der Gaast | 2006-07-09 | -1/+4 | |
| | | |||||
* | | Implemented per-account nick lists instead of per-protocol nick lists. | Wilmer van der Gaast | 2006-07-03 | -37/+6 | |
| | | | | | | | | | | | | | | | | | | | | 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()! | ||||
* | | Fixed check in set_eval_account() and merging from main (better NAMES replies). | Wilmer van der Gaast | 2006-07-01 | -35/+34 | |
|\| | |||||
| * | /NAMES replies are more efficient now. | Wilmer van der Gaast | 2006-06-26 | -35/+34 | |
| | | |||||
* | | Got rid of struct aim_user (now using account_t everywhere). Needs some more | Wilmer van der Gaast | 2006-07-01 | -7/+7 | |
| | | | | | | | | | | 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 | -29/+29 | |
| | | | | | | | | | | but can be used for account_t structures too, for example. | ||||
* | | Merging from devel (IRC protocol compliance stuff). | Wilmer van der Gaast | 2006-06-26 | -6/+25 | |
|\| | |||||
| * | IRC protocol compliance fixes (closes: #158, #159, #160). | Wilmer van der Gaast | 2006-06-25 | -6/+25 | |
| | | |||||
| * | Why did I forget this one? *sigh* | Wilmer van der Gaast | 2006-06-25 | -1/+1 | |
| | | |||||
| * | Merging libevent branch: Events can now be handles by both glib and libevent. | Wilmer van der Gaast | 2006-06-21 | -27/+33 | |
| |\ | |||||
* | | | Added versioning information to the XML-file (convenient for later format | Wilmer van der Gaast | 2006-06-25 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | 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 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | encryption for the IM account passwords, plus some calls to srand() to keep the salts secure and unique. | ||||
| | | | |||||
| \ \ | |||||
*-. | | | xml_save(), decent error handling and merging fixed autosaving. | Wilmer van der Gaast | 2006-06-15 | -6/+6 | |
|\ \| | | |||||
| | * | | !x&y == (!x)&y, not !(x&y). | Wilmer van der Gaast | 2006-06-15 | -2/+2 | |
| |/ / | |||||
| * | | Converted irc->status to binary flags. (This also fixes auto-save-on-quit | Wilmer van der Gaast | 2006-06-15 | -5/+5 | |
| | | | | | | | | | | | | | | | that broke because of USTATUS_SHUTDOWN. :-( ) | ||||
* | | | Merging Jelmer's storage tree (with LDAP support). | Wilmer van der Gaast | 2006-06-07 | -2/+24 | |
|\| | | |/ |/| | |||||
| * | Implemented netsplits for "account off". | Wilmer van der Gaast | 2006-06-03 | -2/+24 | |
| | |