]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 attilamolnarRelease 2.0.8
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarm_services_account Simplify mode handlers
2012-07-13 attilamolnarUse SimpleUserModeHandler/SimpleChannelModeHandler...
2012-07-13 attilamolnarUse less memory when rehashing built-in hashmaps
2012-07-13 attilamolnarm_blockamsg Remove redundant null pointer and IS_LOCAL...
2012-07-13 attilamolnarm_ident Fix casting User pointers to LocalUser pointers...
2012-07-13 attilamolnarm_ident Close the socket and mark as done when received...
2012-07-13 attilamolnarMove STATS handler back to cmd_stats so it's hotpatchab...
2012-07-13 attilamolnarRevert m_xline_db Get the xlines from the core, don...
2012-07-13 attilamolnarChange debug message in Invitation::Find() to output...
2012-07-12 attilamolnarm_chanhistory Read the boolean config entry with getBool()
2012-07-12 attilamolnarm_halfop, m_chanhistory Remove redundant ModeParser...
2012-07-11 attilamolnarm_chanlog Use std::multimap::equal_range for iteratatio...
2012-07-11 attilamolnarClose files opened with popen() with pclose() instead...
2012-07-11 attilamolnarFix allow_overlapped having the opposite effect in...
2012-07-11 attilamolnarDon't manage memory manually for the commasepstream...
2012-07-11 attilamolnarUse std::set instead of std::map in irc::portparser
2012-07-10 attilamolnarcmd_commands Don't show server only commands to users
2012-07-09 AdamFixed Windows build, int32_t is already defined in...
2012-07-08 attilamolnarm_spanningtree Add function to easily determine whether...
2012-07-07 attilamolnarm_setname, m_chgname Unify notices and annoucements
2012-07-07 attilamolnarm_satopic Use WriteGlobalSno instead of writing the...
2012-07-07 attilamolnarm_lockserv Don't lock/unlock when already locked/unlock...
2012-07-07 attilamolnarm_lockserv Remove obsolete comments and unnecessary...
2012-07-07 attilamolnarm_shun Display shun target correctly in the error messa...
2012-07-07 attilamolnarm_mlock Remove unnecessary iteration
2012-07-07 attilamolnarm_swhois Switch to OnPostOper hook instead of using...
2012-07-07 attilamolnarm_stripcolor Removing a character from a string while...
2012-07-07 attilamolnarm_globops Don't concatenate, the command parser does...
2012-07-07 attilamolnarm_inviteexception Remove useless check
2012-07-07 attilamolnarm_inviteexception Read invitebypasskey setting once...
2012-07-07 attilamolnarm_setname, m_chgname Disallow empty GECOS, spotted...
2012-07-07 attilamolnarm_ldapoper Say what the module actually does in the...
2012-07-07 attilamolnarcmd_stats Remove unused preprocessor stuff (it has...
2012-07-07 Shawn SmithImproved the SimpleModeHandlers
2012-07-06 Attila MolnarMerge pull request #223 from Shawn-Smith/insp20+needmor...
2012-07-06 Shawn SmithFix to show ERR_NEEDMOREPARAMS for cmd_userhost and...
2012-07-06 Attila MolnarMerge pull request #217 from Shawn-Smith/insp20+antired...
2012-07-06 Attila MolnarMerge pull request #248 from Shawn-Smith/insp20+descfix
2012-07-06 Shawn SmithUpdated the version lines on several modules.
2012-07-06 attilamolnar#include <stdint.h>, add header guard to extensible.h
2012-07-06 Shawn SmithBackported usermode +L from insp21. Stops forced redire...
2012-07-06 Attila MolnarMerge pull request #127 from Justasic/insp20+color
2012-07-06 Justin CrawfordAdded color codes to /rules, moved the parsing to Serve...
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-07-05 Attila MolnarMerge pull request #244 from SaberUK/insp20-configure-fix
2012-07-05 Attila MolnarMerge pull request #243 from SaberUK/insp20-config...
2012-07-05 Peter PowellGnuTLS requires pkg-config as well.
2012-07-05 Peter PowellExplicitly deprecate some config changes.
2012-07-04 attilamolnarm_spanningtree Fix crash in SVSPART handler when the...
2012-07-04 Attila MolnarMerge pull request #241 from attilamolnar/insp20+delaym...
2012-07-04 attilamolnarm_delaymsg Don't bother with remote users
2012-07-04 attilamolnarm_delaymsg Stop sending +d mode change to users when...
2012-07-04 attilamolnarm_delaymsg Remove unused code
2012-07-04 Peter PowellUpdate Doxyfile for the latest Doxygen.
2012-07-04 Attila MolnarMerge pull request #239 from alyx/insp20
2012-07-02 attilamolnarRemove leftover #ifdefs and #includes from cmd_*.cpp
2012-07-02 AlyxAdd CHANNELLEN to isupport
2012-07-01 AdamUpdated example config path in Windows NSI script
2012-07-01 Robin BurchellRelease 2.0.7 (we're so cool that we're skipping 2...
2012-07-01 attilamolnarm_spanningtree Call the collision handler with the...
2012-07-01 attilamolnarm_spanningtree Return when ecountering an invalid comma...
2012-07-01 attilamolnarFix crash in ADDLINE handler when the command had no...
2012-07-01 Robin BurchellDon't throw an exception if passed bad parameters to...
2012-07-01 attilamolnarm_xline_db Fix memory leak when adding a loaded xline...
2012-07-01 Robin BurchellRevert "users: add SetClientIP function for irc::socket...
2012-07-01 Robin BurchellRevert "users: LocalUser constructor should call SetCli...
2012-07-01 Robin BurchellRevert "users: introduce OnSetClientIP hook."
2012-07-01 Robin BurchellRevert "m_dnsbl: switch to OnSetClientIP hook which...
2012-07-01 attilamolnarFix maxbans not being enforced
2012-07-01 attilamolnarm_callerid, m_dccallow Use OnUserPostNick hook instead...
2012-07-01 attilamolnarm_callerid, m_dccallow Fix crash caused by allowing...
2012-07-01 attilamolnarm_callerid Remove unused parameter
2012-07-01 attilamolnarm_callerid Use std::find() where possible
2012-07-01 attilamolnarm_callerid Remove redundant includes
2012-07-01 attilamolnarm_dccallow Fix unsafe iteration
2012-07-01 attilamolnarm_xline_db Get the xlines from the core, don't maintain...
2012-06-29 attilamolnarm_noctcp Use SimpleChannelModeHandler, reorder checks
2012-06-29 attilamolnarm_opermodes Remove unused OnRehash hook, don't touch...
2012-06-29 attilamolnarm_delaymsg Don't allow mode to be unset when it's not set
2012-06-29 attilamolnarm_nonicks Use SimpleChannelModeHandler
2012-06-29 attilamolnarm_operlevels Remove unused hook
2012-06-29 attilamolnarm_alltime Add a missing space to the notice
2012-06-29 attilamolnarRemove unused channelmanager
2012-06-29 Robin BurchellMerge pull request #238 from SaberUK/insp20-spelling-fix
2012-06-29 Peter PowellFix typo in log message.
2012-06-28 Attila MolnarMerge pull request #237 from SaberUK/insp20-fix-windows...
2012-06-28 Peter PowellInviteBase needs to be a CoreExport on Windows.
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-27 Attila MolnarMerge pull request #234 from attilamolnar/insp20+chanhi...
2012-06-27 Attila MolnarMerge pull request #233 from attilamolnar/insp20+cap
2012-06-27 Robby-m_ssl_openssl: Allow the list of available ciphers...
2012-06-27 Robby-m_ssl_openssl: Show the SSL cipher used after connecting.
2012-06-26 attilamolnarm_cap Allow clients to disable specific capabilities...
2012-06-26 attilamolnarm_cap Fix crash when a user issued a CAP CLEAR request...
2012-06-26 attilamolnarm_cap Use an enum to specify cap event type instead...
2012-06-26 Attila MolnarMerge pull request #215 from attilamolnar/insp20+modfixes
next