Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -965/+841 |
| | | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame. | |||
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
| | ||||
* | Allow filtering of blist output | tribut | 2014-07-24 | -40/+47 |
| | | | | | Add an (optional) second parameter to blist. If present, it is treated as regex and used to filter the result list. | |||
* | Add limit param to split_command_parts(), fix twitter quotes bug | dequis | 2014-07-24 | -1/+1 |
| | | | | Only took me a few months to write. I even added a test case. | |||
* | Allow use of "ac x set -del password" to use /oper to change the password | Wilmer van der Gaast | 2014-02-28 | -1/+1 |
| | | | | | "securely". Patch from Flexo, bug #1117. | |||
* | Add irc_t* argument to all relevant nick_*() functions. | Wilmer van der Gaast | 2013-04-20 | -2/+2 |
| | ||||
* | Merging "storage" branch which I wrote long ago. It separates generation of | Wilmer van der Gaast | 2013-04-20 | -1/+1 |
|\ | | | | | | | | | | | XML-formatted user configs from disk I/O so we can try to start using other mechanisms to store them (a REST API or something, for example). | |||
| * | Make error message on using save without registering/identifying a little | Wilmer van der Gaast | 2012-06-07 | -1/+1 |
| | | | | | | | | | | more helpful. | |||
* | | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
| | | | | | | | | | | | | | | my copyright mentions since some were getting pretty stale. Left files not touched since before 2012 alone so that this change doesn't touch almost EVERY source file. | |||
* | | For the lazy among us: When adding a Jabber/MSN contact within the same | Wilmer van der Gaast | 2013-02-21 | -0/+14 |
| | | | | | | | | | | domain like you, you can omit the domain name. | |||
* | | Merge from vmiklos. Adds a "group info" command to list members of a group. | Wilmer van der Gaast | 2013-02-10 | -0/+23 |
|\ \ | ||||
| * | | Implement 'group info' command to list members of a group (#741) | Miklos Vajna | 2013-02-09 | -0/+31 |
|/ / | ||||
* / | Removing comment about new syntax for the "account" command, which by now | Wilmer van der Gaast | 2012-12-02 | -2/+1 |
|/ | | | | | is two years old already. | |||
* | Allow identify -noload/-force without typing a password. (/OPER) | Wilmer van der Gaast | 2012-03-19 | -0/+4 |
| | | | | | Patch from trac3r, bug #814. | |||
* | Move the check for "set auto_connect" to a more sensible location. #878. | Wilmer van der Gaast | 2011-12-29 | -3/+3 |
| | ||||
* | A few more minor cleanups before merging this into mainline. | Wilmer van der Gaast | 2011-12-26 | -1/+1 |
| | ||||
* | Make it easier to add OAuth-authenticated accounts without having to type | Wilmer van der Gaast | 2011-12-21 | -3/+21 |
| | | | | | a bogus password. | |||
* | As I intended for a while already, use account tags everywhere instead of | Wilmer van der Gaast | 2011-12-13 | -11/+12 |
| | | | | | | | | "protocol(handle)". It's guaranteed to be unique and also shorter. It may suck for people who have multiple accounts and didn't change their tags, but that'll hopefully remind them to change them. | |||
* | Merging non-SASL authentication patch from #863. This also implements | Wilmer van der Gaast | 2011-12-07 | -1/+1 |
| | | | | | | | hidden-default settings, which means a setting is hidden unless it was changed from the default. This seems like appropriate behaviour for something as obscure as this. | |||
* | rename irc_usermsg to irc_rootmsg. | unknown | 2011-10-03 | -128/+128 |
| | | | | | | add new irc_usermsg, irc_usernotice. deliver user-specific messages from libotr as notices to that user. | |||
* | Oops. Forgot to set OPER_HACK_ACCOUNT_ADD when adding an account. | Wilmer van der Gaast | 2011-02-01 | -0/+4 |
| | ||||
* | More password paranoia: Allow omitting the identify/register password as | Wilmer van der Gaast | 2011-02-01 | -4/+16 |
| | | | | | | | | | | well (and enter it using /OPER instead). This is a gross hack and indeed still not solid: In irssi one can still use /RAWLOG SAVE to find the OPER line sent to BitlBee (and of course not everyone uses SSL to talk to remote BitlBee servers). This only works within 10-30 minutes after entering the password though. | |||
* | rename -del | Wilmer van der Gaast | 2010-12-05 | -1/+8 |
| | ||||
* | Some polishing/documentation for the "account add" without password hack. | Wilmer van der Gaast | 2010-11-24 | -4/+2 |
| | ||||
* | Allow omitting the password argument to "account add", to then separately | Wilmer van der Gaast | 2010-11-22 | -3/+24 |
| | | | | | | | | | enter the password using the /OPER command (which will not echo to the screen and/or logs). It's a fairly ugly hack but the improved password security is worth it IMHO. | |||
* | Be clearer about password settings being intentionally hidden (and not | Wilmer van der Gaast | 2010-11-21 | -1/+4 |
| | | | | | really empty). Bug #657 and confusing BitlBee users since probably 2002. | |||
* | Oops. Just in time I noticed the whatsnew code doesn't kick in for pre-1.33.0 | Wilmer van der Gaast | 2010-10-22 | -0/+8 |
| | | | | | accounts. Fixed now. | |||
* | Merging mainline, which includes a huge msnp13 merge. | Wilmer van der Gaast | 2010-10-02 | -22/+6 |
|\ | | | | | | | | | | | Not 100% sure about the OpenSSL merge, should double check that but I'm currently offline. | |||
| * | Move whatsnew stuff into help.txt. Stop putting too much string content | Wilmer van der Gaast | 2010-09-06 | -22/+6 |
| | | | | | | | | | | into the executable. | |||
* | | Merge mainline stuff. | Wilmer van der Gaast | 2010-08-31 | -0/+6 |
|\| | ||||
| * | I guess the nick command was never deprecated clearly, so let's do that now. | Wilmer van der Gaast | 2010-08-25 | -0/+6 |
| | | ||||
* | | Added root_command_add() and use it to create the "otr" command. | Wilmer van der Gaast | 2010-08-31 | -10/+45 |
| | | ||||
* | | First step in this merge. Mostly a bzr merge and then a cleanup of conflicts | Wilmer van der Gaast | 2010-08-24 | -0/+2 |
|\ \ | |/ |/| | | | | | and parts I want to/have to redo (because of ui-fix). | |||
| * | merge in bitlbee 1.2.6 | Sven Moritz Hallberg | 2010-06-03 | -1/+30 |
| |\ | ||||
| * \ | merge in bitlbee 1.2.5 | Sven Moritz Hallberg | 2010-06-03 | -75/+14 |
| |\ \ | ||||
| * \ \ | merge in bitlbee 1.2.4 | Sven Moritz Hallberg | 2010-06-03 | -1/+3 |
| |\ \ \ | ||||
| * \ \ \ | pretty blind try at merging in the latest trunk | Sven Moritz Hallberg | 2009-03-12 | -147/+258 |
| |\ \ \ \ | ||||
| * | | | | | 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 |
| |\ \ \ \ \ | ||||
| * \ \ \ \ \ | merge in upstream changes | Sven Moritz Hallberg | 2008-02-16 | -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 |
| | | | | | | | | ||||
* | | | | | | | | Added some neat whatsnew code that keeps track of the newest version of | Wilmer van der Gaast | 2010-08-21 | -1/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitlBee used by a user, and if it looks like s/he hasn't used this one before, show a list of new features that may be interesting. Since I don't think im.bitlbee.org users will read any changelogs ever, this is probably not a bad idea. If you hate it, the following command should get rid of it forever: set last_version 9999999 | |||
* | | | | | | | | Clearer error message when trying to read/write setting that don't exist | Wilmer van der Gaast | 2010-08-21 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (or are not where the user's looking). | |||
* | | | | | | | | Forgot one NULL pointer check in the channel sensitivity code for the blist | Wilmer van der Gaast | 2010-08-19 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command. | |||
* | | | | | | | | blist should only show contacts that are (or would be if they were online) | Wilmer van der Gaast | 2010-08-14 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the current channel. |