Age | Commit message (Expand) | Author |
2007-01-06 | Fix remote opers not being added to all_opers. | peavey |
2007-01-06 | Fix modecount on remote NICK | w00t |
2007-01-06 | Fix SVSJOIN desync (nothing too severe, don't panic) noticed on CS, found by ... | w00t |
2007-01-06 | Fix for bug #186 reported by peavey | brain |
2007-01-06 | Fix minor NICK / modes issue that goes against our public spec, and crashes d... | w00t |
2007-01-06 | Fix crash when unloading ssl module on shutdown -- there are no port objects ... | brain |
2007-01-06 | Try this AnMaster | brain |
2007-01-06 | Repeat after me class, deleting values that arent newed isnt good for your he... | brain |
2007-01-02 | Remove a TODO comment. Also added support for <database:port> option since r6... | peavey |
2007-01-02 | m_mysql can now do REHASH proper. Detects any changes made to config and load... | peavey |
2007-01-02 | Fix: If sql user and pass matched, but not operclass or host, conf based comm... | peavey |
2007-01-02 | Also use SQLhost for host config. | peavey |
2007-01-02 | Use SQLhost from m_sqlv2.h and tidyup some code. Plus throw less module excep... | peavey |
2007-01-02 | Add class SQLhost that represents a <database> config line. | peavey |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2007-01-01 | Make sure that if an oper opers up and has an swhois in their opertype or ope... | brain |
2007-01-01 | This should fix it on two fronts: missing Implements() value, and OnWhois doe... | brain |
2007-01-01 | This is it, i think | brain |
2007-01-01 | Blah | brain |
2007-01-01 | Debug stuff, pay it no attention | brain |
2007-01-01 | Whoops, forgot to put something back that i took out during testing! | brain |
2007-01-01 | Again, dont use this yet | brain |
2007-01-01 | Do not use these tweaks yet | brain |
2007-01-01 | Fix odd desync in FJOIN (this was some hax we put in, and forgot to take out) | brain |
2007-01-01 | Fix this so it works properly, and removes the descriptions on unload (when t... | brain |
2007-01-01 | Add port type identifiers | brain |
2006-12-31 | Fix broken LOLCODE | brain |
2006-12-31 | Tidyup a bit, get rid of some valgrind warnings. | peavey |
2006-12-31 | Casting for conciseness | brain |
2006-12-31 | Make this new idea O(1) instead of O(x*y) | brain |
2006-12-31 | Thanks AnMaster | brain |
2006-12-31 | <hostname:charmap> defines the valid characters in a hostmask (this is for yo... | brain |
2006-12-30 | If a user has a QUIT message matching a KILL type filter, we cant KILL someon... | brain |
2006-12-30 | Make filters work on PART and QUIT messages too. | brain |
2006-12-30 | Make it safe to lose connection to sql server. | peavey |
2006-12-30 | Remove a line of debug that could crash Log. | peavey |
2006-12-30 | This is a longshot, pls test AnnMaster. | peavey |
2006-12-30 | The world is coming to an end!!! RUN AWAY! | brain |
2006-12-30 | Fix typo in warning, and make it sound less like the world is coming to an end. | peavey |
2006-12-30 | Now REHASH checks for same and old connections, same as the DNS resolver. So ... | peavey |
2006-12-30 | Majorly funk around with this, still needs check for config change on REHASH. | peavey |
2006-12-30 | That should make it load/unload, still needs REHASH done proper. | peavey |
2006-12-29 | Fixed search and replace, code pilfered from m_alias (i think someone misread... | brain |
2006-12-29 | A few fixes, but i cant see why the reverse check doesnt work | brain |
2006-12-29 | Oops slippy fingers. | peavey |
2006-12-29 | Less debug. | peavey |
2006-12-29 | Fix for rehash/load/unload. | peavey |
2006-12-29 | Fix desync (modes not being pushed to remote servers with send_mode event) | brain |
2006-12-29 | Majorly rewrite to totally funk up SQL logging module. Works well with both M... | peavey |
2006-12-29 | Writing beyond malloc'ed mem of a char pointer will crash with a vengeance. F... | peavey |