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
/
inspircd.h
Age
Commit message (
Expand
)
Author
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-09-08
Fix a crash when running as systemd service
ChrisTX
2013-08-18
m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT
attilamolnar
2013-08-12
Clean up wildcard code.
Peter Powell
2013-07-19
Move dynamic_reference and related classes to dynref.h
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-13
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...
attilamolnar
2013-06-06
Move DoBackgroundUserStuff() and AllModulesReportReady() into UserManager
attilamolnar
2013-06-06
Convert ConvNumeric() to use std::string instead of char[MAXBUF].
Peter Powell
2013-06-02
Move a few trivial functions into headers
attilamolnar
2013-06-01
Remove #define MAXPARAMETERS and "MAXPARA" 005 token
attilamolnar
2013-05-21
Merge pull request #545 from SaberUK/master+logging-cleanup
Attila Molnar
2013-05-20
Fixup last commit
Adam
2013-05-19
Purge a ton of code related to non <log> related logging.
Peter Powell
2013-05-19
Move LogHeader to LogStream.
Peter Powell
2013-05-18
Added macro to allow simpler logic in functions with the need to vsnprintf
Daniel Vassdal
2013-05-18
Get rid of the NICKForced extension
attilamolnar
2013-05-18
Remove the size argument from IsChannel and IsNick.
Peter Powell
2013-05-16
Added a function to replace all the ugly sprintf-ing everywhere
Daniel Vassdal
2013-05-15
Replace some C-isms with C++-isms.
Peter Powell
2013-05-07
Clean up cross-platform compatibility.
Peter Powell
2013-04-26
Modularize DNS
Adam
2013-04-19
Fix building with libc++.
Peter Powell
2013-04-14
Extract UID/SID generation logic into a new class: UIDGenerator
attilamolnar
2013-04-13
Remove const char* versions of InspIRCd::FindNick()/FindNickOnly()/FindUUID()...
attilamolnar
2013-04-12
Tidy up source files:
Peter Powell
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-09
Move most whois related code from the core into cmd_whois
attilamolnar
2013-04-08
Migrate u_listmode.h into the core, change +b to use it
attilamolnar
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
2013-04-03
Convert InspIRCd::Duration() to be static
attilamolnar
2013-04-01
Merge pull request #452 from SaberUK/master+nuke-hashmap
Attila Molnar
2013-04-01
Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings...
attilamolnar
2013-04-01
Convert IsSID() to a static member function, modules shouldn't override it
attilamolnar
2013-04-01
Remove more deprecated code
attilamolnar
2013-04-01
Merge pull request #454 from SaberUK/master+misc-improvements
Attila Molnar
2013-04-01
Remove some dead code:
Peter Powell
2013-04-01
Add macro for marking methods as deprecated.
Peter Powell
2013-04-01
Purge the deprecated hash_map from existance.
Peter Powell
2012-10-29
Fix typo in doc and remove some whitespace
attilamolnar
2012-10-29
Move ServerConfig::ProcessColors() into class InspIRCd, as a helper function
attilamolnar
2012-10-19
Fix for #268.
Peter Powell
2012-10-14
Replace printf(_c) with iostream
ChrisTX
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-07-13
Move STATS handler back to cmd_stats so it's hotpatchable again
attilamolnar
2012-07-06
Added color codes to /rules, moved the parsing to ServerConfig and cleaned th...
Justin Crawford
2012-07-05
Fix Doxygen syntax errors.
Peter Powell
[prev]
[next]