aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
Commit message (Expand)AuthorAgeLines
...
| * | | | | | | 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
* | | | | | | | Add some context sensitivity to the "add" command: If it's used in aWilmer van der Gaast2010-07-18-5/+53
* | | | | | | | Remove the user from default_channel if it has the auto_join settingWilmer van der Gaast2010-07-17-0/+4
* | | | | | | | Free a user structure when using the remove command. This disappeared whileWilmer van der Gaast2010-07-17-1/+2
* | | | | | | | Use bee_user structs in all nick_* functions. Prepare for a nick_get() withWilmer van der Gaast2010-07-11-3/+3
* | | | | | | | Added allow_takeover setting for people who don't like this new functionality.Wilmer van der Gaast2010-07-11-4/+1
* | | | | | | | Takeover stuff now works in daemon mode as well.Wilmer van der Gaast2010-07-11-4/+19
* | | | | | | | Cleanup. Move some code to a more appropriate location, and show the oldWilmer van der Gaast2010-07-10-2/+1
* | | | | | | | Merging main ui-fix.Wilmer van der Gaast2010-07-10-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow nick changes if they're only different in capitalisation, fixedWilmer van der Gaast2010-07-08-2/+2
* | | | | | | | | Ask for confirmation. Generally working fairly well now, but definitelyWilmer van der Gaast2010-07-09-0/+1
* | | | | | | | | First part of the handshake, including sending a file descriptor to theWilmer van der Gaast2010-07-06-4/+21
|/ / / / / / / /
* | | | | | | | Added automatic joining of channels. Auto-rejoin functionality forWilmer van der Gaast2010-07-04-0/+1
* | | | | | | | Hacky support for short subcommands (i.e. "ac l" instead of "account list".).Wilmer van der Gaast2010-06-28-11/+19
* | | | | | | | irc_channel_name_strip() instead of nick_strip().Wilmer van der Gaast2010-06-27-0/+2
* | | | | | | | Save and load channels. Also fixing a bug in creating non-control channelsWilmer van der Gaast2010-06-27-0/+1
* | | | | | | | Import chatrooms configured in older BitlBee versions. Settings are currentlyWilmer van der Gaast2010-06-27-1/+0
* | | | | | | | Changed account set (and other account commands) syntax. Instead ofWilmer van der Gaast2010-06-27-148/+109
* | | | | | | | Automatically call the "channel" command for the now-gone chat subcommands.Wilmer van der Gaast2010-06-23-0/+7
* | | | | | | | Fixed extremely stupid NULLptr dereference.Wilmer van der Gaast2010-06-10-1/+1
* | | | | | | | Allow moving contacts around between groups. Works with at least Jabber,Wilmer van der Gaast2010-06-09-1/+1
* | | | | | | | Some cleanup improvements.Wilmer van der Gaast2010-06-08-0/+1
* | | | | | | | Added "channel del".Wilmer van der Gaast2010-06-07-0/+18
* | | | | | | | Restore "set root_nick" behaviour. All disabled set evaluators are backWilmer van der Gaast2010-06-07-5/+3
* | | | | | | | Added "channel list" command and the ability to use only part of theWilmer van der Gaast2010-06-07-1/+21
* | | | | | | | Complete (hopefully) fix for nickname changes: Add flags to the identifyWilmer van der Gaast2010-06-07-5/+37
* | | | | | | | Set handle_unknown to add_channel by default.Wilmer van der Gaast2010-06-06-14/+0
* | | | | | | | Restored the "chat with" command, let's keep it around at least for now.Wilmer van der Gaast2010-06-06-6/+5
* | | | | | | | Chatroom improvements. Merged chatroom stub into normal chatroom stuff,Wilmer van der Gaast2010-06-05-5/+16
* | | | | | | | Added "channel set" command, mostly so I can test all that stuff. NeedsWilmer van der Gaast2010-06-05-2/+26
* | | | | | | | Just enough code to join named chatrooms again. This UI is *not* final, the "...Wilmer van der Gaast2010-05-14-54/+10
* | | | | | | | Restore add_* handle_unknown settings.Wilmer van der Gaast2010-06-03-1/+1
* | | | | | | | Restore "account del".Wilmer van der Gaast2010-05-13-48/+2
* | | | | | | | Restored block/allow commands. Only "chat" is left now, which will need someWilmer van der Gaast2010-04-21-19/+21
* | | | | | | | Restored a few more root commands.Wilmer van der Gaast2010-04-21-7/+7
* | | | | | | | Restored blist command.Wilmer van der Gaast2010-04-15-16/+33