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