summaryrefslogtreecommitdiff
path: root/Applications/IRCClient/IRCChannel.h
AgeCommit message (Expand)Author
2020-09-12IRCClient: Remove unused dump() logicBen Wiederhake
2020-05-28IRCClient: remove some unused headers and replace tabs with spacesEmanuele Torre
2020-04-02IRCClient: Update channel user list when a user joins or quitsBrendan Coles
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-06-21AK: Rename Retainable.h => RefCounted.h.Andreas Kling
2019-06-21AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-21AK: Rename Retainable => RefCounted.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-03-20IRCClient: Add ability to change nickname.Andreas Kling
2019-03-20LibGUI: Make GTableModel a retainable object.Andreas Kling
2019-03-18IRCClient: Colorize some channel messages (joins, parts, topics)Andreas Kling
2019-03-16IRCClient: Add handling of some basic messages and commands.Andreas Kling
2019-03-16IRCClient: Refactor window creation responsibilities.Andreas Kling
2019-03-15IRClient: Add a member list to channel views.Andreas Kling
2019-03-15IRCClient+LibGUI: Add an input box so we can send messages to channels.Andreas Kling
2019-03-15IRCClient: Start working on a simple graphical IRC client.Andreas Kling