log mcabber/mcabber/commands.c @ 2366:480585fec48a default tip

age author description
Tue, 15 Sep 2020 21:31:00 +0200 franky Fix display when sending message to a full JID
Tue, 14 May 2019 22:19:33 +0200 franky Implemented another helper function jid_get_resource_name
Fri, 28 Sep 2018 17:56:42 +0200 Mikael Berthe Silence another compiler warning (-Wimplicit-fallthrough)
Fri, 28 Sep 2018 06:45:58 +0200 Michał Kępień Silence compiler warnings (-Wformat-truncation, -Wstringop-truncation)
Fri, 09 Feb 2018 09:34:47 +0100 Michał Kępień Fix exiting from verbatim multiline mode
Thu, 11 May 2017 14:35:35 +0200 Mikael Berthe Improve load_message_from_file() file content validation
Sun, 19 Feb 2017 18:55:12 +0100 franky Rebuild the buddylist after disconnect/before buddylist search
Sat, 11 Feb 2017 20:19:36 +0100 Mikael Berthe Let "::stuff" be treated as ":say :stuff" in chat mode
Tue, 01 Nov 2016 18:00:39 +0100 franky Replace global variable update_roster with scr_update_roster()
Tue, 01 Nov 2016 08:39:07 +0100 franky Don't rebuild the buddylist multiple times before a screen refresh
Sat, 17 Sep 2016 10:02:56 +0200 Mikael Berthe Use nick to set the role
Sun, 05 Jun 2016 20:06:46 +0200 Mikael Berthe Fix FSF addresses in all files
Sat, 07 May 2016 21:12:10 +0200 Mikael Berthe Filter out pgp_passphrase as well
Wed, 04 May 2016 11:38:19 +0600 Egor Kovetskiy do_say(): Do not display password value
Sat, 13 Feb 2016 13:34:32 +0100 franky Use the right union member
Thu, 23 Jul 2015 23:44:45 +0200 Holger Weiß New option: 'clear_unread_on_carbon'
Thu, 01 Oct 2015 23:03:06 +0200 Mikael Berthe Cosmetics/coding style
Thu, 01 Oct 2015 22:44:29 +0200 Mikael Berthe Do not crash when using say_to . on a special buffer item
Fri, 17 Oct 2014 22:31:03 +0200 franky Simplify handling of command '/quit'
Sun, 05 Oct 2014 11:30:35 +0200 Mikael Berthe Add /roster next_open_buffer
Sun, 06 Jul 2014 14:51:29 +0200 Mikael Berthe Rename iline compl_do to compl_do_fwd
Sun, 06 Jul 2014 14:51:17 +0200 Mikael Berthe Add a backward completion (Oleg)
Sun, 06 Jul 2014 13:24:06 +0200 Mikael Berthe Use bookmarked password (if any) when using "/room join"
Sun, 06 Jul 2014 13:12:10 +0200 Mikael Berthe Add support for storing passwords to a MUC (Nico Golde)
Sun, 06 Jul 2014 10:00:20 +0200 Mikael Berthe Remove deprecated options comments, update headers
Tue, 24 Jun 2014 20:41:05 +0200 Mikael Berthe Small (mostly cosmetic/stylistic) changes
Tue, 24 Jun 2014 19:42:41 +0200 Mikael Berthe Slightly rework room_topic -u implementation
Tue, 24 Jun 2014 19:10:57 +0200 Mikael Berthe Merge shizeeg's branch with main
Thu, 15 May 2014 02:58:13 +0000 shizeeg change free() to g_free()
Wed, 14 May 2014 13:57:56 +0400 sh!zeeg remove 'show_room_occupants_count' option. Just add member count unconditionaly
Wed, 14 May 2014 10:47:56 +0400 sh!zeeg reimplement 'unescape_topic' option as '/room topic -u' switch
Tue, 13 May 2014 21:18:22 +0400 sh!zeeg add option 'unescape_topic'
Tue, 13 May 2014 20:24:51 +0400 sh!zeeg add option 'show_room_occupants_count'
Sun, 11 May 2014 17:19:34 +0200 Mikael Berthe Display a warning when the /carbons parameter is wrong
Sun, 11 May 2014 17:18:18 +0200 Mikael Berthe Misc. style updates
Tue, 15 Oct 2013 19:07:18 +0200 Roeland Jago Douma Allow the user to enable/disable carbons from the command line
Tue, 15 Oct 2013 18:55:18 +0200 Roeland Jago Douma Added carbon command
Sun, 29 Sep 2013 11:07:06 +0200 Mikael Berthe Some whitespace cleanup
Wed, 28 Nov 2012 18:13:26 +0100 Mikael Berthe Add option -e (eval) to say_to
Thu, 11 Oct 2012 23:10:15 +0200 Mikael Berthe /rename: Do not send empty group attribute when the contact has no group
Sat, 25 Aug 2012 12:05:19 +0200 Mikael Berthe Fix /event usage when a reason is provided
Sat, 28 Jul 2012 22:10:14 +0300 Myhailo Danylenko Fix /module error messages to dispaly modulename
Sat, 28 Jul 2012 22:10:12 +0300 Myhailo Danylenko Fix some compiler warnings
Wed, 18 Jul 2012 00:24:13 +0200 Mikael Berthe Improve checks for /group command parameters
Thu, 01 Mar 2012 15:10:41 +0100 Hermitifier Allow to select to which buddy resource messages go. Closes issue #55
Wed, 29 Feb 2012 09:18:09 +0100 Hermitifier Fix bookmarks losing autojoin attribute
Wed, 30 Mar 2011 21:56:35 +0200 Jan Zachorowski MUC: preserve bookmark when updating a non-joined room
Sun, 27 Mar 2011 20:30:35 +0200 Mikael Berthe Accept cmd_del(NULL)
Sun, 27 Mar 2011 18:57:42 +0200 Mikael Berthe Add cmd_set_safe() / cmd_is_safe() (Myhailo Danylenko)
Sun, 27 Mar 2011 18:28:45 +0200 Mikael Berthe Use a command ID with cmd_add/cmd_del (Myhailo Danylenko)
Sun, 27 Mar 2011 13:35:08 +0200 Mikael Berthe Add command /iline clear_history
Sat, 26 Mar 2011 15:08:57 +0100 Mikael Berthe Add 'muc_bookmark_autoupdate' (Hermitifier)
Sat, 26 Mar 2011 14:45:19 +0100 Mikael Berthe Add /room setopt flag_joins (Hermitifier)
Sat, 26 Mar 2011 13:56:41 +0100 Mikael Berthe Fix changeset e6beab22099b (Hermitifier)
Thu, 24 Mar 2011 20:53:08 +0100 Mikael Berthe Do not add items to roster with commands /move and /rename (Hermitifier)
Sat, 19 Mar 2011 13:06:23 +0100 Mikael Berthe Remove deprecated status invisible
Mon, 14 Mar 2011 23:40:52 +0100 Mikael Berthe Add completion item for /buffer readmark subcommand
Mon, 14 Mar 2011 23:16:11 +0100 Mikael Berthe Add command /buffer readmark
Thu, 03 Mar 2011 19:41:58 +0100 Mikael Berthe Complain when the iline subcommand is missing/incorrect
Thu, 03 Mar 2011 19:29:33 +0100 Mikael Berthe Add /iline iline_insert (Hermitifier)
Sun, 27 Feb 2011 18:58:17 +0100 Mikael Berthe Add default server for private messages
Sun, 27 Feb 2011 16:51:55 +0100 Mikael Berthe Simplify cmd_add() (Myhailo Danylenko)
Sat, 12 Feb 2011 19:00:59 +0100 Mikael Berthe Fix MUC whois / auto_whois
Wed, 10 Nov 2010 14:08:49 +0100 Mikael Berthe Add a category module to complete the /module subcommands
Wed, 10 Nov 2010 13:59:48 +0100 Mikael Berthe Add module information in the output of /version
Mon, 05 Apr 2010 23:07:42 +0200 Myhailo Danylenko Fix bug in /say_to introduced in changeset 5492b87ba9d0
Sat, 03 Apr 2010 19:12:20 +0200 Mikael Berthe Fix a potential encoding issue on non-UTF8 systems
Sat, 03 Apr 2010 17:45:35 +0200 Mikael Berthe Enable say_to ./resource message
Wed, 31 Mar 2010 22:05:12 +0200 Mikael Berthe Remove bogus comment
Wed, 24 Mar 2010 00:06:40 +0100 Mikael Berthe Move some "update_roster" updates to a better place
Mon, 22 Mar 2010 22:16:28 +0100 Mikael Berthe Make use of ROSTER_UI_PRIO_STATUS_WIN_MESSAGE
Mon, 22 Mar 2010 21:32:11 +0100 Mikael Berthe Update Vim modelines
Sun, 14 Mar 2010 12:09:08 +0100 Mikael Berthe Major API cleanup - bump API to 4
Sat, 13 Mar 2010 22:31:16 +0100 Mikael Berthe Fix two warnings
Sat, 13 Mar 2010 22:13:43 +0100 Mikael Berthe Don't let "/set" show the password with all other variables
Sat, 13 Mar 2010 18:12:47 +0200 Myhailo Danylenko Limit = alignment to 1/3 of screen in option list
Sat, 13 Mar 2010 16:19:46 +0200 Myhailo Danylenko Sort and pretty-format options list
Sat, 13 Mar 2010 10:29:18 +0100 Myhailo Danylenko Use api version for module checks
Thu, 11 Mar 2010 21:45:51 +0100 Mikael Berthe Set the message flag when using /set, /bind or /alias
Sun, 07 Mar 2010 13:02:38 +0100 Mikael Berthe Rename do_say_internal() and export it as say_cmd()
Sat, 06 Mar 2010 21:04:31 +0200 Myhailo Danylenko Move -f flag of /module command after a subcommand
Thu, 04 Mar 2010 13:03:20 +0200 Myhailo Danylenko New modules loading scheme
Sun, 28 Feb 2010 21:25:18 +0100 Mikael Berthe Allow status command in the configuration file
Sun, 28 Feb 2010 15:19:27 +0100 Mikael Berthe Minor style and header updates
Sun, 28 Feb 2010 13:46:46 +0100 Mikael Berthe Do not move a contact before the server's ACK
Sun, 28 Feb 2010 13:31:57 +0100 Mikael Berthe Do not rename a contact before the server's ACK
Sun, 28 Feb 2010 11:33:39 +0100 Mikael Berthe Fix vCard requests in MUC rooms
Thu, 25 Feb 2010 21:26:15 +0100 Mikael Berthe Do not use the full JID for vcard requests (Hermitifier)
Mon, 08 Feb 2010 21:23:05 +0100 Mikael Berthe Add /request ping (XEP-0199), by merging isbear's module
Sun, 31 Jan 2010 16:08:50 +0200 Myhailo Danylenko Use G_GNUC_PRINTF to check scr_LogPrint arguments
Tue, 02 Feb 2010 22:44:18 +0100 Myhailo Danylenko Improved events interface
Tue, 19 Jan 2010 19:16:38 +0200 Myhailo Danylenko Provide xmpp_is_online()
Tue, 19 Jan 2010 09:53:12 +0200 Myhailo Danylenko Destroy lm connection object on disconnect
Tue, 02 Feb 2010 22:35:53 +0100 Mikael Berthe Kill a warning
Sat, 16 Jan 2010 12:12:45 +0200 Myhailo Danylenko Use $prefix/lib/mcabber as default modules_dir
Mon, 18 Jan 2010 16:36:55 +0200 Myhailo Danylenko Use glob() in source command
Mon, 18 Jan 2010 15:36:19 +0200 Myhailo Danylenko Install mcabber headers base mcabber/src/commands.c@7d797db58bba