Age | Commit message (Collapse) | Author |
|
[2.0] m_showwhois Fix potential crash in WHOISNOTICE handler
|
|
[2.0] Fix generating invalid UIDs after current_uid is 000Z99999
|
|
|
|
|
|
Get rid of curindex, use a bool to determine if we need to initialize
|
|
000[AAAAA)
|
|
[2.0] Count the actual number of sent/received bytes in SocketEngine statistics
|
|
[2.0] Typo fixes.
|
|
|
|
|
|
|
|
the buffer size passed to the send/receive functions
|
|
[2.0] Fix compile error caused by unistd.h not existing on Windows.
|
|
|
|
[2.0] Fix issue #95 reported by @Joah
|
|
[2.0] epoll: make sure EPOLLET flag does not get clobbered
|
|
EPOLLET is the highest bit, so storing EPOLLET in a signed value leads to
undefined behaviour.
|
|
|
|
modules/m_mlock: new module implementing server-side MLOCK.
|
|
|
|
|
|
|
|
[2.0] Install example configuration files into their own directory.
|
|
|
|
|
|
Rewrote the color codes parser to one function, not two
|
|
|
|
|
|
|
|
|
|
[2.0] Process escape sequences for MOTD for issue #23
|
|
|
|
networks (requested by w00t)
|
|
[2.0] Replace copyright headers with headers granting specific authors copyright
|
|
@SaberUK's \x, \u, \b, \c aliases
|
|
|
|
|
|
|
|
[2.0] Add conf/ to include paths and fix some typos
|
|
[2.0] helpop: revert 05e6330 and make it the other way around
|
|
(afterall, the module is called helpop and references itself as that in the code/output too, and most clients override /help), also make the alias work the other way around
|
|
|
|
[2.0] Avoid sending empty channel list numeric on whois
|
|
[2.0] Fix issue #18 reported by @int- (remote restriction on /stats)
|
|
any channels.
|
|
|
|
|
|
|
|
[2.0] /STATS updates
|
|
|