Mutliple cleanups to Purple.Message

Review Request #3289 — Created July 12, 2024 and submitted

Information

pidgin/pidgin
default

Reviewers

* Reorder a bunch stuff so it is alphabetical
* Added purple_message_new and deprecated the other constructors for it.
* Added a new author-name property and marked the author property as deprecated
  for it.
* Added new event and notice properties
* De-dented get_property and set_property
* Turned on warning for deprecated signals and properties in the devenv and
  purple unit tests.
* Added purple_message_set_timestamp_now to set the timestamp to utc now

Cowabunga'd with the turtles.
Sent some messages over dm and channels.

Summary ID
Mutliple cleanups to Purple.Message
* Reorder a bunch stuff so it is alphabetical * Added purple_message_new and deprecated the other constructors for it. * Added a new author-name property and marked the author property as deprecated for it. * Added new event and notice properties * De-dented get_property and set_property * Turned on warning for deprecated signals and properties in the devenv and purple unit tests. * Added purple_message_set_timestamp_now to set the timestamp to utc now
c5e01f2a91409fddd389d57d8cba1698b6fc2a2a
Description From Last Updated

+or

ivanhoeivanhoe

s/join/joining

ivanhoeivanhoe
grim
  1. 
      
  2. Sorry this got so big and out of control. I could maybe break it up if necessary, but so much of it is just shuffling code around.

  3. 
      
ivanhoe
  1. 
      
  2. libpurple/purplemessage.c (Diff revision 1)
     
     
    Show all issues

    +or

  3. libpurple/purplemessage.c (Diff revision 1)
     
     
    Show all issues

    s/join/joining

  4. 
      
grim
ivanhoe
  1. Ship It!
  2. 
      
grim
Review request changed
Status:
Completed