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
/
include
Age
Commit message (
Expand
)
Author
2013-07-19
Seperate ModeReference into ChanModeReference and UserModeReference
attilamolnar
2013-07-19
Move dynamic_reference and related classes to dynref.h
attilamolnar
2013-07-16
Fix some warnings which are causing debug builds to fail.
Peter Powell
2013-07-14
Use the correct socket related error messages on Windows
Adam
2013-07-02
Allow for skipping clone checking before DNS is complete.
Daniel Vassdal
2013-07-01
Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w...
attilamolnar
2013-06-21
Fix Doxygen comments.
Peter Powell
2013-06-18
Remove dead code from the InspIRCd and CommandParser classes and typedefs.h
attilamolnar
2013-06-18
Minor changes to the startup and shutdown code
attilamolnar
2013-06-18
Remove unused exit codes
attilamolnar
2013-06-16
Always set the topic in Channel::SetTopic(), move access checks into cmd_topic
attilamolnar
2013-06-13
Remove TR_END, remove TRANSLATEx() from commands that do not need it
attilamolnar
2013-06-13
Rewrite CommandParser::TranslateUIDs()
attilamolnar
2013-06-13
Replace void* dest and target_type parameters of OnMode with a User* and a Ch...
attilamolnar
2013-06-13
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...
attilamolnar
2013-06-12
Get rid of the OnRemoteKill hook, make use of GetRouting() and TR_CUSTOM to r...
attilamolnar
2013-06-12
Run the OnPostCommand hook from LoopCall()
attilamolnar
2013-06-12
CommandParser::LoopCall() changes
attilamolnar
2013-06-12
Change command name parameter of OnPostCommand to be a Command*
attilamolnar
2013-06-12
Simplify stringjoiner: take 1 parameter, join from begin() to end() and use s...
attilamolnar
2013-06-07
Remove deprecated Request cross-module communication mechanism
attilamolnar
2013-06-07
Change the API of m_httpd to be dynamic_reference-based
attilamolnar
2013-06-07
Change the API of m_sslinfo to be dynamic_reference-based
attilamolnar
2013-06-07
Create SSLIOHook interface that provides GetCertificate()
attilamolnar
2013-06-07
Create IOHook interface (extracted from Module)
attilamolnar
2013-06-06
Move code between usermanager.(cpp|h), clarify comments
attilamolnar
2013-06-06
Move DoBackgroundUserStuff() and AllModulesReportReady() into UserManager
attilamolnar
2013-06-06
Store prefix rank in a ModeHandler field, change ModeHandler::GetPrefixRank()...
attilamolnar
2013-06-06
Convert User::SendText to use std::string.
Peter Powell
2013-06-06
Convert User::FormatNoticeMasks() to use std::string.
Peter Powell
2013-06-06
Convert ConvNumeric() to use std::string instead of char[MAXBUF].
Peter Powell
2013-06-06
Replace some C string operations with the + operator.
Peter Powell
2013-06-06
Use iostream instead of C-style file operations.
Peter Powell
2013-06-06
Start to replace MAXBUF with <limits:maxline>.
Peter Powell
2013-06-06
Merge insp20
attilamolnar
2013-06-04
Remove the now unused Channel::RemoveAllPrefixes() and CountInvisible()
attilamolnar
2013-06-04
Reduce User* -> Membership* lookups on part and kick
attilamolnar
2013-06-02
Route WALLOPS like a regular command, remove OnWallops hook
attilamolnar
2013-06-02
s/seperator/separator/g
Adam
2013-06-02
Rewrote sepstream and tokenstream to be less ugly
Adam
2013-06-02
Move a few trivial functions into headers
attilamolnar
2013-06-01
Watch mode names with ModeWatchers instead of mode letters
attilamolnar
2013-06-01
Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode()
attilamolnar
2013-06-01
Remove #define MAXPARAMETERS and "MAXPARA" 005 token
attilamolnar
2013-06-01
CommandParser::ProcessCommand() and ProcessBuffer() cleanup
attilamolnar
2013-06-01
Remove (non-functional) total_bytes counter from Command
attilamolnar
2013-06-01
Remove unused code from configure.
Peter Powell
2013-05-27
Simplify user mode removal via ModeHandler::RemoveMode()
attilamolnar
2013-05-27
Deduplicate RemoveMode() implementations
attilamolnar
2013-05-27
Clean up the FileReader class and all of the modules that use it.
Peter Powell
[prev]
[next]