Jérémie Astori
|
7ae11babcb
|
Add human-readable idle time in whois info
|
2016-12-22 00:21:16 -05:00 |
|
Jérémie Astori
|
310ab8f43c
|
Fix nick changes not being properly reported in the logs
Before:
```
[2016-10-10 15:17:47] * nick
```
After:
```
[2016-10-10 16:32:47] * astorije nick astorije2
```
|
2016-10-10 13:08:23 -04:00 |
|
Jérémie Astori
|
4e1d89f567
|
Consolidate locale time helpers
When working on #660, I missed that helper already existed, added in #167.
|
2016-10-01 15:38:06 -04:00 |
|
Maxime Poulin
|
1d47290ada
|
Implement /list
Thanks to @xPaw for the base of this code
|
2016-07-22 21:42:42 -04:00 |
|
Pavel Djundik
|
1438ba6f93
|
Change nicks from links to spans everywhere
Fixes #338
|
2016-06-22 22:34:10 +03:00 |
|
Jérémie Astori
|
c87d82dc48
|
Replace color generation with CSS classes
These colors were built using the current generation function to have
similar style.
|
2016-05-15 15:21:18 -04:00 |
|
Jérémie Astori
|
aad757e50a
|
Fix missing colors in action messages
|
2016-05-10 19:40:09 -04:00 |
|
Pavel Djundik
|
d30e4e68ca
|
Parse ctcp replies
|
2016-04-25 19:24:43 +03:00 |
|
Pavel Djundik
|
7d24394814
|
Update irc-framework and fix issue when changing your own nick
|
2016-04-07 16:08:32 -04:00 |
|
Pavel Djundik
|
16370d8fcc
|
Add /ctcp command and handle ctcp responses
|
2016-04-07 16:08:31 -04:00 |
|
Pavel Djundik
|
2a7a93d207
|
Fix incorrect context menu names in nick, whois and topic set by messages
|
2016-04-07 16:07:40 -04:00 |
|
Pavel Djundik
|
142aa85548
|
Handle invites
Requires irc-fw update
|
2016-04-07 16:07:40 -04:00 |
|
Pavel Djundik
|
43f58a8075
|
Format topic set date
|
2016-04-07 16:07:40 -04:00 |
|
Pavel Djundik
|
a01216fa4c
|
Update irc-framework
|
2016-04-07 16:04:41 -04:00 |
|
Pavel Djundik
|
b6993f6e37
|
Make whois work
|
2016-04-07 16:04:41 -04:00 |
|
Pavel Djundik
|
9ab71b2588
|
Handle nick
|
2016-04-07 16:04:40 -04:00 |
|
Pavel Djundik
|
e380319400
|
Handle parts, quits, topics and topic set by
|
2016-04-07 16:04:40 -04:00 |
|
Maxime Poulin
|
f1ecae8023
|
Display whitespace properly
Fixes alignment in many server's motd as well as in-channel ASCII art
|
2016-04-05 22:36:04 -04:00 |
|
Pavel Djundik
|
a61973a156
|
Make whois a client template
|
2016-03-07 17:10:46 +02:00 |
|
Pavel Djundik
|
84ed021e0e
|
Add context menus
|
2016-03-01 13:56:36 +02:00 |
|
Pavel Djundik
|
f6563d0ea9
|
Fix #116: Move 'you' handling in invites to the client
|
2016-02-28 10:21:19 +02:00 |
|
Pavel Djundik
|
2c8c84aec5
|
Move actions to templates
|
2016-02-23 18:22:41 +02:00 |
|