Age | Commit message (Expand) | Author |
2006-09-25 | Mini security audit | brain |
2006-09-07 | 1) Make earlier fix to inspsocket actually compile without error | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-12 | Catch exceptions from SQLresolver | om |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | Change to use InspIRCd::Time() | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-11 | Somehow, i'd cp'd all these and was making local changes :/ | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins... | brain |
2006-08-09 | Wrong version given in check it seems. Om can review this later, but now it c... | brain |
2006-08-09 | Change some resolver stuff. | brain |
2006-08-09 | This wont build. :( | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-08 | Add checking on AddFd that was missing (it assumed, like everything else) | brain |
2006-08-07 | Untested but compiling updates for Resolver DNS API | om |
2006-07-23 | Change to use GetId() and ID rather than GetData() and data | om |
2006-07-23 | Free, as they should be, fieldlist and/or fieldmap in destructor of PgSQLresu... | om |
2006-07-22 | Make m_pgsql return the number of affected rows for an UPDATE or INSERT query. | om |
2006-07-22 | Actually hook up the OnUnloadModule event >_< | om |
2006-07-22 | Stop publishing the PgSQL feature ( :-'( ) | om |
2006-07-22 | Set the SQLresult's error field properly when the query fails | om |
2006-07-22 | Set the ID in the request *before* we copy it by value why not.. | om |
2006-07-22 | *hide*, I forgot to include the ID in the SQLresult *rehide* | om |
2006-07-21 | Set the query string in the SQLquery to the copy with parameters substituted in. | om |
2006-07-21 | Implemenet parameter substitution (damn sexy if you ask me..) | om |
2006-07-21 | Add tiny perl script to detect version and pass an appropriate -D to gcc. Mak... | om |
2006-07-21 | API header and client module updates for new multi-parameter query request. N... | om |
2006-07-20 | Updates, should be able to safely unload client modules with queries in progr... | om |
2006-07-20 | Okay, working PostgreSQL module, API header and example client module in /ext... | om |
2006-07-20 | Okay, this is getting towards working now. It just needs the API finishing...... | om |
2006-07-16 | Fixes/codes of the query queue, various prototypes and stuff...mostly commite... | om |
2006-07-10 | Making lots of stuff inherit from classbase so we can use it as a holdall cla... | brain |
2006-07-09 | Okay..updates to u_listmode, general cleanups and add some virtual methods wh... | om |
2006-07-07 | More stuff for m_pgsql in, provider-side API stuff semi-done | om |
2006-07-07 | modules.*: Put some void* back to char*, sorry if they were only like that be... | om |
2006-07-03 | Change InspSocket's private members to only be protected, I couldn't find any... | om |