aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
Commit message (Expand)AuthorAgeLines
* Add irc_t* argument to all relevant nick_*() functions.Wilmer van der Gaast2013-04-20-2/+2
* Merging "storage" branch which I wrote long ago. It separates generation ofWilmer van der Gaast2013-04-20-1/+1
|\
| * Make error message on using save without registering/identifying a littleWilmer van der Gaast2012-06-07-1/+1
* | I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* | For the lazy among us: When adding a Jabber/MSN contact within the sameWilmer van der Gaast2013-02-21-0/+14
* | Merge from vmiklos. Adds a "group info" command to list members of a group.Wilmer van der Gaast2013-02-10-0/+23
|\ \
| * | Implement 'group info' command to list members of a group (#741)Miklos Vajna2013-02-09-0/+31
|/ /
* / Removing comment about new syntax for the "account" command, which by nowWilmer van der Gaast2012-12-02-2/+1
|/
* Allow identify -noload/-force without typing a password. (/OPER)Wilmer van der Gaast2012-03-19-0/+4
* Move the check for "set auto_connect" to a more sensible location. #878.Wilmer van der Gaast2011-12-29-3/+3
* A few more minor cleanups before merging this into mainline.Wilmer van der Gaast2011-12-26-1/+1
* Make it easier to add OAuth-authenticated accounts without having to typeWilmer van der Gaast2011-12-21-3/+21
* As I intended for a while already, use account tags everywhere instead ofWilmer van der Gaast2011-12-13-11/+12
* Merging non-SASL authentication patch from #863. This also implementsWilmer van der Gaast2011-12-07-1/+1
* rename irc_usermsg to irc_rootmsg.unknown2011-10-03-128/+128
* Oops. Forgot to set OPER_HACK_ACCOUNT_ADD when adding an account.Wilmer van der Gaast2011-02-01-0/+4
* More password paranoia: Allow omitting the identify/register password asWilmer van der Gaast2011-02-01-4/+16
* rename -delWilmer van der Gaast2010-12-05-1/+8
* Some polishing/documentation for the "account add" without password hack.Wilmer van der Gaast2010-11-24-4/+2
* Allow omitting the password argument to "account add", to then separatelyWilmer van der Gaast2010-11-22-3/+24
* Be clearer about password settings being intentionally hidden (and notWilmer van der Gaast2010-11-21-1/+4
* Oops. Just in time I noticed the whatsnew code doesn't kick in for pre-1.33.0Wilmer van der Gaast2010-10-22-0/+8
* Merging mainline, which includes a huge msnp13 merge.Wilmer van der Gaast2010-10-02-22/+6
|\
| * Move whatsnew stuff into help.txt. Stop putting too much string contentWilmer van der Gaast2010-09-06-22/+6
* | Merge mainline stuff.Wilmer van der Gaast2010-08-31-0/+6
|\|
| * I guess the nick command was never deprecated clearly, so let's do that now.Wilmer van der Gaast2010-08-25-0/+6
* | Added root_command_add() and use it to create the "otr" command.Wilmer van der Gaast2010-08-31-10/+45
* | First step in this merge. Mostly a bzr merge and then a cleanup of conflictsWilmer van der Gaast2010-08-24-0/+2
|\ \ | |/ |/|
| * merge in bitlbee 1.2.6Sven Moritz Hallberg2010-06-03-1/+30
| |\
| * \ merge in bitlbee 1.2.5Sven Moritz Hallberg2010-06-03-75/+14
| |\ \
| * \ \ merge in bitlbee 1.2.4Sven Moritz Hallberg2010-06-03-1/+3
| |\ \ \
| * \ \ \ pretty blind try at merging in the latest trunkSven Moritz Hallberg2009-03-12-147/+258
| |\ \ \ \
| * | | | | commit updates by ashish shukla <wahjava@gmail.com>Sven Moritz Hallberg2009-03-12-29/+62
| * | | | | merge in latest trunkSven Moritz Hallberg2008-07-17-2/+74
| |\ \ \ \ \
| * \ \ \ \ \ merge in upstream changesSven Moritz Hallberg2008-02-16-5/+6
| |\ \ \ \ \ \
| * | | | | | | rework keygen messages and add some noticesSven Moritz Hallberg2008-02-16-1/+3
| * | | | | | | remove thread-based keygenSven Moritz Hallberg2008-02-15-8/+0
| * | | | | | | revert keygen behaviour to old (lax) behaviorSven Moritz Hallberg2008-02-14-2/+2
| * | | | | | | - use a recursive otr_mutexSven Moritz Hallberg2008-02-11-4/+4
| * | | | | | | log out all accounts when going into keygenSven Moritz Hallberg2008-02-10-2/+2
| * | | | | | | OTR support, first checkinSven Moritz Hallberg2008-02-03-0/+12
* | | | | | | | Added some neat whatsnew code that keeps track of the newest version ofWilmer van der Gaast2010-08-21-1/+44
* | | | | | | | Clearer error message when trying to read/write setting that don't existWilmer van der Gaast2010-08-21-1/+9
* | | | | | | | Forgot one NULL pointer check in the channel sensitivity code for the blistWilmer van der Gaast2010-08-19-1/+2
* | | | | | | | blist should only show contacts that are (or would be if they were online)Wilmer van der Gaast2010-08-14-3/+9
* | | | | | | | To address bugs #77 and #661, add some code that should avoid triggeringWilmer van der Gaast2010-08-04-0/+29
* | | | | | | | Restore default_target setting, kill last_root_cmd variable and just useWilmer van der Gaast2010-07-29-4/+4
* | | | | | | | Warn when adding an account twice. People are doing this a lot actually,Wilmer van der Gaast2010-07-24-1/+7
* | | | | | | | Adding account tags as a way to 100% uniquely identify an account.Wilmer van der Gaast2010-07-24-1/+1
* | | | | | | | Automatically operate on the current channel if just using "channel set".Wilmer van der Gaast2010-07-18-4/+12