source: root_commands.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
(edit) @f93fd2d   2014-07-24T03:51:07Z dx Allow filtering of blist output Add an (optional) second parameter to …
(edit) @269580c   2014-07-24T03:51:07Z dx Add limit param to split_command_parts(), fix twitter quotes bug Only …
(edit) @35987a1   2014-02-28T23:17:28Z wilmer Allow use of "ac x set -del password" to use /oper to change the …
(edit) @e277e80   2013-04-20T22:50:31Z wilmer Add irc_t* argument to all relevant nick_*() functions.
(edit) @e31e5b8   2013-04-20T13:05:55Z wilmer Merging "storage" branch which I wrote long ago. It separates …
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @06eef80   2013-02-21T14:03:15Z wilmer For the lazy among us: When adding a Jabber/MSN contact within the …
(edit) @e4f5ca8   2013-02-10T12:48:32Z wilmer Merge from vmiklos. Adds a "group info" command to list members of a group.
(edit) @c2cc24c   2013-02-09T11:31:43Z Miklos Vajna Implement 'group info' command to list members of a group (#741)
(edit) @2c18fcd   2012-12-02T12:40:03Z wilmer Removing comment about new syntax for the "account" command, which by …
(edit) @aa88e50   2012-06-07T22:40:59Z wilmer Make error message on using save without registering/identifying a …
(edit) @fda194f   2012-03-19T21:01:50Z wilmer Allow identify -noload/-force without typing a password. (/OPER) Patch …
(edit) @6451d27   2011-12-29T21:57:44Z wilmer Move the check for "set auto_connect" to a more sensible location. #878.
(edit) @644b808   2011-12-26T10:50:34Z wilmer A few more minor cleanups before merging this into mainline.
(edit) @ce199b7   2011-12-21T11:21:04Z wilmer Make it easier to add OAuth-authenticated accounts without having to …
(edit) @17f057d   2011-12-13T00:34:07Z wilmer As I intended for a while already, use account tags everywhere instead …
(edit) @06b5893   2011-12-07T21:47:25Z wilmer Merging non-SASL authentication patch from #863. This also implements …
(edit) @e67e513   2011-10-03T14:56:58Z pesco rename irc_usermsg to irc_rootmsg. add new irc_usermsg, …
(edit) @da60f28   2011-02-01T18:17:16Z wilmer Oops. Forgot to set OPER_HACK_ACCOUNT_ADD when adding an account.
(edit) @060d066   2011-02-01T13:05:58Z wilmer More password paranoia: Allow omitting the identify/register password …
(edit) @a429907   2010-12-05T12:28:07Z wilmer rename -del
(edit) @bedad20   2010-11-24T22:32:12Z wilmer Some polishing/documentation for the "account add" without password hack.
(edit) @9564e55   2010-11-22T13:17:45Z wilmer Allow omitting the password argument to "account add", to then …
(edit) @09d4922   2010-11-21T19:34:59Z wilmer Be clearer about password settings being intentionally hidden (and not …
(edit) @8d93b4a   2010-10-22T00:50:34Z wilmer Oops. Just in time I noticed the whatsnew code doesn't kick in for … 3.0
(edit) @8e9e2b7   2010-10-03T02:45:26Z wilmer Merging mainline, which includes a huge msnp13 merge. Not 100% sure …
(edit) @674a01d   2010-09-06T00:20:01Z wilmer Move whatsnew stuff into help.txt. Stop putting too much string …
(edit) @f5c0d8e   2010-08-31T20:06:14Z wilmer Merge mainline stuff.
(edit) @8358691   2010-08-31T20:05:36Z wilmer Added root_command_add() and use it to create the "otr" command.
(edit) @3cd4016   2010-08-25T21:35:49Z wilmer I guess the nick command was never deprecated clearly, so let's do …
(edit) @be999a5   2010-08-23T23:12:24Z wilmer First step in this merge. Mostly a bzr merge and then a cleanup of …
(edit) @180ab31   2010-08-21T19:34:17Z wilmer Added some neat whatsnew code that keeps track of the newest version …
(edit) @5613af7   2010-08-21T17:59:03Z wilmer Clearer error message when trying to read/write setting that don't …
(edit) @acd7959   2010-08-19T12:21:22Z wilmer Forgot one NULL pointer check in the channel sensitivity code for the …
(edit) @ac2717b   2010-08-14T10:55:20Z wilmer blist should only show contacts that are (or would be if they were …
(edit) @65a4a64   2010-08-04T20:48:47Z wilmer To address bugs #77 and #661, add some code that should avoid …
(edit) @f7ca587   2010-07-29T18:18:54Z wilmer Restore default_target setting, kill last_root_cmd variable and just …
(edit) @593971d   2010-07-24T20:59:41Z wilmer Warn when adding an account twice. People are doing this a lot …
(edit) @40e6dac   2010-07-24T15:46:59Z wilmer Adding account tags as a way to 100% uniquely identify an account. …
(edit) @4f22a68c   2010-07-18T20:12:55Z wilmer Automatically operate on the current channel if just using "channel set".
(edit) @f1d488e   2010-07-18T15:04:19Z wilmer Add some context sensitivity to the "add" command: If it's used in a …
(edit) @fe4f28f   2010-07-17T16:11:09Z wilmer Remove the user from default_channel if it has the auto_join setting …
(edit) @5e98ff0   2010-07-17T14:23:20Z wilmer Free a user structure when using the remove command. This disappeared …
(edit) @b1f818b   2010-07-11T12:21:59Z wilmer Use bee_user structs in all nick_* functions. Prepare for a nick_get() …
(edit) @af9f2ca   2010-07-11T10:59:56Z wilmer Added allow_takeover setting for people who don't like this new …
(edit) @e92c4f4   2010-07-11T00:29:19Z wilmer Takeover stuff now works in daemon mode as well.
(edit) @f1c2b21   2010-07-10T15:08:02Z wilmer Cleanup. Move some code to a more appropriate location, and show the …
(edit) @b556e46   2010-07-09T23:25:07Z wilmer Merging main ui-fix.
(edit) @f545372   2010-07-08T23:10:43Z wilmer Ask for confirmation. Generally working fairly well now, but …
(edit) @9a9b520   2010-07-08T22:31:01Z wilmer Allow nick changes if they're only different in capitalisation, fixed …
(edit) @6c2404e   2010-07-06T21:44:52Z wilmer First part of the handshake, including sending a file descriptor to …
(edit) @c8eeadd   2010-07-04T10:16:07Z wilmer Added automatic joining of channels. Auto-rejoin functionality for …
(edit) @c7eb771   2010-06-28T00:18:40Z wilmer Hacky support for short subcommands (i.e. "ac l" instead of "account …
(edit) @134a02c   2010-06-27T16:04:28Z wilmer irc_channel_name_strip() instead of nick_strip().
(edit) @547ea68   2010-06-27T15:32:12Z wilmer Save and load channels. Also fixing a bug in creating non-control …
(edit) @84c3a72   2010-06-27T12:39:07Z wilmer Import chatrooms configured in older BitlBee versions. Settings are …
(edit) @e907683   2010-06-26T23:39:31Z wilmer Changed account set (and other account commands) syntax. Instead of …
(edit) @7cd2e8a   2010-06-22T23:43:36Z wilmer Automatically call the "channel" command for the now-gone chat subcommands.
(edit) @5266354   2010-06-10T16:39:17Z wilmer Fixed extremely stupid NULLptr dereference.
(edit) @46d215d   2010-06-08T23:43:13Z wilmer Allow moving contacts around between groups. Works with at least …
(edit) @d7db346   2010-06-08T22:44:16Z wilmer Some cleanup improvements.
(edit) @a4d920b   2010-06-07T16:48:11Z wilmer Added "channel del".
(edit) @0a6e5d1   2010-06-07T15:51:31Z wilmer Restore "set root_nick" behaviour. All disabled set evaluators are …
(edit) @36562b0   2010-06-07T00:44:45Z wilmer Added "channel list" command and the ability to use only part of the …
(edit) @92cb8c4   2010-06-06T23:47:46Z wilmer Complete (hopefully) fix for nickname changes: Add flags to the …
(edit) @16834a5   2010-06-06T01:30:45Z wilmer Set handle_unknown to add_channel by default.
(edit) @c1a8a16   2010-06-05T23:16:52Z wilmer Restored the "chat with" command, let's keep it around at least for …
(edit) @5a75d15   2010-06-05T22:32:36Z wilmer Chatroom improvements. Merged chatroom stub into normal chatroom …
(edit) @c133d4b8   2010-06-05T01:06:26Z wilmer Added "channel set" command, mostly so I can test all that stuff. …
(edit) @814aa52   2010-06-03T11:00:45Z pesco merge in bitlbee 1.2.6
(edit) @5f8ab6a9   2010-06-03T10:41:03Z pesco merge in bitlbee 1.2.5
(edit) @3f81999   2010-06-03T10:31:46Z pesco merge in bitlbee 1.2.4
(edit) @7b71feb   2010-05-13T23:34:38Z wilmer Just enough code to join named chatrooms again. This UI is *not* …
(edit) @ad404ab   2010-06-03T00:20:53Z wilmer Restore add_* handle_unknown settings.
(edit) @6fd4d46   2010-05-13T00:22:28Z wilmer Restore "account del".
(edit) @2272cb3   2010-04-20T23:11:32Z wilmer Restored block/allow commands. Only "chat" is left now, which will …
(edit) @9d4352c   2010-04-20T23:03:01Z wilmer Restored a few more root commands.
(edit) @4c3519a   2010-04-14T22:45:09Z wilmer Restored blist command.
(edit) @24b8bbb   2010-04-12T00:06:49Z wilmer Start handling CTCPs, in a saner way than before.
(edit) @aa44bdd   2010-04-11T23:18:03Z wilmer Restored info command.
(edit) @6c56f42   2010-04-11T23:04:24Z wilmer Allow short versions of root commands (just give enough to match …
(edit) @eabc9d2   2010-04-11T22:49:32Z wilmer Fixed cleanup issues when turning off an account. Also fixed syntax of …
(edit) @dbb0ce3   2010-04-11T19:38:45Z wilmer Restored add/remove command and, oh, yes/no commands. Nice to be able …
(edit) @1f92a58   2010-04-10T02:27:50Z wilmer Restore the storage module.
(edit) @57c96f7   2010-04-05T01:00:02Z wilmer Restored the rename command.
(edit) @d860a8d   2010-04-01T03:38:50Z wilmer Restored "account" root command and restored enough stuff to be able …
(edit) @280c56a   2010-03-27T17:36:47Z wilmer Added privmsg handlers to users/channels. root commands are coming back.
(edit) @ba7d16f   2010-03-24T17:12:53Z wilmer Now seems like a pretty good time to finally kill crypting.c and …
(edit) @767a148   2010-03-21T16:06:31Z wilmer Merging in file transfer support. Most important points from my review …
(edit) @0baed0d   2010-03-19T00:09:50Z wilmer Allow changing the name of the control channel at run-time.
(edit) @b8a491d   2010-03-18T00:30:38Z wilmer Some compiler warning fixes and renamed "transfers" command to just …
(edit) @e8c8d00   2010-03-17T15:15:19Z wilmer Merging mainline.
(edit) @449a51d   2010-03-16T10:18:02Z wilmer Include non-away status messages in blist and whois responses. The …
(edit) @e9cf291   2010-03-14T16:42:22Z wilmer Allow the identify command only once. (Bug #509)
(edit) @a0bd4c2   2010-03-10T23:58:28Z wilmer Huh, what was that dead code doing there.. :-/
(edit) @2288705   2009-12-07T21:54:19Z wilmer Merging head.
(edit) @b75acf6   2009-10-22T21:55:23Z wilmer Don't include chat.h from bitlbee.h. make install-dev doesn't install …
(edit) @2ea8736   2009-06-24T21:48:44Z wilmer Fixed another crash bug (this one was triggered by just typing "chat set").
(edit) @8a08d92   2009-06-24T21:44:39Z wilmer Fixed crash on setting an unknown setting.
Note: See TracRevisionLog for help on using the revision log.