Age | Commit message (Expand) | Author |
2006-12-24 | Double whoops | brain |
2006-12-24 | Whoops! | brain |
2006-12-24 | SQLQuery operator% and operator, now support any data type | brain |
2006-12-24 | Relatively small typo fix | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-23 | Fix bug in m_dnsbl, a condition is always matched because someone was using u... | brain |
2006-12-23 | Refactored /RESTART (and added InspIRCd::Restart(reason)) | brain |
2006-12-22 | Fix for alias var names within aliases | brain |
2006-12-21 | Fix for bug #180, logging is not threadsafe, mutex it (ew, luckily we dont lo... | brain |
2006-12-21 | This should fix the issue with unsetting +J | special |
2006-12-19 | Fix server prefix on JOIN. | w00t |
2006-12-18 | Fix bug in m_dnsbl: Only the first <dnsbl> tag would be processed. | w00t |
2006-12-17 | Fix this (at last) to only log commands which are operonly | brain |
2006-12-17 | Correctly send TS in JOIN so that services packages etc dont become desynched... | brain |
2006-12-17 | Dont use FJOIN to join users to channels outside the burst (revert to earlier... | brain |
2006-12-17 | When receiving an FJOIN, if we have no local users, dont send deops, this jus... | brain |
2006-12-17 | Handle removal of permenant svsholds | brain |
2006-12-17 | Fix potential crash, not enough parameters for va_arg when adding perm SVSHOLD | brain |
2006-12-17 | Use safe iter for deleting while iterating | peavey |
2006-12-17 | someone test this please | brain |
2006-12-16 | Add format="" value, at request of Emeric. | brain |
2006-12-16 | Allow linefeeds in this module in one value | brain |
2006-12-16 | Change m_helpop to use the new boolean flag in ReadConf for allowing newlines... | brain |
2006-12-16 | Add some comments to explain whats going off in one of the TreeSocket constru... | brain |
2006-12-16 | Not sending capab when theres no transport module attached to a server socket | brain |
2006-12-16 | Get rid of HelpopException, use ModuleException thats had reasons for ages now | brain |
2006-12-16 | w00t: the power to rewrite modules in the leap of a small tiredness barrier. ... | w00t |
2006-12-16 | Make SNO notice for +o global | peavey |
2006-12-16 | Linefeeds in quotes, just for w00t. | brain |
2006-12-16 | Usermode +G allowed opers to change other user's modes. As the core doesn't f... | w00t |
2006-12-16 | Fix setting of * for bans in m_messageflood, this has been broken for quite s... | brain |
2006-12-15 | Still more massive commit fun. Headers in include/ still to be done, else tha... | w00t |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-12-14 | Refactor userrec::chans. | brain |
2006-12-13 | Fix m_watch to properly use OnCleanup, and to delete pointer on quit | brain |
2006-12-13 | Comments | brain |
2006-12-13 | Turn watchlist back to map. watchlist is small, watchentries is large, only w... | brain |
2006-12-13 | Change m_watch to use hash_map rather than map, because of the large number o... | brain |
2006-12-13 | Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ... | brain |
2006-12-13 | Properly fix 'changed nickname from one thats on your notify to one thats not... | brain |
2006-12-13 | Whoops, one too many params | brain |
2006-12-13 | Fix /nick signoff message | brain |
2006-12-13 | More to fix. | brain |
2006-12-13 | Make this behave more like other WATCH implementations | brain |
2006-12-13 | Fix quite a few whoopsies | brain |
2006-12-13 | Untested! New m_watch that should be hundreds of times faster (im not joking ... | brain |
2006-12-12 | Remove unused debug | brain |
2006-12-12 | New clone counting mechanism (this isnt tested yet) | brain |
2006-12-12 | Make FounderProtectBase::remove_own_privs a reference, so we can change it on... | brain |
2006-12-12 | Someone forgot to do founder too :p | brain |