Changeset b27e939 in Renga


Ignore:
Timestamp:
May 8, 2024, 3:58:13 PM (7 weeks ago)
Author:
PulkoMandy <pulkomandy@…>
Branches:
main
Parents:
8196a23
Message:

Prepare for v1.26 release

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • LICENSE

    r8196a23 rb27e939  
    22Copyright 2008-2009, Andrea Anzani
    33Copyright 2008-2009, Siarzhuk Zharski
    4 Copyright 2019, Adrien Destugues
     4Copyright 2019-2024, Adrien Destugues
    55
    66Permission is hereby granted, free of charge, to any person obtaining a copy
  • README.md

    r8196a23 rb27e939  
    1313----------------------
    1414
    15 This client implements core compliance, core client features. However it does
     15This client implements core compliance advanced client features. However it does
    1616not implement much of the IM compliance, yet. See issue [#47](https://github.com/HaikuArchives/Renga/issues/47) for a more detailed
    1717tracking. Oh, and we have a **doap.xml**, too!
  • TODO.txt

    r8196a23 rb27e939  
    1 - Re-Enable bookmarks2 if server advertise support for it
    21- Rework bookmark2 code to remove its separate PubSub manager
    32
    43Delay between logon and getting MUC history? Is it my fault?
    5 MUC replay don't show messages from me, is it expected?
    6 Roster list is not properly resizable
    74No "writing" notifications
    85Show avatars for MUC rooms in roster, how does that work?
     
    3229Remove TalkManager, have each chat view register as a handler for its sessions/mucroom directly instead.
    3330Have separate constructors for group and normal TalkViews (maybe separate classes, even? some methods are exclusive).
    34 Stop using libexpat (it is used only for the settings file now)
    3531
    3632Inconsistent sizing of input field (because of send button size constraint?)
  • jabber/Resource.rdef

    r8196a23 rb27e939  
    66resource app_version {
    77        major  = 1,
    8         middle = 24,
     8        middle = 26,
    99        minor  = 0,
    1010
    11         variety = B_APPV_DEVELOPMENT,
     11        variety = B_APPV_BETA,
    1212        internal = 0,
    1313
Note: See TracChangeset for help on using the changeset viewer.