index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
IRCClient
/
IRCChannel.cpp
Age
Commit message (
Expand
)
Author
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-07-07
IRCClient: Implement the "part from channel" action.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-03-20
IRCClient: Add ability to change nickname.
Andreas Kling
2019-03-20
LibGUI: Make GTableModel a retainable object.
Andreas Kling
2019-03-18
IRCClient: Colorize some channel messages (joins, parts, topics)
Andreas Kling
2019-03-16
IRCClient: Add handling of some basic messages and commands.
Andreas Kling
2019-03-16
IRCClient: Add a little "(n)" indicator to window list for unread messages.
Andreas Kling
2019-03-16
IRCClient: Refactor window creation responsibilities.
Andreas Kling
2019-03-15
IRClient: Add a member list to channel views.
Andreas Kling
2019-03-15
IRCClient+LibGUI: Add an input box so we can send messages to channels.
Andreas Kling
2019-03-15
IRCClient: Start working on a simple graphical IRC client.
Andreas Kling