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
/
helperfuncs.h
Age
Commit message (
Expand
)
Author
2006-07-01
Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna...
om
2006-07-01
Replace rather craq'y loop with a couple of std::string calls
om
2006-06-29
Change log() to a #define, the real symbol is now do_log(), the new macro aut...
om
2006-04-08
Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...
om
2006-04-04
Add WriteOpers_NoFormat, now to remember what I wanted it for
om
2006-04-04
All new shiny config parser, there's probably some bugs there somewhere but h...
om
2006-03-11
Start of conversion to const refs for std::strings in module api - A LOT OF S...
brain
2006-03-11
Tidyup by making some thing sprintf only once rather than n times (where n is...
brain
2006-03-10
Another const reference conversion, and remove redundant declaration of userr...
om
2006-03-06
Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu...
brain
2006-03-02
Made extensive use of charlcat to cut down on strlcat usage
brain
2006-03-02
Added charlcat which appends a single char to a char* string (range checked)
brain
2006-02-21
Fixed
brain
2006-02-21
Added second form of find() taking const char*, which is faster in the core w...
brain
2006-02-21
Improved speed of Find() by passing reference to std::string instead of std::...
brain
2006-02-13
Added bool IsValidChannelName(const char *) - it doesn't seem to blow things ...
w00t
2006-02-03
Typo fixes #2
brain
2006-02-03
This probably wont compile atm - add support for prefixed messages
brain
2006-01-31
Key hiding when youre not on the channel
brain
2006-01-25
Add InsertMode function to helperfuncs.(cpp|h) for easily adding modes to the...
om
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2006-01-01
Fixes to typos and change to return by reference on GetClass
brain
2006-01-01
Class lookup adjustment
brain
2005-12-29
More removal of formatting where its not neccessary x("%s",str) == bad!
brain
2005-12-16
So many inclusion loops it makes your head spin - forward declaring tons of c...
brain
2005-12-16
Moved more command parsing stuff to CommandParser
brain
2005-12-15
Optimized helperfuncs
brain
2005-12-13
More old /map code removal, removed stuff from headers
w00t
2005-12-04
Added notice-to-servermask
brain
2005-11-25
Removal of mesh stuff (lots of)
brain
2005-05-15
sorted hashcomp etc
brain
2005-05-15
Moved a ton of functions into helperfuncs.h to speed up recompiles
brain