aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
Commit message (Collapse)AuthorAgeLines
...
* | | | | | | | Free a user structure when using the remove command. This disappeared whileWilmer van der Gaast2010-07-17-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | most IM modules don't call back when a removal was successful.
* | | | | | | | Use bee_user structs in all nick_* functions. Prepare for a nick_get() withWilmer van der Gaast2010-07-11-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more flexible nickname generation.
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connection a quit message instead of just breaking the connection.
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | faulty responses in the NICK command, and fixing crash bug in nick changes before finishing login.
* | | | | | | | | Ask for confirmation. Generally working fairly well now, but definitelyWilmer van der Gaast2010-07-09-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fragile.
* | | | | | | | | First part of the handshake, including sending a file descriptor to theWilmer van der Gaast2010-07-06-4/+21
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPC master.
* | | | | | | | Added automatic joining of channels. Auto-rejoin functionality forWilmer van der Gaast2010-07-04-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | groupchats not reimplemented yet but that's the next step.
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with a &-name.
* | | | | | | | Import chatrooms configured in older BitlBee versions. Settings are currentlyWilmer van der Gaast2010-06-27-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignored though. Also removing the old chat.[ch] files since they're really not important anymore.
* | | | | | | | Changed account set (and other account commands) syntax. Instead ofWilmer van der Gaast2010-06-27-148/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "account set acc/key value" you now do "account acc set key value". So just the regular set syntax with a "account acc" prefix. The slash has been a source of confusion for long enough now. For consistency, commands like "account on acc" should now also be "account acc on" instead. Same for the new "channel" comand, of course.
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will check the others now.
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now. Getting *very* close to "feature parity" now!
* | | | | | | | Added "channel list" command and the ability to use only part of theWilmer van der Gaast2010-06-07-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | channel name or a number in "chan set"/etc.
* | | | | | | | Complete (hopefully) fix for nickname changes: Add flags to the identifyWilmer van der Gaast2010-06-07-5/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command to allow identifying without loading any new settings. With some documentation hints.
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maybe it's nice to keep since it's only one command, as opposed to /join + /invite.
* | | | | | | | Chatroom improvements. Merged chatroom stub into normal chatroom stuff,Wilmer van der Gaast2010-06-05-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | restored "chat add" behaviour a little bit better (don't clean up a channel when its room disappears, just disconnect it from the groupchat).
* | | | | | | | Added "channel set" command, mostly so I can test all that stuff. NeedsWilmer van der Gaast2010-06-05-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more work.
* | | | | | | | Just enough code to join named chatrooms again. This UI is *not* final, the ↵Wilmer van der Gaast2010-05-14-54/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "chat" command will probably mostly stick around for bw compatibility. Still thinking about how this should work eventually.
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more rethinking anyway (and groupchat support is not back yet anyway).
* | | | | | | | 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
| | | | | | | |
* | | | | | | | Start handling CTCPs, in a saner way than before.Wilmer van der Gaast2010-04-12-42/+1
| | | | | | | |
* | | | | | | | Restored info command.Wilmer van der Gaast2010-04-12-9/+6
| | | | | | | |
* | | | | | | | Allow short versions of root commands (just give enough to match exactlyWilmer van der Gaast2010-04-12-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | one command), for the lazy users.
* | | | | | | | Fixed cleanup issues when turning off an account. Also fixed syntax ofWilmer van der Gaast2010-04-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *_user_free().
* | | | | | | | Restored add/remove command and, oh, yes/no commands. Nice to be able toWilmer van der Gaast2010-04-11-31/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | answer the questions..
* | | | | | | | Restore the storage module.Wilmer van der Gaast2010-04-10-51/+15
| | | | | | | |
* | | | | | | | Restored the rename command.Wilmer van der Gaast2010-04-04-31/+23
| | | | | | | |
* | | | | | | | Restored "account" root command and restored enough stuff to be able toWilmer van der Gaast2010-03-31-18/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | send messages. Also started moving stuff out from nogaim.* into bee_* files.
* | | | | | | | Added privmsg handlers to users/channels. root commands are coming back.Wilmer van der Gaast2010-03-27-1/+5
| | | | | | | |
* | | | | | | | Now seems like a pretty good time to finally kill crypting.c and storage_text.Wilmer van der Gaast2010-03-24-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This means people won't be able to upgrade from BitlBee 1.0 to this version anymore but only via 1.2. 1.0 is old enough that I don't really expect this to be a problem.
* | | | | | | | 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.