index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server.cpp
Age
Commit message (
Expand
)
Author
2020-12-20
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-10-30
Update copyright headers.
InspIRCd Robot
2020-09-30
Rename the REALLEN 005 token to NAMELEN.
Sadie Powell
2020-09-30
Add an ISUPPORT token that contains the maximum real name length.
Sadie Powell
2020-03-12
Move CHANMODES to core_mode and add USERMODES.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-10-01
Show the list modes which have variable list lengths in 005.
Peter Powell
2019-05-06
Re-order the includes to fix C++03 builds.
nia
2017-12-23
Add ISUPPORT tokens for the host, line, and user length.
Peter Powell
2017-11-17
Improve LIST and implement more extended list features.
Peter Powell
2017-11-09
Implement support for draft-brocklesby-irc-isupport-03 escapes.
Peter Powell
2017-10-15
Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.
Peter Powell
2017-09-08
Implement support for configurable casemapping & default to ASCII.
Peter Powell
2017-07-24
Replace the deprecated MAXBANS token with MAXLIST.
Peter Powell
2016-09-14
Improve the default ISUPPORT tokens.
Peter Powell
2016-09-02
Update stuff for the new versioning system.
Peter Powell
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-05-17
Move InspIRCd::SendError() to cmd_die
Attila Molnar
2014-10-27
Merge insp20
Attila Molnar
2014-10-13
Fix various warnings when building with LLVM 3.5.
Peter Powell
2014-09-15
Fix incorrect cleanup order in InspIRCd::Exit()
Attila Molnar
2014-07-14
Minor ISupportManager changes
Attila Molnar
2014-06-22
Change all occurrences of plain sort() to std::sort()
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Threads to be physically part of the object co...
Attila Molnar
2014-05-23
Prefix all definitions in config.h to avoid potential collisions.
Peter Powell
2014-04-14
Remove WALLCHOPS and WALLVOICES ISUPPORT tokens
Attila Molnar
2014-02-18
Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo...
Attila Molnar
2014-02-08
Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define
Attila Molnar
2013-12-15
Remove some pointless code:
Peter Powell
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-08
Remove InspIRCd::HandleRehash functor
attilamolnar
2013-08-19
Remove cmd_map from the core
attilamolnar
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-06-18
Remove unused exit codes
attilamolnar
2013-06-02
ISupportManager: Tidy-up, expand comments
attilamolnar
2013-06-01
Remove #define MAXPARAMETERS and "MAXPARA" 005 token
attilamolnar
2013-05-19
Move LogHeader to LogStream.
Peter Powell
2013-05-16
Fix padding bug in GenerateSID(), spotted by @ShutterQuick
attilamolnar
2013-05-15
Replace some C-isms with C++-isms.
Peter Powell
2013-04-14
Use std::string internally in UIDGenerator, move UUID_LENGTH into the class a...
attilamolnar
2013-04-14
Simplify UID generation logic
attilamolnar
2013-04-14
Extract UID/SID generation logic into a new class: UIDGenerator
attilamolnar
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-05
Merge inspircd_{config,version}.h into a single header file.
Peter Powell
2013-04-04
Stop recreating hashmaps every hour, move garbage collection code related to ...
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-07-27
Don't hard code the branch version.
Peter Powell
2012-07-02
Add CHANNELLEN to isupport
Alyx
2012-05-27
While at it, use a constant parameter for calling IncrementUID in GetUID
attilamolnar
[next]