aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
Commit message (Collapse)AuthorAgeLines
* merged in upstream r384. No conflicts.ulim2008-06-02-0/+6
|\
| * Fixed NULL point dereference in "account set -del" code.Wilmer van der Gaast2008-05-11-0/+6
| |
* | fix bug in new kb/s display for transfers of less than one second.ulim2008-05-07-1/+1
| |
* | merged in upstream r379 (somewhere after 1.2-3).ulim2008-04-14-2/+68
|\| | | | | | | | | Just one trivial conflict in the jabber Makefile, went smoothly.
| * Changed root nicknames are now saved. (Bug #378)Wilmer van der Gaast2008-04-05-0/+17
| |
| * Fixed #386.Wilmer van der Gaast2008-04-05-13/+26
| |
| * Don't pass an account_t pointer directly to query_add() since query_del()Wilmer van der Gaast2008-04-05-5/+11
| | | | | | | | | | wants to free it! Passing an indirect pointer instead.
| * BitlBee <= 1.0 didn't have "account set" and allowed one to delete an accountWilmer van der Gaast2008-03-03-2/+29
| | | | | | | | | | | | | | | | | | | | and re-create it with new login settings if necessary, without losing custom nicknames. Now, nicknames are connected to an account instead of just the protocol, and they're flushed together with the account. So I added a warning to make sure nobody accidentally loses any settings while just changing the password. This will probably go after a few releases, since it's slightly annoying.
| * My fix for semi-PEBKAC bug #353: Add a warning if someone seems to be usingWilmer van der Gaast2008-02-28-0/+3
| | | | | | | | | | | | the wrong command, and fixing "help nick" example to show how it should be done now.
* | Merged with upstream r328ulim2008-02-15-8/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wilmer van der Gaast 2008-02-11 Got rid of some noise at startup: complaining when the default configuration Wilmer van der Gaast 2008-02-10 Added support for password-protected Jabber chatrooms. Wilmer van der Gaast 2008-02-10 Making AI_ADDRCONFIG optional, it doesn't exist on at least NetBSD and Wilmer van der Gaast 2008-02-09 Restored "add -tmp". A bit hackish, but it will do for now. Wilmer van der Gaast 2008-02-07 Fixed getnameinfo() calls, this fixes Solaris stability issues. Thanks to Wilmer van der Gaast 2008-02-04 Added bogus G_GNUC_MALLOC to restore GLib 2.4 compatibility (hopefully). Wilmer van der Gaast 2008-02-03 Messages from the user are also included in backlogs when joining a Jabber Wilmer van der Gaast 2008-02-03 Disabling "Unknown command" warnings since they're very noisy and pretty Wilmer van der Gaast 2008-02-03 Implemented XEP-0115. This adds some info to the <presence/> tags so Wilmer van der Gaast 2008-02-03 Saner garbage collection of cached packets in the Jabber module. Now Wilmer van der Gaast 2008-02-02 Added help_free() and cleaned up some very stale help-related stuff I Wilmer van der Gaast 2008-01-30 Fixed handling of OSCAR multi-part messages... They're not arrays, they're Wilmer van der Gaast 2008-01-24 Keeping track of valid Jabber connections so _connected() events will be Wilmer van der Gaast 2008-01-24 Fixed two valgrind warnings (partially uninitialized "struct tm" vars.) Wilmer van der Gaast 2008-01-20 The Jabber module now uses imcb_chat_log() instead of imcb_log() where Wilmer van der Gaast 2008-01-20 Added imcb_chat_log() for chatroom system messages, so they can be Wilmer van der Gaast 2008-01-20 GET_BUDDY_FIRST wasn't actually implemented, even though it was in use Wilmer van der Gaast 2008-01-19 Using test -f instead of test -e. This breaks if the include files are Wilmer van der Gaast 2008-01-19 Added byte swapping code to the new MD5 checksumming code to make it work Wilmer van der Gaast 2008-01-18 Moving imcb_chat_new() to a saner location (no code changes) and fixing Wilmer van der Gaast 2008-01-17 Apparently ext_yahoo_got_im can be called with msg=NULL, so it should be Wilmer van der Gaast 2008-01-17 Fixing some Solaris compiler warnings (u_int->uint, adding some typecasts Wilmer van der Gaast 2008-01-13 Fixed handing of failed groupchat joins. Wilmer van der Gaast 2008-01-13 Fixed "Conditional jump or move depends on uninitialised value(s)" at Wilmer van der Gaast 2008-01-13 Fixed quickstart2. (Bug #349.) Wilmer van der Gaast 2008-01-13 Different handling of charset mismatches before login time. Ignoring a Wilmer van der Gaast 2008-01-12 When a switchboard connection dies (at the TCP level) and there are still Wilmer van der Gaast 2008-01-12 Killed info_string_append() and now showing the IP address of ICQ users Wilmer van der Gaast 2008-01-11 Fixing bug #344, now away states should always be correct, even when people Wilmer van der Gaast 2008-01-11 Adding own handle to protocol name in blist output for people with multiple Wilmer van der Gaast 2008-01-10 Now setting odata->icq properly again, this got lost some time ago, which Wilmer van der Gaast 2008-01-06 More consistency in error/warning errors. Until now "WARNING:" was usually Wilmer van der Gaast 2008-01-06 Changed warning message about unsent MSN messages. It should show the actual Wilmer van der Gaast 2008-01-05 Added "mail_notifications" setting. Who needs those notifications anyway? Wilmer van der Gaast 2008-01-05 Build fix from vmiklos. Wilmer van der Gaast 2008-01-05 Added handling of MSN switchboard NAK messages. Untested, but hey, it Wilmer van der Gaast 2008-01-05 Removed closure->result. I was planning to add some more stuff, but will Miklos Vajna 2007-12-31 encode: md5.c is no longer in protocols/, it's in lib/ Wilmer van der Gaast 2007-12-28 Fixed return value check in proxy_connect(), since on some systems Wilmer van der Gaast 2007-12-28 Added missing return in jabber_login(). Wilmer van der Gaast 2007-12-16 Implemented XEP-0199 (patch from misc@mandriva.org). Wilmer van der Gaast 2007-12-12 Checking conn->xcred before trying to clean it up since GnuTLS doesn't Wilmer van der Gaast 2007-12-12 Killed the <server> parameter to "account add" and changed the default Wilmer van der Gaast 2007-12-12 Fixed sockerr_again() usage in Jabber module to (hopefully) fix a 100% CPU Wilmer van der Gaast 2007-12-10 Don't allow nicks that start with a number. Wilmer van der Gaast 2007-12-10 Fixed "set xxx" syntax (it showed all settings instead of just xxx). Wilmer van der Gaast 2007-12-09 If I keep forgetting to credit people in commit msgs I should probably add Wilmer van der Gaast 2007-12-09 Added /invite support for Jabber chatrooms (and fixed the argument order
| * Restored "add -tmp". A bit hackish, but it will do for now.Wilmer van der Gaast2008-02-09-5/+6
| |
| * Adding own handle to protocol name in blist output for people with multipleWilmer van der Gaast2008-01-11-3/+3
| | | | | | | | | | accounts on the same IM network.
| * Killed the <server> parameter to "account add" and changed the defaultWilmer van der Gaast2007-12-12-2/+6
| | | | | | | | | | | | | | server for OSCAR to what both login.icq.com and login.oscar.aol.com resolve to these days. There's no need to specify a server anymore so why bother. And cleaned up the docs (removed all references to those OSCAR servers).
| * Fixed "set xxx" syntax (it showed all settings instead of just xxx).Wilmer van der Gaast2007-12-10-11/+3
| |
* | Merged in 280..288 from upstream (e.g. PING)kenobi2007-12-19-13/+9
| |
* | Initial import of jabber file receive and DCC send support. This introducesulim2007-11-28-0/+66
|/ | | | | | | | | | | | | | | only a few changes to bitlbees code, mainly the addition of the "transfers" command. This is known to work with Kopete, Psi, and Pidgin (formerly known as gaim). At least with Pidgin also over a proxy. DCC has only been tested with irssi. IPV6 is untested but should work. Currently, only receiving via SOCKS5BYTESREAMS is implemented. I'm not sure if the alternative(in-band bytestreams IBB) is worth implementing since I didn't see a client yet that can do it. Additionally, it is probably very slow and needs support by the server as well.
* Some changes to get rid of compiler warnings. (And disabling strictWilmer van der Gaast2007-11-22-2/+2
| | | | | aliasing because there are too many warnings about it. :-P)
* Merging Jabber groupchat support.Wilmer van der Gaast2007-11-19-4/+29
|\
| * Merge from devel.Wilmer van der Gaast2007-10-12-1/+1
| |\
| * | Added (and using) jabber_chat_free() for better memory management, fixedWilmer van der Gaast2007-07-02-1/+1
| | | | | | | | | | | | | | | | | | channel name generation code in root_commands.c and fixed one memory leak in jabber_buddy_remove_bare().
| * | Better groupchat channel name generation/verification.Wilmer van der Gaast2007-07-01-2/+5
| | |
| * | Got rid of one HORRIBLE stupidity called chat_by_channel(), which stillWilmer van der Gaast2007-04-22-1/+14
| | | | | | | | | | | | | | | | | | | | | 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...
| * | Read-only support for Jabber conferences (non-anonymous rooms only).Wilmer van der Gaast2007-04-22-3/+12
| | | | | | | | | | | | | | | Just don't use this, you're really not going to like it. :-)
* | | Added (account) set -del.Wilmer van der Gaast2007-11-17-13/+31
| |/ |/|
* | Fixed NULL pointer dereference in "account set" command. That commandWilmer van der Gaast2007-09-25-1/+1
|/ | | | | indeed does have a slightly confusing syntax.
* More API changes: buddy list management. imcb_add_buddy() is now a *real*Wilmer van der Gaast2007-04-18-6/+6
| | | | | | | | | callback, it's only called from inside IM-modules. This makes sure a buddy only gets added to the BitlBee structures if the add was successful. This gets rid of the weirdness described in #55. Unfortunately for now this change breaks A) automatic renaming of ICQ contacts (if there are names stored in the contact list) B) add -tmp.
* s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-4/+4
| | | | | | little bit, grouping things by category instead of original Gaim 0.58 filename.
* Cleaned up struct im_connection. No more username/password stuff sinceWilmer van der Gaast2007-04-15-1/+1
| | | | | it's in acc too. wants_to_die is now an argument to imc_logout().
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-60/+60
| | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-)
* Preparing for Jabber conference room support.Wilmer van der Gaast2007-03-27-0/+48
|
* A *working* fix for a memory access violation in cmd_remove().Wilmer van der Gaast2006-10-15-1/+1
|
* Merging from devel.Wilmer van der Gaast2006-10-15-1/+1
|\
| * Copy-paste considered harmful + Fixed double handling of gc->permit/denyWilmer van der Gaast2006-07-27-1/+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
| |
* | Added message on successful creation of accounts and fixed "set password"Wilmer van der Gaast2006-08-25-0/+1
| | | | | | | | | | command.
* | Extra comments in set.h and now properly using set_getbool() instead ofWilmer van der Gaast2006-08-13-1/+1
| | | | | | | | | | set_getint().
* | Fixed a memory leak, added a check for valid Jabber handles, and updatedWilmer van der Gaast2006-07-14-0/+3
| | | | | | | | | | | | documentation (added information about "account set" and sorted the list of settings because it was a bit too random).
* | Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-56/+3
| | | | | | | | | | | | | | | | | | | | 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-1/+6
| | | | | | | | | | command later.)
* | Added "account set" command.Wilmer van der Gaast2006-07-01-2/+67
| |
* | Got rid of struct aim_user (now using account_t everywhere). Needs some moreWilmer van der Gaast2006-07-01-17/+18
| | | | | | | | | | testing though.
* | Made set.c API more generic so it's not specific to irc_t structures anymore,Wilmer van der Gaast2006-06-30-3/+3
| | | | | | | | | | but can be used for account_t structures too, for example.
* | Moved the call to "account on" to the right place.Wilmer van der Gaast2006-06-26-0/+5
| |
* | Forgot to initialize pass_rc4 (which caused memory management mess whenWilmer van der Gaast2006-06-25-1/+1
| | | | | | | | | | trying to load a damaged XML-file).
* | Implemented handling of autoconnect attribute.Wilmer van der Gaast2006-06-21-1/+1
| |
| |
| \
*-. | xml_save(), decent error handling and merging fixed autosaving.Wilmer van der Gaast2006-06-15-3/+3
|\ \|
| | * !x&y == (!x)&y, not !(x&y).Wilmer van der Gaast2006-06-15-1/+1
| |/
| * Converted irc->status to binary flags. (This also fixes auto-save-on-quitWilmer van der Gaast2006-06-15-3/+3
| | | | | | | | | | that broke because of USTATUS_SHUTDOWN. :-( )
* | xml_load() works pretty well now.Wilmer van der Gaast2006-06-14-1/+2
|/
* Added bim_ functions for block/allow list management to keep gc->permit/denyWilmer van der Gaast2006-05-23-6/+6
| | | | | up-to-date at run-time.