Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | merge in bitlbee 1.2.6 | Sven Moritz Hallberg | 2010-06-03 | -1/+30 |
|\ | ||||
| * | Allow changing the name of the control channel at run-time. | Wilmer van der Gaast | 2010-03-19 | -1/+30 |
| | | ||||
* | | merge in bitlbee 1.2.5 | Sven Moritz Hallberg | 2010-06-03 | -75/+14 |
|\| | ||||
| * | Include non-away status messages in blist and whois responses. The whois | Wilmer van der Gaast | 2010-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 Gaast | 2010-03-14 | -0/+6 |
| | | ||||
| * | Huh, what was that dead code doing there.. :-/ | Wilmer van der Gaast | 2010-03-10 | -73/+0 |
| | | ||||
| * | Don't include chat.h from bitlbee.h. make install-dev doesn't install | Wilmer van der Gaast | 2009-10-22 | -0/+1 |
| | | | | | | | | | | | | chat.h and it shouldn't ... but things broke because bitlbee.h includes it. Fixes #534. | |||
* | | merge in bitlbee 1.2.4 | Sven Moritz Hallberg | 2010-06-03 | -1/+3 |
|\| | ||||
| * | Fixed another crash bug (this one was triggered by just typing "chat set"). | Wilmer van der Gaast | 2009-06-24 | -0/+2 |
| | | ||||
| * | Fixed crash on setting an unknown setting. | Wilmer van der Gaast | 2009-06-24 | -1/+1 |
| | | ||||
* | | pretty blind try at merging in the latest trunk | Sven Moritz Hallberg | 2009-03-12 | -147/+258 |
|\| | ||||
| * | Added argument count check to "add -tmp" to prevent NULL dereference. | Wilmer van der Gaast | 2008-12-13 | -0/+1 |
| | | ||||
| * | Checking account setting's flags again before changing them. | Wilmer van der Gaast | 2008-09-29 | -17/+24 |
| | | ||||
| * | Merging BitlBee 1.2.3 release. | Wilmer van der Gaast | 2008-09-07 | -4/+8 |
| |\ | ||||
| | * | Completely reviewed all uses of irc->password, irc_setpass() and | Wilmer van der Gaast | 2008-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 Gaast | 2008-09-02 | -2/+3 |
| | | | ||||
| * | | "chat add" can generate a channel name by itself if necessary. Also fixed | Wilmer van der Gaast | 2008-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 same | Wilmer van der Gaast | 2008-08-31 | -42/+24 |
| | | | | | | | | | | | | | | | if-statement ten times. | |||
| * | | Added cleanup code. | Wilmer van der Gaast | 2008-08-31 | -0/+17 |
| | | | ||||
| * | | /join can now be used to join chatrooms, join_chat should not be used | Wilmer van der Gaast | 2008-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 control | Wilmer van der Gaast | 2008-08-31 | -0/+2 |
| | | | | | | | | | | | | | | | channel. | |||
| * | | Integrated cmd_set() and the "account set" into one fully unreadable | Wilmer van der Gaast | 2008-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 Gaast | 2008-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 Gaast | 2008-08-25 | -11/+11 |
| | | ||||
| * | Clearer feedback after set/account set commands. | Wilmer van der Gaast | 2008-08-24 | -24/+51 |
| | | ||||
| * | Added SET_INVALID, which set evaluators should now return instead of NULL | Wilmer van der Gaast | 2008-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. | |||
* | | commit updates by ashish shukla <wahjava@gmail.com> | Sven Moritz Hallberg | 2009-03-12 | -29/+62 |
| | | ||||
* | | merge in latest trunk | Sven Moritz Hallberg | 2008-07-17 | -2/+74 |
|\| | ||||
| * | Fixed NULL point dereference in "account set -del" code. | Wilmer van der Gaast | 2008-05-11 | -0/+6 |
| | | ||||
| * | Changed root nicknames are now saved. (Bug #378) | Wilmer van der Gaast | 2008-04-05 | -0/+17 |
| | | ||||
| * | Fixed #386. | Wilmer van der Gaast | 2008-04-05 | -13/+26 |
| | | ||||
| * | Don't pass an account_t pointer directly to query_add() since query_del() | Wilmer van der Gaast | 2008-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 account | Wilmer van der Gaast | 2008-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 using | Wilmer van der Gaast | 2008-02-28 | -0/+3 |
| | | | | | | | | | | | | the wrong command, and fixing "help nick" example to show how it should be done now. | |||
* | | merge in upstream changes | Sven Moritz Hallberg | 2008-02-16 | -5/+6 |
|\| | ||||
| * | Restored "add -tmp". A bit hackish, but it will do for now. | Wilmer van der Gaast | 2008-02-09 | -5/+6 |
| | | ||||
* | | rework keygen messages and add some notices | Sven Moritz Hallberg | 2008-02-16 | -1/+3 |
| | | ||||
* | | remove thread-based keygen | Sven Moritz Hallberg | 2008-02-15 | -8/+0 |
| | | | | | | | | | | replace it with a process-based stub | |||
* | | revert keygen behaviour to old (lax) behavior | Sven Moritz Hallberg | 2008-02-14 | -2/+2 |
| | | ||||
* | | - use a recursive otr_mutex | Sven Moritz Hallberg | 2008-02-11 | -4/+4 |
| | | | | | | | | | | - implement 'otr forget fingerprint' and 'otr forget context' commands | |||
* | | log out all accounts when going into keygen | Sven Moritz Hallberg | 2008-02-10 | -2/+2 |
| | | ||||
* | | OTR support, first checkin | Sven Moritz Hallberg | 2008-02-03 | -0/+12 |
|/ | ||||
* | Adding own handle to protocol name in blist output for people with multiple | Wilmer van der Gaast | 2008-01-11 | -3/+3 |
| | | | | | accounts on the same IM network. | |||
* | Killed the <server> parameter to "account add" and changed the default | Wilmer van der Gaast | 2007-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 Gaast | 2007-12-10 | -11/+3 |
| | ||||
* | Some changes to get rid of compiler warnings. (And disabling strict | Wilmer van der Gaast | 2007-11-22 | -2/+2 |
| | | | | | aliasing because there are too many warnings about it. :-P) | |||
* | Merging Jabber groupchat support. | Wilmer van der Gaast | 2007-11-19 | -4/+29 |
|\ | ||||
| * | Merge from devel. | Wilmer van der Gaast | 2007-10-12 | -1/+1 |
| |\ | ||||
| * | | Added (and using) jabber_chat_free() for better memory management, fixed | Wilmer van der Gaast | 2007-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 Gaast | 2007-07-01 | -2/+5 |
| | | |