aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
Commit message (Collapse)AuthorAgeLines
...
* Merging in file transfer support. Most important points from my reviewWilmer van der Gaast2010-03-21-0/+63
|\ | | | | | | | | are fixed now, time to let it settle in and get people to try it.
| * Some compiler warning fixes and renamed "transfers" command to justWilmer van der Gaast2010-03-18-8/+5
| | | | | | | | | | "transfer" since all root commands are singular so far.
| * Merging mainline.Wilmer van der Gaast2010-03-17-75/+13
| |\
| * \ Merging head.Wilmer van der Gaast2009-12-07-135/+282
| |\ \
| * \ \ merged in upstream r384. No conflicts.ulim2008-06-02-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.
| * \ \ \ \ 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
| * | | | | | 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.
* | | | | | | Allow changing the name of the control channel at run-time.Wilmer van der Gaast2010-03-19-1/+30
| |_|_|_|_|/ |/| | | | |
* | | | | | Include non-away status messages in blist and whois responses. The whoisWilmer van der Gaast2010-03-16-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change is a complete violation of the IRC protocol but that doesn't seem to be an uncommon thing.
* | | | | | Allow the identify command only once. (Bug #509)Wilmer van der Gaast2010-03-14-0/+6
| | | | | |
* | | | | | Huh, what was that dead code doing there.. :-/Wilmer van der Gaast2010-03-10-73/+0
| |_|_|_|/ |/| | | |
* | | | | Don't include chat.h from bitlbee.h. make install-dev doesn't installWilmer van der Gaast2009-10-22-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chat.h and it shouldn't ... but things broke because bitlbee.h includes it. Fixes #534.
* | | | | Fixed another crash bug (this one was triggered by just typing "chat set").Wilmer van der Gaast2009-06-24-0/+2
| | | | |
* | | | | Fixed crash on setting an unknown setting.Wilmer van der Gaast2009-06-24-1/+1
| | | | |
* | | | | Added argument count check to "add -tmp" to prevent NULL dereference.Wilmer van der Gaast2008-12-13-0/+1
| | | | |
* | | | | Checking account setting's flags again before changing them.Wilmer van der Gaast2008-09-29-17/+24
| | | | |
* | | | | Merging BitlBee 1.2.3 release.Wilmer van der Gaast2008-09-07-4/+8
|\ \ \ \ \
| * | | | | Completely reviewed all uses of irc->password, irc_setpass() andWilmer van der Gaast2008-09-06-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USTATUS_IDENTIFIED after another account overwriting vulnerability was found by Tero Marttila.
* | | | | | Fixed check for set -del arguments.Wilmer van der Gaast2008-09-02-2/+3
| | | | | |
* | | | | | "chat add" can generate a channel name by itself if necessary. Also fixedWilmer van der Gaast2008-08-31-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MIN_ARGS, using a variable named i showed why precompiler macros really are evil. :-)
* | | | | | Added a MIN_ARGS() macro instead of stupidly copy-pasting the sameWilmer van der Gaast2008-08-31-42/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if-statement ten times.
* | | | | | Added cleanup code.Wilmer van der Gaast2008-08-31-0/+17
| | | | | |
* | | | | | /join can now be used to join chatrooms, join_chat should not be usedWilmer van der Gaast2008-08-31-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anymore. /join should not be used for unnamed groupchats anymore, use "chat with" instead.
* | | | | | Added one TODO, and also dupe-check channel names against the controlWilmer van der Gaast2008-08-31-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | channel.
* | | | | | Integrated cmd_set() and the "account set" into one fully unreadableWilmer van der Gaast2008-08-31-124/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cmd_set_real() function and using this to get a proper "chat set" command.
* | | | | | Added "chat" command, deprecated join_chat. Stuff is still incomplete,Wilmer van der Gaast2008-08-30-2/+56
|/ / / / / | | | | | | | | | | | | | | | | | | | | have to figure out a sane way to implement "chat set".
* | | | | Fixed NULL pointer dereference on trying to read non-existent settings.Wilmer van der Gaast2008-08-25-11/+11
| | | | |
* | | | | Clearer feedback after set/account set commands.Wilmer van der Gaast2008-08-24-24/+51
| | | | |
* | | | | Added SET_INVALID, which set evaluators should now return instead of NULLWilmer van der Gaast2008-08-24-1/+3
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | when the given value is not accepted. This to allow certain variables actually be set to NULL (server, for example). This should fully close #444.
* | | | Fixed NULL point dereference in "account set -del" code.Wilmer van der Gaast2008-05-11-0/+6
| |_|/ |/| |
* | | 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.
* | 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
|/
* 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
| |/ |/|