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
/
inspircd.cpp
Age
Commit message (
Expand
)
Author
2006-06-29
Forward port of CullList and my bragging rights
special
2006-06-29
You don't need to cast a char* to a char* to put it through a const char*...
om
2006-06-29
Remove hardcoded filename prefix to log message, with the new macro these are...
om
2006-05-03
Return false was missing
brain
2006-05-02
New header at the top of this file clarifying gplv2 only (we hadnt made it cl...
brain
2006-04-24
delete operator tracking in debug mode (using a macro -- live with it.)
brain
2006-04-20
Fixes for lib dirs
brain
2006-04-20
Execinfo stuff
brain
2006-04-09
Shuffle some more includes around, const reference a few functions in inspircd.*
om
2006-04-08
Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...
om
2006-04-08
- first steps towards a working IPv6 port. I'll work more on this tomorrow. :-P
nenolod
2006-04-07
Slight optimisation to config reader, looks nicer even if it's not faster.
om
2006-04-06
Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...
w00t
2006-04-04
trivial: Made a slight error on that last commit, missed a bit.
w00t
2006-04-03
Test fixes for cpu eating issue
brain
2006-03-25
Bugfix for bug #101 being as the fix was just one simple line :)
brain
2006-03-22
Stack overflow prevention allows deeper recursion
brain
2006-03-18
Allow adding of new client ports via /REHASH.
brain
2006-03-16
Fix to warning line 218
brain
2006-03-16
Catch std::bad_alloc program wide (to catch out nazi sysadmins who restrict m...
brain
2006-03-13
Obscure bug of the week: InspIRCd crashes when given more than 64 client port...
brain
2006-03-11
Checks and stuff :p
brain
2006-03-11
Re-enterant safety
brain
2006-03-11
Removed lots of claptrap debug in a well tested old section of code
brain
2006-03-09
Delete unknown sockets on sight
brain
2006-03-07
What MUPPET made stdin, stdout and stderr FILE* pointers rather than ints?!
brain
2006-03-07
close stdin, stderr and stdout rather than freopen to /dev/null
brain
2006-03-07
Buffer flush time now under 0.5 secs
brain
2006-03-07
Flush user buffers more often (every 30 iterations)
brain
2006-03-07
Whowas refactor - probably wont compile yet
brain
2006-03-07
Added a 'max depth' to stop recursive issue
brain
2006-03-06
Changed return to break in mainloop for better efficiency
brain
2006-03-02
Fix to prevent recursive call to DoBackgroundTimer
brain
2006-02-27
And now the final result of all this tweaking comes to light.
brain
2006-02-27
Tweaks
brain
2006-02-27
Test two
brain
2006-02-27
Constant eating 20% cpu since last nights commit - test fix
brain
2006-02-26
Fixes and tweaks
brain
2006-02-26
Safety stuff
brain
2006-02-26
Moved the contents of the mainloop into a function called InspIRCd::DoOneIter...
brain
2006-02-26
Fix for segfault if name of file left off commandline
brain
2006-02-26
And fixes for typos
brain
2006-02-26
Added ability to provide -logfile parameter on commandline
brain
2006-02-23
Look-behind for missed timers up to 2 minutes (if your ircd has hung for 2 mi...
brain
2006-02-23
Moved timer stuff from OnBackgroundTimer to InspTimer derivative
brain
2006-02-23
Fixed to work
brain
2006-02-23
Incorporating InspTimer into safelist as a test
brain
2006-02-22
SAFELIST 005 token is now part of m_safelist not the core 005
brain
2006-02-22
Changed triggering time of OnBackgroundTimer to 5 secs (from 8)
brain
2006-02-19
Return false after catching a module exception
brain
[prev]
[next]