source: root_commands.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @5c90890   2018-07-12T08:54:12Z dx Stop using the irc->users linked list, use the hash table instead …
(edit) @19ba56e   2018-07-09T17:55:28Z dx show correct nick when rename -del is used
(edit) @49ab3cb   2018-05-27T03:04:49Z dx Remove deprecated placeholder for 'nick' command (added 2010) BitlBee …
(edit) @a81e6a0   2018-03-19T15:39:40Z dx root_commands: Fix -Wformat-security errors Showed up in debian builds
(edit) @16ea00d   2018-02-11T21:27:17Z dx root_commands: Improve 'chat add' error/success messages This handles …
(edit) @1dcbd3e   2018-02-11T20:09:43Z dx irc.h: Add G_GNUC_PRINTF annotations to printf-like functions The …
(edit) @4a9c6b0   2017-11-23T20:57:04Z dx cmd_chat_list_finish: fix crash when plugins provide NULL room titles
(edit) @683e4e0   2017-01-07T16:10:48Z dx blist: set width of nick column to 24 to avoid truncating them It was …
(edit) @398b3198   2016-12-27T06:53:22Z dx Doc tweaks for chat list, and stop suggesting 'chat' is deprecated …
(edit) @6d212f4   2016-12-26T00:20:09Z dx purple: include purple plugins in the 'plugins' command list
(edit) @6908ab7   2016-12-26T00:18:55Z dx Add 'plugins info' subcommand, only show plugin details there
(edit) @5a8afc3   2016-11-21T06:58:47Z dx Manual merge with wilmer's approach to handling missing protocols …
(edit) @b4f496e   2016-11-19T07:32:48Z dx Improve handling of unknown protocols / missing plugins Instead of …
(edit) @9f03c47   2016-11-14T00:37:14Z dx Improve support for protocols which don't require a password This …
(edit) @f95e606   2016-10-17T04:37:45Z dx chat list: Fix alignment/truncation when utf8 characters are present …
(edit) @7e4f439c   2016-09-20T03:39:05Z jgeboski Do not try to list chatrooms if account is offline
(edit) @a33ee0f   2016-09-20T03:39:05Z jgeboski Added an interface for the listing of existing chatrooms Several …
(edit) @808825e   2016-05-26T02:48:08Z jgeboski Show the enabled/disabled protocols in the 'plugins' command output
(edit) @d28fe1c4   2016-05-26T02:48:08Z jgeboski Implemented plugin information for external plugins As of now, …
(edit) @8e6ecfe   2016-03-25T18:07:53Z dennis Authentication: scaffolding for multiple authentication backends …
(edit) @446a23e   2016-03-23T06:44:13Z dennis Add a setting to disable 'account add' In a locked down bitlbee …
(edit) @e41ba05   2016-03-23T06:44:13Z dennis Allow individual settings to be locked down This allows a site admin …
(edit) @3ac6d9f   2016-03-23T06:44:13Z dennis Support for locked-down accounts In certain situations, e.g. when …
(edit) @7616eec   2016-01-26T15:53:56Z dx root_commands: Fix use-after-free after doing "transfer reject" Not a …
(edit) @ad9ac5d   2015-11-23T21:20:34Z dx Show a nicer message when a protocol is disabled in account add This …
(edit) @58b63de6   2015-10-08T08:34:18Z dx IRCv3 SASL capability + PLAIN method Only plain, no other methods. We …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(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
Note: See TracRevisionLog for help on using the revision log.