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
/
helperfuncs.cpp
Age
Commit message (
Expand
)
Author
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-02
Move a few trivial functions into headers
attilamolnar
2013-05-23
Some systems with whacky va_list implementations do undefined stuff when vsnp...
Adam
2013-05-21
Merge pull request #545 from SaberUK/master+logging-cleanup
Attila Molnar
2013-05-20
Fixup last commit
Adam
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-19
Purge a ton of code related to non <log> related logging.
Peter Powell
2013-05-18
Replaced vsnprintf with VAFORMAT pretty much everywhere.
Daniel Vassdal
2013-05-18
Added macro to allow simpler logic in functions with the need to vsnprintf
Daniel Vassdal
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-14
Add method for writing server notices.
Peter Powell
2013-04-13
Remove const char* versions of InspIRCd::FindNick()/FindNickOnly()/FindUUID()...
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-03
Convert InspIRCd::Duration() to be static
attilamolnar
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
2012-12-09
Remove ServerLimits::Finalise(), it's completely wrong
attilamolnar
2012-11-29
Add a typedef for LocalUserList
attilamolnar
2012-11-28
Have FindUUID(const char*) call FindUUID(const std::string&), not the other w...
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-10-04
Replace hardcoded paths with configurable ones
ChrisTX
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-03-01
Cap masks and bans at 250 characters
danieldg
2010-02-20
Fix compilation warning
danieldg
2010-02-20
Restore <options:exemptchanops> with long names
danieldg
2010-02-09
Add random number generation functions to InspIRCd class.
danieldg
2010-02-02
Sort items in the 005 line
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-21
Move command-line items to CommandLineConf
danieldg
2009-10-21
Split LocalUser and RemoteUser
danieldg
2009-10-13
Change to new execution directory structure
danieldg
2009-10-02
Fix valgrind issues and crashes on exit
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-09-02
Cast rework: use C++ style static_cast<> instead of C-style casts
danieldg
2009-08-12
Fixes for config reader
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-02-14
Nuke trailing spaces
peavey
2009-01-23
Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori...
brain
2009-01-02
Update copyrights for 2009.
w00t
2008-10-28
Make this less confusing for us and users
w00t
2008-08-21
match() is no longer a function+no header, now a static method of InspIRCd cl...
w00t
2008-08-06
Change extban seperator in 005 to match charybdis and unreal
w00t
2008-07-29
Remove last vestige of libircdfoo, by changing tag into a single identifier...
w00t
[next]