index
:
senpai.git
feat/hrefhref/multiline-hide-nick
href/master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
irc
/
states.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-20
Fix races conditions
Hubert Hirtz
1
-1197
/
+0
2021-05-18
Add /mode command
Alexey Yerin
1
-0
/
+21
2021-05-18
Add /nick
Hubert Hirtz
1
-0
/
+15
2021-04-27
Fix duplicate lines when scrolling up
Hubert Hirtz
1
-0
/
+9
2021-04-27
Split long messages before sending them
Hubert Hirtz
1
-1
/
+44
2021-04-27
Split the "feature" map into specific attributes
Hubert Hirtz
1
-16
/
+23
2021-04-26
Don't show own typing notifications
Hubert Hirtz
1
-1
/
+1
2021-03-04
Better connection management
Hubert Hirtz
1
-8
/
+12
2021-02-18
Add the QUIT command
Hubert Hirtz
1
-0
/
+14
2021-01-06
Chathistory: don't send invalid timestamps
Hubert Hirtz
1
-2
/
+2
2020-11-30
Move configuration defaults to config.go
Hubert Hirtz
1
-10
/
+0
2020-11-23
Don't forward outdated typing timeouts
Hubert Hirtz
1
-2
/
+10
2020-11-23
Cleanly stop all coroutines on irc.Session.Stop
Hubert Hirtz
1
-3
/
+13
2020-11-21
Document the IRC library
Hubert Hirtz
1
-21
/
+51
2020-11-20
Only send the SelfJoinEvent when channel info is complete
Hubert Hirtz
1
-1
/
+9
2020-11-19
Consider the CASEMAPPING isupport token
Hubert Hirtz
1
-2
/
+5
2020-11-19
Consider the CHANTYPES isupport token
Hubert Hirtz
1
-1
/
+5
2020-11-19
Basic display of errors
Hubert Hirtz
1
-3
/
+24
2020-11-19
Add completion for /msg
Hubert Hirtz
1
-0
/
+8
2020-11-06
Default user/real to nickname if unspecified
Simon Ser
1
-0
/
+10
2020-10-27
irc: Fix requestHistory by making it use UTC
Samuel Hernandez
1
-1
/
+1
2020-10-26
Vertical channel list
Hubert Hirtz
1
-0
/
+2
2020-10-19
Handle KICK messages
Hubert Hirtz
1
-1
/
+26
2020-10-19
Show topic changes
Hubert Hirtz
1
-0
/
+6
2020-09-02
Typing indicator timeout
Hubert Hirtz
1
-5
/
+29
2020-09-01
irc: Reset typing ratelimiter after sent message
Hubert Hirtz
1
-0
/
+2
2020-08-26
General refactor yay
Hubert Hirtz
1
-101
/
+106
2020-08-24
Allow /part with a reason
Hubert Hirtz
1
-3
/
+4
2020-08-24
Drop username and hostname from TopicWho
Hubert Hirtz
1
-1
/
+1
2020-08-24
Improve query display
Hubert Hirtz
1
-0
/
+1
2020-08-24
Fix multiple SelfJoinEvent being sent
Hubert Hirtz
1
-5
/
+1
2020-08-22
Fix /topic only accepting one word
Hubert Hirtz
1
-1
/
+1
2020-08-22
Fix same messages being fetched with CHATHISTORY
Hubert Hirtz
1
-1
/
+1
2020-08-20
irc: Don't panic on a NICK from an unknown user
Hubert Hirtz
1
-4
/
+5
2020-08-19
ui: Show unhandled messages in debug mode
Hubert Hirtz
1
-4
/
+6
2020-08-19
ui: Show the nick when senpai registers with a different one
Hubert Hirtz
1
-4
/
+1
2020-08-19
ui: Don't panic when the connection fails
Hubert Hirtz
1
-5
/
+5
2020-08-19
Properly close everything in case of error
Hubert Hirtz
1
-0
/
+6
2020-08-18
irc: Update TopicWho and TopicTime on TOPIC
Hubert Hirtz
1
-29
/
+9
2020-08-17
irc: Send NAMES when multi-prefix is negociated
Hubert Hirtz
1
-12
/
+21
2020-08-17
Add /names command
Hubert Hirtz
1
-41
/
+76
2020-08-17
irc: Handle CAP NEW/DEL/NAK before registration
Hubert Hirtz
1
-0
/
+2
2020-08-17
irc: Also update casefolded nickname on ERR_ERRONEOUSNICKNAME
Hubert Hirtz
1
-0
/
+1
2020-08-16
irc: Use a bool instead of an error for validation
Hubert Hirtz
1
-7
/
+1
2020-08-16
Handle RPL_TOPICWHOTIME
Hubert Hirtz
1
-4
/
+14
2020-08-16
Add a /topic command
Hubert Hirtz
1
-1
/
+41
2020-08-16
irc: Delete ConnectionState and use a bool instead
Hubert Hirtz
1
-14
/
+6
2020-08-16
irc: Use better names for casefolded variables
Hubert Hirtz
1
-57
/
+58
2020-08-16
irc: Use typing constants
Hubert Hirtz
1
-4
/
+11
2020-08-16
irc: Simplify debug logging of incoming messages
Hubert Hirtz
1
-13
/
+4
[next]