index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bots.cpp
Age
Commit message (
Expand
)
Author
2025-05-16
Serialize using mutable objects not immutable ones.
Sadie Powell
2025-04-22
Fix splitting in the middle of some command names.
Sadie Powell
2025-04-15
Automatically line wrap messages sent by services.
Sadie Powell
2025-04-10
Expand GetQueryCommand to take a command name.
Sadie Powell
2025-03-12
Add defines for the core serialisation type names.
Sadie Powell
2025-03-12
Move serialization from Serializable to a Serialize::Type child.
Sadie Powell
2025-03-09
Add support for oper-only quit messages.
Sadie Powell
2025-01-14
Merge branch '2.0' into 2.1.
Sadie Powell
2025-01-14
Update the copyright headers for 2025.
2.0
Sadie Powell
2024-10-22
Replace usestrictprivmsg with something actually useful.
Sadie Powell
2024-10-02
Change User::SetModesInternal to take a split mode change.
Sadie Powell
2024-08-14
Automatically determine SQL column type from the field.
Sadie Powell
2024-02-26
Remove several string format IRCDProto function overloads.
Sadie Powell
2024-02-26
Fix some coding style issues.
Sadie Powell
2024-02-22
Store the source message identifier in CommandSource.
Sadie Powell
2024-02-22
Route message tags into more message functions.
Sadie Powell
2024-02-17
Update the copyright headers for 2024.
Sadie Powell
2024-01-08
Add a non-formatting overload of User::SetModesInternal.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
Sadie Powell
2022-12-31
Update the copyright headers for 2023.
Sadie Powell
2022-01-06
Update the copyright headers for 2022.
Sadie Powell
2021-02-19
bots: Fix dtor channel iterator being invalidated.
Matt Schatz
2021-01-07
Update copyright to 2021.
Robby
2020-01-04
Update copyright to 2020.
Robby
2019-01-01
Update copyright to 2019.
Robby
2018-04-25
Update copyright to 2018.
Robby
2017-01-17
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
Robby
2017-01-16
Update copyright to 2017.
Robby
2016-01-28
Update copyright to 2016. This was done with:
Robby
2015-09-17
Defer channel deletion until after i/o. There are some edge cases with events...
Adam
2015-07-14
Also UnsetExtensibles on botinfo
Adam
2014-05-30
Fix f627a3bacd0d058e94260dac1555790cafd9a926, really make BotInfo::Part fire ...
Adam
2014-05-21
Core prep for p10 stuff
Adam
2014-04-26
Fire the on user quit event when bots are deleted too
Adam
2014-02-27
Handle nick collisions somewhat instead of blindly overwriting the nicks
Adam
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-11-23
Fix/clean/clarify some stuff found by coverity scan
Adam
2013-08-01
Use MessageSource as the source for many IRCDProto funcs
Adam
2013-07-26
Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess
Adam
2013-07-26
Fix issues with 'Me' related to previous commit
Adam
2013-07-01
Change extensible keys to require explicitly having a type defined for it. Co...
Adam
2013-06-22
pseudoclients now trigger OnJoinChannel and OnPartChannel
DukePyrolator
2013-06-19
Set vhosts when users id to an account (and not a nick), add account arg to u...
Adam
2013-06-01
Move OnJoinChannel event to trigger after the user has completely joined and ...
Adam
2013-05-27
Initially attach all modules to all events, and detach them as the events are...
Adam
2013-05-26
Get rid of the remaining references in the core to specific services. Move mo...
Adam
2013-05-18
Give botserv bots assigned by persist the same botmodes as normal bots, fix s...
Adam
2013-05-18
Add botserv bot usermode config option
Adam
2013-05-17
Removed some hard coded command names in help output
Adam
[next]